@carbon/icons-react 11.43.0 → 11.44.1

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.
Files changed (91) hide show
  1. package/es/AiGenerate.d.ts +11 -0
  2. package/es/AiGenerate.js +42 -0
  3. package/es/AiRecommend.d.ts +11 -0
  4. package/es/AiRecommend.js +42 -0
  5. package/es/KubernetesControlPlaneNode.js +10 -11
  6. package/es/KubernetesWorkerNode.js +10 -11
  7. package/es/generated/bucket-0.d.ts +3 -3
  8. package/es/generated/bucket-0.js +384 -382
  9. package/es/generated/bucket-1.d.ts +3 -3
  10. package/es/generated/bucket-1.js +588 -608
  11. package/es/generated/bucket-10.d.ts +3 -3
  12. package/es/generated/bucket-10.js +487 -495
  13. package/es/generated/bucket-11.d.ts +3 -3
  14. package/es/generated/bucket-11.js +525 -524
  15. package/es/generated/bucket-12.d.ts +3 -3
  16. package/es/generated/bucket-12.js +508 -509
  17. package/es/generated/bucket-13.d.ts +3 -3
  18. package/es/generated/bucket-13.js +506 -502
  19. package/es/generated/bucket-14.d.ts +3 -3
  20. package/es/generated/bucket-14.js +487 -495
  21. package/es/generated/bucket-15.d.ts +3 -3
  22. package/es/generated/bucket-15.js +554 -546
  23. package/es/generated/bucket-16.d.ts +3 -3
  24. package/es/generated/bucket-16.js +495 -499
  25. package/es/generated/bucket-17.d.ts +3 -3
  26. package/es/generated/bucket-17.js +495 -489
  27. package/es/generated/bucket-18.d.ts +3 -1
  28. package/es/generated/bucket-18.js +484 -440
  29. package/es/generated/bucket-2.d.ts +3 -3
  30. package/es/generated/bucket-2.js +533 -533
  31. package/es/generated/bucket-3.d.ts +3 -3
  32. package/es/generated/bucket-3.js +510 -488
  33. package/es/generated/bucket-4.d.ts +3 -3
  34. package/es/generated/bucket-4.js +470 -466
  35. package/es/generated/bucket-5.d.ts +3 -3
  36. package/es/generated/bucket-5.js +495 -499
  37. package/es/generated/bucket-6.d.ts +3 -3
  38. package/es/generated/bucket-6.js +501 -501
  39. package/es/generated/bucket-7.d.ts +3 -3
  40. package/es/generated/bucket-7.js +497 -499
  41. package/es/generated/bucket-8.d.ts +3 -3
  42. package/es/generated/bucket-8.js +555 -562
  43. package/es/generated/bucket-9.d.ts +3 -3
  44. package/es/generated/bucket-9.js +536 -525
  45. package/es/index.js +19 -19
  46. package/lib/AiGenerate.d.ts +11 -0
  47. package/lib/AiGenerate.js +48 -0
  48. package/lib/AiRecommend.d.ts +11 -0
  49. package/lib/AiRecommend.js +48 -0
  50. package/lib/KubernetesControlPlaneNode.js +10 -11
  51. package/lib/KubernetesWorkerNode.js +10 -11
  52. package/lib/generated/bucket-0.d.ts +3 -3
  53. package/lib/generated/bucket-0.js +385 -383
  54. package/lib/generated/bucket-1.d.ts +3 -3
  55. package/lib/generated/bucket-1.js +589 -609
  56. package/lib/generated/bucket-10.d.ts +3 -3
  57. package/lib/generated/bucket-10.js +488 -496
  58. package/lib/generated/bucket-11.d.ts +3 -3
  59. package/lib/generated/bucket-11.js +526 -525
  60. package/lib/generated/bucket-12.d.ts +3 -3
  61. package/lib/generated/bucket-12.js +509 -510
  62. package/lib/generated/bucket-13.d.ts +3 -3
  63. package/lib/generated/bucket-13.js +507 -503
  64. package/lib/generated/bucket-14.d.ts +3 -3
  65. package/lib/generated/bucket-14.js +488 -496
  66. package/lib/generated/bucket-15.d.ts +3 -3
  67. package/lib/generated/bucket-15.js +555 -547
  68. package/lib/generated/bucket-16.d.ts +3 -3
  69. package/lib/generated/bucket-16.js +496 -500
  70. package/lib/generated/bucket-17.d.ts +3 -3
  71. package/lib/generated/bucket-17.js +496 -490
  72. package/lib/generated/bucket-18.d.ts +3 -1
  73. package/lib/generated/bucket-18.js +485 -439
  74. package/lib/generated/bucket-2.d.ts +3 -3
  75. package/lib/generated/bucket-2.js +534 -534
  76. package/lib/generated/bucket-3.d.ts +3 -3
  77. package/lib/generated/bucket-3.js +511 -489
  78. package/lib/generated/bucket-4.d.ts +3 -3
  79. package/lib/generated/bucket-4.js +471 -467
  80. package/lib/generated/bucket-5.d.ts +3 -3
  81. package/lib/generated/bucket-5.js +496 -500
  82. package/lib/generated/bucket-6.d.ts +3 -3
  83. package/lib/generated/bucket-6.js +502 -502
  84. package/lib/generated/bucket-7.d.ts +3 -3
  85. package/lib/generated/bucket-7.js +498 -500
  86. package/lib/generated/bucket-8.d.ts +3 -3
  87. package/lib/generated/bucket-8.js +556 -563
  88. package/lib/generated/bucket-9.d.ts +3 -3
  89. package/lib/generated/bucket-9.js +537 -526
  90. package/lib/index.js +38 -36
  91. package/package.json +5 -5
@@ -20,8 +20,8 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
20
20
 
21
21
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
22
22
 
23
- var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _circle, _circle2, _circle3, _path20, _path21, _circle4, _circle5, _circle6, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _circle7, _circle8, _circle9, _circle10, _circle11, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _circle12, _circle13, _circle14, _circle15, _circle16, _circle17, _circle18, _circle19, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _circle20, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _circle21, _path87, _path88, _path89, _path90, _path91, _path92, _circle22, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _circle23, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _circle24, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _switch, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214;
24
- const PricingQuickProposal = /*#__PURE__*/React__default["default"].forwardRef(function PricingQuickProposal(_ref, ref) {
23
+ var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _circle, _circle2, _circle3, _path24, _path25, _circle4, _circle5, _circle6, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _circle7, _circle8, _circle9, _circle10, _circle11, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _circle12, _circle13, _circle14, _circle15, _circle16, _circle17, _circle18, _circle19, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _circle20, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _circle21, _path91, _path92, _path93, _path94, _path95, _path96, _circle22, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _circle23, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _circle24, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _switch, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214;
24
+ const PricingConsumption = /*#__PURE__*/React__default["default"].forwardRef(function PricingConsumption(_ref, ref) {
25
25
  let {
26
26
  children,
27
27
  size = 16,
@@ -36,6 +36,56 @@ const PricingQuickProposal = /*#__PURE__*/React__default["default"].forwardRef(f
36
36
  fill: "currentColor",
37
37
  ...rest
38
38
  }, _path || (_path = /*#__PURE__*/React__default["default"].createElement("path", {
39
+ strokeWidth: "0",
40
+ 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"
41
+ })), _path2 || (_path2 = /*#__PURE__*/React__default["default"].createElement("path", {
42
+ strokeWidth: "0",
43
+ 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"
44
+ })), children);
45
+ });
46
+ if (process.env.NODE_ENV !== "production") {
47
+ PricingConsumption.propTypes = iconPropTypes.iconPropTypes;
48
+ }
49
+ const PricingContainer = /*#__PURE__*/React__default["default"].forwardRef(function PricingContainer(_ref2, ref) {
50
+ let {
51
+ children,
52
+ size = 16,
53
+ ...rest
54
+ } = _ref2;
55
+ return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
56
+ width: size,
57
+ height: size,
58
+ ref: ref,
59
+ xmlns: "http://www.w3.org/2000/svg",
60
+ viewBox: "0 0 32 32",
61
+ fill: "currentColor",
62
+ ...rest
63
+ }, _path3 || (_path3 = /*#__PURE__*/React__default["default"].createElement("path", {
64
+ strokeWidth: "0",
65
+ 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"
66
+ })), _path4 || (_path4 = /*#__PURE__*/React__default["default"].createElement("path", {
67
+ strokeWidth: "0",
68
+ d: "m4,4h5V2H4c-1.1,0-2,.9-2,2v24c0,1.1.9,2,2,2h5v-2H4V4Z"
69
+ })), children);
70
+ });
71
+ if (process.env.NODE_ENV !== "production") {
72
+ PricingContainer.propTypes = iconPropTypes.iconPropTypes;
73
+ }
74
+ const PricingQuickProposal = /*#__PURE__*/React__default["default"].forwardRef(function PricingQuickProposal(_ref3, ref) {
75
+ let {
76
+ children,
77
+ size = 16,
78
+ ...rest
79
+ } = _ref3;
80
+ return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
81
+ width: size,
82
+ height: size,
83
+ ref: ref,
84
+ xmlns: "http://www.w3.org/2000/svg",
85
+ viewBox: "0 0 32 32",
86
+ fill: "currentColor",
87
+ ...rest
88
+ }, _path5 || (_path5 = /*#__PURE__*/React__default["default"].createElement("path", {
39
89
  strokeWidth: "0",
40
90
  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"
41
91
  })), children);
@@ -43,12 +93,12 @@ const PricingQuickProposal = /*#__PURE__*/React__default["default"].forwardRef(f
43
93
  if (process.env.NODE_ENV !== "production") {
44
94
  PricingQuickProposal.propTypes = iconPropTypes.iconPropTypes;
45
95
  }
46
- const PricingTailored = /*#__PURE__*/React__default["default"].forwardRef(function PricingTailored(_ref2, ref) {
96
+ const PricingTailored = /*#__PURE__*/React__default["default"].forwardRef(function PricingTailored(_ref4, ref) {
47
97
  let {
48
98
  children,
49
99
  size = 16,
50
100
  ...rest
51
- } = _ref2;
101
+ } = _ref4;
52
102
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
53
103
  width: size,
54
104
  height: size,
@@ -57,10 +107,10 @@ const PricingTailored = /*#__PURE__*/React__default["default"].forwardRef(functi
57
107
  viewBox: "0 0 32 32",
58
108
  fill: "currentColor",
59
109
  ...rest
60
- }, _path2 || (_path2 = /*#__PURE__*/React__default["default"].createElement("path", {
110
+ }, _path6 || (_path6 = /*#__PURE__*/React__default["default"].createElement("path", {
61
111
  strokeWidth: "0",
62
112
  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"
63
- })), _path3 || (_path3 = /*#__PURE__*/React__default["default"].createElement("path", {
113
+ })), _path7 || (_path7 = /*#__PURE__*/React__default["default"].createElement("path", {
64
114
  strokeWidth: "0",
65
115
  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"
66
116
  })), children);
@@ -68,12 +118,12 @@ const PricingTailored = /*#__PURE__*/React__default["default"].forwardRef(functi
68
118
  if (process.env.NODE_ENV !== "production") {
69
119
  PricingTailored.propTypes = iconPropTypes.iconPropTypes;
70
120
  }
71
- const PricingTraditional = /*#__PURE__*/React__default["default"].forwardRef(function PricingTraditional(_ref3, ref) {
121
+ const PricingTraditional = /*#__PURE__*/React__default["default"].forwardRef(function PricingTraditional(_ref5, ref) {
72
122
  let {
73
123
  children,
74
124
  size = 16,
75
125
  ...rest
76
- } = _ref3;
126
+ } = _ref5;
77
127
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
78
128
  width: size,
79
129
  height: size,
@@ -82,7 +132,7 @@ const PricingTraditional = /*#__PURE__*/React__default["default"].forwardRef(fun
82
132
  viewBox: "0 0 32 32",
83
133
  fill: "currentColor",
84
134
  ...rest
85
- }, _path4 || (_path4 = /*#__PURE__*/React__default["default"].createElement("path", {
135
+ }, _path8 || (_path8 = /*#__PURE__*/React__default["default"].createElement("path", {
86
136
  strokeWidth: "0",
87
137
  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"
88
138
  })), children);
@@ -90,12 +140,12 @@ const PricingTraditional = /*#__PURE__*/React__default["default"].forwardRef(fun
90
140
  if (process.env.NODE_ENV !== "production") {
91
141
  PricingTraditional.propTypes = iconPropTypes.iconPropTypes;
92
142
  }
93
- const Printer = /*#__PURE__*/React__default["default"].forwardRef(function Printer(_ref4, ref) {
143
+ const Printer = /*#__PURE__*/React__default["default"].forwardRef(function Printer(_ref6, ref) {
94
144
  let {
95
145
  children,
96
146
  size = 16,
97
147
  ...rest
98
- } = _ref4;
148
+ } = _ref6;
99
149
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
100
150
  width: size,
101
151
  height: size,
@@ -104,19 +154,19 @@ const Printer = /*#__PURE__*/React__default["default"].forwardRef(function Print
104
154
  viewBox: "0 0 32 32",
105
155
  fill: "currentColor",
106
156
  ...rest
107
- }, _path5 || (_path5 = /*#__PURE__*/React__default["default"].createElement("path", {
157
+ }, _path9 || (_path9 = /*#__PURE__*/React__default["default"].createElement("path", {
108
158
  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"
109
159
  })), children);
110
160
  });
111
161
  if (process.env.NODE_ENV !== "production") {
112
162
  Printer.propTypes = iconPropTypes.iconPropTypes;
113
163
  }
114
- const Process = /*#__PURE__*/React__default["default"].forwardRef(function Process(_ref5, ref) {
164
+ const Process = /*#__PURE__*/React__default["default"].forwardRef(function Process(_ref7, ref) {
115
165
  let {
116
166
  children,
117
167
  size = 16,
118
168
  ...rest
119
- } = _ref5;
169
+ } = _ref7;
120
170
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
121
171
  width: size,
122
172
  height: size,
@@ -125,19 +175,19 @@ const Process = /*#__PURE__*/React__default["default"].forwardRef(function Proce
125
175
  viewBox: "0 0 32 32",
126
176
  fill: "currentColor",
127
177
  ...rest
128
- }, _path6 || (_path6 = /*#__PURE__*/React__default["default"].createElement("path", {
178
+ }, _path10 || (_path10 = /*#__PURE__*/React__default["default"].createElement("path", {
129
179
  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"
130
180
  })), children);
131
181
  });
132
182
  if (process.env.NODE_ENV !== "production") {
133
183
  Process.propTypes = iconPropTypes.iconPropTypes;
134
184
  }
135
- const ProcessAutomate = /*#__PURE__*/React__default["default"].forwardRef(function ProcessAutomate(_ref6, ref) {
185
+ const ProcessAutomate = /*#__PURE__*/React__default["default"].forwardRef(function ProcessAutomate(_ref8, ref) {
136
186
  let {
137
187
  children,
138
188
  size = 16,
139
189
  ...rest
140
- } = _ref6;
190
+ } = _ref8;
141
191
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
142
192
  width: size,
143
193
  height: size,
@@ -146,19 +196,19 @@ const ProcessAutomate = /*#__PURE__*/React__default["default"].forwardRef(functi
146
196
  viewBox: "0 0 32 32",
147
197
  fill: "currentColor",
148
198
  ...rest
149
- }, _path7 || (_path7 = /*#__PURE__*/React__default["default"].createElement("path", {
199
+ }, _path11 || (_path11 = /*#__PURE__*/React__default["default"].createElement("path", {
150
200
  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"
151
201
  })), children);
152
202
  });
153
203
  if (process.env.NODE_ENV !== "production") {
154
204
  ProcessAutomate.propTypes = iconPropTypes.iconPropTypes;
155
205
  }
156
- const Product = /*#__PURE__*/React__default["default"].forwardRef(function Product(_ref7, ref) {
206
+ const Product = /*#__PURE__*/React__default["default"].forwardRef(function Product(_ref9, ref) {
157
207
  let {
158
208
  children,
159
209
  size = 16,
160
210
  ...rest
161
- } = _ref7;
211
+ } = _ref9;
162
212
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
163
213
  width: size,
164
214
  height: size,
@@ -167,21 +217,21 @@ const Product = /*#__PURE__*/React__default["default"].forwardRef(function Produ
167
217
  viewBox: "0 0 32 32",
168
218
  fill: "currentColor",
169
219
  ...rest
170
- }, _path8 || (_path8 = /*#__PURE__*/React__default["default"].createElement("path", {
220
+ }, _path12 || (_path12 = /*#__PURE__*/React__default["default"].createElement("path", {
171
221
  d: "M8 18H14V20H8zM8 22H18V24H8z"
172
- })), _path9 || (_path9 = /*#__PURE__*/React__default["default"].createElement("path", {
222
+ })), _path13 || (_path13 = /*#__PURE__*/React__default["default"].createElement("path", {
173
223
  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"
174
224
  })), children);
175
225
  });
176
226
  if (process.env.NODE_ENV !== "production") {
177
227
  Product.propTypes = iconPropTypes.iconPropTypes;
178
228
  }
179
- const ProgressBar = /*#__PURE__*/React__default["default"].forwardRef(function ProgressBar(_ref8, ref) {
229
+ const ProgressBar = /*#__PURE__*/React__default["default"].forwardRef(function ProgressBar(_ref10, ref) {
180
230
  let {
181
231
  children,
182
232
  size = 16,
183
233
  ...rest
184
- } = _ref8;
234
+ } = _ref10;
185
235
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
186
236
  width: size,
187
237
  height: size,
@@ -190,21 +240,21 @@ const ProgressBar = /*#__PURE__*/React__default["default"].forwardRef(function P
190
240
  viewBox: "0 0 32 32",
191
241
  fill: "currentColor",
192
242
  ...rest
193
- }, _path10 || (_path10 = /*#__PURE__*/React__default["default"].createElement("path", {
243
+ }, _path14 || (_path14 = /*#__PURE__*/React__default["default"].createElement("path", {
194
244
  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"
195
- })), _path11 || (_path11 = /*#__PURE__*/React__default["default"].createElement("path", {
245
+ })), _path15 || (_path15 = /*#__PURE__*/React__default["default"].createElement("path", {
196
246
  d: "M6 15H20V17H6z"
197
247
  })), children);
198
248
  });
199
249
  if (process.env.NODE_ENV !== "production") {
200
250
  ProgressBar.propTypes = iconPropTypes.iconPropTypes;
201
251
  }
202
- const ProgressBarRound = /*#__PURE__*/React__default["default"].forwardRef(function ProgressBarRound(_ref9, ref) {
252
+ const ProgressBarRound = /*#__PURE__*/React__default["default"].forwardRef(function ProgressBarRound(_ref11, ref) {
203
253
  let {
204
254
  children,
205
255
  size = 16,
206
256
  ...rest
207
- } = _ref9;
257
+ } = _ref11;
208
258
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
209
259
  width: size,
210
260
  height: size,
@@ -213,23 +263,23 @@ const ProgressBarRound = /*#__PURE__*/React__default["default"].forwardRef(funct
213
263
  viewBox: "0 0 32 32",
214
264
  fill: "currentColor",
215
265
  ...rest
216
- }, _path12 || (_path12 = /*#__PURE__*/React__default["default"].createElement("path", {
266
+ }, _path16 || (_path16 = /*#__PURE__*/React__default["default"].createElement("path", {
217
267
  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"
218
- })), _path13 || (_path13 = /*#__PURE__*/React__default["default"].createElement("path", {
268
+ })), _path17 || (_path17 = /*#__PURE__*/React__default["default"].createElement("path", {
219
269
  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"
220
- })), _path14 || (_path14 = /*#__PURE__*/React__default["default"].createElement("path", {
270
+ })), _path18 || (_path18 = /*#__PURE__*/React__default["default"].createElement("path", {
221
271
  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"
222
272
  })), children);
223
273
  });
224
274
  if (process.env.NODE_ENV !== "production") {
225
275
  ProgressBarRound.propTypes = iconPropTypes.iconPropTypes;
226
276
  }
227
- const Promote = /*#__PURE__*/React__default["default"].forwardRef(function Promote(_ref10, ref) {
277
+ const Promote = /*#__PURE__*/React__default["default"].forwardRef(function Promote(_ref12, ref) {
228
278
  let {
229
279
  children,
230
280
  size = 16,
231
281
  ...rest
232
- } = _ref10;
282
+ } = _ref12;
233
283
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
234
284
  width: size,
235
285
  height: size,
@@ -238,24 +288,24 @@ const Promote = /*#__PURE__*/React__default["default"].forwardRef(function Promo
238
288
  viewBox: "0 0 32 32",
239
289
  fill: "currentColor",
240
290
  ...rest
241
- }, _path15 || (_path15 = /*#__PURE__*/React__default["default"].createElement("path", {
291
+ }, _path19 || (_path19 = /*#__PURE__*/React__default["default"].createElement("path", {
242
292
  d: "M16 21L17.4 22.4 14.8 25 23 25 23 27 14.8 27 17.4 29.6 16 31 11 26z"
243
- })), _path16 || (_path16 = /*#__PURE__*/React__default["default"].createElement("path", {
293
+ })), _path20 || (_path20 = /*#__PURE__*/React__default["default"].createElement("path", {
244
294
  d: "M6.3 19H17.6V21H6.3z",
245
295
  transform: "rotate(-45.001 12 20)"
246
- })), _path17 || (_path17 = /*#__PURE__*/React__default["default"].createElement("path", {
296
+ })), _path21 || (_path21 = /*#__PURE__*/React__default["default"].createElement("path", {
247
297
  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"
248
298
  })), children);
249
299
  });
250
300
  if (process.env.NODE_ENV !== "production") {
251
301
  Promote.propTypes = iconPropTypes.iconPropTypes;
252
302
  }
253
- const PromptSession = /*#__PURE__*/React__default["default"].forwardRef(function PromptSession(_ref11, ref) {
303
+ const PromptSession = /*#__PURE__*/React__default["default"].forwardRef(function PromptSession(_ref13, ref) {
254
304
  let {
255
305
  children,
256
306
  size = 16,
257
307
  ...rest
258
- } = _ref11;
308
+ } = _ref13;
259
309
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
260
310
  width: size,
261
311
  height: size,
@@ -264,9 +314,9 @@ const PromptSession = /*#__PURE__*/React__default["default"].forwardRef(function
264
314
  viewBox: "0 0 32 32",
265
315
  fill: "currentColor",
266
316
  ...rest
267
- }, _path18 || (_path18 = /*#__PURE__*/React__default["default"].createElement("path", {
317
+ }, _path22 || (_path22 = /*#__PURE__*/React__default["default"].createElement("path", {
268
318
  d: "M27 25.5859L25 23.5859 25 21 23 21 23 24.4141 25.5859 27 27 25.5859z"
269
- })), _path19 || (_path19 = /*#__PURE__*/React__default["default"].createElement("path", {
319
+ })), _path23 || (_path23 = /*#__PURE__*/React__default["default"].createElement("path", {
270
320
  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"
271
321
  })), _circle || (_circle = /*#__PURE__*/React__default["default"].createElement("circle", {
272
322
  cx: "9",
@@ -280,19 +330,19 @@ const PromptSession = /*#__PURE__*/React__default["default"].forwardRef(function
280
330
  cx: "23",
281
331
  cy: "13",
282
332
  r: "2"
283
- })), _path20 || (_path20 = /*#__PURE__*/React__default["default"].createElement("path", {
333
+ })), _path24 || (_path24 = /*#__PURE__*/React__default["default"].createElement("path", {
284
334
  d: "m7,23h-3c-1.103,0-2-.8975-2-2V5c0-1.103.897-2,2-2h3v2h-3v16h3v2Z"
285
335
  })), children);
286
336
  });
287
337
  if (process.env.NODE_ENV !== "production") {
288
338
  PromptSession.propTypes = iconPropTypes.iconPropTypes;
289
339
  }
290
- const PromptTemplate = /*#__PURE__*/React__default["default"].forwardRef(function PromptTemplate(_ref12, ref) {
340
+ const PromptTemplate = /*#__PURE__*/React__default["default"].forwardRef(function PromptTemplate(_ref14, ref) {
291
341
  let {
292
342
  children,
293
343
  size = 16,
294
344
  ...rest
295
- } = _ref12;
345
+ } = _ref14;
296
346
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
297
347
  width: size,
298
348
  height: size,
@@ -301,7 +351,7 @@ const PromptTemplate = /*#__PURE__*/React__default["default"].forwardRef(functio
301
351
  viewBox: "0 0 32 32",
302
352
  fill: "currentColor",
303
353
  ...rest
304
- }, _path21 || (_path21 = /*#__PURE__*/React__default["default"].createElement("path", {
354
+ }, _path25 || (_path25 = /*#__PURE__*/React__default["default"].createElement("path", {
305
355
  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"
306
356
  })), _circle4 || (_circle4 = /*#__PURE__*/React__default["default"].createElement("circle", {
307
357
  cx: "23",
@@ -315,19 +365,19 @@ const PromptTemplate = /*#__PURE__*/React__default["default"].forwardRef(functio
315
365
  cx: "9",
316
366
  cy: "13",
317
367
  r: "2"
318
- })), _path22 || (_path22 = /*#__PURE__*/React__default["default"].createElement("path", {
368
+ })), _path26 || (_path26 = /*#__PURE__*/React__default["default"].createElement("path", {
319
369
  d: "m7,23h-3c-1.103,0-2-.8975-2-2V5c0-1.103.897-2,2-2h3v2h-3v16h3v2Z"
320
370
  })), children);
321
371
  });
322
372
  if (process.env.NODE_ENV !== "production") {
323
373
  PromptTemplate.propTypes = iconPropTypes.iconPropTypes;
324
374
  }
325
- const PropertyRelationship = /*#__PURE__*/React__default["default"].forwardRef(function PropertyRelationship(_ref13, ref) {
375
+ const PropertyRelationship = /*#__PURE__*/React__default["default"].forwardRef(function PropertyRelationship(_ref15, ref) {
326
376
  let {
327
377
  children,
328
378
  size = 16,
329
379
  ...rest
330
- } = _ref13;
380
+ } = _ref15;
331
381
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
332
382
  width: size,
333
383
  height: size,
@@ -336,19 +386,19 @@ const PropertyRelationship = /*#__PURE__*/React__default["default"].forwardRef(f
336
386
  viewBox: "0 0 32 32",
337
387
  fill: "currentColor",
338
388
  ...rest
339
- }, _path23 || (_path23 = /*#__PURE__*/React__default["default"].createElement("path", {
389
+ }, _path27 || (_path27 = /*#__PURE__*/React__default["default"].createElement("path", {
340
390
  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"
341
391
  })), children);
342
392
  });
343
393
  if (process.env.NODE_ENV !== "production") {
344
394
  PropertyRelationship.propTypes = iconPropTypes.iconPropTypes;
345
395
  }
346
- const PullRequest = /*#__PURE__*/React__default["default"].forwardRef(function PullRequest(_ref14, ref) {
396
+ const PullRequest = /*#__PURE__*/React__default["default"].forwardRef(function PullRequest(_ref16, ref) {
347
397
  let {
348
398
  children,
349
399
  size = 16,
350
400
  ...rest
351
- } = _ref14;
401
+ } = _ref16;
352
402
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
353
403
  width: size,
354
404
  height: size,
@@ -357,7 +407,7 @@ const PullRequest = /*#__PURE__*/React__default["default"].forwardRef(function P
357
407
  viewBox: "0 0 32 32",
358
408
  fill: "currentColor",
359
409
  ...rest
360
- }, _path24 || (_path24 = /*#__PURE__*/React__default["default"].createElement("path", {
410
+ }, _path28 || (_path28 = /*#__PURE__*/React__default["default"].createElement("path", {
361
411
  strokeWidth: "0",
362
412
  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"
363
413
  })), children);
@@ -365,12 +415,12 @@ const PullRequest = /*#__PURE__*/React__default["default"].forwardRef(function P
365
415
  if (process.env.NODE_ENV !== "production") {
366
416
  PullRequest.propTypes = iconPropTypes.iconPropTypes;
367
417
  }
368
- const Purchase = /*#__PURE__*/React__default["default"].forwardRef(function Purchase(_ref15, ref) {
418
+ const Purchase = /*#__PURE__*/React__default["default"].forwardRef(function Purchase(_ref17, ref) {
369
419
  let {
370
420
  children,
371
421
  size = 16,
372
422
  ...rest
373
- } = _ref15;
423
+ } = _ref17;
374
424
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
375
425
  width: size,
376
426
  height: size,
@@ -379,21 +429,21 @@ const Purchase = /*#__PURE__*/React__default["default"].forwardRef(function Purc
379
429
  viewBox: "0 0 32 32",
380
430
  fill: "currentColor",
381
431
  ...rest
382
- }, _path25 || (_path25 = /*#__PURE__*/React__default["default"].createElement("path", {
432
+ }, _path29 || (_path29 = /*#__PURE__*/React__default["default"].createElement("path", {
383
433
  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"
384
- })), _path26 || (_path26 = /*#__PURE__*/React__default["default"].createElement("path", {
434
+ })), _path30 || (_path30 = /*#__PURE__*/React__default["default"].createElement("path", {
385
435
  d: "M6 20H16V22H6z"
386
436
  })), children);
387
437
  });
388
438
  if (process.env.NODE_ENV !== "production") {
389
439
  Purchase.propTypes = iconPropTypes.iconPropTypes;
390
440
  }
391
- const WatsonHealthQcLaunch = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthQcLaunch(_ref16, ref) {
441
+ const WatsonHealthQcLaunch = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthQcLaunch(_ref18, ref) {
392
442
  let {
393
443
  children,
394
444
  size = 16,
395
445
  ...rest
396
- } = _ref16;
446
+ } = _ref18;
397
447
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
398
448
  width: size,
399
449
  height: size,
@@ -402,21 +452,21 @@ const WatsonHealthQcLaunch = /*#__PURE__*/React__default["default"].forwardRef(f
402
452
  viewBox: "0 0 32 32",
403
453
  fill: "currentColor",
404
454
  ...rest
405
- }, _path27 || (_path27 = /*#__PURE__*/React__default["default"].createElement("path", {
455
+ }, _path31 || (_path31 = /*#__PURE__*/React__default["default"].createElement("path", {
406
456
  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"
407
- })), _path28 || (_path28 = /*#__PURE__*/React__default["default"].createElement("path", {
457
+ })), _path32 || (_path32 = /*#__PURE__*/React__default["default"].createElement("path", {
408
458
  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"
409
459
  })), children);
410
460
  });
411
461
  if (process.env.NODE_ENV !== "production") {
412
462
  WatsonHealthQcLaunch.propTypes = iconPropTypes.iconPropTypes;
413
463
  }
414
- const Qiskit = /*#__PURE__*/React__default["default"].forwardRef(function Qiskit(_ref17, ref) {
464
+ const Qiskit = /*#__PURE__*/React__default["default"].forwardRef(function Qiskit(_ref19, ref) {
415
465
  let {
416
466
  children,
417
467
  size = 16,
418
468
  ...rest
419
- } = _ref17;
469
+ } = _ref19;
420
470
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
421
471
  width: size,
422
472
  height: size,
@@ -425,7 +475,7 @@ const Qiskit = /*#__PURE__*/React__default["default"].forwardRef(function Qiskit
425
475
  viewBox: "0 0 32 32",
426
476
  fill: "currentColor",
427
477
  ...rest
428
- }, _path29 || (_path29 = /*#__PURE__*/React__default["default"].createElement("path", {
478
+ }, _path33 || (_path33 = /*#__PURE__*/React__default["default"].createElement("path", {
429
479
  strokeWidth: "0",
430
480
  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"
431
481
  })), children);
@@ -433,12 +483,12 @@ const Qiskit = /*#__PURE__*/React__default["default"].forwardRef(function Qiskit
433
483
  if (process.env.NODE_ENV !== "production") {
434
484
  Qiskit.propTypes = iconPropTypes.iconPropTypes;
435
485
  }
436
- const QqPlot = /*#__PURE__*/React__default["default"].forwardRef(function QqPlot(_ref18, ref) {
486
+ const QqPlot = /*#__PURE__*/React__default["default"].forwardRef(function QqPlot(_ref20, ref) {
437
487
  let {
438
488
  children,
439
489
  size = 16,
440
490
  ...rest
441
- } = _ref18;
491
+ } = _ref20;
442
492
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
443
493
  width: size,
444
494
  height: size,
@@ -467,19 +517,19 @@ const QqPlot = /*#__PURE__*/React__default["default"].forwardRef(function QqPlot
467
517
  cx: "16",
468
518
  cy: "24",
469
519
  r: "2"
470
- })), _path30 || (_path30 = /*#__PURE__*/React__default["default"].createElement("path", {
520
+ })), _path34 || (_path34 = /*#__PURE__*/React__default["default"].createElement("path", {
471
521
  d: "M30,3.4131,28.5859,2,4,26.585V2H2V28a2,2,0,0,0,2,2H30V28H5.4131Z"
472
522
  })), children);
473
523
  });
474
524
  if (process.env.NODE_ENV !== "production") {
475
525
  QqPlot.propTypes = iconPropTypes.iconPropTypes;
476
526
  }
477
- const QrCode = /*#__PURE__*/React__default["default"].forwardRef(function QrCode(_ref19, ref) {
527
+ const QrCode = /*#__PURE__*/React__default["default"].forwardRef(function QrCode(_ref21, ref) {
478
528
  let {
479
529
  children,
480
530
  size = 16,
481
531
  ...rest
482
- } = _ref19;
532
+ } = _ref21;
483
533
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
484
534
  width: size,
485
535
  height: size,
@@ -488,41 +538,41 @@ const QrCode = /*#__PURE__*/React__default["default"].forwardRef(function QrCode
488
538
  viewBox: "0 0 32 32",
489
539
  fill: "currentColor",
490
540
  ...rest
491
- }, _path31 || (_path31 = /*#__PURE__*/React__default["default"].createElement("path", {
541
+ }, _path35 || (_path35 = /*#__PURE__*/React__default["default"].createElement("path", {
492
542
  d: "M24 26H26V28H24z",
493
543
  transform: "rotate(-90 25 27)"
494
- })), _path32 || (_path32 = /*#__PURE__*/React__default["default"].createElement("path", {
544
+ })), _path36 || (_path36 = /*#__PURE__*/React__default["default"].createElement("path", {
495
545
  d: "M18 22H20V24H18z",
496
546
  transform: "rotate(-90 19 23)"
497
- })), _path33 || (_path33 = /*#__PURE__*/React__default["default"].createElement("path", {
547
+ })), _path37 || (_path37 = /*#__PURE__*/React__default["default"].createElement("path", {
498
548
  d: "M18 30L22 30 22 28 20 28 20 26 18 26 18 30z"
499
- })), _path34 || (_path34 = /*#__PURE__*/React__default["default"].createElement("path", {
549
+ })), _path38 || (_path38 = /*#__PURE__*/React__default["default"].createElement("path", {
500
550
  d: "M25 23H29V25H25z",
501
551
  transform: "rotate(-90 27 24)"
502
- })), _path35 || (_path35 = /*#__PURE__*/React__default["default"].createElement("path", {
552
+ })), _path39 || (_path39 = /*#__PURE__*/React__default["default"].createElement("path", {
503
553
  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"
504
- })), _path36 || (_path36 = /*#__PURE__*/React__default["default"].createElement("path", {
554
+ })), _path40 || (_path40 = /*#__PURE__*/React__default["default"].createElement("path", {
505
555
  d: "M19 17H21V21H19z",
506
556
  transform: "rotate(-90 20 19)"
507
- })), _path37 || (_path37 = /*#__PURE__*/React__default["default"].createElement("path", {
557
+ })), _path41 || (_path41 = /*#__PURE__*/React__default["default"].createElement("path", {
508
558
  d: "M6 22H10V26H6z"
509
- })), _path38 || (_path38 = /*#__PURE__*/React__default["default"].createElement("path", {
559
+ })), _path42 || (_path42 = /*#__PURE__*/React__default["default"].createElement("path", {
510
560
  d: "M14 30H2V18H14zM4 28h8V20H4zM22 6H26V10H22z"
511
- })), _path39 || (_path39 = /*#__PURE__*/React__default["default"].createElement("path", {
561
+ })), _path43 || (_path43 = /*#__PURE__*/React__default["default"].createElement("path", {
512
562
  d: "M30 14H18V2H30zM20 12h8V4H20zM6 6H10V10H6z"
513
- })), _path40 || (_path40 = /*#__PURE__*/React__default["default"].createElement("path", {
563
+ })), _path44 || (_path44 = /*#__PURE__*/React__default["default"].createElement("path", {
514
564
  d: "M14,14H2V2H14ZM4,12h8V4H4Z"
515
565
  })), children);
516
566
  });
517
567
  if (process.env.NODE_ENV !== "production") {
518
568
  QrCode.propTypes = iconPropTypes.iconPropTypes;
519
569
  }
520
- const QuadrantPlot = /*#__PURE__*/React__default["default"].forwardRef(function QuadrantPlot(_ref20, ref) {
570
+ const QuadrantPlot = /*#__PURE__*/React__default["default"].forwardRef(function QuadrantPlot(_ref22, ref) {
521
571
  let {
522
572
  children,
523
573
  size = 16,
524
574
  ...rest
525
- } = _ref20;
575
+ } = _ref22;
526
576
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
527
577
  width: size,
528
578
  height: size,
@@ -531,9 +581,9 @@ const QuadrantPlot = /*#__PURE__*/React__default["default"].forwardRef(function
531
581
  viewBox: "0 0 32 32",
532
582
  fill: "currentColor",
533
583
  ...rest
534
- }, _path41 || (_path41 = /*#__PURE__*/React__default["default"].createElement("path", {
584
+ }, _path45 || (_path45 = /*#__PURE__*/React__default["default"].createElement("path", {
535
585
  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"
536
- })), _path42 || (_path42 = /*#__PURE__*/React__default["default"].createElement("path", {
586
+ })), _path46 || (_path46 = /*#__PURE__*/React__default["default"].createElement("path", {
537
587
  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"
538
588
  })), _circle12 || (_circle12 = /*#__PURE__*/React__default["default"].createElement("circle", {
539
589
  cx: "11",
@@ -568,12 +618,12 @@ const QuadrantPlot = /*#__PURE__*/React__default["default"].forwardRef(function
568
618
  if (process.env.NODE_ENV !== "production") {
569
619
  QuadrantPlot.propTypes = iconPropTypes.iconPropTypes;
570
620
  }
571
- const Query = /*#__PURE__*/React__default["default"].forwardRef(function Query(_ref21, ref) {
621
+ const Query = /*#__PURE__*/React__default["default"].forwardRef(function Query(_ref23, ref) {
572
622
  let {
573
623
  children,
574
624
  size = 16,
575
625
  ...rest
576
- } = _ref21;
626
+ } = _ref23;
577
627
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
578
628
  width: size,
579
629
  height: size,
@@ -586,21 +636,21 @@ const Query = /*#__PURE__*/React__default["default"].forwardRef(function Query(_
586
636
  cx: "11",
587
637
  cy: "15.5",
588
638
  r: "1.5"
589
- })), _path43 || (_path43 = /*#__PURE__*/React__default["default"].createElement("path", {
639
+ })), _path47 || (_path47 = /*#__PURE__*/React__default["default"].createElement("path", {
590
640
  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"
591
- })), _path44 || (_path44 = /*#__PURE__*/React__default["default"].createElement("path", {
641
+ })), _path48 || (_path48 = /*#__PURE__*/React__default["default"].createElement("path", {
592
642
  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"
593
643
  })), children);
594
644
  });
595
645
  if (process.env.NODE_ENV !== "production") {
596
646
  Query.propTypes = iconPropTypes.iconPropTypes;
597
647
  }
598
- const QueryQueue = /*#__PURE__*/React__default["default"].forwardRef(function QueryQueue(_ref22, ref) {
648
+ const QueryQueue = /*#__PURE__*/React__default["default"].forwardRef(function QueryQueue(_ref24, ref) {
599
649
  let {
600
650
  children,
601
651
  size = 16,
602
652
  ...rest
603
- } = _ref22;
653
+ } = _ref24;
604
654
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
605
655
  width: size,
606
656
  height: size,
@@ -609,19 +659,19 @@ const QueryQueue = /*#__PURE__*/React__default["default"].forwardRef(function Qu
609
659
  viewBox: "0 0 32 32",
610
660
  fill: "currentColor",
611
661
  ...rest
612
- }, _path45 || (_path45 = /*#__PURE__*/React__default["default"].createElement("path", {
662
+ }, _path49 || (_path49 = /*#__PURE__*/React__default["default"].createElement("path", {
613
663
  d: "M10 6H28V8H10zM10 12H28V14H10zM15 18H28V20H15zM10 24H28V26H10zM4 14L11 19 4 24 4 14z"
614
664
  })), children);
615
665
  });
616
666
  if (process.env.NODE_ENV !== "production") {
617
667
  QueryQueue.propTypes = iconPropTypes.iconPropTypes;
618
668
  }
619
- const QuestionAnswering = /*#__PURE__*/React__default["default"].forwardRef(function QuestionAnswering(_ref23, ref) {
669
+ const QuestionAnswering = /*#__PURE__*/React__default["default"].forwardRef(function QuestionAnswering(_ref25, ref) {
620
670
  let {
621
671
  children,
622
672
  size = 16,
623
673
  ...rest
624
- } = _ref23;
674
+ } = _ref25;
625
675
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
626
676
  width: size,
627
677
  height: size,
@@ -630,10 +680,10 @@ const QuestionAnswering = /*#__PURE__*/React__default["default"].forwardRef(func
630
680
  viewBox: "0 0 32 32",
631
681
  fill: "currentColor",
632
682
  ...rest
633
- }, _path46 || (_path46 = /*#__PURE__*/React__default["default"].createElement("path", {
683
+ }, _path50 || (_path50 = /*#__PURE__*/React__default["default"].createElement("path", {
634
684
  strokeWidth: "0",
635
685
  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"
636
- })), _path47 || (_path47 = /*#__PURE__*/React__default["default"].createElement("path", {
686
+ })), _path51 || (_path51 = /*#__PURE__*/React__default["default"].createElement("path", {
637
687
  strokeWidth: "0",
638
688
  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"
639
689
  })), children);
@@ -641,12 +691,12 @@ const QuestionAnswering = /*#__PURE__*/React__default["default"].forwardRef(func
641
691
  if (process.env.NODE_ENV !== "production") {
642
692
  QuestionAnswering.propTypes = iconPropTypes.iconPropTypes;
643
693
  }
644
- const Queued = /*#__PURE__*/React__default["default"].forwardRef(function Queued(_ref24, ref) {
694
+ const Queued = /*#__PURE__*/React__default["default"].forwardRef(function Queued(_ref26, ref) {
645
695
  let {
646
696
  children,
647
697
  size = 16,
648
698
  ...rest
649
- } = _ref24;
699
+ } = _ref26;
650
700
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
651
701
  width: size,
652
702
  height: size,
@@ -655,19 +705,19 @@ const Queued = /*#__PURE__*/React__default["default"].forwardRef(function Queued
655
705
  viewBox: "0 0 32 32",
656
706
  fill: "currentColor",
657
707
  ...rest
658
- }, _path48 || (_path48 = /*#__PURE__*/React__default["default"].createElement("path", {
708
+ }, _path52 || (_path52 = /*#__PURE__*/React__default["default"].createElement("path", {
659
709
  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"
660
710
  })), children);
661
711
  });
662
712
  if (process.env.NODE_ENV !== "production") {
663
713
  Queued.propTypes = iconPropTypes.iconPropTypes;
664
714
  }
665
- const Quotes = /*#__PURE__*/React__default["default"].forwardRef(function Quotes(_ref25, ref) {
715
+ const Quotes = /*#__PURE__*/React__default["default"].forwardRef(function Quotes(_ref27, ref) {
666
716
  let {
667
717
  children,
668
718
  size = 16,
669
719
  ...rest
670
- } = _ref25;
720
+ } = _ref27;
671
721
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
672
722
  width: size,
673
723
  height: size,
@@ -676,19 +726,19 @@ const Quotes = /*#__PURE__*/React__default["default"].forwardRef(function Quotes
676
726
  viewBox: "0 0 32 32",
677
727
  fill: "currentColor",
678
728
  ...rest
679
- }, _path49 || (_path49 = /*#__PURE__*/React__default["default"].createElement("path", {
729
+ }, _path53 || (_path53 = /*#__PURE__*/React__default["default"].createElement("path", {
680
730
  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"
681
731
  })), children);
682
732
  });
683
733
  if (process.env.NODE_ENV !== "production") {
684
734
  Quotes.propTypes = iconPropTypes.iconPropTypes;
685
735
  }
686
- const Radar = /*#__PURE__*/React__default["default"].forwardRef(function Radar(_ref26, ref) {
736
+ const Radar = /*#__PURE__*/React__default["default"].forwardRef(function Radar(_ref28, ref) {
687
737
  let {
688
738
  children,
689
739
  size = 16,
690
740
  ...rest
691
- } = _ref26;
741
+ } = _ref28;
692
742
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
693
743
  width: size,
694
744
  height: size,
@@ -697,19 +747,19 @@ const Radar = /*#__PURE__*/React__default["default"].forwardRef(function Radar(_
697
747
  viewBox: "0 0 32 32",
698
748
  fill: "currentColor",
699
749
  ...rest
700
- }, _path50 || (_path50 = /*#__PURE__*/React__default["default"].createElement("path", {
750
+ }, _path54 || (_path54 = /*#__PURE__*/React__default["default"].createElement("path", {
701
751
  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"
702
752
  })), children);
703
753
  });
704
754
  if (process.env.NODE_ENV !== "production") {
705
755
  Radar.propTypes = iconPropTypes.iconPropTypes;
706
756
  }
707
- const RadarEnhanced = /*#__PURE__*/React__default["default"].forwardRef(function RadarEnhanced(_ref27, ref) {
757
+ const RadarEnhanced = /*#__PURE__*/React__default["default"].forwardRef(function RadarEnhanced(_ref29, ref) {
708
758
  let {
709
759
  children,
710
760
  size = 16,
711
761
  ...rest
712
- } = _ref27;
762
+ } = _ref29;
713
763
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
714
764
  width: size,
715
765
  height: size,
@@ -718,19 +768,19 @@ const RadarEnhanced = /*#__PURE__*/React__default["default"].forwardRef(function
718
768
  viewBox: "0 0 32 32",
719
769
  fill: "currentColor",
720
770
  ...rest
721
- }, _path51 || (_path51 = /*#__PURE__*/React__default["default"].createElement("path", {
771
+ }, _path55 || (_path55 = /*#__PURE__*/React__default["default"].createElement("path", {
722
772
  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"
723
773
  })), children);
724
774
  });
725
775
  if (process.env.NODE_ENV !== "production") {
726
776
  RadarEnhanced.propTypes = iconPropTypes.iconPropTypes;
727
777
  }
728
- const RadarWeather = /*#__PURE__*/React__default["default"].forwardRef(function RadarWeather(_ref28, ref) {
778
+ const RadarWeather = /*#__PURE__*/React__default["default"].forwardRef(function RadarWeather(_ref30, ref) {
729
779
  let {
730
780
  children,
731
781
  size = 16,
732
782
  ...rest
733
- } = _ref28;
783
+ } = _ref30;
734
784
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
735
785
  width: size,
736
786
  height: size,
@@ -739,19 +789,19 @@ const RadarWeather = /*#__PURE__*/React__default["default"].forwardRef(function
739
789
  viewBox: "0 0 32 32",
740
790
  fill: "currentColor",
741
791
  ...rest
742
- }, _path52 || (_path52 = /*#__PURE__*/React__default["default"].createElement("path", {
792
+ }, _path56 || (_path56 = /*#__PURE__*/React__default["default"].createElement("path", {
743
793
  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"
744
794
  })), children);
745
795
  });
746
796
  if (process.env.NODE_ENV !== "production") {
747
797
  RadarWeather.propTypes = iconPropTypes.iconPropTypes;
748
798
  }
749
- const Radio = /*#__PURE__*/React__default["default"].forwardRef(function Radio(_ref29, ref) {
799
+ const Radio = /*#__PURE__*/React__default["default"].forwardRef(function Radio(_ref31, ref) {
750
800
  let {
751
801
  children,
752
802
  size = 16,
753
803
  ...rest
754
- } = _ref29;
804
+ } = _ref31;
755
805
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
756
806
  width: size,
757
807
  height: size,
@@ -760,21 +810,21 @@ const Radio = /*#__PURE__*/React__default["default"].forwardRef(function Radio(_
760
810
  viewBox: "0 0 32 32",
761
811
  fill: "currentColor",
762
812
  ...rest
763
- }, _path53 || (_path53 = /*#__PURE__*/React__default["default"].createElement("path", {
813
+ }, _path57 || (_path57 = /*#__PURE__*/React__default["default"].createElement("path", {
764
814
  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"
765
- })), _path54 || (_path54 = /*#__PURE__*/React__default["default"].createElement("path", {
815
+ })), _path58 || (_path58 = /*#__PURE__*/React__default["default"].createElement("path", {
766
816
  d: "M10 26a4 4 0 114-4A4 4 0 0110 26zm0-6a2 2 0 102 2A2 2 0 0010 20zM7 14H13V16H7zM17 16H26V18H17zM17 20H26V22H17zM17 24H26V26H17z"
767
817
  })), children);
768
818
  });
769
819
  if (process.env.NODE_ENV !== "production") {
770
820
  Radio.propTypes = iconPropTypes.iconPropTypes;
771
821
  }
772
- const RadioCombat = /*#__PURE__*/React__default["default"].forwardRef(function RadioCombat(_ref30, ref) {
822
+ const RadioCombat = /*#__PURE__*/React__default["default"].forwardRef(function RadioCombat(_ref32, ref) {
773
823
  let {
774
824
  children,
775
825
  size = 16,
776
826
  ...rest
777
- } = _ref30;
827
+ } = _ref32;
778
828
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
779
829
  width: size,
780
830
  height: size,
@@ -783,21 +833,21 @@ const RadioCombat = /*#__PURE__*/React__default["default"].forwardRef(function R
783
833
  viewBox: "0 0 32 32",
784
834
  fill: "currentColor",
785
835
  ...rest
786
- }, _path55 || (_path55 = /*#__PURE__*/React__default["default"].createElement("path", {
836
+ }, _path59 || (_path59 = /*#__PURE__*/React__default["default"].createElement("path", {
787
837
  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"
788
- })), _path56 || (_path56 = /*#__PURE__*/React__default["default"].createElement("path", {
838
+ })), _path60 || (_path60 = /*#__PURE__*/React__default["default"].createElement("path", {
789
839
  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"
790
840
  })), children);
791
841
  });
792
842
  if (process.env.NODE_ENV !== "production") {
793
843
  RadioCombat.propTypes = iconPropTypes.iconPropTypes;
794
844
  }
795
- const RadioPushToTalk = /*#__PURE__*/React__default["default"].forwardRef(function RadioPushToTalk(_ref31, ref) {
845
+ const RadioPushToTalk = /*#__PURE__*/React__default["default"].forwardRef(function RadioPushToTalk(_ref33, ref) {
796
846
  let {
797
847
  children,
798
848
  size = 16,
799
849
  ...rest
800
- } = _ref31;
850
+ } = _ref33;
801
851
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
802
852
  width: size,
803
853
  height: size,
@@ -806,25 +856,25 @@ const RadioPushToTalk = /*#__PURE__*/React__default["default"].forwardRef(functi
806
856
  viewBox: "0 0 32 32",
807
857
  fill: "currentColor",
808
858
  ...rest
809
- }, _path57 || (_path57 = /*#__PURE__*/React__default["default"].createElement("path", {
859
+ }, _path61 || (_path61 = /*#__PURE__*/React__default["default"].createElement("path", {
810
860
  d: "M13 11H19V13H13zM13 15H19V17H13z"
811
861
  })), _circle20 || (_circle20 = /*#__PURE__*/React__default["default"].createElement("circle", {
812
862
  cx: "16",
813
863
  cy: "23",
814
864
  r: "2"
815
- })), _path58 || (_path58 = /*#__PURE__*/React__default["default"].createElement("path", {
865
+ })), _path62 || (_path62 = /*#__PURE__*/React__default["default"].createElement("path", {
816
866
  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"
817
867
  })), children);
818
868
  });
819
869
  if (process.env.NODE_ENV !== "production") {
820
870
  RadioPushToTalk.propTypes = iconPropTypes.iconPropTypes;
821
871
  }
822
- const RadioButton = /*#__PURE__*/React__default["default"].forwardRef(function RadioButton(_ref32, ref) {
872
+ const RadioButton = /*#__PURE__*/React__default["default"].forwardRef(function RadioButton(_ref34, ref) {
823
873
  let {
824
874
  children,
825
875
  size = 16,
826
876
  ...rest
827
- } = _ref32;
877
+ } = _ref34;
828
878
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
829
879
  width: size,
830
880
  height: size,
@@ -833,19 +883,19 @@ const RadioButton = /*#__PURE__*/React__default["default"].forwardRef(function R
833
883
  viewBox: "0 0 32 32",
834
884
  fill: "currentColor",
835
885
  ...rest
836
- }, _path59 || (_path59 = /*#__PURE__*/React__default["default"].createElement("path", {
886
+ }, _path63 || (_path63 = /*#__PURE__*/React__default["default"].createElement("path", {
837
887
  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"
838
888
  })), children);
839
889
  });
840
890
  if (process.env.NODE_ENV !== "production") {
841
891
  RadioButton.propTypes = iconPropTypes.iconPropTypes;
842
892
  }
843
- const RadioButtonChecked = /*#__PURE__*/React__default["default"].forwardRef(function RadioButtonChecked(_ref33, ref) {
893
+ const RadioButtonChecked = /*#__PURE__*/React__default["default"].forwardRef(function RadioButtonChecked(_ref35, ref) {
844
894
  let {
845
895
  children,
846
896
  size = 16,
847
897
  ...rest
848
- } = _ref33;
898
+ } = _ref35;
849
899
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
850
900
  width: size,
851
901
  height: size,
@@ -854,21 +904,21 @@ const RadioButtonChecked = /*#__PURE__*/React__default["default"].forwardRef(fun
854
904
  viewBox: "0 0 32 32",
855
905
  fill: "currentColor",
856
906
  ...rest
857
- }, _path60 || (_path60 = /*#__PURE__*/React__default["default"].createElement("path", {
907
+ }, _path64 || (_path64 = /*#__PURE__*/React__default["default"].createElement("path", {
858
908
  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"
859
- })), _path61 || (_path61 = /*#__PURE__*/React__default["default"].createElement("path", {
909
+ })), _path65 || (_path65 = /*#__PURE__*/React__default["default"].createElement("path", {
860
910
  d: "M16,10a6,6,0,1,0,6,6A6,6,0,0,0,16,10Z"
861
911
  })), children);
862
912
  });
863
913
  if (process.env.NODE_ENV !== "production") {
864
914
  RadioButtonChecked.propTypes = iconPropTypes.iconPropTypes;
865
915
  }
866
- const Rag = /*#__PURE__*/React__default["default"].forwardRef(function Rag(_ref34, ref) {
916
+ const Rag = /*#__PURE__*/React__default["default"].forwardRef(function Rag(_ref36, ref) {
867
917
  let {
868
918
  children,
869
919
  size = 16,
870
920
  ...rest
871
- } = _ref34;
921
+ } = _ref36;
872
922
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
873
923
  width: size,
874
924
  height: size,
@@ -877,10 +927,10 @@ const Rag = /*#__PURE__*/React__default["default"].forwardRef(function Rag(_ref3
877
927
  viewBox: "0 0 32 32",
878
928
  fill: "currentColor",
879
929
  ...rest
880
- }, _path62 || (_path62 = /*#__PURE__*/React__default["default"].createElement("path", {
930
+ }, _path66 || (_path66 = /*#__PURE__*/React__default["default"].createElement("path", {
881
931
  strokeWidth: "0",
882
932
  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"
883
- })), _path63 || (_path63 = /*#__PURE__*/React__default["default"].createElement("path", {
933
+ })), _path67 || (_path67 = /*#__PURE__*/React__default["default"].createElement("path", {
884
934
  strokeWidth: "0",
885
935
  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"
886
936
  })), children);
@@ -888,12 +938,12 @@ const Rag = /*#__PURE__*/React__default["default"].forwardRef(function Rag(_ref3
888
938
  if (process.env.NODE_ENV !== "production") {
889
939
  Rag.propTypes = iconPropTypes.iconPropTypes;
890
940
  }
891
- const Rain = /*#__PURE__*/React__default["default"].forwardRef(function Rain(_ref35, ref) {
941
+ const Rain = /*#__PURE__*/React__default["default"].forwardRef(function Rain(_ref37, ref) {
892
942
  let {
893
943
  children,
894
944
  size = 16,
895
945
  ...rest
896
- } = _ref35;
946
+ } = _ref37;
897
947
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
898
948
  width: size,
899
949
  height: size,
@@ -902,19 +952,19 @@ const Rain = /*#__PURE__*/React__default["default"].forwardRef(function Rain(_re
902
952
  viewBox: "0 0 32 32",
903
953
  fill: "currentColor",
904
954
  ...rest
905
- }, _path64 || (_path64 = /*#__PURE__*/React__default["default"].createElement("path", {
955
+ }, _path68 || (_path68 = /*#__PURE__*/React__default["default"].createElement("path", {
906
956
  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"
907
957
  })), children);
908
958
  });
909
959
  if (process.env.NODE_ENV !== "production") {
910
960
  Rain.propTypes = iconPropTypes.iconPropTypes;
911
961
  }
912
- const RainDrizzle = /*#__PURE__*/React__default["default"].forwardRef(function RainDrizzle(_ref36, ref) {
962
+ const RainDrizzle = /*#__PURE__*/React__default["default"].forwardRef(function RainDrizzle(_ref38, ref) {
913
963
  let {
914
964
  children,
915
965
  size = 16,
916
966
  ...rest
917
- } = _ref36;
967
+ } = _ref38;
918
968
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
919
969
  width: size,
920
970
  height: size,
@@ -923,21 +973,21 @@ const RainDrizzle = /*#__PURE__*/React__default["default"].forwardRef(function R
923
973
  viewBox: "0 0 32 32",
924
974
  fill: "currentColor",
925
975
  ...rest
926
- }, _path65 || (_path65 = /*#__PURE__*/React__default["default"].createElement("path", {
976
+ }, _path69 || (_path69 = /*#__PURE__*/React__default["default"].createElement("path", {
927
977
  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"
928
- })), _path66 || (_path66 = /*#__PURE__*/React__default["default"].createElement("path", {
978
+ })), _path70 || (_path70 = /*#__PURE__*/React__default["default"].createElement("path", {
929
979
  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"
930
980
  })), children);
931
981
  });
932
982
  if (process.env.NODE_ENV !== "production") {
933
983
  RainDrizzle.propTypes = iconPropTypes.iconPropTypes;
934
984
  }
935
- const RainHeavy = /*#__PURE__*/React__default["default"].forwardRef(function RainHeavy(_ref37, ref) {
985
+ const RainHeavy = /*#__PURE__*/React__default["default"].forwardRef(function RainHeavy(_ref39, ref) {
936
986
  let {
937
987
  children,
938
988
  size = 16,
939
989
  ...rest
940
- } = _ref37;
990
+ } = _ref39;
941
991
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
942
992
  width: size,
943
993
  height: size,
@@ -946,21 +996,21 @@ const RainHeavy = /*#__PURE__*/React__default["default"].forwardRef(function Rai
946
996
  viewBox: "0 0 32 32",
947
997
  fill: "currentColor",
948
998
  ...rest
949
- }, _path67 || (_path67 = /*#__PURE__*/React__default["default"].createElement("path", {
999
+ }, _path71 || (_path71 = /*#__PURE__*/React__default["default"].createElement("path", {
950
1000
  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"
951
- })), _path68 || (_path68 = /*#__PURE__*/React__default["default"].createElement("path", {
1001
+ })), _path72 || (_path72 = /*#__PURE__*/React__default["default"].createElement("path", {
952
1002
  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"
953
1003
  })), children);
954
1004
  });
955
1005
  if (process.env.NODE_ENV !== "production") {
956
1006
  RainHeavy.propTypes = iconPropTypes.iconPropTypes;
957
1007
  }
958
- const RainScattered = /*#__PURE__*/React__default["default"].forwardRef(function RainScattered(_ref38, ref) {
1008
+ const RainScattered = /*#__PURE__*/React__default["default"].forwardRef(function RainScattered(_ref40, ref) {
959
1009
  let {
960
1010
  children,
961
1011
  size = 16,
962
1012
  ...rest
963
- } = _ref38;
1013
+ } = _ref40;
964
1014
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
965
1015
  width: size,
966
1016
  height: size,
@@ -969,34 +1019,34 @@ const RainScattered = /*#__PURE__*/React__default["default"].forwardRef(function
969
1019
  viewBox: "0 0 32 32",
970
1020
  fill: "currentColor",
971
1021
  ...rest
972
- }, _path69 || (_path69 = /*#__PURE__*/React__default["default"].createElement("path", {
1022
+ }, _path73 || (_path73 = /*#__PURE__*/React__default["default"].createElement("path", {
973
1023
  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"
974
- })), _path70 || (_path70 = /*#__PURE__*/React__default["default"].createElement("path", {
1024
+ })), _path74 || (_path74 = /*#__PURE__*/React__default["default"].createElement("path", {
975
1025
  d: "M27.232 15.733H29.232V18.733H27.232z",
976
1026
  transform: "rotate(-45.009 28.232 17.233)"
977
- })), _path71 || (_path71 = /*#__PURE__*/React__default["default"].createElement("path", {
1027
+ })), _path75 || (_path75 = /*#__PURE__*/React__default["default"].createElement("path", {
978
1028
  d: "M29 10H32V12H29z"
979
- })), _path72 || (_path72 = /*#__PURE__*/React__default["default"].createElement("path", {
1029
+ })), _path76 || (_path76 = /*#__PURE__*/React__default["default"].createElement("path", {
980
1030
  d: "M26.732 3.768H29.732V5.768H26.732z",
981
1031
  transform: "rotate(-45 28.232 4.768)"
982
- })), _path73 || (_path73 = /*#__PURE__*/React__default["default"].createElement("path", {
1032
+ })), _path77 || (_path77 = /*#__PURE__*/React__default["default"].createElement("path", {
983
1033
  d: "M20 0H22V3H20z"
984
- })), _path74 || (_path74 = /*#__PURE__*/React__default["default"].createElement("path", {
1034
+ })), _path78 || (_path78 = /*#__PURE__*/React__default["default"].createElement("path", {
985
1035
  d: "M12.768 3.268H14.768V6.268H12.768z",
986
1036
  transform: "rotate(-45 13.768 4.768)"
987
- })), _path75 || (_path75 = /*#__PURE__*/React__default["default"].createElement("path", {
1037
+ })), _path79 || (_path79 = /*#__PURE__*/React__default["default"].createElement("path", {
988
1038
  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"
989
1039
  })), children);
990
1040
  });
991
1041
  if (process.env.NODE_ENV !== "production") {
992
1042
  RainScattered.propTypes = iconPropTypes.iconPropTypes;
993
1043
  }
994
- const RainScatteredNight = /*#__PURE__*/React__default["default"].forwardRef(function RainScatteredNight(_ref39, ref) {
1044
+ const RainScatteredNight = /*#__PURE__*/React__default["default"].forwardRef(function RainScatteredNight(_ref41, ref) {
995
1045
  let {
996
1046
  children,
997
1047
  size = 16,
998
1048
  ...rest
999
- } = _ref39;
1049
+ } = _ref41;
1000
1050
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1001
1051
  width: size,
1002
1052
  height: size,
@@ -1005,19 +1055,19 @@ const RainScatteredNight = /*#__PURE__*/React__default["default"].forwardRef(fun
1005
1055
  viewBox: "0 0 32 32",
1006
1056
  fill: "currentColor",
1007
1057
  ...rest
1008
- }, _path76 || (_path76 = /*#__PURE__*/React__default["default"].createElement("path", {
1058
+ }, _path80 || (_path80 = /*#__PURE__*/React__default["default"].createElement("path", {
1009
1059
  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"
1010
1060
  })), children);
1011
1061
  });
1012
1062
  if (process.env.NODE_ENV !== "production") {
1013
1063
  RainScatteredNight.propTypes = iconPropTypes.iconPropTypes;
1014
1064
  }
1015
- const RainDrop = /*#__PURE__*/React__default["default"].forwardRef(function RainDrop(_ref40, ref) {
1065
+ const RainDrop = /*#__PURE__*/React__default["default"].forwardRef(function RainDrop(_ref42, ref) {
1016
1066
  let {
1017
1067
  children,
1018
1068
  size = 16,
1019
1069
  ...rest
1020
- } = _ref40;
1070
+ } = _ref42;
1021
1071
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1022
1072
  width: size,
1023
1073
  height: size,
@@ -1026,21 +1076,21 @@ const RainDrop = /*#__PURE__*/React__default["default"].forwardRef(function Rain
1026
1076
  viewBox: "0 0 32 32",
1027
1077
  fill: "currentColor",
1028
1078
  ...rest
1029
- }, _path77 || (_path77 = /*#__PURE__*/React__default["default"].createElement("path", {
1079
+ }, _path81 || (_path81 = /*#__PURE__*/React__default["default"].createElement("path", {
1030
1080
  d: "M16,24V22a3.2965,3.2965,0,0,0,3-3h2A5.2668,5.2668,0,0,1,16,24Z"
1031
- })), _path78 || (_path78 = /*#__PURE__*/React__default["default"].createElement("path", {
1081
+ })), _path82 || (_path82 = /*#__PURE__*/React__default["default"].createElement("path", {
1032
1082
  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"
1033
1083
  })), children);
1034
1084
  });
1035
1085
  if (process.env.NODE_ENV !== "production") {
1036
1086
  RainDrop.propTypes = iconPropTypes.iconPropTypes;
1037
1087
  }
1038
- const Raw = /*#__PURE__*/React__default["default"].forwardRef(function Raw(_ref41, ref) {
1088
+ const Raw = /*#__PURE__*/React__default["default"].forwardRef(function Raw(_ref43, ref) {
1039
1089
  let {
1040
1090
  children,
1041
1091
  size = 16,
1042
1092
  ...rest
1043
- } = _ref41;
1093
+ } = _ref43;
1044
1094
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1045
1095
  width: size,
1046
1096
  height: size,
@@ -1049,19 +1099,19 @@ const Raw = /*#__PURE__*/React__default["default"].forwardRef(function Raw(_ref4
1049
1099
  viewBox: "0 0 32 32",
1050
1100
  fill: "currentColor",
1051
1101
  ...rest
1052
- }, _path79 || (_path79 = /*#__PURE__*/React__default["default"].createElement("path", {
1102
+ }, _path83 || (_path83 = /*#__PURE__*/React__default["default"].createElement("path", {
1053
1103
  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"
1054
1104
  })), children);
1055
1105
  });
1056
1106
  if (process.env.NODE_ENV !== "production") {
1057
1107
  Raw.propTypes = iconPropTypes.iconPropTypes;
1058
1108
  }
1059
- const Receipt = /*#__PURE__*/React__default["default"].forwardRef(function Receipt(_ref42, ref) {
1109
+ const Receipt = /*#__PURE__*/React__default["default"].forwardRef(function Receipt(_ref44, ref) {
1060
1110
  let {
1061
1111
  children,
1062
1112
  size = 16,
1063
1113
  ...rest
1064
- } = _ref42;
1114
+ } = _ref44;
1065
1115
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1066
1116
  width: size,
1067
1117
  height: size,
@@ -1070,21 +1120,21 @@ const Receipt = /*#__PURE__*/React__default["default"].forwardRef(function Recei
1070
1120
  viewBox: "0 0 32 32",
1071
1121
  fill: "currentColor",
1072
1122
  ...rest
1073
- }, _path80 || (_path80 = /*#__PURE__*/React__default["default"].createElement("path", {
1123
+ }, _path84 || (_path84 = /*#__PURE__*/React__default["default"].createElement("path", {
1074
1124
  d: "M21 16H23V18H21zM9 16H17V18H9zM21 12H23V14H21zM9 12H17V14H9zM9 8H23V10H9z"
1075
- })), _path81 || (_path81 = /*#__PURE__*/React__default["default"].createElement("path", {
1125
+ })), _path85 || (_path85 = /*#__PURE__*/React__default["default"].createElement("path", {
1076
1126
  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"
1077
1127
  })), children);
1078
1128
  });
1079
1129
  if (process.env.NODE_ENV !== "production") {
1080
1130
  Receipt.propTypes = iconPropTypes.iconPropTypes;
1081
1131
  }
1082
- const RecentlyViewed = /*#__PURE__*/React__default["default"].forwardRef(function RecentlyViewed(_ref43, ref) {
1132
+ const RecentlyViewed = /*#__PURE__*/React__default["default"].forwardRef(function RecentlyViewed(_ref45, ref) {
1083
1133
  let {
1084
1134
  children,
1085
1135
  size = 16,
1086
1136
  ...rest
1087
- } = _ref43;
1137
+ } = _ref45;
1088
1138
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1089
1139
  width: size,
1090
1140
  height: size,
@@ -1093,21 +1143,21 @@ const RecentlyViewed = /*#__PURE__*/React__default["default"].forwardRef(functio
1093
1143
  viewBox: "0 0 32 32",
1094
1144
  fill: "currentColor",
1095
1145
  ...rest
1096
- }, _path82 || (_path82 = /*#__PURE__*/React__default["default"].createElement("path", {
1146
+ }, _path86 || (_path86 = /*#__PURE__*/React__default["default"].createElement("path", {
1097
1147
  d: "M20.59 22L15 16.41 15 7 17 7 17 15.58 22 20.59 20.59 22z"
1098
- })), _path83 || (_path83 = /*#__PURE__*/React__default["default"].createElement("path", {
1148
+ })), _path87 || (_path87 = /*#__PURE__*/React__default["default"].createElement("path", {
1099
1149
  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"
1100
1150
  })), children);
1101
1151
  });
1102
1152
  if (process.env.NODE_ENV !== "production") {
1103
1153
  RecentlyViewed.propTypes = iconPropTypes.iconPropTypes;
1104
1154
  }
1105
- const Recommend = /*#__PURE__*/React__default["default"].forwardRef(function Recommend(_ref44, ref) {
1155
+ const Recommend = /*#__PURE__*/React__default["default"].forwardRef(function Recommend(_ref46, ref) {
1106
1156
  let {
1107
1157
  children,
1108
1158
  size = 16,
1109
1159
  ...rest
1110
- } = _ref44;
1160
+ } = _ref46;
1111
1161
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1112
1162
  width: size,
1113
1163
  height: size,
@@ -1116,19 +1166,19 @@ const Recommend = /*#__PURE__*/React__default["default"].forwardRef(function Rec
1116
1166
  viewBox: "0 0 32 32",
1117
1167
  fill: "currentColor",
1118
1168
  ...rest
1119
- }, _path84 || (_path84 = /*#__PURE__*/React__default["default"].createElement("path", {
1169
+ }, _path88 || (_path88 = /*#__PURE__*/React__default["default"].createElement("path", {
1120
1170
  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"
1121
1171
  })), children);
1122
1172
  });
1123
1173
  if (process.env.NODE_ENV !== "production") {
1124
1174
  Recommend.propTypes = iconPropTypes.iconPropTypes;
1125
1175
  }
1126
- const Recording = /*#__PURE__*/React__default["default"].forwardRef(function Recording(_ref45, ref) {
1176
+ const Recording = /*#__PURE__*/React__default["default"].forwardRef(function Recording(_ref47, ref) {
1127
1177
  let {
1128
1178
  children,
1129
1179
  size = 16,
1130
1180
  ...rest
1131
- } = _ref45;
1181
+ } = _ref47;
1132
1182
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1133
1183
  width: size,
1134
1184
  height: size,
@@ -1137,21 +1187,21 @@ const Recording = /*#__PURE__*/React__default["default"].forwardRef(function Rec
1137
1187
  viewBox: "0 0 32 32",
1138
1188
  fill: "currentColor",
1139
1189
  ...rest
1140
- }, _path85 || (_path85 = /*#__PURE__*/React__default["default"].createElement("path", {
1190
+ }, _path89 || (_path89 = /*#__PURE__*/React__default["default"].createElement("path", {
1141
1191
  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"
1142
- })), _path86 || (_path86 = /*#__PURE__*/React__default["default"].createElement("path", {
1192
+ })), _path90 || (_path90 = /*#__PURE__*/React__default["default"].createElement("path", {
1143
1193
  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"
1144
1194
  })), children);
1145
1195
  });
1146
1196
  if (process.env.NODE_ENV !== "production") {
1147
1197
  Recording.propTypes = iconPropTypes.iconPropTypes;
1148
1198
  }
1149
- const RecordingFilled = /*#__PURE__*/React__default["default"].forwardRef(function RecordingFilled(_ref46, ref) {
1199
+ const RecordingFilled = /*#__PURE__*/React__default["default"].forwardRef(function RecordingFilled(_ref48, ref) {
1150
1200
  let {
1151
1201
  children,
1152
1202
  size = 16,
1153
1203
  ...rest
1154
- } = _ref46;
1204
+ } = _ref48;
1155
1205
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1156
1206
  width: size,
1157
1207
  height: size,
@@ -1164,19 +1214,19 @@ const RecordingFilled = /*#__PURE__*/React__default["default"].forwardRef(functi
1164
1214
  cx: "16",
1165
1215
  cy: "16",
1166
1216
  r: "4"
1167
- })), _path87 || (_path87 = /*#__PURE__*/React__default["default"].createElement("path", {
1217
+ })), _path91 || (_path91 = /*#__PURE__*/React__default["default"].createElement("path", {
1168
1218
  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"
1169
1219
  })), children);
1170
1220
  });
1171
1221
  if (process.env.NODE_ENV !== "production") {
1172
1222
  RecordingFilled.propTypes = iconPropTypes.iconPropTypes;
1173
1223
  }
1174
- const RecordingFilledAlt = /*#__PURE__*/React__default["default"].forwardRef(function RecordingFilledAlt(_ref47, ref) {
1224
+ const RecordingFilledAlt = /*#__PURE__*/React__default["default"].forwardRef(function RecordingFilledAlt(_ref49, ref) {
1175
1225
  let {
1176
1226
  children,
1177
1227
  size = 16,
1178
1228
  ...rest
1179
- } = _ref47;
1229
+ } = _ref49;
1180
1230
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1181
1231
  width: size,
1182
1232
  height: size,
@@ -1185,9 +1235,9 @@ const RecordingFilledAlt = /*#__PURE__*/React__default["default"].forwardRef(fun
1185
1235
  viewBox: "0 0 32 32",
1186
1236
  fill: "currentColor",
1187
1237
  ...rest
1188
- }, _path88 || (_path88 = /*#__PURE__*/React__default["default"].createElement("path", {
1238
+ }, _path92 || (_path92 = /*#__PURE__*/React__default["default"].createElement("path", {
1189
1239
  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"
1190
- })), _path89 || (_path89 = /*#__PURE__*/React__default["default"].createElement("path", {
1240
+ })), _path93 || (_path93 = /*#__PURE__*/React__default["default"].createElement("path", {
1191
1241
  d: "M16,10c-3.3,0-6,2.7-6,6s2.7,6,6,6s6-2.7,6-6S19.3,10,16,10z",
1192
1242
  "data-icon-path": "inner-path",
1193
1243
  opacity: "0"
@@ -1196,12 +1246,12 @@ const RecordingFilledAlt = /*#__PURE__*/React__default["default"].forwardRef(fun
1196
1246
  if (process.env.NODE_ENV !== "production") {
1197
1247
  RecordingFilledAlt.propTypes = iconPropTypes.iconPropTypes;
1198
1248
  }
1199
- const Recycle = /*#__PURE__*/React__default["default"].forwardRef(function Recycle(_ref48, ref) {
1249
+ const Recycle = /*#__PURE__*/React__default["default"].forwardRef(function Recycle(_ref50, ref) {
1200
1250
  let {
1201
1251
  children,
1202
1252
  size = 16,
1203
1253
  ...rest
1204
- } = _ref48;
1254
+ } = _ref50;
1205
1255
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1206
1256
  width: size,
1207
1257
  height: size,
@@ -1210,19 +1260,19 @@ const Recycle = /*#__PURE__*/React__default["default"].forwardRef(function Recyc
1210
1260
  viewBox: "0 0 32 32",
1211
1261
  fill: "currentColor",
1212
1262
  ...rest
1213
- }, _path90 || (_path90 = /*#__PURE__*/React__default["default"].createElement("path", {
1263
+ }, _path94 || (_path94 = /*#__PURE__*/React__default["default"].createElement("path", {
1214
1264
  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"
1215
1265
  })), children);
1216
1266
  });
1217
1267
  if (process.env.NODE_ENV !== "production") {
1218
1268
  Recycle.propTypes = iconPropTypes.iconPropTypes;
1219
1269
  }
1220
- const Redo = /*#__PURE__*/React__default["default"].forwardRef(function Redo(_ref49, ref) {
1270
+ const Redo = /*#__PURE__*/React__default["default"].forwardRef(function Redo(_ref51, ref) {
1221
1271
  let {
1222
1272
  children,
1223
1273
  size = 16,
1224
1274
  ...rest
1225
- } = _ref49;
1275
+ } = _ref51;
1226
1276
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1227
1277
  width: size,
1228
1278
  height: size,
@@ -1231,19 +1281,19 @@ const Redo = /*#__PURE__*/React__default["default"].forwardRef(function Redo(_re
1231
1281
  viewBox: "0 0 32 32",
1232
1282
  fill: "currentColor",
1233
1283
  ...rest
1234
- }, _path91 || (_path91 = /*#__PURE__*/React__default["default"].createElement("path", {
1284
+ }, _path95 || (_path95 = /*#__PURE__*/React__default["default"].createElement("path", {
1235
1285
  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"
1236
1286
  })), children);
1237
1287
  });
1238
1288
  if (process.env.NODE_ENV !== "production") {
1239
1289
  Redo.propTypes = iconPropTypes.iconPropTypes;
1240
1290
  }
1241
- const RefEvapotranspiration = /*#__PURE__*/React__default["default"].forwardRef(function RefEvapotranspiration(_ref50, ref) {
1291
+ const RefEvapotranspiration = /*#__PURE__*/React__default["default"].forwardRef(function RefEvapotranspiration(_ref52, ref) {
1242
1292
  let {
1243
1293
  children,
1244
1294
  size = 16,
1245
1295
  ...rest
1246
- } = _ref50;
1296
+ } = _ref52;
1247
1297
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1248
1298
  width: size,
1249
1299
  height: size,
@@ -1252,19 +1302,19 @@ const RefEvapotranspiration = /*#__PURE__*/React__default["default"].forwardRef(
1252
1302
  viewBox: "0 0 32 32",
1253
1303
  fill: "currentColor",
1254
1304
  ...rest
1255
- }, _path92 || (_path92 = /*#__PURE__*/React__default["default"].createElement("path", {
1305
+ }, _path96 || (_path96 = /*#__PURE__*/React__default["default"].createElement("path", {
1256
1306
  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"
1257
1307
  })), children);
1258
1308
  });
1259
1309
  if (process.env.NODE_ENV !== "production") {
1260
1310
  RefEvapotranspiration.propTypes = iconPropTypes.iconPropTypes;
1261
1311
  }
1262
- const ReferenceArchitecture = /*#__PURE__*/React__default["default"].forwardRef(function ReferenceArchitecture(_ref51, ref) {
1312
+ const ReferenceArchitecture = /*#__PURE__*/React__default["default"].forwardRef(function ReferenceArchitecture(_ref53, ref) {
1263
1313
  let {
1264
1314
  children,
1265
1315
  size = 16,
1266
1316
  ...rest
1267
- } = _ref51;
1317
+ } = _ref53;
1268
1318
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1269
1319
  width: size,
1270
1320
  height: size,
@@ -1277,19 +1327,19 @@ const ReferenceArchitecture = /*#__PURE__*/React__default["default"].forwardRef(
1277
1327
  cx: "18",
1278
1328
  cy: "26",
1279
1329
  r: "1"
1280
- })), _path93 || (_path93 = /*#__PURE__*/React__default["default"].createElement("path", {
1330
+ })), _path97 || (_path97 = /*#__PURE__*/React__default["default"].createElement("path", {
1281
1331
  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"
1282
1332
  })), children);
1283
1333
  });
1284
1334
  if (process.env.NODE_ENV !== "production") {
1285
1335
  ReferenceArchitecture.propTypes = iconPropTypes.iconPropTypes;
1286
1336
  }
1287
- const ReflectHorizontal = /*#__PURE__*/React__default["default"].forwardRef(function ReflectHorizontal(_ref52, ref) {
1337
+ const ReflectHorizontal = /*#__PURE__*/React__default["default"].forwardRef(function ReflectHorizontal(_ref54, ref) {
1288
1338
  let {
1289
1339
  children,
1290
1340
  size = 16,
1291
1341
  ...rest
1292
- } = _ref52;
1342
+ } = _ref54;
1293
1343
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1294
1344
  width: size,
1295
1345
  height: size,
@@ -1298,24 +1348,24 @@ const ReflectHorizontal = /*#__PURE__*/React__default["default"].forwardRef(func
1298
1348
  viewBox: "0 0 32 32",
1299
1349
  fill: "currentColor",
1300
1350
  ...rest
1301
- }, _path94 || (_path94 = /*#__PURE__*/React__default["default"].createElement("path", {
1351
+ }, _path98 || (_path98 = /*#__PURE__*/React__default["default"].createElement("path", {
1302
1352
  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"
1303
- })), _path95 || (_path95 = /*#__PURE__*/React__default["default"].createElement("path", {
1353
+ })), _path99 || (_path99 = /*#__PURE__*/React__default["default"].createElement("path", {
1304
1354
  d: "M15 2H17V30H15z",
1305
1355
  transform: "rotate(-180 16 16)"
1306
- })), _path96 || (_path96 = /*#__PURE__*/React__default["default"].createElement("path", {
1356
+ })), _path100 || (_path100 = /*#__PURE__*/React__default["default"].createElement("path", {
1307
1357
  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"
1308
1358
  })), children);
1309
1359
  });
1310
1360
  if (process.env.NODE_ENV !== "production") {
1311
1361
  ReflectHorizontal.propTypes = iconPropTypes.iconPropTypes;
1312
1362
  }
1313
- const ReflectVertical = /*#__PURE__*/React__default["default"].forwardRef(function ReflectVertical(_ref53, ref) {
1363
+ const ReflectVertical = /*#__PURE__*/React__default["default"].forwardRef(function ReflectVertical(_ref55, ref) {
1314
1364
  let {
1315
1365
  children,
1316
1366
  size = 16,
1317
1367
  ...rest
1318
- } = _ref53;
1368
+ } = _ref55;
1319
1369
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1320
1370
  width: size,
1321
1371
  height: size,
@@ -1324,24 +1374,24 @@ const ReflectVertical = /*#__PURE__*/React__default["default"].forwardRef(functi
1324
1374
  viewBox: "0 0 32 32",
1325
1375
  fill: "currentColor",
1326
1376
  ...rest
1327
- }, _path97 || (_path97 = /*#__PURE__*/React__default["default"].createElement("path", {
1377
+ }, _path101 || (_path101 = /*#__PURE__*/React__default["default"].createElement("path", {
1328
1378
  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"
1329
- })), _path98 || (_path98 = /*#__PURE__*/React__default["default"].createElement("path", {
1379
+ })), _path102 || (_path102 = /*#__PURE__*/React__default["default"].createElement("path", {
1330
1380
  d: "M15 2H17V30H15z",
1331
1381
  transform: "rotate(-90 16 16)"
1332
- })), _path99 || (_path99 = /*#__PURE__*/React__default["default"].createElement("path", {
1382
+ })), _path103 || (_path103 = /*#__PURE__*/React__default["default"].createElement("path", {
1333
1383
  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"
1334
1384
  })), children);
1335
1385
  });
1336
1386
  if (process.env.NODE_ENV !== "production") {
1337
1387
  ReflectVertical.propTypes = iconPropTypes.iconPropTypes;
1338
1388
  }
1339
- const WatsonHealthRegionAnalysisArea = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthRegionAnalysisArea(_ref54, ref) {
1389
+ const WatsonHealthRegionAnalysisArea = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthRegionAnalysisArea(_ref56, ref) {
1340
1390
  let {
1341
1391
  children,
1342
1392
  size = 16,
1343
1393
  ...rest
1344
- } = _ref54;
1394
+ } = _ref56;
1345
1395
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1346
1396
  width: size,
1347
1397
  height: size,
@@ -1350,21 +1400,21 @@ const WatsonHealthRegionAnalysisArea = /*#__PURE__*/React__default["default"].fo
1350
1400
  viewBox: "0 0 32 32",
1351
1401
  fill: "currentColor",
1352
1402
  ...rest
1353
- }, _path100 || (_path100 = /*#__PURE__*/React__default["default"].createElement("path", {
1403
+ }, _path104 || (_path104 = /*#__PURE__*/React__default["default"].createElement("path", {
1354
1404
  d: "M30,23V21H28V19H26v2H23V19H21v2H19v2h2v3H19v2h2v2h2V28h3v2h2V28h2V26H28V23Zm-4,3H23V23h3Z"
1355
- })), _path101 || (_path101 = /*#__PURE__*/React__default["default"].createElement("path", {
1405
+ })), _path105 || (_path105 = /*#__PURE__*/React__default["default"].createElement("path", {
1356
1406
  d: "M16,30A14,14,0,1,1,30,16H28A12,12,0,1,0,16,28Z"
1357
1407
  })), children);
1358
1408
  });
1359
1409
  if (process.env.NODE_ENV !== "production") {
1360
1410
  WatsonHealthRegionAnalysisArea.propTypes = iconPropTypes.iconPropTypes;
1361
1411
  }
1362
- const WatsonHealthRegionAnalysisVolume = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthRegionAnalysisVolume(_ref55, ref) {
1412
+ const WatsonHealthRegionAnalysisVolume = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthRegionAnalysisVolume(_ref57, ref) {
1363
1413
  let {
1364
1414
  children,
1365
1415
  size = 16,
1366
1416
  ...rest
1367
- } = _ref55;
1417
+ } = _ref57;
1368
1418
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1369
1419
  width: size,
1370
1420
  height: size,
@@ -1373,21 +1423,21 @@ const WatsonHealthRegionAnalysisVolume = /*#__PURE__*/React__default["default"].
1373
1423
  viewBox: "0 0 32 32",
1374
1424
  fill: "currentColor",
1375
1425
  ...rest
1376
- }, _path102 || (_path102 = /*#__PURE__*/React__default["default"].createElement("path", {
1426
+ }, _path106 || (_path106 = /*#__PURE__*/React__default["default"].createElement("path", {
1377
1427
  d: "M30,23V21H28V19H26v2H23V19H21v2H19v2h2v3H19v2h2v2h2V28h3v2h2V28h2V26H28V23Zm-4,3H23V23h3Z"
1378
- })), _path103 || (_path103 = /*#__PURE__*/React__default["default"].createElement("path", {
1428
+ })), _path107 || (_path107 = /*#__PURE__*/React__default["default"].createElement("path", {
1379
1429
  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"
1380
1430
  })), children);
1381
1431
  });
1382
1432
  if (process.env.NODE_ENV !== "production") {
1383
1433
  WatsonHealthRegionAnalysisVolume.propTypes = iconPropTypes.iconPropTypes;
1384
1434
  }
1385
- const WatsonHealthRegistration = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthRegistration(_ref56, ref) {
1435
+ const WatsonHealthRegistration = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthRegistration(_ref58, ref) {
1386
1436
  let {
1387
1437
  children,
1388
1438
  size = 16,
1389
1439
  ...rest
1390
- } = _ref56;
1440
+ } = _ref58;
1391
1441
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1392
1442
  width: size,
1393
1443
  height: size,
@@ -1396,21 +1446,21 @@ const WatsonHealthRegistration = /*#__PURE__*/React__default["default"].forwardR
1396
1446
  viewBox: "0 0 32 32",
1397
1447
  fill: "currentColor",
1398
1448
  ...rest
1399
- }, _path104 || (_path104 = /*#__PURE__*/React__default["default"].createElement("path", {
1449
+ }, _path108 || (_path108 = /*#__PURE__*/React__default["default"].createElement("path", {
1400
1450
  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"
1401
- })), _path105 || (_path105 = /*#__PURE__*/React__default["default"].createElement("path", {
1451
+ })), _path109 || (_path109 = /*#__PURE__*/React__default["default"].createElement("path", {
1402
1452
  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"
1403
1453
  })), children);
1404
1454
  });
1405
1455
  if (process.env.NODE_ENV !== "production") {
1406
1456
  WatsonHealthRegistration.propTypes = iconPropTypes.iconPropTypes;
1407
1457
  }
1408
- const Reminder = /*#__PURE__*/React__default["default"].forwardRef(function Reminder(_ref57, ref) {
1458
+ const Reminder = /*#__PURE__*/React__default["default"].forwardRef(function Reminder(_ref59, ref) {
1409
1459
  let {
1410
1460
  children,
1411
1461
  size = 16,
1412
1462
  ...rest
1413
- } = _ref57;
1463
+ } = _ref59;
1414
1464
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1415
1465
  width: size,
1416
1466
  height: size,
@@ -1419,21 +1469,21 @@ const Reminder = /*#__PURE__*/React__default["default"].forwardRef(function Remi
1419
1469
  viewBox: "0 0 32 32",
1420
1470
  fill: "currentColor",
1421
1471
  ...rest
1422
- }, _path106 || (_path106 = /*#__PURE__*/React__default["default"].createElement("path", {
1472
+ }, _path110 || (_path110 = /*#__PURE__*/React__default["default"].createElement("path", {
1423
1473
  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"
1424
- })), _path107 || (_path107 = /*#__PURE__*/React__default["default"].createElement("path", {
1474
+ })), _path111 || (_path111 = /*#__PURE__*/React__default["default"].createElement("path", {
1425
1475
  d: "M28,6a2,2,0,0,0-2-2H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V6h4V8h2V6h8V8h2V6h4v6h2Z"
1426
1476
  })), children);
1427
1477
  });
1428
1478
  if (process.env.NODE_ENV !== "production") {
1429
1479
  Reminder.propTypes = iconPropTypes.iconPropTypes;
1430
1480
  }
1431
- const ReminderMedical = /*#__PURE__*/React__default["default"].forwardRef(function ReminderMedical(_ref58, ref) {
1481
+ const ReminderMedical = /*#__PURE__*/React__default["default"].forwardRef(function ReminderMedical(_ref60, ref) {
1432
1482
  let {
1433
1483
  children,
1434
1484
  size = 16,
1435
1485
  ...rest
1436
- } = _ref58;
1486
+ } = _ref60;
1437
1487
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1438
1488
  width: size,
1439
1489
  height: size,
@@ -1442,21 +1492,21 @@ const ReminderMedical = /*#__PURE__*/React__default["default"].forwardRef(functi
1442
1492
  viewBox: "0 0 32 32",
1443
1493
  fill: "currentColor",
1444
1494
  ...rest
1445
- }, _path108 || (_path108 = /*#__PURE__*/React__default["default"].createElement("path", {
1495
+ }, _path112 || (_path112 = /*#__PURE__*/React__default["default"].createElement("path", {
1446
1496
  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"
1447
- })), _path109 || (_path109 = /*#__PURE__*/React__default["default"].createElement("path", {
1497
+ })), _path113 || (_path113 = /*#__PURE__*/React__default["default"].createElement("path", {
1448
1498
  d: "M26,4H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2l4,0V26L6,26V6h4V8h2V6h8V8h2V6h4v4h2V6A2,2,0,0,0,26,4Z"
1449
1499
  })), children);
1450
1500
  });
1451
1501
  if (process.env.NODE_ENV !== "production") {
1452
1502
  ReminderMedical.propTypes = iconPropTypes.iconPropTypes;
1453
1503
  }
1454
- const Renew = /*#__PURE__*/React__default["default"].forwardRef(function Renew(_ref59, ref) {
1504
+ const Renew = /*#__PURE__*/React__default["default"].forwardRef(function Renew(_ref61, ref) {
1455
1505
  let {
1456
1506
  children,
1457
1507
  size = 16,
1458
1508
  ...rest
1459
- } = _ref59;
1509
+ } = _ref61;
1460
1510
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1461
1511
  width: size,
1462
1512
  height: size,
@@ -1465,19 +1515,19 @@ const Renew = /*#__PURE__*/React__default["default"].forwardRef(function Renew(_
1465
1515
  viewBox: "0 0 32 32",
1466
1516
  fill: "currentColor",
1467
1517
  ...rest
1468
- }, _path110 || (_path110 = /*#__PURE__*/React__default["default"].createElement("path", {
1518
+ }, _path114 || (_path114 = /*#__PURE__*/React__default["default"].createElement("path", {
1469
1519
  d: "M12 10H6.78A11 11 0 0127 16h2A13 13 0 006 7.68V4H4v8h8zM20 22h5.22A11 11 0 015 16H3a13 13 0 0023 8.32V28h2V20H20z"
1470
1520
  })), children);
1471
1521
  });
1472
1522
  if (process.env.NODE_ENV !== "production") {
1473
1523
  Renew.propTypes = iconPropTypes.iconPropTypes;
1474
1524
  }
1475
- const Repeat = /*#__PURE__*/React__default["default"].forwardRef(function Repeat(_ref60, ref) {
1525
+ const Repeat = /*#__PURE__*/React__default["default"].forwardRef(function Repeat(_ref62, ref) {
1476
1526
  let {
1477
1527
  children,
1478
1528
  size = 16,
1479
1529
  ...rest
1480
- } = _ref60;
1530
+ } = _ref62;
1481
1531
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1482
1532
  width: size,
1483
1533
  height: size,
@@ -1486,19 +1536,19 @@ const Repeat = /*#__PURE__*/React__default["default"].forwardRef(function Repeat
1486
1536
  viewBox: "0 0 32 32",
1487
1537
  fill: "currentColor",
1488
1538
  ...rest
1489
- }, _path111 || (_path111 = /*#__PURE__*/React__default["default"].createElement("path", {
1539
+ }, _path115 || (_path115 = /*#__PURE__*/React__default["default"].createElement("path", {
1490
1540
  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"
1491
1541
  })), children);
1492
1542
  });
1493
1543
  if (process.env.NODE_ENV !== "production") {
1494
1544
  Repeat.propTypes = iconPropTypes.iconPropTypes;
1495
1545
  }
1496
- const RepeatOne = /*#__PURE__*/React__default["default"].forwardRef(function RepeatOne(_ref61, ref) {
1546
+ const RepeatOne = /*#__PURE__*/React__default["default"].forwardRef(function RepeatOne(_ref63, ref) {
1497
1547
  let {
1498
1548
  children,
1499
1549
  size = 16,
1500
1550
  ...rest
1501
- } = _ref61;
1551
+ } = _ref63;
1502
1552
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1503
1553
  width: size,
1504
1554
  height: size,
@@ -1507,21 +1557,21 @@ const RepeatOne = /*#__PURE__*/React__default["default"].forwardRef(function Rep
1507
1557
  viewBox: "0 0 32 32",
1508
1558
  fill: "currentColor",
1509
1559
  ...rest
1510
- }, _path112 || (_path112 = /*#__PURE__*/React__default["default"].createElement("path", {
1560
+ }, _path116 || (_path116 = /*#__PURE__*/React__default["default"].createElement("path", {
1511
1561
  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"
1512
- })), _path113 || (_path113 = /*#__PURE__*/React__default["default"].createElement("path", {
1562
+ })), _path117 || (_path117 = /*#__PURE__*/React__default["default"].createElement("path", {
1513
1563
  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"
1514
1564
  })), children);
1515
1565
  });
1516
1566
  if (process.env.NODE_ENV !== "production") {
1517
1567
  RepeatOne.propTypes = iconPropTypes.iconPropTypes;
1518
1568
  }
1519
- const Replicate = /*#__PURE__*/React__default["default"].forwardRef(function Replicate(_ref62, ref) {
1569
+ const Replicate = /*#__PURE__*/React__default["default"].forwardRef(function Replicate(_ref64, ref) {
1520
1570
  let {
1521
1571
  children,
1522
1572
  size = 16,
1523
1573
  ...rest
1524
- } = _ref62;
1574
+ } = _ref64;
1525
1575
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1526
1576
  width: size,
1527
1577
  height: size,
@@ -1530,19 +1580,19 @@ const Replicate = /*#__PURE__*/React__default["default"].forwardRef(function Rep
1530
1580
  viewBox: "0 0 32 32",
1531
1581
  fill: "currentColor",
1532
1582
  ...rest
1533
- }, _path114 || (_path114 = /*#__PURE__*/React__default["default"].createElement("path", {
1583
+ }, _path118 || (_path118 = /*#__PURE__*/React__default["default"].createElement("path", {
1534
1584
  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"
1535
1585
  })), children);
1536
1586
  });
1537
1587
  if (process.env.NODE_ENV !== "production") {
1538
1588
  Replicate.propTypes = iconPropTypes.iconPropTypes;
1539
1589
  }
1540
- const Reply = /*#__PURE__*/React__default["default"].forwardRef(function Reply(_ref63, ref) {
1590
+ const Reply = /*#__PURE__*/React__default["default"].forwardRef(function Reply(_ref65, ref) {
1541
1591
  let {
1542
1592
  children,
1543
1593
  size = 16,
1544
1594
  ...rest
1545
- } = _ref63;
1595
+ } = _ref65;
1546
1596
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1547
1597
  width: size,
1548
1598
  height: size,
@@ -1551,19 +1601,19 @@ const Reply = /*#__PURE__*/React__default["default"].forwardRef(function Reply(_
1551
1601
  viewBox: "0 0 32 32",
1552
1602
  fill: "currentColor",
1553
1603
  ...rest
1554
- }, _path115 || (_path115 = /*#__PURE__*/React__default["default"].createElement("path", {
1604
+ }, _path119 || (_path119 = /*#__PURE__*/React__default["default"].createElement("path", {
1555
1605
  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"
1556
1606
  })), children);
1557
1607
  });
1558
1608
  if (process.env.NODE_ENV !== "production") {
1559
1609
  Reply.propTypes = iconPropTypes.iconPropTypes;
1560
1610
  }
1561
- const ReplyAll = /*#__PURE__*/React__default["default"].forwardRef(function ReplyAll(_ref64, ref) {
1611
+ const ReplyAll = /*#__PURE__*/React__default["default"].forwardRef(function ReplyAll(_ref66, ref) {
1562
1612
  let {
1563
1613
  children,
1564
1614
  size = 16,
1565
1615
  ...rest
1566
- } = _ref64;
1616
+ } = _ref66;
1567
1617
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1568
1618
  width: size,
1569
1619
  height: size,
@@ -1572,21 +1622,21 @@ const ReplyAll = /*#__PURE__*/React__default["default"].forwardRef(function Repl
1572
1622
  viewBox: "0 0 32 32",
1573
1623
  fill: "currentColor",
1574
1624
  ...rest
1575
- }, _path116 || (_path116 = /*#__PURE__*/React__default["default"].createElement("path", {
1625
+ }, _path120 || (_path120 = /*#__PURE__*/React__default["default"].createElement("path", {
1576
1626
  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"
1577
- })), _path117 || (_path117 = /*#__PURE__*/React__default["default"].createElement("path", {
1627
+ })), _path121 || (_path121 = /*#__PURE__*/React__default["default"].createElement("path", {
1578
1628
  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"
1579
1629
  })), children);
1580
1630
  });
1581
1631
  if (process.env.NODE_ENV !== "production") {
1582
1632
  ReplyAll.propTypes = iconPropTypes.iconPropTypes;
1583
1633
  }
1584
- const RepoArtifact = /*#__PURE__*/React__default["default"].forwardRef(function RepoArtifact(_ref65, ref) {
1634
+ const RepoArtifact = /*#__PURE__*/React__default["default"].forwardRef(function RepoArtifact(_ref67, ref) {
1585
1635
  let {
1586
1636
  children,
1587
1637
  size = 16,
1588
1638
  ...rest
1589
- } = _ref65;
1639
+ } = _ref67;
1590
1640
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1591
1641
  width: size,
1592
1642
  height: size,
@@ -1595,21 +1645,21 @@ const RepoArtifact = /*#__PURE__*/React__default["default"].forwardRef(function
1595
1645
  viewBox: "0 0 32 32",
1596
1646
  fill: "currentColor",
1597
1647
  ...rest
1598
- }, _path118 || (_path118 = /*#__PURE__*/React__default["default"].createElement("path", {
1648
+ }, _path122 || (_path122 = /*#__PURE__*/React__default["default"].createElement("path", {
1599
1649
  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"
1600
- })), _path119 || (_path119 = /*#__PURE__*/React__default["default"].createElement("path", {
1650
+ })), _path123 || (_path123 = /*#__PURE__*/React__default["default"].createElement("path", {
1601
1651
  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"
1602
1652
  })), children);
1603
1653
  });
1604
1654
  if (process.env.NODE_ENV !== "production") {
1605
1655
  RepoArtifact.propTypes = iconPropTypes.iconPropTypes;
1606
1656
  }
1607
- const RepoSourceCode = /*#__PURE__*/React__default["default"].forwardRef(function RepoSourceCode(_ref66, ref) {
1657
+ const RepoSourceCode = /*#__PURE__*/React__default["default"].forwardRef(function RepoSourceCode(_ref68, ref) {
1608
1658
  let {
1609
1659
  children,
1610
1660
  size = 16,
1611
1661
  ...rest
1612
- } = _ref66;
1662
+ } = _ref68;
1613
1663
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1614
1664
  width: size,
1615
1665
  height: size,
@@ -1618,21 +1668,21 @@ const RepoSourceCode = /*#__PURE__*/React__default["default"].forwardRef(functio
1618
1668
  viewBox: "0 0 32 32",
1619
1669
  fill: "currentColor",
1620
1670
  ...rest
1621
- }, _path120 || (_path120 = /*#__PURE__*/React__default["default"].createElement("path", {
1671
+ }, _path124 || (_path124 = /*#__PURE__*/React__default["default"].createElement("path", {
1622
1672
  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"
1623
- })), _path121 || (_path121 = /*#__PURE__*/React__default["default"].createElement("path", {
1673
+ })), _path125 || (_path125 = /*#__PURE__*/React__default["default"].createElement("path", {
1624
1674
  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"
1625
1675
  })), children);
1626
1676
  });
1627
1677
  if (process.env.NODE_ENV !== "production") {
1628
1678
  RepoSourceCode.propTypes = iconPropTypes.iconPropTypes;
1629
1679
  }
1630
- const Report = /*#__PURE__*/React__default["default"].forwardRef(function Report(_ref67, ref) {
1680
+ const Report = /*#__PURE__*/React__default["default"].forwardRef(function Report(_ref69, ref) {
1631
1681
  let {
1632
1682
  children,
1633
1683
  size = 16,
1634
1684
  ...rest
1635
- } = _ref67;
1685
+ } = _ref69;
1636
1686
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1637
1687
  width: size,
1638
1688
  height: size,
@@ -1641,21 +1691,21 @@ const Report = /*#__PURE__*/React__default["default"].forwardRef(function Report
1641
1691
  viewBox: "0 0 32 32",
1642
1692
  fill: "currentColor",
1643
1693
  ...rest
1644
- }, _path122 || (_path122 = /*#__PURE__*/React__default["default"].createElement("path", {
1694
+ }, _path126 || (_path126 = /*#__PURE__*/React__default["default"].createElement("path", {
1645
1695
  d: "M10 18H18V20H10zM10 13H22V15H10zM10 23H15V25H10z"
1646
- })), _path123 || (_path123 = /*#__PURE__*/React__default["default"].createElement("path", {
1696
+ })), _path127 || (_path127 = /*#__PURE__*/React__default["default"].createElement("path", {
1647
1697
  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"
1648
1698
  })), children);
1649
1699
  });
1650
1700
  if (process.env.NODE_ENV !== "production") {
1651
1701
  Report.propTypes = iconPropTypes.iconPropTypes;
1652
1702
  }
1653
- const ReportData = /*#__PURE__*/React__default["default"].forwardRef(function ReportData(_ref68, ref) {
1703
+ const ReportData = /*#__PURE__*/React__default["default"].forwardRef(function ReportData(_ref70, ref) {
1654
1704
  let {
1655
1705
  children,
1656
1706
  size = 16,
1657
1707
  ...rest
1658
- } = _ref68;
1708
+ } = _ref70;
1659
1709
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1660
1710
  width: size,
1661
1711
  height: size,
@@ -1664,21 +1714,21 @@ const ReportData = /*#__PURE__*/React__default["default"].forwardRef(function Re
1664
1714
  viewBox: "0 0 32 32",
1665
1715
  fill: "currentColor",
1666
1716
  ...rest
1667
- }, _path124 || (_path124 = /*#__PURE__*/React__default["default"].createElement("path", {
1717
+ }, _path128 || (_path128 = /*#__PURE__*/React__default["default"].createElement("path", {
1668
1718
  d: "M15 20H17V24H15zM20 18H22V24H20zM10 14H12V24H10z"
1669
- })), _path125 || (_path125 = /*#__PURE__*/React__default["default"].createElement("path", {
1719
+ })), _path129 || (_path129 = /*#__PURE__*/React__default["default"].createElement("path", {
1670
1720
  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"
1671
1721
  })), children);
1672
1722
  });
1673
1723
  if (process.env.NODE_ENV !== "production") {
1674
1724
  ReportData.propTypes = iconPropTypes.iconPropTypes;
1675
1725
  }
1676
- const RequestQuote = /*#__PURE__*/React__default["default"].forwardRef(function RequestQuote(_ref69, ref) {
1726
+ const RequestQuote = /*#__PURE__*/React__default["default"].forwardRef(function RequestQuote(_ref71, ref) {
1677
1727
  let {
1678
1728
  children,
1679
1729
  size = 16,
1680
1730
  ...rest
1681
- } = _ref69;
1731
+ } = _ref71;
1682
1732
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1683
1733
  width: size,
1684
1734
  height: size,
@@ -1687,21 +1737,21 @@ const RequestQuote = /*#__PURE__*/React__default["default"].forwardRef(function
1687
1737
  viewBox: "0 0 32 32",
1688
1738
  fill: "currentColor",
1689
1739
  ...rest
1690
- }, _path126 || (_path126 = /*#__PURE__*/React__default["default"].createElement("path", {
1740
+ }, _path130 || (_path130 = /*#__PURE__*/React__default["default"].createElement("path", {
1691
1741
  d: "M22,22v6H6V4H16V2H6A2,2,0,0,0,4,4V28a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V22Z"
1692
- })), _path127 || (_path127 = /*#__PURE__*/React__default["default"].createElement("path", {
1742
+ })), _path131 || (_path131 = /*#__PURE__*/React__default["default"].createElement("path", {
1693
1743
  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"
1694
1744
  })), children);
1695
1745
  });
1696
1746
  if (process.env.NODE_ENV !== "production") {
1697
1747
  RequestQuote.propTypes = iconPropTypes.iconPropTypes;
1698
1748
  }
1699
- const RequirementDefinition = /*#__PURE__*/React__default["default"].forwardRef(function RequirementDefinition(_ref70, ref) {
1749
+ const RequirementDefinition = /*#__PURE__*/React__default["default"].forwardRef(function RequirementDefinition(_ref72, ref) {
1700
1750
  let {
1701
1751
  children,
1702
1752
  size = 16,
1703
1753
  ...rest
1704
- } = _ref70;
1754
+ } = _ref72;
1705
1755
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1706
1756
  width: size,
1707
1757
  height: size,
@@ -1710,10 +1760,10 @@ const RequirementDefinition = /*#__PURE__*/React__default["default"].forwardRef(
1710
1760
  viewBox: "0 0 32 32",
1711
1761
  fill: "currentColor",
1712
1762
  ...rest
1713
- }, _path128 || (_path128 = /*#__PURE__*/React__default["default"].createElement("path", {
1763
+ }, _path132 || (_path132 = /*#__PURE__*/React__default["default"].createElement("path", {
1714
1764
  strokeWidth: "0",
1715
1765
  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"
1716
- })), _path129 || (_path129 = /*#__PURE__*/React__default["default"].createElement("path", {
1766
+ })), _path133 || (_path133 = /*#__PURE__*/React__default["default"].createElement("path", {
1717
1767
  strokeWidth: "0",
1718
1768
  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"
1719
1769
  })), children);
@@ -1721,12 +1771,12 @@ const RequirementDefinition = /*#__PURE__*/React__default["default"].forwardRef(
1721
1771
  if (process.env.NODE_ENV !== "production") {
1722
1772
  RequirementDefinition.propTypes = iconPropTypes.iconPropTypes;
1723
1773
  }
1724
- const RequirementUsage = /*#__PURE__*/React__default["default"].forwardRef(function RequirementUsage(_ref71, ref) {
1774
+ const RequirementUsage = /*#__PURE__*/React__default["default"].forwardRef(function RequirementUsage(_ref73, ref) {
1725
1775
  let {
1726
1776
  children,
1727
1777
  size = 16,
1728
1778
  ...rest
1729
- } = _ref71;
1779
+ } = _ref73;
1730
1780
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1731
1781
  width: size,
1732
1782
  height: size,
@@ -1735,10 +1785,10 @@ const RequirementUsage = /*#__PURE__*/React__default["default"].forwardRef(funct
1735
1785
  viewBox: "0 0 32 32",
1736
1786
  fill: "currentColor",
1737
1787
  ...rest
1738
- }, _path130 || (_path130 = /*#__PURE__*/React__default["default"].createElement("path", {
1788
+ }, _path134 || (_path134 = /*#__PURE__*/React__default["default"].createElement("path", {
1739
1789
  strokeWidth: "0",
1740
1790
  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"
1741
- })), _path131 || (_path131 = /*#__PURE__*/React__default["default"].createElement("path", {
1791
+ })), _path135 || (_path135 = /*#__PURE__*/React__default["default"].createElement("path", {
1742
1792
  strokeWidth: "0",
1743
1793
  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"
1744
1794
  })), children);
@@ -1746,12 +1796,12 @@ const RequirementUsage = /*#__PURE__*/React__default["default"].forwardRef(funct
1746
1796
  if (process.env.NODE_ENV !== "production") {
1747
1797
  RequirementUsage.propTypes = iconPropTypes.iconPropTypes;
1748
1798
  }
1749
- const Reset = /*#__PURE__*/React__default["default"].forwardRef(function Reset(_ref72, ref) {
1799
+ const Reset = /*#__PURE__*/React__default["default"].forwardRef(function Reset(_ref74, ref) {
1750
1800
  let {
1751
1801
  children,
1752
1802
  size = 16,
1753
1803
  ...rest
1754
- } = _ref72;
1804
+ } = _ref74;
1755
1805
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1756
1806
  width: size,
1757
1807
  height: size,
@@ -1760,19 +1810,19 @@ const Reset = /*#__PURE__*/React__default["default"].forwardRef(function Reset(_
1760
1810
  viewBox: "0 0 32 32",
1761
1811
  fill: "currentColor",
1762
1812
  ...rest
1763
- }, _path132 || (_path132 = /*#__PURE__*/React__default["default"].createElement("path", {
1813
+ }, _path136 || (_path136 = /*#__PURE__*/React__default["default"].createElement("path", {
1764
1814
  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"
1765
1815
  })), children);
1766
1816
  });
1767
1817
  if (process.env.NODE_ENV !== "production") {
1768
1818
  Reset.propTypes = iconPropTypes.iconPropTypes;
1769
1819
  }
1770
- const ResetAlt = /*#__PURE__*/React__default["default"].forwardRef(function ResetAlt(_ref73, ref) {
1820
+ const ResetAlt = /*#__PURE__*/React__default["default"].forwardRef(function ResetAlt(_ref75, ref) {
1771
1821
  let {
1772
1822
  children,
1773
1823
  size = 16,
1774
1824
  ...rest
1775
- } = _ref73;
1825
+ } = _ref75;
1776
1826
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1777
1827
  width: size,
1778
1828
  height: size,
@@ -1781,19 +1831,19 @@ const ResetAlt = /*#__PURE__*/React__default["default"].forwardRef(function Rese
1781
1831
  viewBox: "0 0 32 32",
1782
1832
  fill: "currentColor",
1783
1833
  ...rest
1784
- }, _path133 || (_path133 = /*#__PURE__*/React__default["default"].createElement("path", {
1834
+ }, _path137 || (_path137 = /*#__PURE__*/React__default["default"].createElement("path", {
1785
1835
  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"
1786
1836
  })), children);
1787
1837
  });
1788
1838
  if (process.env.NODE_ENV !== "production") {
1789
1839
  ResetAlt.propTypes = iconPropTypes.iconPropTypes;
1790
1840
  }
1791
- const Restart = /*#__PURE__*/React__default["default"].forwardRef(function Restart(_ref74, ref) {
1841
+ const Restart = /*#__PURE__*/React__default["default"].forwardRef(function Restart(_ref76, ref) {
1792
1842
  let {
1793
1843
  children,
1794
1844
  size = 16,
1795
1845
  ...rest
1796
- } = _ref74;
1846
+ } = _ref76;
1797
1847
  if (size === 16 || size === "16" || size === "16px") {
1798
1848
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1799
1849
  width: size,
@@ -1803,7 +1853,7 @@ const Restart = /*#__PURE__*/React__default["default"].forwardRef(function Resta
1803
1853
  viewBox: "0 0 16 16",
1804
1854
  fill: "currentColor",
1805
1855
  ...rest
1806
- }, _path134 || (_path134 = /*#__PURE__*/React__default["default"].createElement("path", {
1856
+ }, _path138 || (_path138 = /*#__PURE__*/React__default["default"].createElement("path", {
1807
1857
  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"
1808
1858
  })), children);
1809
1859
  }
@@ -1815,19 +1865,19 @@ const Restart = /*#__PURE__*/React__default["default"].forwardRef(function Resta
1815
1865
  viewBox: "0 0 32 32",
1816
1866
  fill: "currentColor",
1817
1867
  ...rest
1818
- }, _path135 || (_path135 = /*#__PURE__*/React__default["default"].createElement("path", {
1868
+ }, _path139 || (_path139 = /*#__PURE__*/React__default["default"].createElement("path", {
1819
1869
  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"
1820
1870
  })), children);
1821
1871
  });
1822
1872
  if (process.env.NODE_ENV !== "production") {
1823
1873
  Restart.propTypes = iconPropTypes.iconPropTypes;
1824
1874
  }
1825
- const Restaurant = /*#__PURE__*/React__default["default"].forwardRef(function Restaurant(_ref75, ref) {
1875
+ const Restaurant = /*#__PURE__*/React__default["default"].forwardRef(function Restaurant(_ref77, ref) {
1826
1876
  let {
1827
1877
  children,
1828
1878
  size = 16,
1829
1879
  ...rest
1830
- } = _ref75;
1880
+ } = _ref77;
1831
1881
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1832
1882
  width: size,
1833
1883
  height: size,
@@ -1836,21 +1886,21 @@ const Restaurant = /*#__PURE__*/React__default["default"].forwardRef(function Re
1836
1886
  viewBox: "0 0 32 32",
1837
1887
  fill: "currentColor",
1838
1888
  ...rest
1839
- }, _path136 || (_path136 = /*#__PURE__*/React__default["default"].createElement("path", {
1889
+ }, _path140 || (_path140 = /*#__PURE__*/React__default["default"].createElement("path", {
1840
1890
  d: "M9 2H11V12H9z"
1841
- })), _path137 || (_path137 = /*#__PURE__*/React__default["default"].createElement("path", {
1891
+ })), _path141 || (_path141 = /*#__PURE__*/React__default["default"].createElement("path", {
1842
1892
  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"
1843
1893
  })), children);
1844
1894
  });
1845
1895
  if (process.env.NODE_ENV !== "production") {
1846
1896
  Restaurant.propTypes = iconPropTypes.iconPropTypes;
1847
1897
  }
1848
- const RestaurantFine = /*#__PURE__*/React__default["default"].forwardRef(function RestaurantFine(_ref76, ref) {
1898
+ const RestaurantFine = /*#__PURE__*/React__default["default"].forwardRef(function RestaurantFine(_ref78, ref) {
1849
1899
  let {
1850
1900
  children,
1851
1901
  size = 16,
1852
1902
  ...rest
1853
- } = _ref76;
1903
+ } = _ref78;
1854
1904
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1855
1905
  width: size,
1856
1906
  height: size,
@@ -1859,21 +1909,21 @@ const RestaurantFine = /*#__PURE__*/React__default["default"].forwardRef(functio
1859
1909
  viewBox: "0 0 32 32",
1860
1910
  fill: "currentColor",
1861
1911
  ...rest
1862
- }, _path138 || (_path138 = /*#__PURE__*/React__default["default"].createElement("path", {
1912
+ }, _path142 || (_path142 = /*#__PURE__*/React__default["default"].createElement("path", {
1863
1913
  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"
1864
- })), _path139 || (_path139 = /*#__PURE__*/React__default["default"].createElement("path", {
1914
+ })), _path143 || (_path143 = /*#__PURE__*/React__default["default"].createElement("path", {
1865
1915
  d: "M7 2H9V11.98H7z"
1866
1916
  })), children);
1867
1917
  });
1868
1918
  if (process.env.NODE_ENV !== "production") {
1869
1919
  RestaurantFine.propTypes = iconPropTypes.iconPropTypes;
1870
1920
  }
1871
- const Result = /*#__PURE__*/React__default["default"].forwardRef(function Result(_ref77, ref) {
1921
+ const Result = /*#__PURE__*/React__default["default"].forwardRef(function Result(_ref79, ref) {
1872
1922
  let {
1873
1923
  children,
1874
1924
  size = 16,
1875
1925
  ...rest
1876
- } = _ref77;
1926
+ } = _ref79;
1877
1927
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1878
1928
  width: size,
1879
1929
  height: size,
@@ -1882,21 +1932,21 @@ const Result = /*#__PURE__*/React__default["default"].forwardRef(function Result
1882
1932
  viewBox: "0 0 32 32",
1883
1933
  fill: "currentColor",
1884
1934
  ...rest
1885
- }, _path140 || (_path140 = /*#__PURE__*/React__default["default"].createElement("path", {
1935
+ }, _path144 || (_path144 = /*#__PURE__*/React__default["default"].createElement("path", {
1886
1936
  d: "M14 23H22V25H14zM10 23H12V25H10zM14 18H22V20H14zM10 18H12V20H10zM14 13H22V15H14zM10 13H12V15H10z"
1887
- })), _path141 || (_path141 = /*#__PURE__*/React__default["default"].createElement("path", {
1937
+ })), _path145 || (_path145 = /*#__PURE__*/React__default["default"].createElement("path", {
1888
1938
  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"
1889
1939
  })), children);
1890
1940
  });
1891
1941
  if (process.env.NODE_ENV !== "production") {
1892
1942
  Result.propTypes = iconPropTypes.iconPropTypes;
1893
1943
  }
1894
- const ResultDraft = /*#__PURE__*/React__default["default"].forwardRef(function ResultDraft(_ref78, ref) {
1944
+ const ResultDraft = /*#__PURE__*/React__default["default"].forwardRef(function ResultDraft(_ref80, ref) {
1895
1945
  let {
1896
1946
  children,
1897
1947
  size = 16,
1898
1948
  ...rest
1899
- } = _ref78;
1949
+ } = _ref80;
1900
1950
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1901
1951
  width: size,
1902
1952
  height: size,
@@ -1905,21 +1955,21 @@ const ResultDraft = /*#__PURE__*/React__default["default"].forwardRef(function R
1905
1955
  viewBox: "0 0 32 32",
1906
1956
  fill: "currentColor",
1907
1957
  ...rest
1908
- }, _path142 || (_path142 = /*#__PURE__*/React__default["default"].createElement("path", {
1958
+ }, _path146 || (_path146 = /*#__PURE__*/React__default["default"].createElement("path", {
1909
1959
  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"
1910
- })), _path143 || (_path143 = /*#__PURE__*/React__default["default"].createElement("path", {
1960
+ })), _path147 || (_path147 = /*#__PURE__*/React__default["default"].createElement("path", {
1911
1961
  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"
1912
1962
  })), children);
1913
1963
  });
1914
1964
  if (process.env.NODE_ENV !== "production") {
1915
1965
  ResultDraft.propTypes = iconPropTypes.iconPropTypes;
1916
1966
  }
1917
- const ResultNew = /*#__PURE__*/React__default["default"].forwardRef(function ResultNew(_ref79, ref) {
1967
+ const ResultNew = /*#__PURE__*/React__default["default"].forwardRef(function ResultNew(_ref81, ref) {
1918
1968
  let {
1919
1969
  children,
1920
1970
  size = 16,
1921
1971
  ...rest
1922
- } = _ref79;
1972
+ } = _ref81;
1923
1973
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1924
1974
  width: size,
1925
1975
  height: size,
@@ -1932,21 +1982,21 @@ const ResultNew = /*#__PURE__*/React__default["default"].forwardRef(function Res
1932
1982
  cx: "26",
1933
1983
  cy: "26",
1934
1984
  r: "4"
1935
- })), _path144 || (_path144 = /*#__PURE__*/React__default["default"].createElement("path", {
1985
+ })), _path148 || (_path148 = /*#__PURE__*/React__default["default"].createElement("path", {
1936
1986
  d: "M10 13H12V15H10zM10 18H12V20H10zM10 23H12V25H10zM14 13H22V15H14zM14 18H22V20H14zM14 23H18V25H14z"
1937
- })), _path145 || (_path145 = /*#__PURE__*/React__default["default"].createElement("path", {
1987
+ })), _path149 || (_path149 = /*#__PURE__*/React__default["default"].createElement("path", {
1938
1988
  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"
1939
1989
  })), children);
1940
1990
  });
1941
1991
  if (process.env.NODE_ENV !== "production") {
1942
1992
  ResultNew.propTypes = iconPropTypes.iconPropTypes;
1943
1993
  }
1944
- const ResultOld = /*#__PURE__*/React__default["default"].forwardRef(function ResultOld(_ref80, ref) {
1994
+ const ResultOld = /*#__PURE__*/React__default["default"].forwardRef(function ResultOld(_ref82, ref) {
1945
1995
  let {
1946
1996
  children,
1947
1997
  size = 16,
1948
1998
  ...rest
1949
- } = _ref80;
1999
+ } = _ref82;
1950
2000
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1951
2001
  width: size,
1952
2002
  height: size,
@@ -1955,23 +2005,23 @@ const ResultOld = /*#__PURE__*/React__default["default"].forwardRef(function Res
1955
2005
  viewBox: "0 0 32 32",
1956
2006
  fill: "currentColor",
1957
2007
  ...rest
1958
- }, _path146 || (_path146 = /*#__PURE__*/React__default["default"].createElement("path", {
2008
+ }, _path150 || (_path150 = /*#__PURE__*/React__default["default"].createElement("path", {
1959
2009
  d: "M10 13H12V15H10zM14 13H22V15H14zM10 18H12V20H10zM10 23H12V25H10z"
1960
- })), _path147 || (_path147 = /*#__PURE__*/React__default["default"].createElement("path", {
2010
+ })), _path151 || (_path151 = /*#__PURE__*/React__default["default"].createElement("path", {
1961
2011
  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"
1962
- })), _path148 || (_path148 = /*#__PURE__*/React__default["default"].createElement("path", {
2012
+ })), _path152 || (_path152 = /*#__PURE__*/React__default["default"].createElement("path", {
1963
2013
  d: "M18,19v2.4131A6.996,6.996,0,1,1,24,32V30a5,5,0,1,0-4.5762-7H22v2H16V19Z"
1964
2014
  })), children);
1965
2015
  });
1966
2016
  if (process.env.NODE_ENV !== "production") {
1967
2017
  ResultOld.propTypes = iconPropTypes.iconPropTypes;
1968
2018
  }
1969
- const RetryFailed = /*#__PURE__*/React__default["default"].forwardRef(function RetryFailed(_ref81, ref) {
2019
+ const RetryFailed = /*#__PURE__*/React__default["default"].forwardRef(function RetryFailed(_ref83, ref) {
1970
2020
  let {
1971
2021
  children,
1972
2022
  size = 16,
1973
2023
  ...rest
1974
- } = _ref81;
2024
+ } = _ref83;
1975
2025
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1976
2026
  width: size,
1977
2027
  height: size,
@@ -1980,19 +2030,19 @@ const RetryFailed = /*#__PURE__*/React__default["default"].forwardRef(function R
1980
2030
  viewBox: "0 0 32 32",
1981
2031
  fill: "currentColor",
1982
2032
  ...rest
1983
- }, _path149 || (_path149 = /*#__PURE__*/React__default["default"].createElement("path", {
2033
+ }, _path153 || (_path153 = /*#__PURE__*/React__default["default"].createElement("path", {
1984
2034
  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"
1985
2035
  })), children);
1986
2036
  });
1987
2037
  if (process.env.NODE_ENV !== "production") {
1988
2038
  RetryFailed.propTypes = iconPropTypes.iconPropTypes;
1989
2039
  }
1990
- const Return = /*#__PURE__*/React__default["default"].forwardRef(function Return(_ref82, ref) {
2040
+ const Return = /*#__PURE__*/React__default["default"].forwardRef(function Return(_ref84, ref) {
1991
2041
  let {
1992
2042
  children,
1993
2043
  size = 16,
1994
2044
  ...rest
1995
- } = _ref82;
2045
+ } = _ref84;
1996
2046
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1997
2047
  width: size,
1998
2048
  height: size,
@@ -2001,19 +2051,19 @@ const Return = /*#__PURE__*/React__default["default"].forwardRef(function Return
2001
2051
  viewBox: "0 0 32 32",
2002
2052
  fill: "currentColor",
2003
2053
  ...rest
2004
- }, _path150 || (_path150 = /*#__PURE__*/React__default["default"].createElement("path", {
2054
+ }, _path154 || (_path154 = /*#__PURE__*/React__default["default"].createElement("path", {
2005
2055
  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"
2006
2056
  })), children);
2007
2057
  });
2008
2058
  if (process.env.NODE_ENV !== "production") {
2009
2059
  Return.propTypes = iconPropTypes.iconPropTypes;
2010
2060
  }
2011
- const Review = /*#__PURE__*/React__default["default"].forwardRef(function Review(_ref83, ref) {
2061
+ const Review = /*#__PURE__*/React__default["default"].forwardRef(function Review(_ref85, ref) {
2012
2062
  let {
2013
2063
  children,
2014
2064
  size = 16,
2015
2065
  ...rest
2016
- } = _ref83;
2066
+ } = _ref85;
2017
2067
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2018
2068
  width: size,
2019
2069
  height: size,
@@ -2022,21 +2072,21 @@ const Review = /*#__PURE__*/React__default["default"].forwardRef(function Review
2022
2072
  viewBox: "0 0 32 32",
2023
2073
  fill: "currentColor",
2024
2074
  ...rest
2025
- }, _path151 || (_path151 = /*#__PURE__*/React__default["default"].createElement("path", {
2075
+ }, _path155 || (_path155 = /*#__PURE__*/React__default["default"].createElement("path", {
2026
2076
  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"
2027
- })), _path152 || (_path152 = /*#__PURE__*/React__default["default"].createElement("path", {
2077
+ })), _path156 || (_path156 = /*#__PURE__*/React__default["default"].createElement("path", {
2028
2078
  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"
2029
2079
  })), children);
2030
2080
  });
2031
2081
  if (process.env.NODE_ENV !== "production") {
2032
2082
  Review.propTypes = iconPropTypes.iconPropTypes;
2033
2083
  }
2034
- const Rewind_10 = /*#__PURE__*/React__default["default"].forwardRef(function Rewind_10(_ref84, ref) {
2084
+ const Rewind_10 = /*#__PURE__*/React__default["default"].forwardRef(function Rewind_10(_ref86, ref) {
2035
2085
  let {
2036
2086
  children,
2037
2087
  size = 16,
2038
2088
  ...rest
2039
- } = _ref84;
2089
+ } = _ref86;
2040
2090
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2041
2091
  width: size,
2042
2092
  height: size,
@@ -2045,21 +2095,21 @@ const Rewind_10 = /*#__PURE__*/React__default["default"].forwardRef(function Rew
2045
2095
  viewBox: "0 0 32 32",
2046
2096
  fill: "currentColor",
2047
2097
  ...rest
2048
- }, _path153 || (_path153 = /*#__PURE__*/React__default["default"].createElement("path", {
2098
+ }, _path157 || (_path157 = /*#__PURE__*/React__default["default"].createElement("path", {
2049
2099
  d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
2050
- })), _path154 || (_path154 = /*#__PURE__*/React__default["default"].createElement("path", {
2100
+ })), _path158 || (_path158 = /*#__PURE__*/React__default["default"].createElement("path", {
2051
2101
  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"
2052
2102
  })), children);
2053
2103
  });
2054
2104
  if (process.env.NODE_ENV !== "production") {
2055
2105
  Rewind_10.propTypes = iconPropTypes.iconPropTypes;
2056
2106
  }
2057
- const Rewind_30 = /*#__PURE__*/React__default["default"].forwardRef(function Rewind_30(_ref85, ref) {
2107
+ const Rewind_30 = /*#__PURE__*/React__default["default"].forwardRef(function Rewind_30(_ref87, ref) {
2058
2108
  let {
2059
2109
  children,
2060
2110
  size = 16,
2061
2111
  ...rest
2062
- } = _ref85;
2112
+ } = _ref87;
2063
2113
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2064
2114
  width: size,
2065
2115
  height: size,
@@ -2068,21 +2118,21 @@ const Rewind_30 = /*#__PURE__*/React__default["default"].forwardRef(function Rew
2068
2118
  viewBox: "0 0 32 32",
2069
2119
  fill: "currentColor",
2070
2120
  ...rest
2071
- }, _path155 || (_path155 = /*#__PURE__*/React__default["default"].createElement("path", {
2121
+ }, _path159 || (_path159 = /*#__PURE__*/React__default["default"].createElement("path", {
2072
2122
  d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
2073
- })), _path156 || (_path156 = /*#__PURE__*/React__default["default"].createElement("path", {
2123
+ })), _path160 || (_path160 = /*#__PURE__*/React__default["default"].createElement("path", {
2074
2124
  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"
2075
2125
  })), children);
2076
2126
  });
2077
2127
  if (process.env.NODE_ENV !== "production") {
2078
2128
  Rewind_30.propTypes = iconPropTypes.iconPropTypes;
2079
2129
  }
2080
- const Rewind_5 = /*#__PURE__*/React__default["default"].forwardRef(function Rewind_5(_ref86, ref) {
2130
+ const Rewind_5 = /*#__PURE__*/React__default["default"].forwardRef(function Rewind_5(_ref88, ref) {
2081
2131
  let {
2082
2132
  children,
2083
2133
  size = 16,
2084
2134
  ...rest
2085
- } = _ref86;
2135
+ } = _ref88;
2086
2136
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2087
2137
  width: size,
2088
2138
  height: size,
@@ -2091,21 +2141,21 @@ const Rewind_5 = /*#__PURE__*/React__default["default"].forwardRef(function Rewi
2091
2141
  viewBox: "0 0 32 32",
2092
2142
  fill: "currentColor",
2093
2143
  ...rest
2094
- }, _path157 || (_path157 = /*#__PURE__*/React__default["default"].createElement("path", {
2144
+ }, _path161 || (_path161 = /*#__PURE__*/React__default["default"].createElement("path", {
2095
2145
  d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
2096
- })), _path158 || (_path158 = /*#__PURE__*/React__default["default"].createElement("path", {
2146
+ })), _path162 || (_path162 = /*#__PURE__*/React__default["default"].createElement("path", {
2097
2147
  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"
2098
2148
  })), children);
2099
2149
  });
2100
2150
  if (process.env.NODE_ENV !== "production") {
2101
2151
  Rewind_5.propTypes = iconPropTypes.iconPropTypes;
2102
2152
  }
2103
- const RightPanelClose = /*#__PURE__*/React__default["default"].forwardRef(function RightPanelClose(_ref87, ref) {
2153
+ const RightPanelClose = /*#__PURE__*/React__default["default"].forwardRef(function RightPanelClose(_ref89, ref) {
2104
2154
  let {
2105
2155
  children,
2106
2156
  size = 16,
2107
2157
  ...rest
2108
- } = _ref87;
2158
+ } = _ref89;
2109
2159
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2110
2160
  width: size,
2111
2161
  height: size,
@@ -2114,7 +2164,7 @@ const RightPanelClose = /*#__PURE__*/React__default["default"].forwardRef(functi
2114
2164
  viewBox: "0 0 32 32",
2115
2165
  fill: "currentColor",
2116
2166
  ...rest
2117
- }, _path159 || (_path159 = /*#__PURE__*/React__default["default"].createElement("path", {
2167
+ }, _path163 || (_path163 = /*#__PURE__*/React__default["default"].createElement("path", {
2118
2168
  strokeWidth: "0",
2119
2169
  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"
2120
2170
  })), children);
@@ -2122,12 +2172,12 @@ const RightPanelClose = /*#__PURE__*/React__default["default"].forwardRef(functi
2122
2172
  if (process.env.NODE_ENV !== "production") {
2123
2173
  RightPanelClose.propTypes = iconPropTypes.iconPropTypes;
2124
2174
  }
2125
- const RightPanelCloseFilled = /*#__PURE__*/React__default["default"].forwardRef(function RightPanelCloseFilled(_ref88, ref) {
2175
+ const RightPanelCloseFilled = /*#__PURE__*/React__default["default"].forwardRef(function RightPanelCloseFilled(_ref90, ref) {
2126
2176
  let {
2127
2177
  children,
2128
2178
  size = 16,
2129
2179
  ...rest
2130
- } = _ref88;
2180
+ } = _ref90;
2131
2181
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2132
2182
  width: size,
2133
2183
  height: size,
@@ -2136,7 +2186,7 @@ const RightPanelCloseFilled = /*#__PURE__*/React__default["default"].forwardRef(
2136
2186
  viewBox: "0 0 32 32",
2137
2187
  fill: "currentColor",
2138
2188
  ...rest
2139
- }, _path160 || (_path160 = /*#__PURE__*/React__default["default"].createElement("path", {
2189
+ }, _path164 || (_path164 = /*#__PURE__*/React__default["default"].createElement("path", {
2140
2190
  strokeWidth: "0",
2141
2191
  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"
2142
2192
  })), children);
@@ -2144,12 +2194,12 @@ const RightPanelCloseFilled = /*#__PURE__*/React__default["default"].forwardRef(
2144
2194
  if (process.env.NODE_ENV !== "production") {
2145
2195
  RightPanelCloseFilled.propTypes = iconPropTypes.iconPropTypes;
2146
2196
  }
2147
- const RightPanelOpen = /*#__PURE__*/React__default["default"].forwardRef(function RightPanelOpen(_ref89, ref) {
2197
+ const RightPanelOpen = /*#__PURE__*/React__default["default"].forwardRef(function RightPanelOpen(_ref91, ref) {
2148
2198
  let {
2149
2199
  children,
2150
2200
  size = 16,
2151
2201
  ...rest
2152
- } = _ref89;
2202
+ } = _ref91;
2153
2203
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2154
2204
  width: size,
2155
2205
  height: size,
@@ -2158,7 +2208,7 @@ const RightPanelOpen = /*#__PURE__*/React__default["default"].forwardRef(functio
2158
2208
  viewBox: "0 0 32 32",
2159
2209
  fill: "currentColor",
2160
2210
  ...rest
2161
- }, _path161 || (_path161 = /*#__PURE__*/React__default["default"].createElement("path", {
2211
+ }, _path165 || (_path165 = /*#__PURE__*/React__default["default"].createElement("path", {
2162
2212
  strokeWidth: "0",
2163
2213
  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"
2164
2214
  })), children);
@@ -2166,12 +2216,12 @@ const RightPanelOpen = /*#__PURE__*/React__default["default"].forwardRef(functio
2166
2216
  if (process.env.NODE_ENV !== "production") {
2167
2217
  RightPanelOpen.propTypes = iconPropTypes.iconPropTypes;
2168
2218
  }
2169
- const RightPanelOpenFilled = /*#__PURE__*/React__default["default"].forwardRef(function RightPanelOpenFilled(_ref90, ref) {
2219
+ const RightPanelOpenFilled = /*#__PURE__*/React__default["default"].forwardRef(function RightPanelOpenFilled(_ref92, ref) {
2170
2220
  let {
2171
2221
  children,
2172
2222
  size = 16,
2173
2223
  ...rest
2174
- } = _ref90;
2224
+ } = _ref92;
2175
2225
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2176
2226
  width: size,
2177
2227
  height: size,
@@ -2180,7 +2230,7 @@ const RightPanelOpenFilled = /*#__PURE__*/React__default["default"].forwardRef(f
2180
2230
  viewBox: "0 0 32 32",
2181
2231
  fill: "currentColor",
2182
2232
  ...rest
2183
- }, _path162 || (_path162 = /*#__PURE__*/React__default["default"].createElement("path", {
2233
+ }, _path166 || (_path166 = /*#__PURE__*/React__default["default"].createElement("path", {
2184
2234
  strokeWidth: "0",
2185
2235
  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"
2186
2236
  })), children);
@@ -2188,12 +2238,12 @@ const RightPanelOpenFilled = /*#__PURE__*/React__default["default"].forwardRef(f
2188
2238
  if (process.env.NODE_ENV !== "production") {
2189
2239
  RightPanelOpenFilled.propTypes = iconPropTypes.iconPropTypes;
2190
2240
  }
2191
- const Road = /*#__PURE__*/React__default["default"].forwardRef(function Road(_ref91, ref) {
2241
+ const Road = /*#__PURE__*/React__default["default"].forwardRef(function Road(_ref93, ref) {
2192
2242
  let {
2193
2243
  children,
2194
2244
  size = 16,
2195
2245
  ...rest
2196
- } = _ref91;
2246
+ } = _ref93;
2197
2247
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2198
2248
  width: size,
2199
2249
  height: size,
@@ -2202,23 +2252,23 @@ const Road = /*#__PURE__*/React__default["default"].forwardRef(function Road(_re
2202
2252
  viewBox: "0 0 32 32",
2203
2253
  fill: "currentColor",
2204
2254
  ...rest
2205
- }, _path163 || (_path163 = /*#__PURE__*/React__default["default"].createElement("path", {
2255
+ }, _path167 || (_path167 = /*#__PURE__*/React__default["default"].createElement("path", {
2206
2256
  d: "M13 13H19V15H13z"
2207
- })), _path164 || (_path164 = /*#__PURE__*/React__default["default"].createElement("path", {
2257
+ })), _path168 || (_path168 = /*#__PURE__*/React__default["default"].createElement("path", {
2208
2258
  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"
2209
- })), _path165 || (_path165 = /*#__PURE__*/React__default["default"].createElement("path", {
2259
+ })), _path169 || (_path169 = /*#__PURE__*/React__default["default"].createElement("path", {
2210
2260
  d: "M15 21H17V24H15zM15 26H17V30H15z"
2211
2261
  })), children);
2212
2262
  });
2213
2263
  if (process.env.NODE_ENV !== "production") {
2214
2264
  Road.propTypes = iconPropTypes.iconPropTypes;
2215
2265
  }
2216
- const RoadWeather = /*#__PURE__*/React__default["default"].forwardRef(function RoadWeather(_ref92, ref) {
2266
+ const RoadWeather = /*#__PURE__*/React__default["default"].forwardRef(function RoadWeather(_ref94, ref) {
2217
2267
  let {
2218
2268
  children,
2219
2269
  size = 16,
2220
2270
  ...rest
2221
- } = _ref92;
2271
+ } = _ref94;
2222
2272
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2223
2273
  width: size,
2224
2274
  height: size,
@@ -2227,21 +2277,21 @@ const RoadWeather = /*#__PURE__*/React__default["default"].forwardRef(function R
2227
2277
  viewBox: "0 0 32 32",
2228
2278
  fill: "currentColor",
2229
2279
  ...rest
2230
- }, _path166 || (_path166 = /*#__PURE__*/React__default["default"].createElement("path", {
2280
+ }, _path170 || (_path170 = /*#__PURE__*/React__default["default"].createElement("path", {
2231
2281
  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"
2232
- })), _path167 || (_path167 = /*#__PURE__*/React__default["default"].createElement("path", {
2282
+ })), _path171 || (_path171 = /*#__PURE__*/React__default["default"].createElement("path", {
2233
2283
  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"
2234
2284
  })), children);
2235
2285
  });
2236
2286
  if (process.env.NODE_ENV !== "production") {
2237
2287
  RoadWeather.propTypes = iconPropTypes.iconPropTypes;
2238
2288
  }
2239
- const Roadmap = /*#__PURE__*/React__default["default"].forwardRef(function Roadmap(_ref93, ref) {
2289
+ const Roadmap = /*#__PURE__*/React__default["default"].forwardRef(function Roadmap(_ref95, ref) {
2240
2290
  let {
2241
2291
  children,
2242
2292
  size = 16,
2243
2293
  ...rest
2244
- } = _ref93;
2294
+ } = _ref95;
2245
2295
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2246
2296
  width: size,
2247
2297
  height: size,
@@ -2250,19 +2300,19 @@ const Roadmap = /*#__PURE__*/React__default["default"].forwardRef(function Roadm
2250
2300
  viewBox: "0 0 32 32",
2251
2301
  fill: "currentColor",
2252
2302
  ...rest
2253
- }, _path168 || (_path168 = /*#__PURE__*/React__default["default"].createElement("path", {
2303
+ }, _path172 || (_path172 = /*#__PURE__*/React__default["default"].createElement("path", {
2254
2304
  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"
2255
2305
  })), children);
2256
2306
  });
2257
2307
  if (process.env.NODE_ENV !== "production") {
2258
2308
  Roadmap.propTypes = iconPropTypes.iconPropTypes;
2259
2309
  }
2260
- const Rocket = /*#__PURE__*/React__default["default"].forwardRef(function Rocket(_ref94, ref) {
2310
+ const Rocket = /*#__PURE__*/React__default["default"].forwardRef(function Rocket(_ref96, ref) {
2261
2311
  let {
2262
2312
  children,
2263
2313
  size = 16,
2264
2314
  ...rest
2265
- } = _ref94;
2315
+ } = _ref96;
2266
2316
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2267
2317
  width: size,
2268
2318
  height: size,
@@ -2271,22 +2321,22 @@ const Rocket = /*#__PURE__*/React__default["default"].forwardRef(function Rocket
2271
2321
  viewBox: "0 0 32 32",
2272
2322
  fill: "currentColor",
2273
2323
  ...rest
2274
- }, _path169 || (_path169 = /*#__PURE__*/React__default["default"].createElement("path", {
2324
+ }, _path173 || (_path173 = /*#__PURE__*/React__default["default"].createElement("path", {
2275
2325
  d: "M6.34 19H17.65V21H6.34z",
2276
2326
  transform: "rotate(-45 11.995 20.002)"
2277
- })), _path170 || (_path170 = /*#__PURE__*/React__default["default"].createElement("path", {
2327
+ })), _path174 || (_path174 = /*#__PURE__*/React__default["default"].createElement("path", {
2278
2328
  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"
2279
2329
  })), children);
2280
2330
  });
2281
2331
  if (process.env.NODE_ENV !== "production") {
2282
2332
  Rocket.propTypes = iconPropTypes.iconPropTypes;
2283
2333
  }
2284
- const Rotate = /*#__PURE__*/React__default["default"].forwardRef(function Rotate(_ref95, ref) {
2334
+ const Rotate = /*#__PURE__*/React__default["default"].forwardRef(function Rotate(_ref97, ref) {
2285
2335
  let {
2286
2336
  children,
2287
2337
  size = 16,
2288
2338
  ...rest
2289
- } = _ref95;
2339
+ } = _ref97;
2290
2340
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2291
2341
  width: size,
2292
2342
  height: size,
@@ -2295,19 +2345,19 @@ const Rotate = /*#__PURE__*/React__default["default"].forwardRef(function Rotate
2295
2345
  viewBox: "0 0 32 32",
2296
2346
  fill: "currentColor",
2297
2347
  ...rest
2298
- }, _path171 || (_path171 = /*#__PURE__*/React__default["default"].createElement("path", {
2348
+ }, _path175 || (_path175 = /*#__PURE__*/React__default["default"].createElement("path", {
2299
2349
  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"
2300
2350
  })), children);
2301
2351
  });
2302
2352
  if (process.env.NODE_ENV !== "production") {
2303
2353
  Rotate.propTypes = iconPropTypes.iconPropTypes;
2304
2354
  }
2305
- const WatsonHealthRotate_180 = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthRotate_180(_ref96, ref) {
2355
+ const WatsonHealthRotate_180 = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthRotate_180(_ref98, ref) {
2306
2356
  let {
2307
2357
  children,
2308
2358
  size = 16,
2309
2359
  ...rest
2310
- } = _ref96;
2360
+ } = _ref98;
2311
2361
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2312
2362
  width: size,
2313
2363
  height: size,
@@ -2316,19 +2366,19 @@ const WatsonHealthRotate_180 = /*#__PURE__*/React__default["default"].forwardRef
2316
2366
  viewBox: "0 0 32 32",
2317
2367
  fill: "currentColor",
2318
2368
  ...rest
2319
- }, _path172 || (_path172 = /*#__PURE__*/React__default["default"].createElement("path", {
2369
+ }, _path176 || (_path176 = /*#__PURE__*/React__default["default"].createElement("path", {
2320
2370
  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"
2321
2371
  })), children);
2322
2372
  });
2323
2373
  if (process.env.NODE_ENV !== "production") {
2324
2374
  WatsonHealthRotate_180.propTypes = iconPropTypes.iconPropTypes;
2325
2375
  }
2326
- const WatsonHealthRotate_360 = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthRotate_360(_ref97, ref) {
2376
+ const WatsonHealthRotate_360 = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthRotate_360(_ref99, ref) {
2327
2377
  let {
2328
2378
  children,
2329
2379
  size = 16,
2330
2380
  ...rest
2331
- } = _ref97;
2381
+ } = _ref99;
2332
2382
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2333
2383
  width: size,
2334
2384
  height: size,
@@ -2337,19 +2387,19 @@ const WatsonHealthRotate_360 = /*#__PURE__*/React__default["default"].forwardRef
2337
2387
  viewBox: "0 0 32 32",
2338
2388
  fill: "currentColor",
2339
2389
  ...rest
2340
- }, _path173 || (_path173 = /*#__PURE__*/React__default["default"].createElement("path", {
2390
+ }, _path177 || (_path177 = /*#__PURE__*/React__default["default"].createElement("path", {
2341
2391
  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"
2342
2392
  })), children);
2343
2393
  });
2344
2394
  if (process.env.NODE_ENV !== "production") {
2345
2395
  WatsonHealthRotate_360.propTypes = iconPropTypes.iconPropTypes;
2346
2396
  }
2347
- const RotateClockwise = /*#__PURE__*/React__default["default"].forwardRef(function RotateClockwise(_ref98, ref) {
2397
+ const RotateClockwise = /*#__PURE__*/React__default["default"].forwardRef(function RotateClockwise(_ref100, ref) {
2348
2398
  let {
2349
2399
  children,
2350
2400
  size = 16,
2351
2401
  ...rest
2352
- } = _ref98;
2402
+ } = _ref100;
2353
2403
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2354
2404
  width: size,
2355
2405
  height: size,
@@ -2358,19 +2408,19 @@ const RotateClockwise = /*#__PURE__*/React__default["default"].forwardRef(functi
2358
2408
  viewBox: "0 0 32 32",
2359
2409
  fill: "currentColor",
2360
2410
  ...rest
2361
- }, _path174 || (_path174 = /*#__PURE__*/React__default["default"].createElement("path", {
2411
+ }, _path178 || (_path178 = /*#__PURE__*/React__default["default"].createElement("path", {
2362
2412
  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"
2363
2413
  })), children);
2364
2414
  });
2365
2415
  if (process.env.NODE_ENV !== "production") {
2366
2416
  RotateClockwise.propTypes = iconPropTypes.iconPropTypes;
2367
2417
  }
2368
- const RotateClockwiseAlt = /*#__PURE__*/React__default["default"].forwardRef(function RotateClockwiseAlt(_ref99, ref) {
2418
+ const RotateClockwiseAlt = /*#__PURE__*/React__default["default"].forwardRef(function RotateClockwiseAlt(_ref101, ref) {
2369
2419
  let {
2370
2420
  children,
2371
2421
  size = 16,
2372
2422
  ...rest
2373
- } = _ref99;
2423
+ } = _ref101;
2374
2424
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2375
2425
  width: size,
2376
2426
  height: size,
@@ -2379,19 +2429,19 @@ const RotateClockwiseAlt = /*#__PURE__*/React__default["default"].forwardRef(fun
2379
2429
  viewBox: "0 0 32 32",
2380
2430
  fill: "currentColor",
2381
2431
  ...rest
2382
- }, _path175 || (_path175 = /*#__PURE__*/React__default["default"].createElement("path", {
2432
+ }, _path179 || (_path179 = /*#__PURE__*/React__default["default"].createElement("path", {
2383
2433
  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"
2384
2434
  })), children);
2385
2435
  });
2386
2436
  if (process.env.NODE_ENV !== "production") {
2387
2437
  RotateClockwiseAlt.propTypes = iconPropTypes.iconPropTypes;
2388
2438
  }
2389
- const RotateClockwiseAltFilled = /*#__PURE__*/React__default["default"].forwardRef(function RotateClockwiseAltFilled(_ref100, ref) {
2439
+ const RotateClockwiseAltFilled = /*#__PURE__*/React__default["default"].forwardRef(function RotateClockwiseAltFilled(_ref102, ref) {
2390
2440
  let {
2391
2441
  children,
2392
2442
  size = 16,
2393
2443
  ...rest
2394
- } = _ref100;
2444
+ } = _ref102;
2395
2445
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2396
2446
  width: size,
2397
2447
  height: size,
@@ -2400,19 +2450,19 @@ const RotateClockwiseAltFilled = /*#__PURE__*/React__default["default"].forwardR
2400
2450
  viewBox: "0 0 32 32",
2401
2451
  fill: "currentColor",
2402
2452
  ...rest
2403
- }, _path176 || (_path176 = /*#__PURE__*/React__default["default"].createElement("path", {
2453
+ }, _path180 || (_path180 = /*#__PURE__*/React__default["default"].createElement("path", {
2404
2454
  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"
2405
2455
  })), children);
2406
2456
  });
2407
2457
  if (process.env.NODE_ENV !== "production") {
2408
2458
  RotateClockwiseAltFilled.propTypes = iconPropTypes.iconPropTypes;
2409
2459
  }
2410
- const RotateClockwiseFilled = /*#__PURE__*/React__default["default"].forwardRef(function RotateClockwiseFilled(_ref101, ref) {
2460
+ const RotateClockwiseFilled = /*#__PURE__*/React__default["default"].forwardRef(function RotateClockwiseFilled(_ref103, ref) {
2411
2461
  let {
2412
2462
  children,
2413
2463
  size = 16,
2414
2464
  ...rest
2415
- } = _ref101;
2465
+ } = _ref103;
2416
2466
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2417
2467
  width: size,
2418
2468
  height: size,
@@ -2421,19 +2471,19 @@ const RotateClockwiseFilled = /*#__PURE__*/React__default["default"].forwardRef(
2421
2471
  viewBox: "0 0 32 32",
2422
2472
  fill: "currentColor",
2423
2473
  ...rest
2424
- }, _path177 || (_path177 = /*#__PURE__*/React__default["default"].createElement("path", {
2474
+ }, _path181 || (_path181 = /*#__PURE__*/React__default["default"].createElement("path", {
2425
2475
  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"
2426
2476
  })), children);
2427
2477
  });
2428
2478
  if (process.env.NODE_ENV !== "production") {
2429
2479
  RotateClockwiseFilled.propTypes = iconPropTypes.iconPropTypes;
2430
2480
  }
2431
- const RotateCounterclockwise = /*#__PURE__*/React__default["default"].forwardRef(function RotateCounterclockwise(_ref102, ref) {
2481
+ const RotateCounterclockwise = /*#__PURE__*/React__default["default"].forwardRef(function RotateCounterclockwise(_ref104, ref) {
2432
2482
  let {
2433
2483
  children,
2434
2484
  size = 16,
2435
2485
  ...rest
2436
- } = _ref102;
2486
+ } = _ref104;
2437
2487
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2438
2488
  width: size,
2439
2489
  height: size,
@@ -2442,19 +2492,19 @@ const RotateCounterclockwise = /*#__PURE__*/React__default["default"].forwardRef
2442
2492
  viewBox: "0 0 32 32",
2443
2493
  fill: "currentColor",
2444
2494
  ...rest
2445
- }, _path178 || (_path178 = /*#__PURE__*/React__default["default"].createElement("path", {
2495
+ }, _path182 || (_path182 = /*#__PURE__*/React__default["default"].createElement("path", {
2446
2496
  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"
2447
2497
  })), children);
2448
2498
  });
2449
2499
  if (process.env.NODE_ENV !== "production") {
2450
2500
  RotateCounterclockwise.propTypes = iconPropTypes.iconPropTypes;
2451
2501
  }
2452
- const RotateCounterclockwiseAlt = /*#__PURE__*/React__default["default"].forwardRef(function RotateCounterclockwiseAlt(_ref103, ref) {
2502
+ const RotateCounterclockwiseAlt = /*#__PURE__*/React__default["default"].forwardRef(function RotateCounterclockwiseAlt(_ref105, ref) {
2453
2503
  let {
2454
2504
  children,
2455
2505
  size = 16,
2456
2506
  ...rest
2457
- } = _ref103;
2507
+ } = _ref105;
2458
2508
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2459
2509
  width: size,
2460
2510
  height: size,
@@ -2463,19 +2513,19 @@ const RotateCounterclockwiseAlt = /*#__PURE__*/React__default["default"].forward
2463
2513
  viewBox: "0 0 32 32",
2464
2514
  fill: "currentColor",
2465
2515
  ...rest
2466
- }, _path179 || (_path179 = /*#__PURE__*/React__default["default"].createElement("path", {
2516
+ }, _path183 || (_path183 = /*#__PURE__*/React__default["default"].createElement("path", {
2467
2517
  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"
2468
2518
  })), children);
2469
2519
  });
2470
2520
  if (process.env.NODE_ENV !== "production") {
2471
2521
  RotateCounterclockwiseAlt.propTypes = iconPropTypes.iconPropTypes;
2472
2522
  }
2473
- const RotateCounterclockwiseAltFilled = /*#__PURE__*/React__default["default"].forwardRef(function RotateCounterclockwiseAltFilled(_ref104, ref) {
2523
+ const RotateCounterclockwiseAltFilled = /*#__PURE__*/React__default["default"].forwardRef(function RotateCounterclockwiseAltFilled(_ref106, ref) {
2474
2524
  let {
2475
2525
  children,
2476
2526
  size = 16,
2477
2527
  ...rest
2478
- } = _ref104;
2528
+ } = _ref106;
2479
2529
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2480
2530
  width: size,
2481
2531
  height: size,
@@ -2484,19 +2534,19 @@ const RotateCounterclockwiseAltFilled = /*#__PURE__*/React__default["default"].f
2484
2534
  viewBox: "0 0 32 32",
2485
2535
  fill: "currentColor",
2486
2536
  ...rest
2487
- }, _path180 || (_path180 = /*#__PURE__*/React__default["default"].createElement("path", {
2537
+ }, _path184 || (_path184 = /*#__PURE__*/React__default["default"].createElement("path", {
2488
2538
  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"
2489
2539
  })), children);
2490
2540
  });
2491
2541
  if (process.env.NODE_ENV !== "production") {
2492
2542
  RotateCounterclockwiseAltFilled.propTypes = iconPropTypes.iconPropTypes;
2493
2543
  }
2494
- const RotateCounterclockwiseFilled = /*#__PURE__*/React__default["default"].forwardRef(function RotateCounterclockwiseFilled(_ref105, ref) {
2544
+ const RotateCounterclockwiseFilled = /*#__PURE__*/React__default["default"].forwardRef(function RotateCounterclockwiseFilled(_ref107, ref) {
2495
2545
  let {
2496
2546
  children,
2497
2547
  size = 16,
2498
2548
  ...rest
2499
- } = _ref105;
2549
+ } = _ref107;
2500
2550
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2501
2551
  width: size,
2502
2552
  height: size,
@@ -2505,19 +2555,19 @@ const RotateCounterclockwiseFilled = /*#__PURE__*/React__default["default"].forw
2505
2555
  viewBox: "0 0 32 32",
2506
2556
  fill: "currentColor",
2507
2557
  ...rest
2508
- }, _path181 || (_path181 = /*#__PURE__*/React__default["default"].createElement("path", {
2558
+ }, _path185 || (_path185 = /*#__PURE__*/React__default["default"].createElement("path", {
2509
2559
  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"
2510
2560
  })), children);
2511
2561
  });
2512
2562
  if (process.env.NODE_ENV !== "production") {
2513
2563
  RotateCounterclockwiseFilled.propTypes = iconPropTypes.iconPropTypes;
2514
2564
  }
2515
- const Router = /*#__PURE__*/React__default["default"].forwardRef(function Router(_ref106, ref) {
2565
+ const Router = /*#__PURE__*/React__default["default"].forwardRef(function Router(_ref108, ref) {
2516
2566
  let {
2517
2567
  children,
2518
2568
  size = 16,
2519
2569
  ...rest
2520
- } = _ref106;
2570
+ } = _ref108;
2521
2571
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2522
2572
  width: size,
2523
2573
  height: size,
@@ -2526,19 +2576,19 @@ const Router = /*#__PURE__*/React__default["default"].forwardRef(function Router
2526
2576
  viewBox: "0 0 32 32",
2527
2577
  fill: "currentColor",
2528
2578
  ...rest
2529
- }, _path182 || (_path182 = /*#__PURE__*/React__default["default"].createElement("path", {
2579
+ }, _path186 || (_path186 = /*#__PURE__*/React__default["default"].createElement("path", {
2530
2580
  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"
2531
2581
  })), children);
2532
2582
  });
2533
2583
  if (process.env.NODE_ENV !== "production") {
2534
2584
  Router.propTypes = iconPropTypes.iconPropTypes;
2535
2585
  }
2536
- const RouterVoice = /*#__PURE__*/React__default["default"].forwardRef(function RouterVoice(_ref107, ref) {
2586
+ const RouterVoice = /*#__PURE__*/React__default["default"].forwardRef(function RouterVoice(_ref109, ref) {
2537
2587
  let {
2538
2588
  children,
2539
2589
  size = 16,
2540
2590
  ...rest
2541
- } = _ref107;
2591
+ } = _ref109;
2542
2592
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2543
2593
  width: size,
2544
2594
  height: size,
@@ -2547,19 +2597,19 @@ const RouterVoice = /*#__PURE__*/React__default["default"].forwardRef(function R
2547
2597
  viewBox: "0 0 32 32",
2548
2598
  fill: "currentColor",
2549
2599
  ...rest
2550
- }, _path183 || (_path183 = /*#__PURE__*/React__default["default"].createElement("path", {
2600
+ }, _path187 || (_path187 = /*#__PURE__*/React__default["default"].createElement("path", {
2551
2601
  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"
2552
2602
  })), children);
2553
2603
  });
2554
2604
  if (process.env.NODE_ENV !== "production") {
2555
2605
  RouterVoice.propTypes = iconPropTypes.iconPropTypes;
2556
2606
  }
2557
- const RouterWifi = /*#__PURE__*/React__default["default"].forwardRef(function RouterWifi(_ref108, ref) {
2607
+ const RouterWifi = /*#__PURE__*/React__default["default"].forwardRef(function RouterWifi(_ref110, ref) {
2558
2608
  let {
2559
2609
  children,
2560
2610
  size = 16,
2561
2611
  ...rest
2562
- } = _ref108;
2612
+ } = _ref110;
2563
2613
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2564
2614
  width: size,
2565
2615
  height: size,
@@ -2572,21 +2622,21 @@ const RouterWifi = /*#__PURE__*/React__default["default"].forwardRef(function Ro
2572
2622
  cx: "16",
2573
2623
  cy: "13.5",
2574
2624
  r: "1.5"
2575
- })), _path184 || (_path184 = /*#__PURE__*/React__default["default"].createElement("path", {
2625
+ })), _path188 || (_path188 = /*#__PURE__*/React__default["default"].createElement("path", {
2576
2626
  d: "M19.5356,10.4648a5,5,0,0,0-7.0717,0L11.05,9.0508a6.9992,6.9992,0,0,1,9.9,0Z"
2577
- })), _path185 || (_path185 = /*#__PURE__*/React__default["default"].createElement("path", {
2627
+ })), _path189 || (_path189 = /*#__PURE__*/React__default["default"].createElement("path", {
2578
2628
  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"
2579
2629
  })), children);
2580
2630
  });
2581
2631
  if (process.env.NODE_ENV !== "production") {
2582
2632
  RouterWifi.propTypes = iconPropTypes.iconPropTypes;
2583
2633
  }
2584
- const Row = /*#__PURE__*/React__default["default"].forwardRef(function Row(_ref109, ref) {
2634
+ const Row = /*#__PURE__*/React__default["default"].forwardRef(function Row(_ref111, ref) {
2585
2635
  let {
2586
2636
  children,
2587
2637
  size = 16,
2588
2638
  ...rest
2589
- } = _ref109;
2639
+ } = _ref111;
2590
2640
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2591
2641
  width: size,
2592
2642
  height: size,
@@ -2595,19 +2645,19 @@ const Row = /*#__PURE__*/React__default["default"].forwardRef(function Row(_ref1
2595
2645
  viewBox: "0 0 32 32",
2596
2646
  fill: "currentColor",
2597
2647
  ...rest
2598
- }, _path186 || (_path186 = /*#__PURE__*/React__default["default"].createElement("path", {
2648
+ }, _path190 || (_path190 = /*#__PURE__*/React__default["default"].createElement("path", {
2599
2649
  d: "M4 24H28V26H4zM26 18H6V14H26v4m2 0V14a2 2 0 00-2-2H6a2 2 0 00-2 2v4a2 2 0 002 2H26a2 2 0 002-2zM4 6H28V8H4z"
2600
2650
  })), children);
2601
2651
  });
2602
2652
  if (process.env.NODE_ENV !== "production") {
2603
2653
  Row.propTypes = iconPropTypes.iconPropTypes;
2604
2654
  }
2605
- const RowCollapse = /*#__PURE__*/React__default["default"].forwardRef(function RowCollapse(_ref110, ref) {
2655
+ const RowCollapse = /*#__PURE__*/React__default["default"].forwardRef(function RowCollapse(_ref112, ref) {
2606
2656
  let {
2607
2657
  children,
2608
2658
  size = 16,
2609
2659
  ...rest
2610
- } = _ref110;
2660
+ } = _ref112;
2611
2661
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2612
2662
  width: size,
2613
2663
  height: size,
@@ -2616,19 +2666,19 @@ const RowCollapse = /*#__PURE__*/React__default["default"].forwardRef(function R
2616
2666
  viewBox: "0 0 32 32",
2617
2667
  fill: "currentColor",
2618
2668
  ...rest
2619
- }, _path187 || (_path187 = /*#__PURE__*/React__default["default"].createElement("path", {
2669
+ }, _path191 || (_path191 = /*#__PURE__*/React__default["default"].createElement("path", {
2620
2670
  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"
2621
2671
  })), children);
2622
2672
  });
2623
2673
  if (process.env.NODE_ENV !== "production") {
2624
2674
  RowCollapse.propTypes = iconPropTypes.iconPropTypes;
2625
2675
  }
2626
- const RowDelete = /*#__PURE__*/React__default["default"].forwardRef(function RowDelete(_ref111, ref) {
2676
+ const RowDelete = /*#__PURE__*/React__default["default"].forwardRef(function RowDelete(_ref113, ref) {
2627
2677
  let {
2628
2678
  children,
2629
2679
  size = 16,
2630
2680
  ...rest
2631
- } = _ref111;
2681
+ } = _ref113;
2632
2682
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2633
2683
  width: size,
2634
2684
  height: size,
@@ -2637,21 +2687,21 @@ const RowDelete = /*#__PURE__*/React__default["default"].forwardRef(function Row
2637
2687
  viewBox: "0 0 32 32",
2638
2688
  fill: "currentColor",
2639
2689
  ...rest
2640
- }, _path188 || (_path188 = /*#__PURE__*/React__default["default"].createElement("path", {
2690
+ }, _path192 || (_path192 = /*#__PURE__*/React__default["default"].createElement("path", {
2641
2691
  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"
2642
- })), _path189 || (_path189 = /*#__PURE__*/React__default["default"].createElement("path", {
2692
+ })), _path193 || (_path193 = /*#__PURE__*/React__default["default"].createElement("path", {
2643
2693
  d: "M4,14V8H18V6H4A2.0023,2.0023,0,0,0,2,8v6a2.0023,2.0023,0,0,0,2,2H26V14Z"
2644
2694
  })), children);
2645
2695
  });
2646
2696
  if (process.env.NODE_ENV !== "production") {
2647
2697
  RowDelete.propTypes = iconPropTypes.iconPropTypes;
2648
2698
  }
2649
- const RowExpand = /*#__PURE__*/React__default["default"].forwardRef(function RowExpand(_ref112, ref) {
2699
+ const RowExpand = /*#__PURE__*/React__default["default"].forwardRef(function RowExpand(_ref114, ref) {
2650
2700
  let {
2651
2701
  children,
2652
2702
  size = 16,
2653
2703
  ...rest
2654
- } = _ref112;
2704
+ } = _ref114;
2655
2705
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2656
2706
  width: size,
2657
2707
  height: size,
@@ -2660,19 +2710,19 @@ const RowExpand = /*#__PURE__*/React__default["default"].forwardRef(function Row
2660
2710
  viewBox: "0 0 32 32",
2661
2711
  fill: "currentColor",
2662
2712
  ...rest
2663
- }, _path190 || (_path190 = /*#__PURE__*/React__default["default"].createElement("path", {
2713
+ }, _path194 || (_path194 = /*#__PURE__*/React__default["default"].createElement("path", {
2664
2714
  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"
2665
2715
  })), children);
2666
2716
  });
2667
2717
  if (process.env.NODE_ENV !== "production") {
2668
2718
  RowExpand.propTypes = iconPropTypes.iconPropTypes;
2669
2719
  }
2670
- const RowInsert = /*#__PURE__*/React__default["default"].forwardRef(function RowInsert(_ref113, ref) {
2720
+ const RowInsert = /*#__PURE__*/React__default["default"].forwardRef(function RowInsert(_ref115, ref) {
2671
2721
  let {
2672
2722
  children,
2673
2723
  size = 16,
2674
2724
  ...rest
2675
- } = _ref113;
2725
+ } = _ref115;
2676
2726
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2677
2727
  width: size,
2678
2728
  height: size,
@@ -2681,19 +2731,19 @@ const RowInsert = /*#__PURE__*/React__default["default"].forwardRef(function Row
2681
2731
  viewBox: "0 0 32 32",
2682
2732
  fill: "currentColor",
2683
2733
  ...rest
2684
- }, _path191 || (_path191 = /*#__PURE__*/React__default["default"].createElement("path", {
2734
+ }, _path195 || (_path195 = /*#__PURE__*/React__default["default"].createElement("path", {
2685
2735
  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"
2686
2736
  })), children);
2687
2737
  });
2688
2738
  if (process.env.NODE_ENV !== "production") {
2689
2739
  RowInsert.propTypes = iconPropTypes.iconPropTypes;
2690
2740
  }
2691
- const Rss = /*#__PURE__*/React__default["default"].forwardRef(function Rss(_ref114, ref) {
2741
+ const Rss = /*#__PURE__*/React__default["default"].forwardRef(function Rss(_ref116, ref) {
2692
2742
  let {
2693
2743
  children,
2694
2744
  size = 16,
2695
2745
  ...rest
2696
- } = _ref114;
2746
+ } = _ref116;
2697
2747
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2698
2748
  width: size,
2699
2749
  height: size,
@@ -2702,21 +2752,21 @@ const Rss = /*#__PURE__*/React__default["default"].forwardRef(function Rss(_ref1
2702
2752
  viewBox: "0 0 32 32",
2703
2753
  fill: "currentColor",
2704
2754
  ...rest
2705
- }, _path192 || (_path192 = /*#__PURE__*/React__default["default"].createElement("path", {
2755
+ }, _path196 || (_path196 = /*#__PURE__*/React__default["default"].createElement("path", {
2706
2756
  d: "M8 18c-3.3 0-6 2.7-6 6s2.7 6 6 6 6-2.7 6-6C14 20.7 11.3 18 8 18zM8 28c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4C12 26.2 10.2 28 8 28zM30 24h-2C28 13 19 4 8 4V2C20.1 2 30 11.9 30 24z"
2707
- })), _path193 || (_path193 = /*#__PURE__*/React__default["default"].createElement("path", {
2757
+ })), _path197 || (_path197 = /*#__PURE__*/React__default["default"].createElement("path", {
2708
2758
  d: "M22,24h-2c0-6.6-5.4-12-12-12v-2C15.7,10,22,16.3,22,24z"
2709
2759
  })), children);
2710
2760
  });
2711
2761
  if (process.env.NODE_ENV !== "production") {
2712
2762
  Rss.propTypes = iconPropTypes.iconPropTypes;
2713
2763
  }
2714
- const Rule = /*#__PURE__*/React__default["default"].forwardRef(function Rule(_ref115, ref) {
2764
+ const Rule = /*#__PURE__*/React__default["default"].forwardRef(function Rule(_ref117, ref) {
2715
2765
  let {
2716
2766
  children,
2717
2767
  size = 16,
2718
2768
  ...rest
2719
- } = _ref115;
2769
+ } = _ref117;
2720
2770
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2721
2771
  width: size,
2722
2772
  height: size,
@@ -2725,21 +2775,21 @@ const Rule = /*#__PURE__*/React__default["default"].forwardRef(function Rule(_re
2725
2775
  viewBox: "0 0 32 32",
2726
2776
  fill: "currentColor",
2727
2777
  ...rest
2728
- }, _path194 || (_path194 = /*#__PURE__*/React__default["default"].createElement("path", {
2778
+ }, _path198 || (_path198 = /*#__PURE__*/React__default["default"].createElement("path", {
2729
2779
  d: "M10 16H22V18H10zM10 10H22V12H10z"
2730
- })), _path195 || (_path195 = /*#__PURE__*/React__default["default"].createElement("path", {
2780
+ })), _path199 || (_path199 = /*#__PURE__*/React__default["default"].createElement("path", {
2731
2781
  d: "M16,30,9.8242,26.7071A10.9815,10.9815,0,0,1,4,17V4A2.0022,2.0022,0,0,1,6,2H26a2.0022,2.0022,0,0,1,2,2V17a10.9815,10.9815,0,0,1-5.8242,9.7069ZM6,4V17a8.9852,8.9852,0,0,0,4.7656,7.9423L16,27.7333l5.2344-2.791A8.9852,8.9852,0,0,0,26,17V4Z"
2732
2782
  })), children);
2733
2783
  });
2734
2784
  if (process.env.NODE_ENV !== "production") {
2735
2785
  Rule.propTypes = iconPropTypes.iconPropTypes;
2736
2786
  }
2737
- const RuleCancelled = /*#__PURE__*/React__default["default"].forwardRef(function RuleCancelled(_ref116, ref) {
2787
+ const RuleCancelled = /*#__PURE__*/React__default["default"].forwardRef(function RuleCancelled(_ref118, ref) {
2738
2788
  let {
2739
2789
  children,
2740
2790
  size = 16,
2741
2791
  ...rest
2742
- } = _ref116;
2792
+ } = _ref118;
2743
2793
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2744
2794
  width: size,
2745
2795
  height: size,
@@ -2748,21 +2798,21 @@ const RuleCancelled = /*#__PURE__*/React__default["default"].forwardRef(function
2748
2798
  viewBox: "0 0 32 32",
2749
2799
  fill: "currentColor",
2750
2800
  ...rest
2751
- }, _path196 || (_path196 = /*#__PURE__*/React__default["default"].createElement("path", {
2801
+ }, _path200 || (_path200 = /*#__PURE__*/React__default["default"].createElement("path", {
2752
2802
  d: "M30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24zM8 16H18V18H8zM8 10H20V12H8z"
2753
- })), _path197 || (_path197 = /*#__PURE__*/React__default["default"].createElement("path", {
2803
+ })), _path201 || (_path201 = /*#__PURE__*/React__default["default"].createElement("path", {
2754
2804
  d: "M14,27.7334l-5.2344-2.791A8.9858,8.9858,0,0,1,4,17V4H24l0,11h2L26,4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L14,30Z"
2755
2805
  })), children);
2756
2806
  });
2757
2807
  if (process.env.NODE_ENV !== "production") {
2758
2808
  RuleCancelled.propTypes = iconPropTypes.iconPropTypes;
2759
2809
  }
2760
- const RuleDataQuality = /*#__PURE__*/React__default["default"].forwardRef(function RuleDataQuality(_ref117, ref) {
2810
+ const RuleDataQuality = /*#__PURE__*/React__default["default"].forwardRef(function RuleDataQuality(_ref119, ref) {
2761
2811
  let {
2762
2812
  children,
2763
2813
  size = 16,
2764
2814
  ...rest
2765
- } = _ref117;
2815
+ } = _ref119;
2766
2816
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2767
2817
  width: size,
2768
2818
  height: size,
@@ -2780,12 +2830,12 @@ const RuleDataQuality = /*#__PURE__*/React__default["default"].forwardRef(functi
2780
2830
  if (process.env.NODE_ENV !== "production") {
2781
2831
  RuleDataQuality.propTypes = iconPropTypes.iconPropTypes;
2782
2832
  }
2783
- const RuleDraft = /*#__PURE__*/React__default["default"].forwardRef(function RuleDraft(_ref118, ref) {
2833
+ const RuleDraft = /*#__PURE__*/React__default["default"].forwardRef(function RuleDraft(_ref120, ref) {
2784
2834
  let {
2785
2835
  children,
2786
2836
  size = 16,
2787
2837
  ...rest
2788
- } = _ref118;
2838
+ } = _ref120;
2789
2839
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2790
2840
  width: size,
2791
2841
  height: size,
@@ -2794,21 +2844,21 @@ const RuleDraft = /*#__PURE__*/React__default["default"].forwardRef(function Rul
2794
2844
  viewBox: "0 0 32 32",
2795
2845
  fill: "currentColor",
2796
2846
  ...rest
2797
- }, _path198 || (_path198 = /*#__PURE__*/React__default["default"].createElement("path", {
2847
+ }, _path202 || (_path202 = /*#__PURE__*/React__default["default"].createElement("path", {
2798
2848
  d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM8 16H18V18H8zM8 10H20V12H8z"
2799
- })), _path199 || (_path199 = /*#__PURE__*/React__default["default"].createElement("path", {
2849
+ })), _path203 || (_path203 = /*#__PURE__*/React__default["default"].createElement("path", {
2800
2850
  d: "M26,4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L13,29.4668V27.2L8.7656,24.9424A8.9858,8.9858,0,0,1,4,17V4H24v9h2Z"
2801
2851
  })), children);
2802
2852
  });
2803
2853
  if (process.env.NODE_ENV !== "production") {
2804
2854
  RuleDraft.propTypes = iconPropTypes.iconPropTypes;
2805
2855
  }
2806
- const RuleFilled = /*#__PURE__*/React__default["default"].forwardRef(function RuleFilled(_ref119, ref) {
2856
+ const RuleFilled = /*#__PURE__*/React__default["default"].forwardRef(function RuleFilled(_ref121, ref) {
2807
2857
  let {
2808
2858
  children,
2809
2859
  size = 16,
2810
2860
  ...rest
2811
- } = _ref119;
2861
+ } = _ref121;
2812
2862
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2813
2863
  width: size,
2814
2864
  height: size,
@@ -2817,26 +2867,26 @@ const RuleFilled = /*#__PURE__*/React__default["default"].forwardRef(function Ru
2817
2867
  viewBox: "0 0 32 32",
2818
2868
  fill: "currentColor",
2819
2869
  ...rest
2820
- }, _path200 || (_path200 = /*#__PURE__*/React__default["default"].createElement("path", {
2870
+ }, _path204 || (_path204 = /*#__PURE__*/React__default["default"].createElement("path", {
2821
2871
  fill: "none",
2822
2872
  d: "M9 16H23V18H9z",
2823
2873
  "data-icon-path": "inner-path"
2824
- })), _path201 || (_path201 = /*#__PURE__*/React__default["default"].createElement("path", {
2874
+ })), _path205 || (_path205 = /*#__PURE__*/React__default["default"].createElement("path", {
2825
2875
  fill: "none",
2826
2876
  d: "M9 10H23V12H9z"
2827
- })), _path202 || (_path202 = /*#__PURE__*/React__default["default"].createElement("path", {
2877
+ })), _path206 || (_path206 = /*#__PURE__*/React__default["default"].createElement("path", {
2828
2878
  d: "M26,2H6A2.0023,2.0023,0,0,0,4,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L16,30l6.1758-3.293A10.9814,10.9814,0,0,0,28,17V4A2.0023,2.0023,0,0,0,26,2ZM23,18H9V16H23Zm0-6H9V10H23Z"
2829
2879
  })), children);
2830
2880
  });
2831
2881
  if (process.env.NODE_ENV !== "production") {
2832
2882
  RuleFilled.propTypes = iconPropTypes.iconPropTypes;
2833
2883
  }
2834
- const RuleLocked = /*#__PURE__*/React__default["default"].forwardRef(function RuleLocked(_ref120, ref) {
2884
+ const RuleLocked = /*#__PURE__*/React__default["default"].forwardRef(function RuleLocked(_ref122, ref) {
2835
2885
  let {
2836
2886
  children,
2837
2887
  size = 16,
2838
2888
  ...rest
2839
- } = _ref120;
2889
+ } = _ref122;
2840
2890
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2841
2891
  width: size,
2842
2892
  height: size,
@@ -2845,21 +2895,21 @@ const RuleLocked = /*#__PURE__*/React__default["default"].forwardRef(function Ru
2845
2895
  viewBox: "0 0 32 32",
2846
2896
  fill: "currentColor",
2847
2897
  ...rest
2848
- }, _path203 || (_path203 = /*#__PURE__*/React__default["default"].createElement("path", {
2898
+ }, _path207 || (_path207 = /*#__PURE__*/React__default["default"].createElement("path", {
2849
2899
  d: "M28 22v-3c0-2.2-1.8-4-4-4s-4 1.8-4 4v3c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-5C30 22.9 29.1 22 28 22zM22 19c0-1.1.9-2 2-2s2 .9 2 2v3h-4V19zM20 29v-5h8v5H20zM8 16H14V18H8zM8 10H20V12H8z"
2850
- })), _path204 || (_path204 = /*#__PURE__*/React__default["default"].createElement("path", {
2900
+ })), _path208 || (_path208 = /*#__PURE__*/React__default["default"].createElement("path", {
2851
2901
  d: "M26,4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v13c0,4.1,2.2,7.8,5.8,9.7l5.2,2.8v-2.3l-4.2-2.3C5.8,23.4,4,20.3,4,17V4h20v8h2V4z"
2852
2902
  })), children);
2853
2903
  });
2854
2904
  if (process.env.NODE_ENV !== "production") {
2855
2905
  RuleLocked.propTypes = iconPropTypes.iconPropTypes;
2856
2906
  }
2857
- const RulePartial = /*#__PURE__*/React__default["default"].forwardRef(function RulePartial(_ref121, ref) {
2907
+ const RulePartial = /*#__PURE__*/React__default["default"].forwardRef(function RulePartial(_ref123, ref) {
2858
2908
  let {
2859
2909
  children,
2860
2910
  size = 16,
2861
2911
  ...rest
2862
- } = _ref121;
2912
+ } = _ref123;
2863
2913
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2864
2914
  width: size,
2865
2915
  height: size,
@@ -2868,21 +2918,21 @@ const RulePartial = /*#__PURE__*/React__default["default"].forwardRef(function R
2868
2918
  viewBox: "0 0 32 32",
2869
2919
  fill: "currentColor",
2870
2920
  ...rest
2871
- }, _path205 || (_path205 = /*#__PURE__*/React__default["default"].createElement("path", {
2921
+ }, _path209 || (_path209 = /*#__PURE__*/React__default["default"].createElement("path", {
2872
2922
  d: "M23 16c-3.9 0-7 3.1-7 7s3.1 7 7 7 7-3.1 7-7S26.9 16 23 16zM23 28V18c2.8 0 5 2.2 5 5S25.8 28 23 28zM8 16H14V18H8zM8 10H20V12H8z"
2873
- })), _path206 || (_path206 = /*#__PURE__*/React__default["default"].createElement("path", {
2923
+ })), _path210 || (_path210 = /*#__PURE__*/React__default["default"].createElement("path", {
2874
2924
  d: "M26,4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v13c0,4.1,2.2,7.8,5.8,9.7l5.2,2.8v-2.3l-4.2-2.3C5.8,23.4,4,20.3,4,17V4h20v9h2V4z"
2875
2925
  })), children);
2876
2926
  });
2877
2927
  if (process.env.NODE_ENV !== "production") {
2878
2928
  RulePartial.propTypes = iconPropTypes.iconPropTypes;
2879
2929
  }
2880
- const RuleTest = /*#__PURE__*/React__default["default"].forwardRef(function RuleTest(_ref122, ref) {
2930
+ const RuleTest = /*#__PURE__*/React__default["default"].forwardRef(function RuleTest(_ref124, ref) {
2881
2931
  let {
2882
2932
  children,
2883
2933
  size = 16,
2884
2934
  ...rest
2885
- } = _ref122;
2935
+ } = _ref124;
2886
2936
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2887
2937
  width: size,
2888
2938
  height: size,
@@ -2891,23 +2941,23 @@ const RuleTest = /*#__PURE__*/React__default["default"].forwardRef(function Rule
2891
2941
  viewBox: "0 0 32 32",
2892
2942
  fill: "currentColor",
2893
2943
  ...rest
2894
- }, _path207 || (_path207 = /*#__PURE__*/React__default["default"].createElement("path", {
2944
+ }, _path211 || (_path211 = /*#__PURE__*/React__default["default"].createElement("path", {
2895
2945
  d: "M23,30a7,7,0,1,1,7-7A7.0078,7.0078,0,0,1,23,30Zm0-12a5,5,0,1,0,5,5A5.0055,5.0055,0,0,0,23,18Z"
2896
- })), _path208 || (_path208 = /*#__PURE__*/React__default["default"].createElement("path", {
2946
+ })), _path212 || (_path212 = /*#__PURE__*/React__default["default"].createElement("path", {
2897
2947
  d: "M26 24.586L24 22.586 24 20 22 20 22 23.414 24.586 26 26 24.586zM8 16H14V18H8zM8 10H20V12H8z"
2898
- })), _path209 || (_path209 = /*#__PURE__*/React__default["default"].createElement("path", {
2948
+ })), _path213 || (_path213 = /*#__PURE__*/React__default["default"].createElement("path", {
2899
2949
  d: "M26,4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L13,29.4668V27.2L8.7656,24.9424A8.9858,8.9858,0,0,1,4,17V4H24v9h2Z"
2900
2950
  })), children);
2901
2951
  });
2902
2952
  if (process.env.NODE_ENV !== "production") {
2903
2953
  RuleTest.propTypes = iconPropTypes.iconPropTypes;
2904
2954
  }
2905
- const Ruler = /*#__PURE__*/React__default["default"].forwardRef(function Ruler(_ref123, ref) {
2955
+ const Ruler = /*#__PURE__*/React__default["default"].forwardRef(function Ruler(_ref125, ref) {
2906
2956
  let {
2907
2957
  children,
2908
2958
  size = 16,
2909
2959
  ...rest
2910
- } = _ref123;
2960
+ } = _ref125;
2911
2961
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2912
2962
  width: size,
2913
2963
  height: size,
@@ -2916,60 +2966,16 @@ const Ruler = /*#__PURE__*/React__default["default"].forwardRef(function Ruler(_
2916
2966
  viewBox: "0 0 32 32",
2917
2967
  fill: "currentColor",
2918
2968
  ...rest
2919
- }, _path210 || (_path210 = /*#__PURE__*/React__default["default"].createElement("path", {
2969
+ }, _path214 || (_path214 = /*#__PURE__*/React__default["default"].createElement("path", {
2920
2970
  d: "M29,10H3a1,1,0,0,0-1,1V21a1,1,0,0,0,1,1H29a1,1,0,0,0,1-1V11A1,1,0,0,0,29,10ZM28,20H4V12H8v4h2V12h5v4h2V12h5v4h2V12h4Z"
2921
2971
  })), children);
2922
2972
  });
2923
2973
  if (process.env.NODE_ENV !== "production") {
2924
2974
  Ruler.propTypes = iconPropTypes.iconPropTypes;
2925
2975
  }
2926
- const RulerAlt = /*#__PURE__*/React__default["default"].forwardRef(function RulerAlt(_ref124, ref) {
2927
- let {
2928
- children,
2929
- size = 16,
2930
- ...rest
2931
- } = _ref124;
2932
- return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2933
- width: size,
2934
- height: size,
2935
- ref: ref,
2936
- xmlns: "http://www.w3.org/2000/svg",
2937
- viewBox: "0 0 32 32",
2938
- fill: "currentColor",
2939
- ...rest
2940
- }, _path211 || (_path211 = /*#__PURE__*/React__default["default"].createElement("path", {
2941
- d: "M29.41,21.67,10.34,2.58a2,2,0,0,0-2.83,0L2.59,7.51a2,2,0,0,0,0,2.82L21.66,29.42a2,2,0,0,0,1.42.58,2,2,0,0,0,1.41-.58l4.92-4.93A2,2,0,0,0,29.41,21.67ZM23.08,28,4,8.92,8.92,4l3.79,3.79L10.46,10l1.41,1.41L14.12,9.2l4.13,4.13L16,15.58,17.42,17l2.25-2.25,4.13,4.13-2.25,2.25L23,22.54l2.25-2.25L28,23.08Z"
2942
- })), children);
2943
- });
2944
- if (process.env.NODE_ENV !== "production") {
2945
- RulerAlt.propTypes = iconPropTypes.iconPropTypes;
2946
- }
2947
- const Run = /*#__PURE__*/React__default["default"].forwardRef(function Run(_ref125, ref) {
2948
- let {
2949
- children,
2950
- size = 16,
2951
- ...rest
2952
- } = _ref125;
2953
- return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2954
- width: size,
2955
- height: size,
2956
- ref: ref,
2957
- xmlns: "http://www.w3.org/2000/svg",
2958
- viewBox: "0 0 32 32",
2959
- fill: "currentColor",
2960
- ...rest
2961
- }, _path212 || (_path212 = /*#__PURE__*/React__default["default"].createElement("path", {
2962
- d: "M21,16a6,6,0,1,1-6,6,6,6,0,0,1,6-6m0-2a8,8,0,1,0,8,8,8,8,0,0,0-8-8Z"
2963
- })), _path213 || (_path213 = /*#__PURE__*/React__default["default"].createElement("path", {
2964
- d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V12H28V6A2,2,0,0,0,26,4ZM6,10V6H26v4Z"
2965
- })), _path214 || (_path214 = /*#__PURE__*/React__default["default"].createElement("path", {
2966
- d: "M19 19L19 25 24 22 19 19z"
2967
- })), children);
2968
- });
2969
- if (process.env.NODE_ENV !== "production") {
2970
- Run.propTypes = iconPropTypes.iconPropTypes;
2971
- }
2972
2976
 
2977
+ exports.PricingConsumption = PricingConsumption;
2978
+ exports.PricingContainer = PricingContainer;
2973
2979
  exports.PricingQuickProposal = PricingQuickProposal;
2974
2980
  exports.PricingTailored = PricingTailored;
2975
2981
  exports.PricingTraditional = PricingTraditional;
@@ -3087,8 +3093,6 @@ exports.RuleLocked = RuleLocked;
3087
3093
  exports.RulePartial = RulePartial;
3088
3094
  exports.RuleTest = RuleTest;
3089
3095
  exports.Ruler = Ruler;
3090
- exports.RulerAlt = RulerAlt;
3091
- exports.Run = Run;
3092
3096
  exports.WatsonHealthQcLaunch = WatsonHealthQcLaunch;
3093
3097
  exports.WatsonHealthRegionAnalysisArea = WatsonHealthRegionAnalysisArea;
3094
3098
  exports.WatsonHealthRegionAnalysisVolume = WatsonHealthRegionAnalysisVolume;