@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,9 +20,9 @@ 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, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _circle, _path57, _path58, _path59, _circle2, _path60, _path61, _path62, _circle3, _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, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _circle4, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _circle5, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _circle6, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _circle7, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _circle8, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _circle9, _path187, _path188, _path189, _path190, _circle10, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211;
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, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _circle, _path59, _path60, _path61, _circle2, _path62, _path63, _path64, _circle3, _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, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _circle4, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _circle5, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _circle6, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _circle7, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _circle8, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _circle9, _path189, _path190, _path191, _path192, _circle10, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209;
24
24
  const didWarnAboutDeprecation = {};
25
- const DeskAdjustable = /*#__PURE__*/React__default["default"].forwardRef(function DeskAdjustable(_ref, ref) {
25
+ const DeploymentUnitTechnicalInstallation = /*#__PURE__*/React__default["default"].forwardRef(function DeploymentUnitTechnicalInstallation(_ref, ref) {
26
26
  let {
27
27
  children,
28
28
  size = 16,
@@ -37,20 +37,62 @@ const DeskAdjustable = /*#__PURE__*/React__default["default"].forwardRef(functio
37
37
  fill: "currentColor",
38
38
  ...rest
39
39
  }, _path || (_path = /*#__PURE__*/React__default["default"].createElement("path", {
40
+ d: "M17 11L20 11 20 21 17 21 17 23 25 23 25 21 22 21 22 11 25 11 25 9 17 9 17 11zM7 11L10 11 10 23 12 23 12 11 15 11 15 9 7 9 7 11z"
41
+ })), children);
42
+ });
43
+ if (process.env.NODE_ENV !== "production") {
44
+ DeploymentUnitTechnicalInstallation.propTypes = iconPropTypes.iconPropTypes;
45
+ }
46
+ const DeploymentUnitTechnicalPresentation = /*#__PURE__*/React__default["default"].forwardRef(function DeploymentUnitTechnicalPresentation(_ref2, ref) {
47
+ let {
48
+ children,
49
+ size = 16,
50
+ ...rest
51
+ } = _ref2;
52
+ return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
53
+ width: size,
54
+ height: size,
55
+ ref: ref,
56
+ xmlns: "http://www.w3.org/2000/svg",
57
+ viewBox: "0 0 32 32",
58
+ fill: "currentColor",
59
+ ...rest
60
+ }, _path2 || (_path2 = /*#__PURE__*/React__default["default"].createElement("path", {
61
+ d: "M19 23H17V9h6a2.002 2.002 0 012 2v5a2.002 2.002 0 01-2 2H19zm0-7h4V10.9985H19zM7 11L10 11 10 23 12 23 12 11 15 11 15 9 7 9 7 11z"
62
+ })), children);
63
+ });
64
+ if (process.env.NODE_ENV !== "production") {
65
+ DeploymentUnitTechnicalPresentation.propTypes = iconPropTypes.iconPropTypes;
66
+ }
67
+ const DeskAdjustable = /*#__PURE__*/React__default["default"].forwardRef(function DeskAdjustable(_ref3, ref) {
68
+ let {
69
+ children,
70
+ size = 16,
71
+ ...rest
72
+ } = _ref3;
73
+ return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
74
+ width: size,
75
+ height: size,
76
+ ref: ref,
77
+ xmlns: "http://www.w3.org/2000/svg",
78
+ viewBox: "0 0 32 32",
79
+ fill: "currentColor",
80
+ ...rest
81
+ }, _path3 || (_path3 = /*#__PURE__*/React__default["default"].createElement("path", {
40
82
  d: "M17 27.172L17 22 15 22 15 27.172 12.414 24.586 11 26 16 31 21 26 19.586 24.586 17 27.172z"
41
- })), _path2 || (_path2 = /*#__PURE__*/React__default["default"].createElement("path", {
83
+ })), _path4 || (_path4 = /*#__PURE__*/React__default["default"].createElement("path", {
42
84
  d: "M30 12H2v8H4V30H6V20H26V30h2V20h2zm-2 6H4V14H28zM15 4.828L15 10 17 10 17 4.828 19.586 7.414 21 6 16 1 11 6 12.414 7.414 15 4.828z"
43
85
  })), children);
44
86
  });
45
87
  if (process.env.NODE_ENV !== "production") {
46
88
  DeskAdjustable.propTypes = iconPropTypes.iconPropTypes;
47
89
  }
48
- const Development = /*#__PURE__*/React__default["default"].forwardRef(function Development(_ref2, ref) {
90
+ const Development = /*#__PURE__*/React__default["default"].forwardRef(function Development(_ref4, ref) {
49
91
  let {
50
92
  children,
51
93
  size = 16,
52
94
  ...rest
53
- } = _ref2;
95
+ } = _ref4;
54
96
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
55
97
  width: size,
56
98
  height: size,
@@ -59,21 +101,21 @@ const Development = /*#__PURE__*/React__default["default"].forwardRef(function D
59
101
  viewBox: "0 0 32 32",
60
102
  fill: "currentColor",
61
103
  ...rest
62
- }, _path3 || (_path3 = /*#__PURE__*/React__default["default"].createElement("path", {
104
+ }, _path5 || (_path5 = /*#__PURE__*/React__default["default"].createElement("path", {
63
105
  d: "M8 4V8H4V4H8M2 2v8h8V2zM18 7v4H14V7h4M12 5v8h8V5zM8 16v4H4V16H8M2 14v8h8V14z"
64
- })), _path4 || (_path4 = /*#__PURE__*/React__default["default"].createElement("path", {
106
+ })), _path6 || (_path6 = /*#__PURE__*/React__default["default"].createElement("path", {
65
107
  d: "M22,10v6H16v6H10v8H30V10Zm-4,8h4v4H18ZM16,28H12V24h4Zm6,0H18V24h4Zm6,0H24V24h4Zm0-6H24V18h4Zm-4-6V12h4v4Z"
66
108
  })), children);
67
109
  });
68
110
  if (process.env.NODE_ENV !== "production") {
69
111
  Development.propTypes = iconPropTypes.iconPropTypes;
70
112
  }
71
- const Devices = /*#__PURE__*/React__default["default"].forwardRef(function Devices(_ref3, ref) {
113
+ const Devices = /*#__PURE__*/React__default["default"].forwardRef(function Devices(_ref5, ref) {
72
114
  let {
73
115
  children,
74
116
  size = 16,
75
117
  ...rest
76
- } = _ref3;
118
+ } = _ref5;
77
119
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
78
120
  width: size,
79
121
  height: size,
@@ -82,21 +124,21 @@ const Devices = /*#__PURE__*/React__default["default"].forwardRef(function Devic
82
124
  viewBox: "0 0 32 32",
83
125
  fill: "currentColor",
84
126
  ...rest
85
- }, _path5 || (_path5 = /*#__PURE__*/React__default["default"].createElement("path", {
127
+ }, _path7 || (_path7 = /*#__PURE__*/React__default["default"].createElement("path", {
86
128
  d: "M10,30H4a2,2,0,0,1-2-2V16a2,2,0,0,1,2-2h6a2,2,0,0,1,2,2V28A2,2,0,0,1,10,30ZM4,16V28h6V16Z"
87
- })), _path6 || (_path6 = /*#__PURE__*/React__default["default"].createElement("path", {
129
+ })), _path8 || (_path8 = /*#__PURE__*/React__default["default"].createElement("path", {
88
130
  d: "M28,4H6A2,2,0,0,0,4,6v6H6V6H28V20H14v2h2v4H14v2h9V26H18V22H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Z"
89
131
  })), children);
90
132
  });
91
133
  if (process.env.NODE_ENV !== "production") {
92
134
  Devices.propTypes = iconPropTypes.iconPropTypes;
93
135
  }
94
- const DevicesApps = /*#__PURE__*/React__default["default"].forwardRef(function DevicesApps(_ref4, ref) {
136
+ const DevicesApps = /*#__PURE__*/React__default["default"].forwardRef(function DevicesApps(_ref6, ref) {
95
137
  let {
96
138
  children,
97
139
  size = 16,
98
140
  ...rest
99
- } = _ref4;
141
+ } = _ref6;
100
142
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
101
143
  width: size,
102
144
  height: size,
@@ -105,19 +147,19 @@ const DevicesApps = /*#__PURE__*/React__default["default"].forwardRef(function D
105
147
  viewBox: "0 0 32 32",
106
148
  fill: "currentColor",
107
149
  ...rest
108
- }, _path7 || (_path7 = /*#__PURE__*/React__default["default"].createElement("path", {
150
+ }, _path9 || (_path9 = /*#__PURE__*/React__default["default"].createElement("path", {
109
151
  d: "M26 2H30V6H26zM26 8H30V12H26zM20 2H24V6H20zM20 8H24V12H20zM28 20h-14v2h2v4h-2v2h9v-2h-5v-4h10c.5304 0 1.0392-.2108 1.4142-.5858s.5858-.8838.5858-1.4142v-6h-2v6zM6 6h12v-2H6c-.5304 0-1.0392.2107-1.4142.5858-.3751.375-.5858.8838-.5858 1.4142v6h2v-6zM10 14H4c-.5304 0-1.0392.2107-1.4142.5858-.3751.375-.5858.8838-.5858 1.4142v12c0 .5304.2107 1.0392.5858 1.4142.375.375.8838.5858 1.4142.5858h6c.5304 0 1.0392-.2108 1.4142-.5858.3751-.375.5858-.8838.5858-1.4142v-12c0-.5304-.2107-1.0392-.5858-1.4142-.375-.3751-.8838-.5858-1.4142-.5858zm0 14H4v-12h6v12z"
110
152
  })), children);
111
153
  });
112
154
  if (process.env.NODE_ENV !== "production") {
113
155
  DevicesApps.propTypes = iconPropTypes.iconPropTypes;
114
156
  }
115
- const DewPoint = /*#__PURE__*/React__default["default"].forwardRef(function DewPoint(_ref5, ref) {
157
+ const DewPoint = /*#__PURE__*/React__default["default"].forwardRef(function DewPoint(_ref7, ref) {
116
158
  let {
117
159
  children,
118
160
  size = 16,
119
161
  ...rest
120
- } = _ref5;
162
+ } = _ref7;
121
163
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
122
164
  width: size,
123
165
  height: size,
@@ -126,19 +168,19 @@ const DewPoint = /*#__PURE__*/React__default["default"].forwardRef(function DewP
126
168
  viewBox: "0 0 32 32",
127
169
  fill: "currentColor",
128
170
  ...rest
129
- }, _path8 || (_path8 = /*#__PURE__*/React__default["default"].createElement("path", {
171
+ }, _path10 || (_path10 = /*#__PURE__*/React__default["default"].createElement("path", {
130
172
  d: "M24 10a4 4 0 114-4A4.0045 4.0045 0 0124 10zm0-6a2 2 0 102 2A2.0021 2.0021 0 0024 4zM14.5 30A5.4962 5.4962 0 019 24.52c0-3.4426 4.3442-21.0141 4.5293-21.76a1 1 0 011.9414 0C15.6558 3.5059 20 21.0774 20 24.52A5.4962 5.4962 0 0114.5 30zm0-22.7561C13.0391 13.38 11 22.4089 11 24.52a3.5 3.5 0 007 0C18 22.4089 15.9609 13.38 14.5 7.2439z"
131
173
  })), children);
132
174
  });
133
175
  if (process.env.NODE_ENV !== "production") {
134
176
  DewPoint.propTypes = iconPropTypes.iconPropTypes;
135
177
  }
136
- const DewPointFilled = /*#__PURE__*/React__default["default"].forwardRef(function DewPointFilled(_ref6, ref) {
178
+ const DewPointFilled = /*#__PURE__*/React__default["default"].forwardRef(function DewPointFilled(_ref8, ref) {
137
179
  let {
138
180
  children,
139
181
  size = 16,
140
182
  ...rest
141
- } = _ref6;
183
+ } = _ref8;
142
184
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
143
185
  width: size,
144
186
  height: size,
@@ -147,19 +189,19 @@ const DewPointFilled = /*#__PURE__*/React__default["default"].forwardRef(functio
147
189
  viewBox: "0 0 32 32",
148
190
  fill: "currentColor",
149
191
  ...rest
150
- }, _path9 || (_path9 = /*#__PURE__*/React__default["default"].createElement("path", {
192
+ }, _path11 || (_path11 = /*#__PURE__*/React__default["default"].createElement("path", {
151
193
  d: "M24 10a4 4 0 114-4A4.0045 4.0045 0 0124 10zm0-6a2 2 0 102 2A2.0021 2.0021 0 0024 4zM14.5 30A5.4962 5.4962 0 019 24.52c0-3.4426 4.3442-21.0141 4.5293-21.76a1 1 0 011.9414 0C15.6558 3.5059 20 21.0774 20 24.52A5.4962 5.4962 0 0114.5 30z"
152
194
  })), children);
153
195
  });
154
196
  if (process.env.NODE_ENV !== "production") {
155
197
  DewPointFilled.propTypes = iconPropTypes.iconPropTypes;
156
198
  }
157
- const Diagram = /*#__PURE__*/React__default["default"].forwardRef(function Diagram(_ref7, ref) {
199
+ const Diagram = /*#__PURE__*/React__default["default"].forwardRef(function Diagram(_ref9, ref) {
158
200
  let {
159
201
  children,
160
202
  size = 16,
161
203
  ...rest
162
- } = _ref7;
204
+ } = _ref9;
163
205
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
164
206
  width: size,
165
207
  height: size,
@@ -168,21 +210,21 @@ const Diagram = /*#__PURE__*/React__default["default"].forwardRef(function Diagr
168
210
  viewBox: "0 0 32 32",
169
211
  fill: "currentColor",
170
212
  ...rest
171
- }, _path10 || (_path10 = /*#__PURE__*/React__default["default"].createElement("path", {
213
+ }, _path12 || (_path12 = /*#__PURE__*/React__default["default"].createElement("path", {
172
214
  d: "M13,30A11,11,0,0,1,13,8a1,1,0,0,1,1,1v9h9a1,1,0,0,1,1,1A11,11,0,0,1,13,30ZM12,10.06A9,9,0,1,0,21.94,20H14a2,2,0,0,1-2-2Z"
173
- })), _path11 || (_path11 = /*#__PURE__*/React__default["default"].createElement("path", {
215
+ })), _path13 || (_path13 = /*#__PURE__*/React__default["default"].createElement("path", {
174
216
  d: "M28,14H19a2,2,0,0,1-2-2V3a1,1,0,0,1,1-1A11,11,0,0,1,29,13,1,1,0,0,1,28,14Zm-9-2h7.94A9,9,0,0,0,19,4.06Z"
175
217
  })), children);
176
218
  });
177
219
  if (process.env.NODE_ENV !== "production") {
178
220
  Diagram.propTypes = iconPropTypes.iconPropTypes;
179
221
  }
180
- const DiagramReference = /*#__PURE__*/React__default["default"].forwardRef(function DiagramReference(_ref8, ref) {
222
+ const DiagramReference = /*#__PURE__*/React__default["default"].forwardRef(function DiagramReference(_ref10, ref) {
181
223
  let {
182
224
  children,
183
225
  size = 16,
184
226
  ...rest
185
- } = _ref8;
227
+ } = _ref10;
186
228
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
187
229
  width: size,
188
230
  height: size,
@@ -191,23 +233,23 @@ const DiagramReference = /*#__PURE__*/React__default["default"].forwardRef(funct
191
233
  viewBox: "0 0 32 32",
192
234
  fill: "currentColor",
193
235
  ...rest
194
- }, _path12 || (_path12 = /*#__PURE__*/React__default["default"].createElement("path", {
236
+ }, _path14 || (_path14 = /*#__PURE__*/React__default["default"].createElement("path", {
195
237
  d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
196
- })), _path13 || (_path13 = /*#__PURE__*/React__default["default"].createElement("path", {
238
+ })), _path15 || (_path15 = /*#__PURE__*/React__default["default"].createElement("path", {
197
239
  d: "M15,28V26a9.0133,9.0133,0,0,0,8.9448-8H16a2.0021,2.0021,0,0,1-2-2V8.0552A9.0133,9.0133,0,0,0,6,17H4A11.0125,11.0125,0,0,1,15,6a1,1,0,0,1,1,1v9h9a1,1,0,0,1,1,1A11.0125,11.0125,0,0,1,15,28Z"
198
- })), _path14 || (_path14 = /*#__PURE__*/React__default["default"].createElement("path", {
240
+ })), _path16 || (_path16 = /*#__PURE__*/React__default["default"].createElement("path", {
199
241
  d: "M29.0057,14H19.995A1.9957,1.9957,0,0,1,18,12V3a1.0083,1.0083,0,0,1,1.02-1A11.0125,11.0125,0,0,1,30,12.98,1.0035,1.0035,0,0,1,29.0057,14ZM20,12h7.9448A9.018,9.018,0,0,0,20,4.0552Z"
200
242
  })), children);
201
243
  });
202
244
  if (process.env.NODE_ENV !== "production") {
203
245
  DiagramReference.propTypes = iconPropTypes.iconPropTypes;
204
246
  }
205
- const DiamondOutline = /*#__PURE__*/React__default["default"].forwardRef(function DiamondOutline(_ref9, ref) {
247
+ const DiamondOutline = /*#__PURE__*/React__default["default"].forwardRef(function DiamondOutline(_ref11, ref) {
206
248
  let {
207
249
  children,
208
250
  size = 16,
209
251
  ...rest
210
- } = _ref9;
252
+ } = _ref11;
211
253
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
212
254
  width: size,
213
255
  height: size,
@@ -216,7 +258,7 @@ const DiamondOutline = /*#__PURE__*/React__default["default"].forwardRef(functio
216
258
  viewBox: "0 0 32 32",
217
259
  fill: "currentColor",
218
260
  ...rest
219
- }, _path15 || (_path15 = /*#__PURE__*/React__default["default"].createElement("path", {
261
+ }, _path17 || (_path17 = /*#__PURE__*/React__default["default"].createElement("path", {
220
262
  strokeWidth: "0",
221
263
  d: "m29.3906,14.5269L17.4731,2.6094c-.406-.4062-.9397-.6094-1.4731-.6094s-1.0671.2031-1.4731.6094L2.6094,14.5269c-.4062.4062-.6094.9395-.6094,1.4731s.2031,1.0669.6094,1.4731l11.9175,11.9175c.406.4062.9397.6094,1.4731.6094s1.0671-.2031,1.4731-.6094l11.9175-11.9175c.4062-.4062.6094-.9395.6094-1.4731s-.2031-1.0669-.6094-1.4731Zm-13.3906,13.5088L3.9646,16,16,3.9644l12.0356,12.0356-12.0356,12.0356Z"
222
264
  })), children);
@@ -224,12 +266,12 @@ const DiamondOutline = /*#__PURE__*/React__default["default"].forwardRef(functio
224
266
  if (process.env.NODE_ENV !== "production") {
225
267
  DiamondOutline.propTypes = iconPropTypes.iconPropTypes;
226
268
  }
227
- const DiamondSolid = /*#__PURE__*/React__default["default"].forwardRef(function DiamondSolid(_ref10, ref) {
269
+ const DiamondSolid = /*#__PURE__*/React__default["default"].forwardRef(function DiamondSolid(_ref12, ref) {
228
270
  let {
229
271
  children,
230
272
  size = 16,
231
273
  ...rest
232
- } = _ref10;
274
+ } = _ref12;
233
275
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
234
276
  width: size,
235
277
  height: size,
@@ -238,7 +280,7 @@ const DiamondSolid = /*#__PURE__*/React__default["default"].forwardRef(function
238
280
  viewBox: "0 0 32 32",
239
281
  fill: "currentColor",
240
282
  ...rest
241
- }, _path16 || (_path16 = /*#__PURE__*/React__default["default"].createElement("path", {
283
+ }, _path18 || (_path18 = /*#__PURE__*/React__default["default"].createElement("path", {
242
284
  strokeWidth: "0",
243
285
  d: "m29.3906,14.5269L17.4731,2.6094c-.406-.4062-.9397-.6094-1.4731-.6094s-1.0671.2031-1.4731.6094L2.6094,14.5269c-.4062.4062-.6094.9395-.6094,1.4731s.2031,1.0669.6094,1.4731l11.9175,11.9175c.406.4062.9397.6094,1.4731.6094s1.0671-.2031,1.4731-.6094l11.9175-11.9175c.4062-.4062.6094-.9395.6094-1.4731s-.2031-1.0669-.6094-1.4731Z"
244
286
  })), children);
@@ -246,12 +288,12 @@ const DiamondSolid = /*#__PURE__*/React__default["default"].forwardRef(function
246
288
  if (process.env.NODE_ENV !== "production") {
247
289
  DiamondSolid.propTypes = iconPropTypes.iconPropTypes;
248
290
  }
249
- const DiamondFill = /*#__PURE__*/React__default["default"].forwardRef(function DiamondFill(_ref11, ref) {
291
+ const DiamondFill = /*#__PURE__*/React__default["default"].forwardRef(function DiamondFill(_ref13, ref) {
250
292
  let {
251
293
  children,
252
294
  size = 16,
253
295
  ...rest
254
- } = _ref11;
296
+ } = _ref13;
255
297
  if (size === "glyph" || size === "glyph" || size === "glyphpx") {
256
298
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
257
299
  width: size,
@@ -261,9 +303,9 @@ const DiamondFill = /*#__PURE__*/React__default["default"].forwardRef(function D
261
303
  viewBox: "0 0 16 16",
262
304
  fill: "currentColor",
263
305
  ...rest
264
- }, _path17 || (_path17 = /*#__PURE__*/React__default["default"].createElement("path", {
306
+ }, _path19 || (_path19 = /*#__PURE__*/React__default["default"].createElement("path", {
265
307
  d: "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142M8,1,1,8l7,7,7-7L8,1Z"
266
- })), _path18 || (_path18 = /*#__PURE__*/React__default["default"].createElement("path", {
308
+ })), _path20 || (_path20 = /*#__PURE__*/React__default["default"].createElement("path", {
267
309
  d: "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142"
268
310
  })), children);
269
311
  }
@@ -275,21 +317,21 @@ const DiamondFill = /*#__PURE__*/React__default["default"].forwardRef(function D
275
317
  viewBox: "0 0 16 16",
276
318
  fill: "currentColor",
277
319
  ...rest
278
- }, _path19 || (_path19 = /*#__PURE__*/React__default["default"].createElement("path", {
320
+ }, _path21 || (_path21 = /*#__PURE__*/React__default["default"].createElement("path", {
279
321
  d: "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142M8,1,1,8l7,7,7-7L8,1Z"
280
- })), _path20 || (_path20 = /*#__PURE__*/React__default["default"].createElement("path", {
322
+ })), _path22 || (_path22 = /*#__PURE__*/React__default["default"].createElement("path", {
281
323
  d: "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142"
282
324
  })), children);
283
325
  });
284
326
  if (process.env.NODE_ENV !== "production") {
285
327
  DiamondFill.propTypes = iconPropTypes.iconPropTypes;
286
328
  }
287
- const WatsonHealthDicom_6000 = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthDicom_6000(_ref12, ref) {
329
+ const WatsonHealthDicom_6000 = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthDicom_6000(_ref14, ref) {
288
330
  let {
289
331
  children,
290
332
  size = 16,
291
333
  ...rest
292
- } = _ref12;
334
+ } = _ref14;
293
335
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
294
336
  width: size,
295
337
  height: size,
@@ -298,19 +340,19 @@ const WatsonHealthDicom_6000 = /*#__PURE__*/React__default["default"].forwardRef
298
340
  viewBox: "0 0 32 32",
299
341
  fill: "currentColor",
300
342
  ...rest
301
- }, _path21 || (_path21 = /*#__PURE__*/React__default["default"].createElement("path", {
343
+ }, _path23 || (_path23 = /*#__PURE__*/React__default["default"].createElement("path", {
302
344
  d: "M13 11H7a3 3 0 00-3 3v2H6V14a1 1 0 011-1h6a1 1 0 011 1v2h2V14A3 3 0 0013 11zM10 10A4 4 0 106 6 4 4 0 0010 10zm0-6A2 2 0 118 6 2 2 0 0110 4zM20 4H30V6H20zM20 8H30V10H20zM20 12H26V14H20zM5 30H3a2 2 0 01-2-2V22a2 2 0 012-2H6v2H3v2H5a2 2 0 012 2v2A2 2 0 015 30zM3 26v2H5V26zM13 30H11a2 2 0 01-2-2V22a2 2 0 012-2h2a2 2 0 012 2v6A2 2 0 0113 30zm-2-8v6h2V22zM21 30H19a2 2 0 01-2-2V22a2 2 0 012-2h2a2 2 0 012 2v6A2 2 0 0121 30zm-2-8v6h2V22zM29 30H27a2 2 0 01-2-2V22a2 2 0 012-2h2a2 2 0 012 2v6A2 2 0 0129 30zm-2-8v6h2V22z"
303
345
  })), children);
304
346
  });
305
347
  if (process.env.NODE_ENV !== "production") {
306
348
  WatsonHealthDicom_6000.propTypes = iconPropTypes.iconPropTypes;
307
349
  }
308
- const WatsonHealthDicomOverlay = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthDicomOverlay(_ref13, ref) {
350
+ const WatsonHealthDicomOverlay = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthDicomOverlay(_ref15, ref) {
309
351
  let {
310
352
  children,
311
353
  size = 16,
312
354
  ...rest
313
- } = _ref13;
355
+ } = _ref15;
314
356
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
315
357
  width: size,
316
358
  height: size,
@@ -319,21 +361,21 @@ const WatsonHealthDicomOverlay = /*#__PURE__*/React__default["default"].forwardR
319
361
  viewBox: "0 0 32 32",
320
362
  fill: "currentColor",
321
363
  ...rest
322
- }, _path22 || (_path22 = /*#__PURE__*/React__default["default"].createElement("path", {
364
+ }, _path24 || (_path24 = /*#__PURE__*/React__default["default"].createElement("path", {
323
365
  d: "M28,6V26H4V6H28m0-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2Z"
324
- })), _path23 || (_path23 = /*#__PURE__*/React__default["default"].createElement("path", {
366
+ })), _path25 || (_path25 = /*#__PURE__*/React__default["default"].createElement("path", {
325
367
  d: "M6 8H16V10H6zM6 12H16V14H6zM6 16H12V18H6z"
326
368
  })), children);
327
369
  });
328
370
  if (process.env.NODE_ENV !== "production") {
329
371
  WatsonHealthDicomOverlay.propTypes = iconPropTypes.iconPropTypes;
330
372
  }
331
- const DirectLink = /*#__PURE__*/React__default["default"].forwardRef(function DirectLink(_ref14, ref) {
373
+ const DirectLink = /*#__PURE__*/React__default["default"].forwardRef(function DirectLink(_ref16, ref) {
332
374
  let {
333
375
  children,
334
376
  size = 16,
335
377
  ...rest
336
- } = _ref14;
378
+ } = _ref16;
337
379
  if (process.env.NODE_ENV !== "production") {
338
380
  if (!didWarnAboutDeprecation["DirectLink"]) {
339
381
  didWarnAboutDeprecation["DirectLink"] = true;
@@ -348,21 +390,21 @@ const DirectLink = /*#__PURE__*/React__default["default"].forwardRef(function Di
348
390
  viewBox: "0 0 32 32",
349
391
  fill: "currentColor",
350
392
  ...rest
351
- }, _path24 || (_path24 = /*#__PURE__*/React__default["default"].createElement("path", {
393
+ }, _path26 || (_path26 = /*#__PURE__*/React__default["default"].createElement("path", {
352
394
  d: "M20.4131,14.584,12.416,6.5869a2.0016,2.0016,0,0,0-2.832,0L1.5869,14.584a2.0016,2.0016,0,0,0,0,2.832l3.2915,3.2915L3,22.5859,4.4141,24l1.8784-1.8784L9.584,25.4131a2.0016,2.0016,0,0,0,2.832,0l2.2559-2.2559-1.4156-1.4155L10.998,23.999,3.001,16.002l7.997-8.001,8.001,8.001L17.5,17.5l1.4146,1.4146,1.4985-1.4986a2.0016,2.0016,0,0,0,0-2.832Z"
353
- })), _path25 || (_path25 = /*#__PURE__*/React__default["default"].createElement("path", {
395
+ })), _path27 || (_path27 = /*#__PURE__*/React__default["default"].createElement("path", {
354
396
  d: "M30.4131,14.584l-3.2915-3.2915L29,9.4141,27.5859,8,25.7075,9.8784,22.416,6.5869a2.0016,2.0016,0,0,0-2.832,0L17.3281,8.8428l1.4146,1.4145L20.998,8.001l8.001,8.001-8.001,7.997-7.997-7.997,1.5-1.501-1.4156-1.4156L11.5869,14.584a2.0016,2.0016,0,0,0,0,2.832l7.9971,7.9971a2.0016,2.0016,0,0,0,2.832,0l7.9971-7.9971a2.0016,2.0016,0,0,0,0-2.832Z"
355
397
  })), children);
356
398
  });
357
399
  if (process.env.NODE_ENV !== "production") {
358
400
  DirectLink.propTypes = iconPropTypes.iconPropTypes;
359
401
  }
360
- const DirectionBearRight_01 = /*#__PURE__*/React__default["default"].forwardRef(function DirectionBearRight_01(_ref15, ref) {
402
+ const DirectionBearRight_01 = /*#__PURE__*/React__default["default"].forwardRef(function DirectionBearRight_01(_ref17, ref) {
361
403
  let {
362
404
  children,
363
405
  size = 16,
364
406
  ...rest
365
- } = _ref15;
407
+ } = _ref17;
366
408
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
367
409
  width: size,
368
410
  height: size,
@@ -371,19 +413,19 @@ const DirectionBearRight_01 = /*#__PURE__*/React__default["default"].forwardRef(
371
413
  viewBox: "0 0 32 32",
372
414
  fill: "currentColor",
373
415
  ...rest
374
- }, _path26 || (_path26 = /*#__PURE__*/React__default["default"].createElement("path", {
416
+ }, _path28 || (_path28 = /*#__PURE__*/React__default["default"].createElement("path", {
375
417
  d: "M12,4V6h6.5859L12.05,12.5356a6.954,6.954,0,0,0-2.05,4.95V28h2V17.4854A4.9683,4.9683,0,0,1,13.4644,13.95L20,7.4141V14h2V4Z"
376
418
  })), children);
377
419
  });
378
420
  if (process.env.NODE_ENV !== "production") {
379
421
  DirectionBearRight_01.propTypes = iconPropTypes.iconPropTypes;
380
422
  }
381
- const DirectionBearRight_01Filled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionBearRight_01Filled(_ref16, ref) {
423
+ const DirectionBearRight_01Filled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionBearRight_01Filled(_ref18, ref) {
382
424
  let {
383
425
  children,
384
426
  size = 16,
385
427
  ...rest
386
- } = _ref16;
428
+ } = _ref18;
387
429
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
388
430
  width: size,
389
431
  height: size,
@@ -392,9 +434,9 @@ const DirectionBearRight_01Filled = /*#__PURE__*/React__default["default"].forwa
392
434
  viewBox: "0 0 32 32",
393
435
  fill: "currentColor",
394
436
  ...rest
395
- }, _path27 || (_path27 = /*#__PURE__*/React__default["default"].createElement("path", {
437
+ }, _path29 || (_path29 = /*#__PURE__*/React__default["default"].createElement("path", {
396
438
  d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM22,16H20V9.4141L13.4644,15.95A4.9683,4.9683,0,0,0,12,19.4854V26H10V19.4854a6.954,6.954,0,0,1,2.05-4.95L18.5859,8H12V6H22Z"
397
- })), _path28 || (_path28 = /*#__PURE__*/React__default["default"].createElement("path", {
439
+ })), _path30 || (_path30 = /*#__PURE__*/React__default["default"].createElement("path", {
398
440
  fill: "none",
399
441
  d: "M22,16H20V9.4141L13.4644,15.95A4.9683,4.9683,0,0,0,12,19.4854V26H10V19.4854a6.954,6.954,0,0,1,2.05-4.95L18.5859,8H12V6H22Z",
400
442
  "data-icon-path": "inner-path"
@@ -403,12 +445,12 @@ const DirectionBearRight_01Filled = /*#__PURE__*/React__default["default"].forwa
403
445
  if (process.env.NODE_ENV !== "production") {
404
446
  DirectionBearRight_01Filled.propTypes = iconPropTypes.iconPropTypes;
405
447
  }
406
- const DirectionBearRight_02 = /*#__PURE__*/React__default["default"].forwardRef(function DirectionBearRight_02(_ref17, ref) {
448
+ const DirectionBearRight_02 = /*#__PURE__*/React__default["default"].forwardRef(function DirectionBearRight_02(_ref19, ref) {
407
449
  let {
408
450
  children,
409
451
  size = 16,
410
452
  ...rest
411
- } = _ref17;
453
+ } = _ref19;
412
454
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
413
455
  width: size,
414
456
  height: size,
@@ -417,9 +459,9 @@ const DirectionBearRight_02 = /*#__PURE__*/React__default["default"].forwardRef(
417
459
  viewBox: "0 0 32 32",
418
460
  fill: "currentColor",
419
461
  ...rest
420
- }, _path29 || (_path29 = /*#__PURE__*/React__default["default"].createElement("path", {
462
+ }, _path31 || (_path31 = /*#__PURE__*/React__default["default"].createElement("path", {
421
463
  d: "M16,4V6h6.5859L16.05,12.5356a6.954,6.954,0,0,0-2.05,4.95V28h2V17.4854A4.9683,4.9683,0,0,1,17.4644,13.95L24,7.4141V14h2V4Z"
422
- })), _path30 || (_path30 = /*#__PURE__*/React__default["default"].createElement("path", {
464
+ })), _path32 || (_path32 = /*#__PURE__*/React__default["default"].createElement("path", {
423
465
  d: "M8.5 5.55H10.5V13.45H8.5z",
424
466
  transform: "rotate(-45 9.5 9.5)"
425
467
  })), children);
@@ -427,12 +469,12 @@ const DirectionBearRight_02 = /*#__PURE__*/React__default["default"].forwardRef(
427
469
  if (process.env.NODE_ENV !== "production") {
428
470
  DirectionBearRight_02.propTypes = iconPropTypes.iconPropTypes;
429
471
  }
430
- const DirectionBearRight_02Filled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionBearRight_02Filled(_ref18, ref) {
472
+ const DirectionBearRight_02Filled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionBearRight_02Filled(_ref20, ref) {
431
473
  let {
432
474
  children,
433
475
  size = 16,
434
476
  ...rest
435
- } = _ref18;
477
+ } = _ref20;
436
478
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
437
479
  width: size,
438
480
  height: size,
@@ -441,9 +483,9 @@ const DirectionBearRight_02Filled = /*#__PURE__*/React__default["default"].forwa
441
483
  viewBox: "0 0 32 32",
442
484
  fill: "currentColor",
443
485
  ...rest
444
- }, _path31 || (_path31 = /*#__PURE__*/React__default["default"].createElement("path", {
486
+ }, _path33 || (_path33 = /*#__PURE__*/React__default["default"].createElement("path", {
445
487
  d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM6,7.4141,7.4141,6,14,12.5859,12.5859,14ZM26,16H24V9.4141L17.4644,15.95A4.9683,4.9683,0,0,0,16,19.4854V26H14V19.4854a6.954,6.954,0,0,1,2.05-4.95L22.5859,8H16V6H26Z"
446
- })), _path32 || (_path32 = /*#__PURE__*/React__default["default"].createElement("path", {
488
+ })), _path34 || (_path34 = /*#__PURE__*/React__default["default"].createElement("path", {
447
489
  fill: "none",
448
490
  d: "M26,6V16H24V9.4141L17.4644,15.95A4.9683,4.9683,0,0,0,16,19.4854V26H14V19.4854a6.954,6.954,0,0,1,2.05-4.95L22.5859,8H16V6ZM14,12.5859,7.4141,6,6,7.4141,12.5859,14Z",
449
491
  "data-icon-path": "inner-path"
@@ -452,12 +494,12 @@ const DirectionBearRight_02Filled = /*#__PURE__*/React__default["default"].forwa
452
494
  if (process.env.NODE_ENV !== "production") {
453
495
  DirectionBearRight_02Filled.propTypes = iconPropTypes.iconPropTypes;
454
496
  }
455
- const DirectionCurve = /*#__PURE__*/React__default["default"].forwardRef(function DirectionCurve(_ref19, ref) {
497
+ const DirectionCurve = /*#__PURE__*/React__default["default"].forwardRef(function DirectionCurve(_ref21, ref) {
456
498
  let {
457
499
  children,
458
500
  size = 16,
459
501
  ...rest
460
- } = _ref19;
502
+ } = _ref21;
461
503
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
462
504
  width: size,
463
505
  height: size,
@@ -466,19 +508,19 @@ const DirectionCurve = /*#__PURE__*/React__default["default"].forwardRef(functio
466
508
  viewBox: "0 0 32 32",
467
509
  fill: "currentColor",
468
510
  ...rest
469
- }, _path33 || (_path33 = /*#__PURE__*/React__default["default"].createElement("path", {
511
+ }, _path35 || (_path35 = /*#__PURE__*/React__default["default"].createElement("path", {
470
512
  d: "M17,4l-7,7,1.4141,1.4141L16,7.8281v6.7686a3.01,3.01,0,0,1-.6572,1.874l-2.2471,2.8086A5.0206,5.0206,0,0,0,12,22.4033V28h2V22.4033a3.01,3.01,0,0,1,.6572-1.874l2.2471-2.8086A5.0206,5.0206,0,0,0,18,14.5967V7.8281l4.5859,4.586L24,11Z"
471
513
  })), children);
472
514
  });
473
515
  if (process.env.NODE_ENV !== "production") {
474
516
  DirectionCurve.propTypes = iconPropTypes.iconPropTypes;
475
517
  }
476
- const DirectionCurveFilled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionCurveFilled(_ref20, ref) {
518
+ const DirectionCurveFilled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionCurveFilled(_ref22, ref) {
477
519
  let {
478
520
  children,
479
521
  size = 16,
480
522
  ...rest
481
- } = _ref20;
523
+ } = _ref22;
482
524
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
483
525
  width: size,
484
526
  height: size,
@@ -487,9 +529,9 @@ const DirectionCurveFilled = /*#__PURE__*/React__default["default"].forwardRef(f
487
529
  viewBox: "0 0 32 32",
488
530
  fill: "currentColor",
489
531
  ...rest
490
- }, _path34 || (_path34 = /*#__PURE__*/React__default["default"].createElement("path", {
532
+ }, _path36 || (_path36 = /*#__PURE__*/React__default["default"].createElement("path", {
491
533
  d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM22.5859,13.4141,18,8.8281v5.7686a5.0206,5.0206,0,0,1-1.0957,3.124l-2.2471,2.8086A3.01,3.01,0,0,0,14,22.4033V27H12V22.4033a5.0206,5.0206,0,0,1,1.0957-3.124l2.2471-2.8086A3.01,3.01,0,0,0,16,14.5967V8.8281l-4.5859,4.586L10,12l7-7,7,7Z"
492
- })), _path35 || (_path35 = /*#__PURE__*/React__default["default"].createElement("path", {
534
+ })), _path37 || (_path37 = /*#__PURE__*/React__default["default"].createElement("path", {
493
535
  fill: "none",
494
536
  d: "M22.5859,13.4141,18,8.8281v5.7686a5.0206,5.0206,0,0,1-1.0957,3.124l-2.2471,2.8086A3.01,3.01,0,0,0,14,22.4033V27H12V22.4033a5.0206,5.0206,0,0,1,1.0957-3.124l2.2471-2.8086A3.01,3.01,0,0,0,16,14.5967V8.8281l-4.5859,4.586L10,12l7-7,7,7Z",
495
537
  "data-icon-path": "inner-path"
@@ -498,12 +540,12 @@ const DirectionCurveFilled = /*#__PURE__*/React__default["default"].forwardRef(f
498
540
  if (process.env.NODE_ENV !== "production") {
499
541
  DirectionCurveFilled.propTypes = iconPropTypes.iconPropTypes;
500
542
  }
501
- const DirectionFork = /*#__PURE__*/React__default["default"].forwardRef(function DirectionFork(_ref21, ref) {
543
+ const DirectionFork = /*#__PURE__*/React__default["default"].forwardRef(function DirectionFork(_ref23, ref) {
502
544
  let {
503
545
  children,
504
546
  size = 16,
505
547
  ...rest
506
- } = _ref21;
548
+ } = _ref23;
507
549
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
508
550
  width: size,
509
551
  height: size,
@@ -512,19 +554,19 @@ const DirectionFork = /*#__PURE__*/React__default["default"].forwardRef(function
512
554
  viewBox: "0 0 32 32",
513
555
  fill: "currentColor",
514
556
  ...rest
515
- }, _path36 || (_path36 = /*#__PURE__*/React__default["default"].createElement("path", {
557
+ }, _path38 || (_path38 = /*#__PURE__*/React__default["default"].createElement("path", {
516
558
  d: "M6 13L6 7.414 15 16.414 15 28 17 28 17 16.414 26 7.414 26 13 28 13 28 4 19 4 19 6 24.586 6 16 14.586 7.414 6 13 6 13 4 4 4 4 13 6 13z"
517
559
  })), children);
518
560
  });
519
561
  if (process.env.NODE_ENV !== "production") {
520
562
  DirectionFork.propTypes = iconPropTypes.iconPropTypes;
521
563
  }
522
- const DirectionForkFilled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionForkFilled(_ref22, ref) {
564
+ const DirectionForkFilled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionForkFilled(_ref24, ref) {
523
565
  let {
524
566
  children,
525
567
  size = 16,
526
568
  ...rest
527
- } = _ref22;
569
+ } = _ref24;
528
570
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
529
571
  width: size,
530
572
  height: size,
@@ -533,23 +575,23 @@ const DirectionForkFilled = /*#__PURE__*/React__default["default"].forwardRef(fu
533
575
  viewBox: "0 0 32 32",
534
576
  fill: "currentColor",
535
577
  ...rest
536
- }, _path37 || (_path37 = /*#__PURE__*/React__default["default"].createElement("path", {
578
+ }, _path39 || (_path39 = /*#__PURE__*/React__default["default"].createElement("path", {
537
579
  fill: "none",
538
580
  d: "M8 14L8 9.414 15 16.414 15 26 17 26 17 16.414 24 9.414 24 14 26 14 26 6 18 6 18 8 22.586 8 16 14.586 9.414 8 14 8 14 6 6 6 6 14 8 14z",
539
581
  "data-icon-path": "inner-path"
540
- })), _path38 || (_path38 = /*#__PURE__*/React__default["default"].createElement("path", {
582
+ })), _path40 || (_path40 = /*#__PURE__*/React__default["default"].createElement("path", {
541
583
  d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM26,14H24V9.4141l-7,7V26H15V16.4141l-7-7V14H6V6h8V8H9.4141L16,14.5859,22.5859,8H18V6h8Z"
542
584
  })), children);
543
585
  });
544
586
  if (process.env.NODE_ENV !== "production") {
545
587
  DirectionForkFilled.propTypes = iconPropTypes.iconPropTypes;
546
588
  }
547
- const DirectionLoopLeft = /*#__PURE__*/React__default["default"].forwardRef(function DirectionLoopLeft(_ref23, ref) {
589
+ const DirectionLoopLeft = /*#__PURE__*/React__default["default"].forwardRef(function DirectionLoopLeft(_ref25, ref) {
548
590
  let {
549
591
  children,
550
592
  size = 16,
551
593
  ...rest
552
- } = _ref23;
594
+ } = _ref25;
553
595
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
554
596
  width: size,
555
597
  height: size,
@@ -558,21 +600,21 @@ const DirectionLoopLeft = /*#__PURE__*/React__default["default"].forwardRef(func
558
600
  viewBox: "0 0 32 32",
559
601
  fill: "currentColor",
560
602
  ...rest
561
- }, _path39 || (_path39 = /*#__PURE__*/React__default["default"].createElement("path", {
603
+ }, _path41 || (_path41 = /*#__PURE__*/React__default["default"].createElement("path", {
562
604
  d: "M16 20H18V28H16z"
563
- })), _path40 || (_path40 = /*#__PURE__*/React__default["default"].createElement("path", {
605
+ })), _path42 || (_path42 = /*#__PURE__*/React__default["default"].createElement("path", {
564
606
  d: "M23,4a7.0078,7.0078,0,0,0-7,7v3h2V11a5,5,0,1,1,5,5H5.8281l4.586-4.5859L9,10,2,17l7,7,1.4141-1.4141L5.8281,18H23A7,7,0,0,0,23,4Z"
565
607
  })), children);
566
608
  });
567
609
  if (process.env.NODE_ENV !== "production") {
568
610
  DirectionLoopLeft.propTypes = iconPropTypes.iconPropTypes;
569
611
  }
570
- const DirectionLoopLeftFilled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionLoopLeftFilled(_ref24, ref) {
612
+ const DirectionLoopLeftFilled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionLoopLeftFilled(_ref26, ref) {
571
613
  let {
572
614
  children,
573
615
  size = 16,
574
616
  ...rest
575
- } = _ref24;
617
+ } = _ref26;
576
618
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
577
619
  width: size,
578
620
  height: size,
@@ -581,23 +623,23 @@ const DirectionLoopLeftFilled = /*#__PURE__*/React__default["default"].forwardRe
581
623
  viewBox: "0 0 32 32",
582
624
  fill: "currentColor",
583
625
  ...rest
584
- }, _path41 || (_path41 = /*#__PURE__*/React__default["default"].createElement("path", {
626
+ }, _path43 || (_path43 = /*#__PURE__*/React__default["default"].createElement("path", {
585
627
  fill: "none",
586
628
  d: "M16,18h2v8H16ZM4,15l7,7,1.4141-1.4141L7.8281,16H21a5,5,0,1,0-5-5v1h2V11a3,3,0,1,1,3,3H7.8281l4.586-4.5859L11,8Z",
587
629
  "data-icon-path": "inner-path"
588
- })), _path42 || (_path42 = /*#__PURE__*/React__default["default"].createElement("path", {
630
+ })), _path44 || (_path44 = /*#__PURE__*/React__default["default"].createElement("path", {
589
631
  d: "M2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4ZM16,18h2v8H16ZM4,15l7-7,1.4141,1.4141L7.8281,14H21a3,3,0,1,0-3-3v1H16V11a5,5,0,1,1,5,5H7.8281l4.586,4.5859L11,22Z"
590
632
  })), children);
591
633
  });
592
634
  if (process.env.NODE_ENV !== "production") {
593
635
  DirectionLoopLeftFilled.propTypes = iconPropTypes.iconPropTypes;
594
636
  }
595
- const DirectionLoopRight = /*#__PURE__*/React__default["default"].forwardRef(function DirectionLoopRight(_ref25, ref) {
637
+ const DirectionLoopRight = /*#__PURE__*/React__default["default"].forwardRef(function DirectionLoopRight(_ref27, ref) {
596
638
  let {
597
639
  children,
598
640
  size = 16,
599
641
  ...rest
600
- } = _ref25;
642
+ } = _ref27;
601
643
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
602
644
  width: size,
603
645
  height: size,
@@ -606,21 +648,21 @@ const DirectionLoopRight = /*#__PURE__*/React__default["default"].forwardRef(fun
606
648
  viewBox: "0 0 32 32",
607
649
  fill: "currentColor",
608
650
  ...rest
609
- }, _path43 || (_path43 = /*#__PURE__*/React__default["default"].createElement("path", {
651
+ }, _path45 || (_path45 = /*#__PURE__*/React__default["default"].createElement("path", {
610
652
  d: "M14 20H16V28H14z"
611
- })), _path44 || (_path44 = /*#__PURE__*/React__default["default"].createElement("path", {
653
+ })), _path46 || (_path46 = /*#__PURE__*/React__default["default"].createElement("path", {
612
654
  d: "M9,4a7.0078,7.0078,0,0,1,7,7v3H14V11a5,5,0,1,0-5,5H26.1719l-4.586-4.5859L23,10l7,7-7,7-1.4141-1.4141L26.1719,18H9A7,7,0,0,1,9,4Z"
613
655
  })), children);
614
656
  });
615
657
  if (process.env.NODE_ENV !== "production") {
616
658
  DirectionLoopRight.propTypes = iconPropTypes.iconPropTypes;
617
659
  }
618
- const DirectionLoopRightFilled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionLoopRightFilled(_ref26, ref) {
660
+ const DirectionLoopRightFilled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionLoopRightFilled(_ref28, ref) {
619
661
  let {
620
662
  children,
621
663
  size = 16,
622
664
  ...rest
623
- } = _ref26;
665
+ } = _ref28;
624
666
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
625
667
  width: size,
626
668
  height: size,
@@ -629,23 +671,23 @@ const DirectionLoopRightFilled = /*#__PURE__*/React__default["default"].forwardR
629
671
  viewBox: "0 0 32 32",
630
672
  fill: "currentColor",
631
673
  ...rest
632
- }, _path45 || (_path45 = /*#__PURE__*/React__default["default"].createElement("path", {
674
+ }, _path47 || (_path47 = /*#__PURE__*/React__default["default"].createElement("path", {
633
675
  fill: "none",
634
676
  d: "M16,26H14V18h2ZM21,8,19.5859,9.4141,24.1719,14H11a3,3,0,1,1,3-3v1h2V11a5,5,0,1,0-5,5H24.1719l-4.586,4.5859L21,22l7-7Z",
635
677
  "data-icon-path": "inner-path"
636
- })), _path46 || (_path46 = /*#__PURE__*/React__default["default"].createElement("path", {
678
+ })), _path48 || (_path48 = /*#__PURE__*/React__default["default"].createElement("path", {
637
679
  d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM16,26H14V18h2Zm5-4-1.4141-1.4141L24.1719,16H11a5,5,0,1,1,5-5v1H14V11a3,3,0,1,0-3,3H24.1719l-4.586-4.5859L21,8l7,7Z"
638
680
  })), children);
639
681
  });
640
682
  if (process.env.NODE_ENV !== "production") {
641
683
  DirectionLoopRightFilled.propTypes = iconPropTypes.iconPropTypes;
642
684
  }
643
- const DirectionMerge = /*#__PURE__*/React__default["default"].forwardRef(function DirectionMerge(_ref27, ref) {
685
+ const DirectionMerge = /*#__PURE__*/React__default["default"].forwardRef(function DirectionMerge(_ref29, ref) {
644
686
  let {
645
687
  children,
646
688
  size = 16,
647
689
  ...rest
648
- } = _ref27;
690
+ } = _ref29;
649
691
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
650
692
  width: size,
651
693
  height: size,
@@ -654,19 +696,19 @@ const DirectionMerge = /*#__PURE__*/React__default["default"].forwardRef(functio
654
696
  viewBox: "0 0 32 32",
655
697
  fill: "currentColor",
656
698
  ...rest
657
- }, _path47 || (_path47 = /*#__PURE__*/React__default["default"].createElement("path", {
699
+ }, _path49 || (_path49 = /*#__PURE__*/React__default["default"].createElement("path", {
658
700
  d: "M17.8784,15.4648A2.9821,2.9821,0,0,1,17,13.3433V7.8281l4.5859,4.586L23,11,16,4,9,11l1.4141,1.4141L15,7.8281v5.5152a2.9805,2.9805,0,0,1-.8784,2.1211l-2.6572,2.6567A4.9682,4.9682,0,0,0,10,21.6567V28h2V21.6567a2.9805,2.9805,0,0,1,.8784-2.1211l2.6572-2.6567A5.0021,5.0021,0,0,0,16,16.3135a5.0021,5.0021,0,0,0,.4644.5654l2.6572,2.6563A2.9821,2.9821,0,0,1,20,21.6567V28h2V21.6567a4.9682,4.9682,0,0,0-1.4644-3.5356Z"
659
701
  })), children);
660
702
  });
661
703
  if (process.env.NODE_ENV !== "production") {
662
704
  DirectionMerge.propTypes = iconPropTypes.iconPropTypes;
663
705
  }
664
- const DirectionMergeFilled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionMergeFilled(_ref28, ref) {
706
+ const DirectionMergeFilled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionMergeFilled(_ref30, ref) {
665
707
  let {
666
708
  children,
667
709
  size = 16,
668
710
  ...rest
669
- } = _ref28;
711
+ } = _ref30;
670
712
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
671
713
  width: size,
672
714
  height: size,
@@ -675,9 +717,9 @@ const DirectionMergeFilled = /*#__PURE__*/React__default["default"].forwardRef(f
675
717
  viewBox: "0 0 32 32",
676
718
  fill: "currentColor",
677
719
  ...rest
678
- }, _path48 || (_path48 = /*#__PURE__*/React__default["default"].createElement("path", {
720
+ }, _path50 || (_path50 = /*#__PURE__*/React__default["default"].createElement("path", {
679
721
  d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM17.8784,15.4648l2.6572,2.6563A4.9682,4.9682,0,0,1,22,21.6567V26H20V21.6567a2.9821,2.9821,0,0,0-.8784-2.1215l-2.6572-2.6563A5.0021,5.0021,0,0,1,16,16.3135a5.0021,5.0021,0,0,1-.4644.5654l-2.6572,2.6567A2.9805,2.9805,0,0,0,12,21.6567V26H10V21.6567a4.9682,4.9682,0,0,1,1.4644-3.5356l2.6572-2.6567A2.9805,2.9805,0,0,0,15,13.3433V8.8281l-4.5859,4.586L9,12l7-7,7,7-1.4141,1.4141L17,8.8281v4.5152A2.9821,2.9821,0,0,0,17.8784,15.4648Z"
680
- })), _path49 || (_path49 = /*#__PURE__*/React__default["default"].createElement("path", {
722
+ })), _path51 || (_path51 = /*#__PURE__*/React__default["default"].createElement("path", {
681
723
  fill: "none",
682
724
  d: "M17.8784,15.4648l2.6572,2.6563A4.9682,4.9682,0,0,1,22,21.6567V26H20V21.6567a2.9821,2.9821,0,0,0-.8784-2.1215l-2.6572-2.6563A5.0021,5.0021,0,0,1,16,16.3135a5.0021,5.0021,0,0,1-.4644.5654l-2.6572,2.6567A2.9805,2.9805,0,0,0,12,21.6567V26H10V21.6567a4.9682,4.9682,0,0,1,1.4644-3.5356l2.6572-2.6567A2.9805,2.9805,0,0,0,15,13.3433V8.8281l-4.5859,4.586L9,12l7-7,7,7-1.4141,1.4141L17,8.8281v4.5152A2.9821,2.9821,0,0,0,17.8784,15.4648Z",
683
725
  "data-icon-path": "inner-path"
@@ -686,12 +728,12 @@ const DirectionMergeFilled = /*#__PURE__*/React__default["default"].forwardRef(f
686
728
  if (process.env.NODE_ENV !== "production") {
687
729
  DirectionMergeFilled.propTypes = iconPropTypes.iconPropTypes;
688
730
  }
689
- const DirectionRight_01 = /*#__PURE__*/React__default["default"].forwardRef(function DirectionRight_01(_ref29, ref) {
731
+ const DirectionRight_01 = /*#__PURE__*/React__default["default"].forwardRef(function DirectionRight_01(_ref31, ref) {
690
732
  let {
691
733
  children,
692
734
  size = 16,
693
735
  ...rest
694
- } = _ref29;
736
+ } = _ref31;
695
737
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
696
738
  width: size,
697
739
  height: size,
@@ -700,19 +742,19 @@ const DirectionRight_01 = /*#__PURE__*/React__default["default"].forwardRef(func
700
742
  viewBox: "0 0 32 32",
701
743
  fill: "currentColor",
702
744
  ...rest
703
- }, _path50 || (_path50 = /*#__PURE__*/React__default["default"].createElement("path", {
745
+ }, _path52 || (_path52 = /*#__PURE__*/React__default["default"].createElement("path", {
704
746
  d: "M19,4,17.5859,5.4141,22.1719,10H10a2,2,0,0,0-2,2V28h2V12H22.1719l-4.586,4.5859L19,18l7-7Z"
705
747
  })), children);
706
748
  });
707
749
  if (process.env.NODE_ENV !== "production") {
708
750
  DirectionRight_01.propTypes = iconPropTypes.iconPropTypes;
709
751
  }
710
- const DirectionRight_01Filled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionRight_01Filled(_ref30, ref) {
752
+ const DirectionRight_01Filled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionRight_01Filled(_ref32, ref) {
711
753
  let {
712
754
  children,
713
755
  size = 16,
714
756
  ...rest
715
- } = _ref30;
757
+ } = _ref32;
716
758
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
717
759
  width: size,
718
760
  height: size,
@@ -721,9 +763,9 @@ const DirectionRight_01Filled = /*#__PURE__*/React__default["default"].forwardRe
721
763
  viewBox: "0 0 32 32",
722
764
  fill: "currentColor",
723
765
  ...rest
724
- }, _path51 || (_path51 = /*#__PURE__*/React__default["default"].createElement("path", {
766
+ }, _path53 || (_path53 = /*#__PURE__*/React__default["default"].createElement("path", {
725
767
  d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM19,18l-1.4141-1.4141L22.1719,12H10V26H8V12a2,2,0,0,1,2-2H22.1719l-4.586-4.5859L19,4l7,7Z"
726
- })), _path52 || (_path52 = /*#__PURE__*/React__default["default"].createElement("path", {
768
+ })), _path54 || (_path54 = /*#__PURE__*/React__default["default"].createElement("path", {
727
769
  fill: "none",
728
770
  d: "M19,18l-1.4141-1.4141L22.1719,12H10V26H8V12a2,2,0,0,1,2-2H22.1719l-4.586-4.5859L19,4l7,7Z",
729
771
  "data-icon-path": "inner-path"
@@ -732,12 +774,12 @@ const DirectionRight_01Filled = /*#__PURE__*/React__default["default"].forwardRe
732
774
  if (process.env.NODE_ENV !== "production") {
733
775
  DirectionRight_01Filled.propTypes = iconPropTypes.iconPropTypes;
734
776
  }
735
- const DirectionRight_02 = /*#__PURE__*/React__default["default"].forwardRef(function DirectionRight_02(_ref31, ref) {
777
+ const DirectionRight_02 = /*#__PURE__*/React__default["default"].forwardRef(function DirectionRight_02(_ref33, ref) {
736
778
  let {
737
779
  children,
738
780
  size = 16,
739
781
  ...rest
740
- } = _ref31;
782
+ } = _ref33;
741
783
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
742
784
  width: size,
743
785
  height: size,
@@ -746,19 +788,19 @@ const DirectionRight_02 = /*#__PURE__*/React__default["default"].forwardRef(func
746
788
  viewBox: "0 0 32 32",
747
789
  fill: "currentColor",
748
790
  ...rest
749
- }, _path53 || (_path53 = /*#__PURE__*/React__default["default"].createElement("path", {
791
+ }, _path55 || (_path55 = /*#__PURE__*/React__default["default"].createElement("path", {
750
792
  d: "M19 8L17.5859 9.4141 22.1719 14H10a2 2 0 00-2 2V28h2V16H22.1719l-4.586 4.5859L19 22l7-7zM8 4H10V12H8z"
751
793
  })), children);
752
794
  });
753
795
  if (process.env.NODE_ENV !== "production") {
754
796
  DirectionRight_02.propTypes = iconPropTypes.iconPropTypes;
755
797
  }
756
- const DirectionRight_02Filled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionRight_02Filled(_ref32, ref) {
798
+ const DirectionRight_02Filled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionRight_02Filled(_ref34, ref) {
757
799
  let {
758
800
  children,
759
801
  size = 16,
760
802
  ...rest
761
- } = _ref32;
803
+ } = _ref34;
762
804
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
763
805
  width: size,
764
806
  height: size,
@@ -767,9 +809,9 @@ const DirectionRight_02Filled = /*#__PURE__*/React__default["default"].forwardRe
767
809
  viewBox: "0 0 32 32",
768
810
  fill: "currentColor",
769
811
  ...rest
770
- }, _path54 || (_path54 = /*#__PURE__*/React__default["default"].createElement("path", {
812
+ }, _path56 || (_path56 = /*#__PURE__*/React__default["default"].createElement("path", {
771
813
  d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM8,6h2v8H8ZM19,24l-1.4141-1.4141L22.1719,18H10v8H8V18a2,2,0,0,1,2-2H22.1719l-4.586-4.5859L19,10l7,7Z"
772
- })), _path55 || (_path55 = /*#__PURE__*/React__default["default"].createElement("path", {
814
+ })), _path57 || (_path57 = /*#__PURE__*/React__default["default"].createElement("path", {
773
815
  fill: "none",
774
816
  d: "M8,6h2v8H8ZM19,24l-1.4141-1.4141L22.1719,18H10v8H8V18a2,2,0,0,1,2-2H22.1719l-4.586-4.5859L19,10l7,7Z",
775
817
  "data-icon-path": "inner-path"
@@ -778,12 +820,12 @@ const DirectionRight_02Filled = /*#__PURE__*/React__default["default"].forwardRe
778
820
  if (process.env.NODE_ENV !== "production") {
779
821
  DirectionRight_02Filled.propTypes = iconPropTypes.iconPropTypes;
780
822
  }
781
- const DirectionRotaryFirstRight = /*#__PURE__*/React__default["default"].forwardRef(function DirectionRotaryFirstRight(_ref33, ref) {
823
+ const DirectionRotaryFirstRight = /*#__PURE__*/React__default["default"].forwardRef(function DirectionRotaryFirstRight(_ref35, ref) {
782
824
  let {
783
825
  children,
784
826
  size = 16,
785
827
  ...rest
786
- } = _ref33;
828
+ } = _ref35;
787
829
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
788
830
  width: size,
789
831
  height: size,
@@ -792,19 +834,19 @@ const DirectionRotaryFirstRight = /*#__PURE__*/React__default["default"].forward
792
834
  viewBox: "0 0 32 32",
793
835
  fill: "currentColor",
794
836
  ...rest
795
- }, _path56 || (_path56 = /*#__PURE__*/React__default["default"].createElement("path", {
837
+ }, _path58 || (_path58 = /*#__PURE__*/React__default["default"].createElement("path", {
796
838
  d: "M26,18v6.5859L15.8712,14.457A5.9242,5.9242,0,0,0,17,11a6,6,0,1,0-7,5.91V28h2V16.91a5.9566,5.9566,0,0,0,2.4554-1.04L24.5859,26H18v2H28V18ZM11,15a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,11,15Z"
797
839
  })), children);
798
840
  });
799
841
  if (process.env.NODE_ENV !== "production") {
800
842
  DirectionRotaryFirstRight.propTypes = iconPropTypes.iconPropTypes;
801
843
  }
802
- const DirectionRotaryFirstRightFilled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionRotaryFirstRightFilled(_ref34, ref) {
844
+ const DirectionRotaryFirstRightFilled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionRotaryFirstRightFilled(_ref36, ref) {
803
845
  let {
804
846
  children,
805
847
  size = 16,
806
848
  ...rest
807
- } = _ref34;
849
+ } = _ref36;
808
850
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
809
851
  width: size,
810
852
  height: size,
@@ -817,9 +859,9 @@ const DirectionRotaryFirstRightFilled = /*#__PURE__*/React__default["default"].f
817
859
  cx: "11",
818
860
  cy: "11",
819
861
  r: "3"
820
- })), _path57 || (_path57 = /*#__PURE__*/React__default["default"].createElement("path", {
862
+ })), _path59 || (_path59 = /*#__PURE__*/React__default["default"].createElement("path", {
821
863
  d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM26,26H16V24h6.5859l-8.833-8.833A4.9678,4.9678,0,0,1,12,15.8989V26H10V15.8989a5.0113,5.0113,0,1,1,5.167-2.146L24,22.5859V16h2Z"
822
- })), _path58 || (_path58 = /*#__PURE__*/React__default["default"].createElement("path", {
864
+ })), _path60 || (_path60 = /*#__PURE__*/React__default["default"].createElement("path", {
823
865
  fill: "none",
824
866
  d: "M11,14a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,11,14Zm13,2v6.5859l-8.833-8.833A4.9959,4.9959,0,1,0,10,15.8989V26h2V15.8989a4.9678,4.9678,0,0,0,1.7529-.7319L22.5859,24H16v2H26V16Z",
825
867
  "data-icon-path": "inner-path"
@@ -828,12 +870,12 @@ const DirectionRotaryFirstRightFilled = /*#__PURE__*/React__default["default"].f
828
870
  if (process.env.NODE_ENV !== "production") {
829
871
  DirectionRotaryFirstRightFilled.propTypes = iconPropTypes.iconPropTypes;
830
872
  }
831
- const DirectionRotaryRight = /*#__PURE__*/React__default["default"].forwardRef(function DirectionRotaryRight(_ref35, ref) {
873
+ const DirectionRotaryRight = /*#__PURE__*/React__default["default"].forwardRef(function DirectionRotaryRight(_ref37, ref) {
832
874
  let {
833
875
  children,
834
876
  size = 16,
835
877
  ...rest
836
- } = _ref35;
878
+ } = _ref37;
837
879
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
838
880
  width: size,
839
881
  height: size,
@@ -842,19 +884,19 @@ const DirectionRotaryRight = /*#__PURE__*/React__default["default"].forwardRef(f
842
884
  viewBox: "0 0 32 32",
843
885
  fill: "currentColor",
844
886
  ...rest
845
- }, _path59 || (_path59 = /*#__PURE__*/React__default["default"].createElement("path", {
887
+ }, _path61 || (_path61 = /*#__PURE__*/React__default["default"].createElement("path", {
846
888
  d: "M22,4,20.5859,5.4141,25.1719,10H16.91A5.9965,5.9965,0,1,0,10,16.91V28h2V16.91A6.0061,6.0061,0,0,0,16.91,12h8.2622l-4.586,4.5859L22,18l7-7ZM11,15a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,11,15Z"
847
889
  })), children);
848
890
  });
849
891
  if (process.env.NODE_ENV !== "production") {
850
892
  DirectionRotaryRight.propTypes = iconPropTypes.iconPropTypes;
851
893
  }
852
- const DirectionRotaryRightFilled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionRotaryRightFilled(_ref36, ref) {
894
+ const DirectionRotaryRightFilled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionRotaryRightFilled(_ref38, ref) {
853
895
  let {
854
896
  children,
855
897
  size = 16,
856
898
  ...rest
857
- } = _ref36;
899
+ } = _ref38;
858
900
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
859
901
  width: size,
860
902
  height: size,
@@ -867,9 +909,9 @@ const DirectionRotaryRightFilled = /*#__PURE__*/React__default["default"].forwar
867
909
  cx: "11",
868
910
  cy: "11",
869
911
  r: "3"
870
- })), _path60 || (_path60 = /*#__PURE__*/React__default["default"].createElement("path", {
912
+ })), _path62 || (_path62 = /*#__PURE__*/React__default["default"].createElement("path", {
871
913
  d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM20,18l-1.4141-1.4141L23.1719,12h-7.273A5.0145,5.0145,0,0,1,12,15.8989V26H10V15.8989A5,5,0,1,1,15.8989,10h7.273l-4.586-4.5859L20,4l7,7Z"
872
- })), _path61 || (_path61 = /*#__PURE__*/React__default["default"].createElement("path", {
914
+ })), _path63 || (_path63 = /*#__PURE__*/React__default["default"].createElement("path", {
873
915
  fill: "none",
874
916
  d: "M20,4,18.5859,5.4141,23.1719,10h-7.273A5,5,0,1,0,10,15.8989V26h2V15.8989A5.0145,5.0145,0,0,0,15.8989,12h7.273l-4.586,4.5859L20,18l7-7ZM11,14a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,11,14Z",
875
917
  "data-icon-path": "inner-path"
@@ -878,12 +920,12 @@ const DirectionRotaryRightFilled = /*#__PURE__*/React__default["default"].forwar
878
920
  if (process.env.NODE_ENV !== "production") {
879
921
  DirectionRotaryRightFilled.propTypes = iconPropTypes.iconPropTypes;
880
922
  }
881
- const DirectionRotaryStraight = /*#__PURE__*/React__default["default"].forwardRef(function DirectionRotaryStraight(_ref37, ref) {
923
+ const DirectionRotaryStraight = /*#__PURE__*/React__default["default"].forwardRef(function DirectionRotaryStraight(_ref39, ref) {
882
924
  let {
883
925
  children,
884
926
  size = 16,
885
927
  ...rest
886
- } = _ref37;
928
+ } = _ref39;
887
929
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
888
930
  width: size,
889
931
  height: size,
@@ -892,19 +934,19 @@ const DirectionRotaryStraight = /*#__PURE__*/React__default["default"].forwardRe
892
934
  viewBox: "0 0 32 32",
893
935
  fill: "currentColor",
894
936
  ...rest
895
- }, _path62 || (_path62 = /*#__PURE__*/React__default["default"].createElement("path", {
937
+ }, _path64 || (_path64 = /*#__PURE__*/React__default["default"].createElement("path", {
896
938
  d: "M17,12.09V5.8281l4.5859,4.586L23,9,16,2,9,9l1.4141,1.4141L15,5.8281V12.09A5.9925,5.9925,0,0,0,15,23.91V28h2V23.91A5.9925,5.9925,0,0,0,17,12.09ZM16,22a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,22Z"
897
939
  })), children);
898
940
  });
899
941
  if (process.env.NODE_ENV !== "production") {
900
942
  DirectionRotaryStraight.propTypes = iconPropTypes.iconPropTypes;
901
943
  }
902
- const DirectionRotaryStraightFilled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionRotaryStraightFilled(_ref38, ref) {
944
+ const DirectionRotaryStraightFilled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionRotaryStraightFilled(_ref40, ref) {
903
945
  let {
904
946
  children,
905
947
  size = 16,
906
948
  ...rest
907
- } = _ref38;
949
+ } = _ref40;
908
950
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
909
951
  width: size,
910
952
  height: size,
@@ -917,9 +959,9 @@ const DirectionRotaryStraightFilled = /*#__PURE__*/React__default["default"].for
917
959
  cx: "16",
918
960
  cy: "19",
919
961
  r: "3"
920
- })), _path63 || (_path63 = /*#__PURE__*/React__default["default"].createElement("path", {
962
+ })), _path65 || (_path65 = /*#__PURE__*/React__default["default"].createElement("path", {
921
963
  d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM21.5859,12.4141,17,7.8281v6.273a5,5,0,0,1,0,9.7978V28H15V23.8989a5,5,0,0,1,0-9.7978V7.8281l-4.5859,4.586L9,11l7-7,7,7Z"
922
- })), _path64 || (_path64 = /*#__PURE__*/React__default["default"].createElement("path", {
964
+ })), _path66 || (_path66 = /*#__PURE__*/React__default["default"].createElement("path", {
923
965
  fill: "none",
924
966
  d: "M21.5859,12.4141,23,11,16,4,9,11l1.4141,1.4141L15,7.8281v6.273a5,5,0,0,0,0,9.7978V28h2V23.8989a5,5,0,0,0,0-9.7978V7.8281ZM19,19a3,3,0,1,1-3-3A3.0033,3.0033,0,0,1,19,19Z",
925
967
  "data-icon-path": "inner-path"
@@ -928,12 +970,12 @@ const DirectionRotaryStraightFilled = /*#__PURE__*/React__default["default"].for
928
970
  if (process.env.NODE_ENV !== "production") {
929
971
  DirectionRotaryStraightFilled.propTypes = iconPropTypes.iconPropTypes;
930
972
  }
931
- const DirectionSharpTurn = /*#__PURE__*/React__default["default"].forwardRef(function DirectionSharpTurn(_ref39, ref) {
973
+ const DirectionSharpTurn = /*#__PURE__*/React__default["default"].forwardRef(function DirectionSharpTurn(_ref41, ref) {
932
974
  let {
933
975
  children,
934
976
  size = 16,
935
977
  ...rest
936
- } = _ref39;
978
+ } = _ref41;
937
979
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
938
980
  width: size,
939
981
  height: size,
@@ -942,19 +984,19 @@ const DirectionSharpTurn = /*#__PURE__*/React__default["default"].forwardRef(fun
942
984
  viewBox: "0 0 32 32",
943
985
  fill: "currentColor",
944
986
  ...rest
945
- }, _path65 || (_path65 = /*#__PURE__*/React__default["default"].createElement("path", {
987
+ }, _path67 || (_path67 = /*#__PURE__*/React__default["default"].createElement("path", {
946
988
  d: "M26,18v6.5859L7.707,6.293A1,1,0,0,0,6,7V28H8V9.4141L24.5859,26H18v2H28V18Z"
947
989
  })), children);
948
990
  });
949
991
  if (process.env.NODE_ENV !== "production") {
950
992
  DirectionSharpTurn.propTypes = iconPropTypes.iconPropTypes;
951
993
  }
952
- const DirectionSharpTurnFilled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionSharpTurnFilled(_ref40, ref) {
994
+ const DirectionSharpTurnFilled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionSharpTurnFilled(_ref42, ref) {
953
995
  let {
954
996
  children,
955
997
  size = 16,
956
998
  ...rest
957
- } = _ref40;
999
+ } = _ref42;
958
1000
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
959
1001
  width: size,
960
1002
  height: size,
@@ -963,9 +1005,9 @@ const DirectionSharpTurnFilled = /*#__PURE__*/React__default["default"].forwardR
963
1005
  viewBox: "0 0 32 32",
964
1006
  fill: "currentColor",
965
1007
  ...rest
966
- }, _path66 || (_path66 = /*#__PURE__*/React__default["default"].createElement("path", {
1008
+ }, _path68 || (_path68 = /*#__PURE__*/React__default["default"].createElement("path", {
967
1009
  d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM26,26H16V24h6.5859L8,9.4141V26H6V7a1,1,0,0,1,1.707-.707L24,22.5859V16h2Z"
968
- })), _path67 || (_path67 = /*#__PURE__*/React__default["default"].createElement("path", {
1010
+ })), _path69 || (_path69 = /*#__PURE__*/React__default["default"].createElement("path", {
969
1011
  fill: "none",
970
1012
  d: "M26,26H16V24h6.5859L8,9.4141V26H6V7a1,1,0,0,1,1.707-.707L24,22.5859V16h2Z",
971
1013
  "data-icon-path": "inner-path"
@@ -974,12 +1016,12 @@ const DirectionSharpTurnFilled = /*#__PURE__*/React__default["default"].forwardR
974
1016
  if (process.env.NODE_ENV !== "production") {
975
1017
  DirectionSharpTurnFilled.propTypes = iconPropTypes.iconPropTypes;
976
1018
  }
977
- const DirectionStraight = /*#__PURE__*/React__default["default"].forwardRef(function DirectionStraight(_ref41, ref) {
1019
+ const DirectionStraight = /*#__PURE__*/React__default["default"].forwardRef(function DirectionStraight(_ref43, ref) {
978
1020
  let {
979
1021
  children,
980
1022
  size = 16,
981
1023
  ...rest
982
- } = _ref41;
1024
+ } = _ref43;
983
1025
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
984
1026
  width: size,
985
1027
  height: size,
@@ -988,19 +1030,19 @@ const DirectionStraight = /*#__PURE__*/React__default["default"].forwardRef(func
988
1030
  viewBox: "0 0 32 32",
989
1031
  fill: "currentColor",
990
1032
  ...rest
991
- }, _path68 || (_path68 = /*#__PURE__*/React__default["default"].createElement("path", {
1033
+ }, _path70 || (_path70 = /*#__PURE__*/React__default["default"].createElement("path", {
992
1034
  d: "M16 4L9 11 10.414 12.414 15 7.828 15 28 17 28 17 7.828 21.586 12.414 23 11 16 4z"
993
1035
  })), children);
994
1036
  });
995
1037
  if (process.env.NODE_ENV !== "production") {
996
1038
  DirectionStraight.propTypes = iconPropTypes.iconPropTypes;
997
1039
  }
998
- const DirectionStraightFilled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionStraightFilled(_ref42, ref) {
1040
+ const DirectionStraightFilled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionStraightFilled(_ref44, ref) {
999
1041
  let {
1000
1042
  children,
1001
1043
  size = 16,
1002
1044
  ...rest
1003
- } = _ref42;
1045
+ } = _ref44;
1004
1046
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1005
1047
  width: size,
1006
1048
  height: size,
@@ -1009,9 +1051,9 @@ const DirectionStraightFilled = /*#__PURE__*/React__default["default"].forwardRe
1009
1051
  viewBox: "0 0 32 32",
1010
1052
  fill: "currentColor",
1011
1053
  ...rest
1012
- }, _path69 || (_path69 = /*#__PURE__*/React__default["default"].createElement("path", {
1054
+ }, _path71 || (_path71 = /*#__PURE__*/React__default["default"].createElement("path", {
1013
1055
  d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM21.5859,13.4141,17,8.8281V26H15V8.8281l-4.5859,4.586L9,12l7-7,7,7Z"
1014
- })), _path70 || (_path70 = /*#__PURE__*/React__default["default"].createElement("path", {
1056
+ })), _path72 || (_path72 = /*#__PURE__*/React__default["default"].createElement("path", {
1015
1057
  fill: "none",
1016
1058
  d: "M21.5859,13.4141,17,8.8281V26H15V8.8281l-4.5859,4.586L9,12l7-7,7,7Z",
1017
1059
  "data-icon-path": "inner-path"
@@ -1020,12 +1062,12 @@ const DirectionStraightFilled = /*#__PURE__*/React__default["default"].forwardRe
1020
1062
  if (process.env.NODE_ENV !== "production") {
1021
1063
  DirectionStraightFilled.propTypes = iconPropTypes.iconPropTypes;
1022
1064
  }
1023
- const DirectionStraightRight = /*#__PURE__*/React__default["default"].forwardRef(function DirectionStraightRight(_ref43, ref) {
1065
+ const DirectionStraightRight = /*#__PURE__*/React__default["default"].forwardRef(function DirectionStraightRight(_ref45, ref) {
1024
1066
  let {
1025
1067
  children,
1026
1068
  size = 16,
1027
1069
  ...rest
1028
- } = _ref43;
1070
+ } = _ref45;
1029
1071
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1030
1072
  width: size,
1031
1073
  height: size,
@@ -1034,19 +1076,19 @@ const DirectionStraightRight = /*#__PURE__*/React__default["default"].forwardRef
1034
1076
  viewBox: "0 0 32 32",
1035
1077
  fill: "currentColor",
1036
1078
  ...rest
1037
- }, _path71 || (_path71 = /*#__PURE__*/React__default["default"].createElement("path", {
1079
+ }, _path73 || (_path73 = /*#__PURE__*/React__default["default"].createElement("path", {
1038
1080
  d: "M28 16L21 9 19.586 10.414 24.172 15 4 15 4 17 24.172 17 19.586 21.586 21 23 28 16z"
1039
1081
  })), children);
1040
1082
  });
1041
1083
  if (process.env.NODE_ENV !== "production") {
1042
1084
  DirectionStraightRight.propTypes = iconPropTypes.iconPropTypes;
1043
1085
  }
1044
- const DirectionStraightRightFilled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionStraightRightFilled(_ref44, ref) {
1086
+ const DirectionStraightRightFilled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionStraightRightFilled(_ref46, ref) {
1045
1087
  let {
1046
1088
  children,
1047
1089
  size = 16,
1048
1090
  ...rest
1049
- } = _ref44;
1091
+ } = _ref46;
1050
1092
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1051
1093
  width: size,
1052
1094
  height: size,
@@ -1055,9 +1097,9 @@ const DirectionStraightRightFilled = /*#__PURE__*/React__default["default"].forw
1055
1097
  viewBox: "0 0 32 32",
1056
1098
  fill: "currentColor",
1057
1099
  ...rest
1058
- }, _path72 || (_path72 = /*#__PURE__*/React__default["default"].createElement("path", {
1100
+ }, _path74 || (_path74 = /*#__PURE__*/React__default["default"].createElement("path", {
1059
1101
  d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM20,23l-1.4141-1.4141L23.1719,17H6V15H23.1719l-4.586-4.5859L20,9l7,7Z"
1060
- })), _path73 || (_path73 = /*#__PURE__*/React__default["default"].createElement("path", {
1102
+ })), _path75 || (_path75 = /*#__PURE__*/React__default["default"].createElement("path", {
1061
1103
  fill: "none",
1062
1104
  d: "M20,23l-1.4141-1.4141L23.1719,17H6V15H23.1719l-4.586-4.5859L20,9l7,7Z",
1063
1105
  "data-icon-path": "inner-path"
@@ -1066,12 +1108,12 @@ const DirectionStraightRightFilled = /*#__PURE__*/React__default["default"].forw
1066
1108
  if (process.env.NODE_ENV !== "production") {
1067
1109
  DirectionStraightRightFilled.propTypes = iconPropTypes.iconPropTypes;
1068
1110
  }
1069
- const DirectionUTurn = /*#__PURE__*/React__default["default"].forwardRef(function DirectionUTurn(_ref45, ref) {
1111
+ const DirectionUTurn = /*#__PURE__*/React__default["default"].forwardRef(function DirectionUTurn(_ref47, ref) {
1070
1112
  let {
1071
1113
  children,
1072
1114
  size = 16,
1073
1115
  ...rest
1074
- } = _ref45;
1116
+ } = _ref47;
1075
1117
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1076
1118
  width: size,
1077
1119
  height: size,
@@ -1080,19 +1122,19 @@ const DirectionUTurn = /*#__PURE__*/React__default["default"].forwardRef(functio
1080
1122
  viewBox: "0 0 32 32",
1081
1123
  fill: "currentColor",
1082
1124
  ...rest
1083
- }, _path74 || (_path74 = /*#__PURE__*/React__default["default"].createElement("path", {
1125
+ }, _path76 || (_path76 = /*#__PURE__*/React__default["default"].createElement("path", {
1084
1126
  d: "M26.5859,19.5859,22,24.1719V12A8,8,0,0,0,6,12V28H8V12a6,6,0,0,1,12,0V24.1719l-4.5859-4.586L14,21l7,7,7-7Z"
1085
1127
  })), children);
1086
1128
  });
1087
1129
  if (process.env.NODE_ENV !== "production") {
1088
1130
  DirectionUTurn.propTypes = iconPropTypes.iconPropTypes;
1089
1131
  }
1090
- const DirectionUTurnFilled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionUTurnFilled(_ref46, ref) {
1132
+ const DirectionUTurnFilled = /*#__PURE__*/React__default["default"].forwardRef(function DirectionUTurnFilled(_ref48, ref) {
1091
1133
  let {
1092
1134
  children,
1093
1135
  size = 16,
1094
1136
  ...rest
1095
- } = _ref46;
1137
+ } = _ref48;
1096
1138
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1097
1139
  width: size,
1098
1140
  height: size,
@@ -1101,23 +1143,23 @@ const DirectionUTurnFilled = /*#__PURE__*/React__default["default"].forwardRef(f
1101
1143
  viewBox: "0 0 32 32",
1102
1144
  fill: "currentColor",
1103
1145
  ...rest
1104
- }, _path75 || (_path75 = /*#__PURE__*/React__default["default"].createElement("path", {
1146
+ }, _path77 || (_path77 = /*#__PURE__*/React__default["default"].createElement("path", {
1105
1147
  fill: "none",
1106
1148
  d: "M26.5859,17.5859,22,22.1719V14A8,8,0,0,0,6,14V26H8V14a6,6,0,0,1,12,0v8.1719l-4.5859-4.586L14,19l7,7,7-7Z",
1107
1149
  "data-icon-path": "inner-path"
1108
- })), _path76 || (_path76 = /*#__PURE__*/React__default["default"].createElement("path", {
1150
+ })), _path78 || (_path78 = /*#__PURE__*/React__default["default"].createElement("path", {
1109
1151
  d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM21,26l-7-7,1.4141-1.4141L20,22.1719V14A6,6,0,0,0,8,14V26H6V14a8,8,0,0,1,16,0v8.1719l4.5859-4.586L28,19Z"
1110
1152
  })), children);
1111
1153
  });
1112
1154
  if (process.env.NODE_ENV !== "production") {
1113
1155
  DirectionUTurnFilled.propTypes = iconPropTypes.iconPropTypes;
1114
1156
  }
1115
- const DirectoryDomain = /*#__PURE__*/React__default["default"].forwardRef(function DirectoryDomain(_ref47, ref) {
1157
+ const DirectoryDomain = /*#__PURE__*/React__default["default"].forwardRef(function DirectoryDomain(_ref49, ref) {
1116
1158
  let {
1117
1159
  children,
1118
1160
  size = 16,
1119
1161
  ...rest
1120
- } = _ref47;
1162
+ } = _ref49;
1121
1163
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1122
1164
  width: size,
1123
1165
  height: size,
@@ -1126,19 +1168,19 @@ const DirectoryDomain = /*#__PURE__*/React__default["default"].forwardRef(functi
1126
1168
  viewBox: "0 0 32 32",
1127
1169
  fill: "currentColor",
1128
1170
  ...rest
1129
- }, _path77 || (_path77 = /*#__PURE__*/React__default["default"].createElement("path", {
1171
+ }, _path79 || (_path79 = /*#__PURE__*/React__default["default"].createElement("path", {
1130
1172
  d: "M28,26H18.8157A2.9959,2.9959,0,0,0,17,24.1841V19h7a2.0025,2.0025,0,0,0,2-2V4a2.0025,2.0025,0,0,0-2-2H8A2.0025,2.0025,0,0,0,6,4V17a2.0025,2.0025,0,0,0,2,2h7v5.1841A2.9959,2.9959,0,0,0,13.1843,26H4v2h9.1843a2.982,2.982,0,0,0,5.6314,0H28ZM24,12H8V9H24Zm0-8V7H8V4ZM8,14H24v3H8Zm8,14a1,1,0,1,1,1-1A1.0008,1.0008,0,0,1,16,28Z"
1131
1173
  })), children);
1132
1174
  });
1133
1175
  if (process.env.NODE_ENV !== "production") {
1134
1176
  DirectoryDomain.propTypes = iconPropTypes.iconPropTypes;
1135
1177
  }
1136
- const DistributeHorizontalCenter = /*#__PURE__*/React__default["default"].forwardRef(function DistributeHorizontalCenter(_ref48, ref) {
1178
+ const DistributeHorizontalCenter = /*#__PURE__*/React__default["default"].forwardRef(function DistributeHorizontalCenter(_ref50, ref) {
1137
1179
  let {
1138
1180
  children,
1139
1181
  size = 16,
1140
1182
  ...rest
1141
- } = _ref48;
1183
+ } = _ref50;
1142
1184
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1143
1185
  width: size,
1144
1186
  height: size,
@@ -1147,19 +1189,19 @@ const DistributeHorizontalCenter = /*#__PURE__*/React__default["default"].forwar
1147
1189
  viewBox: "0 0 32 32",
1148
1190
  fill: "currentColor",
1149
1191
  ...rest
1150
- }, _path78 || (_path78 = /*#__PURE__*/React__default["default"].createElement("path", {
1192
+ }, _path80 || (_path80 = /*#__PURE__*/React__default["default"].createElement("path", {
1151
1193
  d: "M24 10H23V2H21v8H20a2.0023 2.0023 0 00-2 2v8a2.0023 2.0023 0 002 2h1v8h2V22h1a2.0023 2.0023 0 002-2V12A2.0023 2.0023 0 0024 10zm0 10H20V12h4zM12 6H11V2H9V6H8A2.0023 2.0023 0 006 8V24a2.0023 2.0023 0 002 2H9v4h2V26h1a2.0023 2.0023 0 002-2V8A2.0023 2.0023 0 0012 6zm0 18H8V8h4z"
1152
1194
  })), children);
1153
1195
  });
1154
1196
  if (process.env.NODE_ENV !== "production") {
1155
1197
  DistributeHorizontalCenter.propTypes = iconPropTypes.iconPropTypes;
1156
1198
  }
1157
- const DistributeHorizontalLeft = /*#__PURE__*/React__default["default"].forwardRef(function DistributeHorizontalLeft(_ref49, ref) {
1199
+ const DistributeHorizontalLeft = /*#__PURE__*/React__default["default"].forwardRef(function DistributeHorizontalLeft(_ref51, ref) {
1158
1200
  let {
1159
1201
  children,
1160
1202
  size = 16,
1161
1203
  ...rest
1162
- } = _ref49;
1204
+ } = _ref51;
1163
1205
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1164
1206
  width: size,
1165
1207
  height: size,
@@ -1168,19 +1210,19 @@ const DistributeHorizontalLeft = /*#__PURE__*/React__default["default"].forwardR
1168
1210
  viewBox: "0 0 32 32",
1169
1211
  fill: "currentColor",
1170
1212
  ...rest
1171
- }, _path79 || (_path79 = /*#__PURE__*/React__default["default"].createElement("path", {
1213
+ }, _path81 || (_path81 = /*#__PURE__*/React__default["default"].createElement("path", {
1172
1214
  d: "M28 22H24a2.0021 2.0021 0 01-2-2V12a2.0021 2.0021 0 012-2h4a2.0021 2.0021 0 012 2v8A2.0021 2.0021 0 0128 22zM24 12v8h4V12zM18 2H20V30H18zM12 26H8a2.0021 2.0021 0 01-2-2V8A2.0021 2.0021 0 018 6h4a2.0021 2.0021 0 012 2V24A2.0021 2.0021 0 0112 26zM8 8V24h4V8zM2 2H4V30H2z"
1173
1215
  })), children);
1174
1216
  });
1175
1217
  if (process.env.NODE_ENV !== "production") {
1176
1218
  DistributeHorizontalLeft.propTypes = iconPropTypes.iconPropTypes;
1177
1219
  }
1178
- const DistributeHorizontalRight = /*#__PURE__*/React__default["default"].forwardRef(function DistributeHorizontalRight(_ref50, ref) {
1220
+ const DistributeHorizontalRight = /*#__PURE__*/React__default["default"].forwardRef(function DistributeHorizontalRight(_ref52, ref) {
1179
1221
  let {
1180
1222
  children,
1181
1223
  size = 16,
1182
1224
  ...rest
1183
- } = _ref50;
1225
+ } = _ref52;
1184
1226
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1185
1227
  width: size,
1186
1228
  height: size,
@@ -1189,19 +1231,19 @@ const DistributeHorizontalRight = /*#__PURE__*/React__default["default"].forward
1189
1231
  viewBox: "0 0 32 32",
1190
1232
  fill: "currentColor",
1191
1233
  ...rest
1192
- }, _path80 || (_path80 = /*#__PURE__*/React__default["default"].createElement("path", {
1234
+ }, _path82 || (_path82 = /*#__PURE__*/React__default["default"].createElement("path", {
1193
1235
  d: "M28 2H30V30H28zM24 22H20a2.0021 2.0021 0 01-2-2V12a2.0021 2.0021 0 012-2h4a2.0021 2.0021 0 012 2v8A2.0021 2.0021 0 0124 22zM20 12h-.0015L20 20h4V12zM12 2H14V30H12zM8 26H4a2.0021 2.0021 0 01-2-2V8A2.0021 2.0021 0 014 6H8a2.0021 2.0021 0 012 2V24A2.0021 2.0021 0 018 26zM4 8H3.9985L4 24H8V8z"
1194
1236
  })), children);
1195
1237
  });
1196
1238
  if (process.env.NODE_ENV !== "production") {
1197
1239
  DistributeHorizontalRight.propTypes = iconPropTypes.iconPropTypes;
1198
1240
  }
1199
- const DistributeVerticalBottom = /*#__PURE__*/React__default["default"].forwardRef(function DistributeVerticalBottom(_ref51, ref) {
1241
+ const DistributeVerticalBottom = /*#__PURE__*/React__default["default"].forwardRef(function DistributeVerticalBottom(_ref53, ref) {
1200
1242
  let {
1201
1243
  children,
1202
1244
  size = 16,
1203
1245
  ...rest
1204
- } = _ref51;
1246
+ } = _ref53;
1205
1247
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1206
1248
  width: size,
1207
1249
  height: size,
@@ -1210,19 +1252,19 @@ const DistributeVerticalBottom = /*#__PURE__*/React__default["default"].forwardR
1210
1252
  viewBox: "0 0 32 32",
1211
1253
  fill: "currentColor",
1212
1254
  ...rest
1213
- }, _path81 || (_path81 = /*#__PURE__*/React__default["default"].createElement("path", {
1255
+ }, _path83 || (_path83 = /*#__PURE__*/React__default["default"].createElement("path", {
1214
1256
  d: "M2 28H30V30H2zM24 26H8a2.0021 2.0021 0 01-2-2V20a2.0021 2.0021 0 012-2H24a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0124 26zm0-6.0012L8 20v4H24zM2 12H30V14H2zM20 10H12a2.0021 2.0021 0 01-2-2V4a2.0021 2.0021 0 012-2h8a2.0021 2.0021 0 012 2V8A2.0021 2.0021 0 0120 10zm0-6.0012L12 4V8h8z"
1215
1257
  })), children);
1216
1258
  });
1217
1259
  if (process.env.NODE_ENV !== "production") {
1218
1260
  DistributeVerticalBottom.propTypes = iconPropTypes.iconPropTypes;
1219
1261
  }
1220
- const DistributeVerticalCenter = /*#__PURE__*/React__default["default"].forwardRef(function DistributeVerticalCenter(_ref52, ref) {
1262
+ const DistributeVerticalCenter = /*#__PURE__*/React__default["default"].forwardRef(function DistributeVerticalCenter(_ref54, ref) {
1221
1263
  let {
1222
1264
  children,
1223
1265
  size = 16,
1224
1266
  ...rest
1225
- } = _ref52;
1267
+ } = _ref54;
1226
1268
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1227
1269
  width: size,
1228
1270
  height: size,
@@ -1231,19 +1273,19 @@ const DistributeVerticalCenter = /*#__PURE__*/React__default["default"].forwardR
1231
1273
  viewBox: "0 0 32 32",
1232
1274
  fill: "currentColor",
1233
1275
  ...rest
1234
- }, _path82 || (_path82 = /*#__PURE__*/React__default["default"].createElement("path", {
1276
+ }, _path84 || (_path84 = /*#__PURE__*/React__default["default"].createElement("path", {
1235
1277
  d: "M30 21H26V20a2.0023 2.0023 0 00-2-2H8a2.0023 2.0023 0 00-2 2v1H2v2H6v1a2.0023 2.0023 0 002 2H24a2.0023 2.0023 0 002-2V23h4zm-6 3H8V20l16-.001zM30 9H22V8a2.0023 2.0023 0 00-2-2H12a2.0023 2.0023 0 00-2 2V9H2v2h8v1a2.0023 2.0023 0 002 2h8a2.0023 2.0023 0 002-2V11h8zM20 12H12V8l8-.001z"
1236
1278
  })), children);
1237
1279
  });
1238
1280
  if (process.env.NODE_ENV !== "production") {
1239
1281
  DistributeVerticalCenter.propTypes = iconPropTypes.iconPropTypes;
1240
1282
  }
1241
- const DistributeVerticalTop = /*#__PURE__*/React__default["default"].forwardRef(function DistributeVerticalTop(_ref53, ref) {
1283
+ const DistributeVerticalTop = /*#__PURE__*/React__default["default"].forwardRef(function DistributeVerticalTop(_ref55, ref) {
1242
1284
  let {
1243
1285
  children,
1244
1286
  size = 16,
1245
1287
  ...rest
1246
- } = _ref53;
1288
+ } = _ref55;
1247
1289
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1248
1290
  width: size,
1249
1291
  height: size,
@@ -1252,19 +1294,19 @@ const DistributeVerticalTop = /*#__PURE__*/React__default["default"].forwardRef(
1252
1294
  viewBox: "0 0 32 32",
1253
1295
  fill: "currentColor",
1254
1296
  ...rest
1255
- }, _path83 || (_path83 = /*#__PURE__*/React__default["default"].createElement("path", {
1297
+ }, _path85 || (_path85 = /*#__PURE__*/React__default["default"].createElement("path", {
1256
1298
  d: "M24 30H8a2.0021 2.0021 0 01-2-2V24a2.0021 2.0021 0 012-2H24a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0124 30zM8 24v4H24V24zM2 18H30V20H2zM20 14H12a2.0021 2.0021 0 01-2-2V8a2.0021 2.0021 0 012-2h8a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0120 14zM12 8v4h8V8zM2 2H30V4H2z"
1257
1299
  })), children);
1258
1300
  });
1259
1301
  if (process.env.NODE_ENV !== "production") {
1260
1302
  DistributeVerticalTop.propTypes = iconPropTypes.iconPropTypes;
1261
1303
  }
1262
- const WatsonHealthDna = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthDna(_ref54, ref) {
1304
+ const WatsonHealthDna = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthDna(_ref56, ref) {
1263
1305
  let {
1264
1306
  children,
1265
1307
  size = 16,
1266
1308
  ...rest
1267
- } = _ref54;
1309
+ } = _ref56;
1268
1310
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1269
1311
  width: size,
1270
1312
  height: size,
@@ -1273,19 +1315,19 @@ const WatsonHealthDna = /*#__PURE__*/React__default["default"].forwardRef(functi
1273
1315
  viewBox: "0 0 32 32",
1274
1316
  fill: "currentColor",
1275
1317
  ...rest
1276
- }, _path84 || (_path84 = /*#__PURE__*/React__default["default"].createElement("path", {
1318
+ }, _path86 || (_path86 = /*#__PURE__*/React__default["default"].createElement("path", {
1277
1319
  d: "M22,2V1H20V2a7.04,7.04,0,0,1-.08,1H12.08A7.04,7.04,0,0,1,12,2V1H10V2c0,3.7549,1.9707,5.6035,4.1008,7C11.9707,10.3965,10,12.2451,10,16s1.9707,5.6035,4.1008,7C11.9707,24.3965,10,26.2451,10,30v1h2V30a7.04,7.04,0,0,1,.08-1H19.92A7.04,7.04,0,0,1,20,30v1h2V30c0-3.7549-1.9707-5.6035-4.1008-7C20.0293,21.6035,22,19.7549,22,16s-1.9707-5.6035-4.1008-7C20.0293,7.6035,22,5.7549,22,2ZM20,16a7.04,7.04,0,0,1-.08,1H12.08a6.3212,6.3212,0,0,1,0-2H19.92A7.04,7.04,0,0,1,20,16Zm-.7559,11H12.7559A8.9078,8.9078,0,0,1,16,24.17,8.9078,8.9078,0,0,1,19.2441,27ZM16,21.83A8.9078,8.9078,0,0,1,12.7559,19h6.4882A8.9078,8.9078,0,0,1,16,21.83ZM19.2441,13H12.7559A8.9078,8.9078,0,0,1,16,10.17,8.9078,8.9078,0,0,1,19.2441,13ZM16,7.83A8.9078,8.9078,0,0,1,12.7559,5h6.4882A8.9078,8.9078,0,0,1,16,7.83Z"
1278
1320
  })), children);
1279
1321
  });
1280
1322
  if (process.env.NODE_ENV !== "production") {
1281
1323
  WatsonHealthDna.propTypes = iconPropTypes.iconPropTypes;
1282
1324
  }
1283
- const DnsServices = /*#__PURE__*/React__default["default"].forwardRef(function DnsServices(_ref55, ref) {
1325
+ const DnsServices = /*#__PURE__*/React__default["default"].forwardRef(function DnsServices(_ref57, ref) {
1284
1326
  let {
1285
1327
  children,
1286
1328
  size = 16,
1287
1329
  ...rest
1288
- } = _ref55;
1330
+ } = _ref57;
1289
1331
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1290
1332
  width: size,
1291
1333
  height: size,
@@ -1294,21 +1336,21 @@ const DnsServices = /*#__PURE__*/React__default["default"].forwardRef(function D
1294
1336
  viewBox: "0 0 32 32",
1295
1337
  fill: "currentColor",
1296
1338
  ...rest
1297
- }, _path85 || (_path85 = /*#__PURE__*/React__default["default"].createElement("path", {
1339
+ }, _path87 || (_path87 = /*#__PURE__*/React__default["default"].createElement("path", {
1298
1340
  d: "M20 20H30V22H20zM20 24H26V26H20z"
1299
- })), _path86 || (_path86 = /*#__PURE__*/React__default["default"].createElement("path", {
1341
+ })), _path88 || (_path88 = /*#__PURE__*/React__default["default"].createElement("path", {
1300
1342
  d: "M30,17V16A13.9871,13.9871,0,1,0,19.23,29.625l-.46-1.9463A12.0419,12.0419,0,0,1,16,28c-.19,0-.375-.0186-.563-.0273A20.3044,20.3044,0,0,1,12.0259,17Zm-2.0415-2H21.9751A24.2838,24.2838,0,0,0,19.2014,4.4414,12.0228,12.0228,0,0,1,27.9585,15ZM16.563,4.0273A20.3044,20.3044,0,0,1,19.9741,15H12.0259A20.3044,20.3044,0,0,1,15.437,4.0273C15.625,4.0186,15.81,4,16,4S16.375,4.0186,16.563,4.0273Zm-3.7644.4141A24.2838,24.2838,0,0,0,10.0249,15H4.0415A12.0228,12.0228,0,0,1,12.7986,4.4414Zm0,23.1172A12.0228,12.0228,0,0,1,4.0415,17h5.9834A24.2838,24.2838,0,0,0,12.7986,27.5586Z"
1301
1343
  })), children);
1302
1344
  });
1303
1345
  if (process.env.NODE_ENV !== "production") {
1304
1346
  DnsServices.propTypes = iconPropTypes.iconPropTypes;
1305
1347
  }
1306
- const Doc = /*#__PURE__*/React__default["default"].forwardRef(function Doc(_ref56, ref) {
1348
+ const Doc = /*#__PURE__*/React__default["default"].forwardRef(function Doc(_ref58, ref) {
1307
1349
  let {
1308
1350
  children,
1309
1351
  size = 16,
1310
1352
  ...rest
1311
- } = _ref56;
1353
+ } = _ref58;
1312
1354
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1313
1355
  width: size,
1314
1356
  height: size,
@@ -1317,19 +1359,19 @@ const Doc = /*#__PURE__*/React__default["default"].forwardRef(function Doc(_ref5
1317
1359
  viewBox: "0 0 32 32",
1318
1360
  fill: "currentColor",
1319
1361
  ...rest
1320
- }, _path87 || (_path87 = /*#__PURE__*/React__default["default"].createElement("path", {
1362
+ }, _path89 || (_path89 = /*#__PURE__*/React__default["default"].createElement("path", {
1321
1363
  d: "M30 23H24a2.0023 2.0023 0 01-2-2V11a2.002 2.002 0 012-2h6v2H24V21h6zM18 23H14a2.0023 2.0023 0 01-2-2V11a2.002 2.002 0 012-2h4a2.002 2.002 0 012 2V21A2.0023 2.0023 0 0118 23zM14 11V21h4V11zM6 23H2V9H6a4.0045 4.0045 0 014 4v6A4.0045 4.0045 0 016 23zM4 21H6a2.002 2.002 0 002-2V13a2.002 2.002 0 00-2-2H4z"
1322
1364
  })), children);
1323
1365
  });
1324
1366
  if (process.env.NODE_ENV !== "production") {
1325
1367
  Doc.propTypes = iconPropTypes.iconPropTypes;
1326
1368
  }
1327
- const Document = /*#__PURE__*/React__default["default"].forwardRef(function Document(_ref57, ref) {
1369
+ const Document = /*#__PURE__*/React__default["default"].forwardRef(function Document(_ref59, ref) {
1328
1370
  let {
1329
1371
  children,
1330
1372
  size = 16,
1331
1373
  ...rest
1332
- } = _ref57;
1374
+ } = _ref59;
1333
1375
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1334
1376
  width: size,
1335
1377
  height: size,
@@ -1338,21 +1380,21 @@ const Document = /*#__PURE__*/React__default["default"].forwardRef(function Docu
1338
1380
  viewBox: "0 0 32 32",
1339
1381
  fill: "currentColor",
1340
1382
  ...rest
1341
- }, _path88 || (_path88 = /*#__PURE__*/React__default["default"].createElement("path", {
1383
+ }, _path90 || (_path90 = /*#__PURE__*/React__default["default"].createElement("path", {
1342
1384
  d: "M25.7,9.3l-7-7C18.5,2.1,18.3,2,18,2H8C6.9,2,6,2.9,6,4v24c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V10C26,9.7,25.9,9.5,25.7,9.3 z M18,4.4l5.6,5.6H18V4.4z M24,28H8V4h8v6c0,1.1,0.9,2,2,2h6V28z"
1343
- })), _path89 || (_path89 = /*#__PURE__*/React__default["default"].createElement("path", {
1385
+ })), _path91 || (_path91 = /*#__PURE__*/React__default["default"].createElement("path", {
1344
1386
  d: "M10 22H22V24H10zM10 16H22V18H10z"
1345
1387
  })), children);
1346
1388
  });
1347
1389
  if (process.env.NODE_ENV !== "production") {
1348
1390
  Document.propTypes = iconPropTypes.iconPropTypes;
1349
1391
  }
1350
- const DocumentAdd = /*#__PURE__*/React__default["default"].forwardRef(function DocumentAdd(_ref58, ref) {
1392
+ const DocumentAdd = /*#__PURE__*/React__default["default"].forwardRef(function DocumentAdd(_ref60, ref) {
1351
1393
  let {
1352
1394
  children,
1353
1395
  size = 16,
1354
1396
  ...rest
1355
- } = _ref58;
1397
+ } = _ref60;
1356
1398
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1357
1399
  width: size,
1358
1400
  height: size,
@@ -1361,21 +1403,21 @@ const DocumentAdd = /*#__PURE__*/React__default["default"].forwardRef(function D
1361
1403
  viewBox: "0 0 32 32",
1362
1404
  fill: "currentColor",
1363
1405
  ...rest
1364
- }, _path90 || (_path90 = /*#__PURE__*/React__default["default"].createElement("path", {
1406
+ }, _path92 || (_path92 = /*#__PURE__*/React__default["default"].createElement("path", {
1365
1407
  d: "M30 24L26 24 26 20 24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26 30 24z"
1366
- })), _path91 || (_path91 = /*#__PURE__*/React__default["default"].createElement("path", {
1408
+ })), _path93 || (_path93 = /*#__PURE__*/React__default["default"].createElement("path", {
1367
1409
  d: "M16,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v4h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h8ZM18,4.4,23.6,10H18Z"
1368
1410
  })), children);
1369
1411
  });
1370
1412
  if (process.env.NODE_ENV !== "production") {
1371
1413
  DocumentAdd.propTypes = iconPropTypes.iconPropTypes;
1372
1414
  }
1373
- const DocumentAttachment = /*#__PURE__*/React__default["default"].forwardRef(function DocumentAttachment(_ref59, ref) {
1415
+ const DocumentAttachment = /*#__PURE__*/React__default["default"].forwardRef(function DocumentAttachment(_ref61, ref) {
1374
1416
  let {
1375
1417
  children,
1376
1418
  size = 16,
1377
1419
  ...rest
1378
- } = _ref59;
1420
+ } = _ref61;
1379
1421
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1380
1422
  width: size,
1381
1423
  height: size,
@@ -1384,21 +1426,21 @@ const DocumentAttachment = /*#__PURE__*/React__default["default"].forwardRef(fun
1384
1426
  viewBox: "0 0 32 32",
1385
1427
  fill: "currentColor",
1386
1428
  ...rest
1387
- }, _path92 || (_path92 = /*#__PURE__*/React__default["default"].createElement("path", {
1429
+ }, _path94 || (_path94 = /*#__PURE__*/React__default["default"].createElement("path", {
1388
1430
  d: "M26,30H11a2.0023,2.0023,0,0,1-2-2V22h2v6H26V6H17V4h9a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,26,30Z"
1389
- })), _path93 || (_path93 = /*#__PURE__*/React__default["default"].createElement("path", {
1431
+ })), _path95 || (_path95 = /*#__PURE__*/React__default["default"].createElement("path", {
1390
1432
  d: "M17 10H24V12H17zM16 15H24V17H16zM15 20H24V22H15zM9 19a5.0055 5.0055 0 01-5-5V3H6V14a3 3 0 006 0V5a1 1 0 00-2 0V15H8V5a3 3 0 016 0v9A5.0055 5.0055 0 019 19z"
1391
1433
  })), children);
1392
1434
  });
1393
1435
  if (process.env.NODE_ENV !== "production") {
1394
1436
  DocumentAttachment.propTypes = iconPropTypes.iconPropTypes;
1395
1437
  }
1396
- const DocumentAudio = /*#__PURE__*/React__default["default"].forwardRef(function DocumentAudio(_ref60, ref) {
1438
+ const DocumentAudio = /*#__PURE__*/React__default["default"].forwardRef(function DocumentAudio(_ref62, ref) {
1397
1439
  let {
1398
1440
  children,
1399
1441
  size = 16,
1400
1442
  ...rest
1401
- } = _ref60;
1443
+ } = _ref62;
1402
1444
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1403
1445
  width: size,
1404
1446
  height: size,
@@ -1407,21 +1449,21 @@ const DocumentAudio = /*#__PURE__*/React__default["default"].forwardRef(function
1407
1449
  viewBox: "0 0 32 32",
1408
1450
  fill: "currentColor",
1409
1451
  ...rest
1410
- }, _path94 || (_path94 = /*#__PURE__*/React__default["default"].createElement("path", {
1452
+ }, _path96 || (_path96 = /*#__PURE__*/React__default["default"].createElement("path", {
1411
1453
  d: "M29,31a.9987.9987,0,0,1-.6245-.2192L23.6494,27H20a1,1,0,0,1-1-1V21a1,1,0,0,1,1-1h3.6494l4.7261-3.7808A1,1,0,0,1,30,17V30a1,1,0,0,1-1,1Zm-8-6h3a1,1,0,0,1,.6245.2192L28,27.9194V19.0806l-3.3755,2.7A1,1,0,0,1,24,22H21Z"
1412
- })), _path95 || (_path95 = /*#__PURE__*/React__default["default"].createElement("path", {
1454
+ })), _path97 || (_path97 = /*#__PURE__*/React__default["default"].createElement("path", {
1413
1455
  d: "M16,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v3l2,0V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h8ZM18,4.4,23.6,10H18Z"
1414
1456
  })), children);
1415
1457
  });
1416
1458
  if (process.env.NODE_ENV !== "production") {
1417
1459
  DocumentAudio.propTypes = iconPropTypes.iconPropTypes;
1418
1460
  }
1419
- const DocumentBlank = /*#__PURE__*/React__default["default"].forwardRef(function DocumentBlank(_ref61, ref) {
1461
+ const DocumentBlank = /*#__PURE__*/React__default["default"].forwardRef(function DocumentBlank(_ref63, ref) {
1420
1462
  let {
1421
1463
  children,
1422
1464
  size = 16,
1423
1465
  ...rest
1424
- } = _ref61;
1466
+ } = _ref63;
1425
1467
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1426
1468
  width: size,
1427
1469
  height: size,
@@ -1430,19 +1472,19 @@ const DocumentBlank = /*#__PURE__*/React__default["default"].forwardRef(function
1430
1472
  viewBox: "0 0 32 32",
1431
1473
  fill: "currentColor",
1432
1474
  ...rest
1433
- }, _path96 || (_path96 = /*#__PURE__*/React__default["default"].createElement("path", {
1475
+ }, _path98 || (_path98 = /*#__PURE__*/React__default["default"].createElement("path", {
1434
1476
  d: "M25.7,9.3l-7-7A.9078.9078,0,0,0,18,2H8A2.0059,2.0059,0,0,0,6,4V28a2.0059,2.0059,0,0,0,2,2H24a2.0059,2.0059,0,0,0,2-2V10A.9078.9078,0,0,0,25.7,9.3ZM18,4.4,23.6,10H18ZM24,28H8V4h8v6a2.0059,2.0059,0,0,0,2,2h6Z"
1435
1477
  })), children);
1436
1478
  });
1437
1479
  if (process.env.NODE_ENV !== "production") {
1438
1480
  DocumentBlank.propTypes = iconPropTypes.iconPropTypes;
1439
1481
  }
1440
- const DocumentComment = /*#__PURE__*/React__default["default"].forwardRef(function DocumentComment(_ref62, ref) {
1482
+ const DocumentComment = /*#__PURE__*/React__default["default"].forwardRef(function DocumentComment(_ref64, ref) {
1441
1483
  let {
1442
1484
  children,
1443
1485
  size = 16,
1444
1486
  ...rest
1445
- } = _ref62;
1487
+ } = _ref64;
1446
1488
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1447
1489
  width: size,
1448
1490
  height: size,
@@ -1451,10 +1493,10 @@ const DocumentComment = /*#__PURE__*/React__default["default"].forwardRef(functi
1451
1493
  viewBox: "0 0 32 32",
1452
1494
  fill: "currentColor",
1453
1495
  ...rest
1454
- }, _path97 || (_path97 = /*#__PURE__*/React__default["default"].createElement("path", {
1496
+ }, _path99 || (_path99 = /*#__PURE__*/React__default["default"].createElement("path", {
1455
1497
  strokeWidth: "0",
1456
1498
  d: "m26,17h-10c-1.104.0014-1.9986.896-2,2v6c0,1.1046.8954,2,2,2h4v-2h-4v-6h10v6h-2.5352l-2.5937,3.8906,1.6641,1.1094,2-3h1.4648c1.1046,0,2-.8954,2-2v-6c-.0014-1.104-.896-1.9986-2-2Z"
1457
- })), _path98 || (_path98 = /*#__PURE__*/React__default["default"].createElement("path", {
1499
+ })), _path100 || (_path100 = /*#__PURE__*/React__default["default"].createElement("path", {
1458
1500
  strokeWidth: "0",
1459
1501
  d: "m22,14h2v-4c0-.2998-.1001-.5-.3-.7002l-7-7c-.2-.1997-.3999-.2998-.7-.2998H6c-1.1001,0-2,.8999-2,2v24c0,1.1001.8999,2,2,2h6v-2h-6V4h8v6c0,1.1001.8999,2,2,2h6v2Zm-6-4v-5.6001l5.6001,5.6001h-5.6001Z"
1460
1502
  })), children);
@@ -1462,12 +1504,12 @@ const DocumentComment = /*#__PURE__*/React__default["default"].forwardRef(functi
1462
1504
  if (process.env.NODE_ENV !== "production") {
1463
1505
  DocumentComment.propTypes = iconPropTypes.iconPropTypes;
1464
1506
  }
1465
- const DocumentConfiguration = /*#__PURE__*/React__default["default"].forwardRef(function DocumentConfiguration(_ref63, ref) {
1507
+ const DocumentConfiguration = /*#__PURE__*/React__default["default"].forwardRef(function DocumentConfiguration(_ref65, ref) {
1466
1508
  let {
1467
1509
  children,
1468
1510
  size = 16,
1469
1511
  ...rest
1470
- } = _ref63;
1512
+ } = _ref65;
1471
1513
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1472
1514
  width: size,
1473
1515
  height: size,
@@ -1476,10 +1518,10 @@ const DocumentConfiguration = /*#__PURE__*/React__default["default"].forwardRef(
1476
1518
  viewBox: "0 0 32 32",
1477
1519
  fill: "currentColor",
1478
1520
  ...rest
1479
- }, _path99 || (_path99 = /*#__PURE__*/React__default["default"].createElement("path", {
1521
+ }, _path101 || (_path101 = /*#__PURE__*/React__default["default"].createElement("path", {
1480
1522
  strokeWidth: "0",
1481
1523
  d: "m30,24v-2h-2.1011c-.1289-.6259-.3775-1.2211-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49c-.5318-.3545-1.127-.603-1.753-.732v-2.1011h-2v2.1011c-.6259.1289-1.2211.3775-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49c-.3545.5318-.603,1.127-.732,1.753h-2.1011v2h2.1011c.1289.6259.3775,1.2211.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49c.5318.3545,1.127.603,1.753.732v2.1011h2v-2.1011c.6259-.1289,1.2211-.3775,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49c.3545-.5318.603-1.127.732-1.753h2.1011Zm-7,2c-1.6569,0-3-1.3431-3-3s1.3431-3,3-3,3,1.3431,3,3c-.0018,1.6561-1.3439,2.9982-3,3Z"
1482
- })), _path100 || (_path100 = /*#__PURE__*/React__default["default"].createElement("path", {
1524
+ })), _path102 || (_path102 = /*#__PURE__*/React__default["default"].createElement("path", {
1483
1525
  strokeWidth: "0",
1484
1526
  d: "m23.499,9.085l-6.792-6.792c-.1875-.1875-.4419-.293-.707-.293H6c-1.1001,0-2,.8999-2,2v24c0,1.1001.8999,2,2,2h8v-2H6V4h8v6c0,1.1025.897,2,2,2h6.292c.6929,0,1.312-.4136,1.5771-1.0537.2656-.6406.1201-1.3711-.3701-1.8613Zm-7.499.915v-5.5859l5.5854,5.5859h-5.5854Z"
1485
1527
  })), children);
@@ -1487,12 +1529,12 @@ const DocumentConfiguration = /*#__PURE__*/React__default["default"].forwardRef(
1487
1529
  if (process.env.NODE_ENV !== "production") {
1488
1530
  DocumentConfiguration.propTypes = iconPropTypes.iconPropTypes;
1489
1531
  }
1490
- const DocumentDownload = /*#__PURE__*/React__default["default"].forwardRef(function DocumentDownload(_ref64, ref) {
1532
+ const DocumentDownload = /*#__PURE__*/React__default["default"].forwardRef(function DocumentDownload(_ref66, ref) {
1491
1533
  let {
1492
1534
  children,
1493
1535
  size = 16,
1494
1536
  ...rest
1495
- } = _ref64;
1537
+ } = _ref66;
1496
1538
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1497
1539
  width: size,
1498
1540
  height: size,
@@ -1501,21 +1543,21 @@ const DocumentDownload = /*#__PURE__*/React__default["default"].forwardRef(funct
1501
1543
  viewBox: "0 0 32 32",
1502
1544
  fill: "currentColor",
1503
1545
  ...rest
1504
- }, _path101 || (_path101 = /*#__PURE__*/React__default["default"].createElement("path", {
1546
+ }, _path103 || (_path103 = /*#__PURE__*/React__default["default"].createElement("path", {
1505
1547
  d: "M30 25L28.586 23.586 26 26.172 26 18 24 18 24 26.172 21.414 23.586 20 25 25 30 30 25z"
1506
- })), _path102 || (_path102 = /*#__PURE__*/React__default["default"].createElement("path", {
1548
+ })), _path104 || (_path104 = /*#__PURE__*/React__default["default"].createElement("path", {
1507
1549
  d: "M18,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v3l2,0V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2H18ZM18,4.4,23.6,10H18Z"
1508
1550
  })), children);
1509
1551
  });
1510
1552
  if (process.env.NODE_ENV !== "production") {
1511
1553
  DocumentDownload.propTypes = iconPropTypes.iconPropTypes;
1512
1554
  }
1513
- const DocumentEpdf = /*#__PURE__*/React__default["default"].forwardRef(function DocumentEpdf(_ref65, ref) {
1555
+ const DocumentEpdf = /*#__PURE__*/React__default["default"].forwardRef(function DocumentEpdf(_ref67, ref) {
1514
1556
  let {
1515
1557
  children,
1516
1558
  size = 16,
1517
1559
  ...rest
1518
- } = _ref65;
1560
+ } = _ref67;
1519
1561
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1520
1562
  width: size,
1521
1563
  height: size,
@@ -1524,21 +1566,21 @@ const DocumentEpdf = /*#__PURE__*/React__default["default"].forwardRef(function
1524
1566
  viewBox: "0 0 32 32",
1525
1567
  fill: "currentColor",
1526
1568
  ...rest
1527
- }, _path103 || (_path103 = /*#__PURE__*/React__default["default"].createElement("path", {
1569
+ }, _path105 || (_path105 = /*#__PURE__*/React__default["default"].createElement("path", {
1528
1570
  d: "M28,26V22a2.0023,2.0023,0,0,0-2-2H22a2.0023,2.0023,0,0,0-2,2v6a2.0077,2.0077,0,0,0,2,2h5V28H22V26Zm-6-4h4v2H22Z"
1529
- })), _path104 || (_path104 = /*#__PURE__*/React__default["default"].createElement("path", {
1571
+ })), _path106 || (_path106 = /*#__PURE__*/React__default["default"].createElement("path", {
1530
1572
  d: "M25.707,9.293l-7-7A1,1,0,0,0,18,2H8A2.002,2.002,0,0,0,6,4V28a2.0023,2.0023,0,0,0,2,2h8V28H8V4h8v6a2.002,2.002,0,0,0,2,2h6v4h2V10A1,1,0,0,0,25.707,9.293ZM18,4.4141,23.5859,10H18Z"
1531
1573
  })), children);
1532
1574
  });
1533
1575
  if (process.env.NODE_ENV !== "production") {
1534
1576
  DocumentEpdf.propTypes = iconPropTypes.iconPropTypes;
1535
1577
  }
1536
- const DocumentExport = /*#__PURE__*/React__default["default"].forwardRef(function DocumentExport(_ref66, ref) {
1578
+ const DocumentExport = /*#__PURE__*/React__default["default"].forwardRef(function DocumentExport(_ref68, ref) {
1537
1579
  let {
1538
1580
  children,
1539
1581
  size = 16,
1540
1582
  ...rest
1541
- } = _ref66;
1583
+ } = _ref68;
1542
1584
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1543
1585
  width: size,
1544
1586
  height: size,
@@ -1547,21 +1589,21 @@ const DocumentExport = /*#__PURE__*/React__default["default"].forwardRef(functio
1547
1589
  viewBox: "0 0 32 32",
1548
1590
  fill: "currentColor",
1549
1591
  ...rest
1550
- }, _path105 || (_path105 = /*#__PURE__*/React__default["default"].createElement("path", {
1592
+ }, _path107 || (_path107 = /*#__PURE__*/React__default["default"].createElement("path", {
1551
1593
  d: "M13 21L26.17 21 23.59 23.59 25 25 30 20 25 15 23.59 16.41 26.17 19 13 19 13 21z"
1552
- })), _path106 || (_path106 = /*#__PURE__*/React__default["default"].createElement("path", {
1594
+ })), _path108 || (_path108 = /*#__PURE__*/React__default["default"].createElement("path", {
1553
1595
  d: "M22,14V10a1,1,0,0,0-.29-.71l-7-7A1,1,0,0,0,14,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V26H20v2H4V4h8v6a2,2,0,0,0,2,2h6v2Zm-8-4V4.41L19.59,10Z"
1554
1596
  })), children);
1555
1597
  });
1556
1598
  if (process.env.NODE_ENV !== "production") {
1557
1599
  DocumentExport.propTypes = iconPropTypes.iconPropTypes;
1558
1600
  }
1559
- const DocumentHorizontal = /*#__PURE__*/React__default["default"].forwardRef(function DocumentHorizontal(_ref67, ref) {
1601
+ const DocumentHorizontal = /*#__PURE__*/React__default["default"].forwardRef(function DocumentHorizontal(_ref69, ref) {
1560
1602
  let {
1561
1603
  children,
1562
1604
  size = 16,
1563
1605
  ...rest
1564
- } = _ref67;
1606
+ } = _ref69;
1565
1607
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1566
1608
  width: size,
1567
1609
  height: size,
@@ -1570,21 +1612,21 @@ const DocumentHorizontal = /*#__PURE__*/React__default["default"].forwardRef(fun
1570
1612
  viewBox: "0 0 32 32",
1571
1613
  fill: "currentColor",
1572
1614
  ...rest
1573
- }, _path107 || (_path107 = /*#__PURE__*/React__default["default"].createElement("path", {
1615
+ }, _path109 || (_path109 = /*#__PURE__*/React__default["default"].createElement("path", {
1574
1616
  d: "M28,6H4A2.0023,2.0023,0,0,0,2,8V24a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V8A2.0023,2.0023,0,0,0,28,6ZM20,24H12V22a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1Zm8,0H22V22a3,3,0,0,0-3-3H13a3,3,0,0,0-3,3v2H4V8H28Z"
1575
- })), _path108 || (_path108 = /*#__PURE__*/React__default["default"].createElement("path", {
1617
+ })), _path110 || (_path110 = /*#__PURE__*/React__default["default"].createElement("path", {
1576
1618
  d: "M16,18a4,4,0,1,0-4-4A4,4,0,0,0,16,18Zm0-6a2,2,0,1,1-2,2A2,2,0,0,1,16,12Z"
1577
1619
  })), children);
1578
1620
  });
1579
1621
  if (process.env.NODE_ENV !== "production") {
1580
1622
  DocumentHorizontal.propTypes = iconPropTypes.iconPropTypes;
1581
1623
  }
1582
- const DocumentImport = /*#__PURE__*/React__default["default"].forwardRef(function DocumentImport(_ref68, ref) {
1624
+ const DocumentImport = /*#__PURE__*/React__default["default"].forwardRef(function DocumentImport(_ref70, ref) {
1583
1625
  let {
1584
1626
  children,
1585
1627
  size = 16,
1586
1628
  ...rest
1587
- } = _ref68;
1629
+ } = _ref70;
1588
1630
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1589
1631
  width: size,
1590
1632
  height: size,
@@ -1593,21 +1635,21 @@ const DocumentImport = /*#__PURE__*/React__default["default"].forwardRef(functio
1593
1635
  viewBox: "0 0 32 32",
1594
1636
  fill: "currentColor",
1595
1637
  ...rest
1596
- }, _path109 || (_path109 = /*#__PURE__*/React__default["default"].createElement("path", {
1638
+ }, _path111 || (_path111 = /*#__PURE__*/React__default["default"].createElement("path", {
1597
1639
  d: "M28 19L14.83 19 17.41 16.41 16 15 11 20 16 25 17.41 23.59 14.83 21 28 21 28 19z"
1598
- })), _path110 || (_path110 = /*#__PURE__*/React__default["default"].createElement("path", {
1640
+ })), _path112 || (_path112 = /*#__PURE__*/React__default["default"].createElement("path", {
1599
1641
  d: "M24,14V10a1,1,0,0,0-.29-.71l-7-7A1,1,0,0,0,16,2H6A2,2,0,0,0,4,4V28a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V26H22v2H6V4h8v6a2,2,0,0,0,2,2h6v2Zm-8-4V4.41L21.59,10Z"
1600
1642
  })), children);
1601
1643
  });
1602
1644
  if (process.env.NODE_ENV !== "production") {
1603
1645
  DocumentImport.propTypes = iconPropTypes.iconPropTypes;
1604
1646
  }
1605
- const DocumentMultiple_01 = /*#__PURE__*/React__default["default"].forwardRef(function DocumentMultiple_01(_ref69, ref) {
1647
+ const DocumentMultiple_01 = /*#__PURE__*/React__default["default"].forwardRef(function DocumentMultiple_01(_ref71, ref) {
1606
1648
  let {
1607
1649
  children,
1608
1650
  size = 16,
1609
1651
  ...rest
1610
- } = _ref69;
1652
+ } = _ref71;
1611
1653
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1612
1654
  width: size,
1613
1655
  height: size,
@@ -1616,21 +1658,21 @@ const DocumentMultiple_01 = /*#__PURE__*/React__default["default"].forwardRef(fu
1616
1658
  viewBox: "0 0 32 32",
1617
1659
  fill: "currentColor",
1618
1660
  ...rest
1619
- }, _path111 || (_path111 = /*#__PURE__*/React__default["default"].createElement("path", {
1661
+ }, _path113 || (_path113 = /*#__PURE__*/React__default["default"].createElement("path", {
1620
1662
  d: "M2 6H4V26H2zM6 4H8V28H6zM14 22H26V24H14zM14 16H26V18H14z"
1621
- })), _path112 || (_path112 = /*#__PURE__*/React__default["default"].createElement("path", {
1663
+ })), _path114 || (_path114 = /*#__PURE__*/React__default["default"].createElement("path", {
1622
1664
  d: "M29.7,9.3l-7-7C22.5,2.1,22.3,2,22,2H12c-1.1,0-2,0.9-2,2v24c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V10 C30,9.7,29.9,9.5,29.7,9.3z M22,4.4l5.6,5.6H22V4.4z M28,28H12V4h8v6c0,1.1,0.9,2,2,2h6V28z"
1623
1665
  })), children);
1624
1666
  });
1625
1667
  if (process.env.NODE_ENV !== "production") {
1626
1668
  DocumentMultiple_01.propTypes = iconPropTypes.iconPropTypes;
1627
1669
  }
1628
- const DocumentMultiple_02 = /*#__PURE__*/React__default["default"].forwardRef(function DocumentMultiple_02(_ref70, ref) {
1670
+ const DocumentMultiple_02 = /*#__PURE__*/React__default["default"].forwardRef(function DocumentMultiple_02(_ref72, ref) {
1629
1671
  let {
1630
1672
  children,
1631
1673
  size = 16,
1632
1674
  ...rest
1633
- } = _ref70;
1675
+ } = _ref72;
1634
1676
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1635
1677
  width: size,
1636
1678
  height: size,
@@ -1639,25 +1681,25 @@ const DocumentMultiple_02 = /*#__PURE__*/React__default["default"].forwardRef(fu
1639
1681
  viewBox: "0 0 32 32",
1640
1682
  fill: "currentColor",
1641
1683
  ...rest
1642
- }, _path113 || (_path113 = /*#__PURE__*/React__default["default"].createElement("path", {
1684
+ }, _path115 || (_path115 = /*#__PURE__*/React__default["default"].createElement("path", {
1643
1685
  d: "M18,31H6c-1.1,0-2-0.9-2-2V12h2v17h12V31z"
1644
- })), _path114 || (_path114 = /*#__PURE__*/React__default["default"].createElement("path", {
1686
+ })), _path116 || (_path116 = /*#__PURE__*/React__default["default"].createElement("path", {
1645
1687
  d: "M22,27H10c-1.1,0-2-0.9-2-2V8h2v17h12V27z"
1646
- })), _path115 || (_path115 = /*#__PURE__*/React__default["default"].createElement("path", {
1688
+ })), _path117 || (_path117 = /*#__PURE__*/React__default["default"].createElement("path", {
1647
1689
  d: "M16 16H24V18H16z"
1648
- })), _path116 || (_path116 = /*#__PURE__*/React__default["default"].createElement("path", {
1690
+ })), _path118 || (_path118 = /*#__PURE__*/React__default["default"].createElement("path", {
1649
1691
  d: "M27.7,9.3l-7-7C20.5,2.1,20.3,2,20,2h-6c-1.1,0-2,0.9-2,2v17c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V10 C28,9.7,27.9,9.5,27.7,9.3z M20,4.4l5.6,5.6H20V4.4z M26,21H14V4h4v6c0,1.1,0.9,2,2,2h6V21z"
1650
1692
  })), children);
1651
1693
  });
1652
1694
  if (process.env.NODE_ENV !== "production") {
1653
1695
  DocumentMultiple_02.propTypes = iconPropTypes.iconPropTypes;
1654
1696
  }
1655
- const DocumentPdf = /*#__PURE__*/React__default["default"].forwardRef(function DocumentPdf(_ref71, ref) {
1697
+ const DocumentPdf = /*#__PURE__*/React__default["default"].forwardRef(function DocumentPdf(_ref73, ref) {
1656
1698
  let {
1657
1699
  children,
1658
1700
  size = 16,
1659
1701
  ...rest
1660
- } = _ref71;
1702
+ } = _ref73;
1661
1703
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1662
1704
  width: size,
1663
1705
  height: size,
@@ -1666,21 +1708,21 @@ const DocumentPdf = /*#__PURE__*/React__default["default"].forwardRef(function D
1666
1708
  viewBox: "0 0 32 32",
1667
1709
  fill: "currentColor",
1668
1710
  ...rest
1669
- }, _path117 || (_path117 = /*#__PURE__*/React__default["default"].createElement("path", {
1711
+ }, _path119 || (_path119 = /*#__PURE__*/React__default["default"].createElement("path", {
1670
1712
  d: "M30 18L30 16 24 16 24 26 26 26 26 22 29 22 29 20 26 20 26 18 30 18zM19 26H15V16h4a3.0033 3.0033 0 013 3v4A3.0033 3.0033 0 0119 26zm-2-2h2a1.0011 1.0011 0 001-1V19a1.0011 1.0011 0 00-1-1H17zM11 16H6V26H8V23h3a2.0027 2.0027 0 002-2V18A2.0023 2.0023 0 0011 16zM8 21V18h3l.001 3z"
1671
- })), _path118 || (_path118 = /*#__PURE__*/React__default["default"].createElement("path", {
1713
+ })), _path120 || (_path120 = /*#__PURE__*/React__default["default"].createElement("path", {
1672
1714
  d: "M22,14V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,14,2H4A2.0059,2.0059,0,0,0,2,4V28a2,2,0,0,0,2,2H20V28H4V4h8v6a2.0059,2.0059,0,0,0,2,2h6v2Zm-8-4V4.4L19.6,10Z"
1673
1715
  })), children);
1674
1716
  });
1675
1717
  if (process.env.NODE_ENV !== "production") {
1676
1718
  DocumentPdf.propTypes = iconPropTypes.iconPropTypes;
1677
1719
  }
1678
- const DocumentPreliminary = /*#__PURE__*/React__default["default"].forwardRef(function DocumentPreliminary(_ref72, ref) {
1720
+ const DocumentPreliminary = /*#__PURE__*/React__default["default"].forwardRef(function DocumentPreliminary(_ref74, ref) {
1679
1721
  let {
1680
1722
  children,
1681
1723
  size = 16,
1682
1724
  ...rest
1683
- } = _ref72;
1725
+ } = _ref74;
1684
1726
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1685
1727
  width: size,
1686
1728
  height: size,
@@ -1689,21 +1731,21 @@ const DocumentPreliminary = /*#__PURE__*/React__default["default"].forwardRef(fu
1689
1731
  viewBox: "0 0 32 32",
1690
1732
  fill: "currentColor",
1691
1733
  ...rest
1692
- }, _path119 || (_path119 = /*#__PURE__*/React__default["default"].createElement("path", {
1734
+ }, _path121 || (_path121 = /*#__PURE__*/React__default["default"].createElement("path", {
1693
1735
  d: "M24 30a6 6 0 116-6A6.0067 6.0067 0 0124 30zm0-10a4 4 0 104 4A4.0045 4.0045 0 0024 20zM8 22H16V24H8zM8 16H18V18H8z"
1694
- })), _path120 || (_path120 = /*#__PURE__*/React__default["default"].createElement("path", {
1736
+ })), _path122 || (_path122 = /*#__PURE__*/React__default["default"].createElement("path", {
1695
1737
  d: "M16,28H6V4h8v6a2.0058,2.0058,0,0,0,2,2h6v3h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,16,2H6A2.0058,2.0058,0,0,0,4,4V28a2.0058,2.0058,0,0,0,2,2H16ZM16,4.4,21.6,10H16Z"
1696
1738
  })), children);
1697
1739
  });
1698
1740
  if (process.env.NODE_ENV !== "production") {
1699
1741
  DocumentPreliminary.propTypes = iconPropTypes.iconPropTypes;
1700
1742
  }
1701
- const DocumentProtected = /*#__PURE__*/React__default["default"].forwardRef(function DocumentProtected(_ref73, ref) {
1743
+ const DocumentProtected = /*#__PURE__*/React__default["default"].forwardRef(function DocumentProtected(_ref75, ref) {
1702
1744
  let {
1703
1745
  children,
1704
1746
  size = 16,
1705
1747
  ...rest
1706
- } = _ref73;
1748
+ } = _ref75;
1707
1749
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1708
1750
  width: size,
1709
1751
  height: size,
@@ -1712,21 +1754,21 @@ const DocumentProtected = /*#__PURE__*/React__default["default"].forwardRef(func
1712
1754
  viewBox: "0 0 32 32",
1713
1755
  fill: "currentColor",
1714
1756
  ...rest
1715
- }, _path121 || (_path121 = /*#__PURE__*/React__default["default"].createElement("path", {
1757
+ }, _path123 || (_path123 = /*#__PURE__*/React__default["default"].createElement("path", {
1716
1758
  d: "M28,21V18a4,4,0,0,0-8,0v3a2.0025,2.0025,0,0,0-2,2v5a2.0025,2.0025,0,0,0,2,2h8a2.0025,2.0025,0,0,0,2-2V23A2.0025,2.0025,0,0,0,28,21Zm-6-3a2,2,0,0,1,4,0v3H22ZM20,28V23h8v5Z"
1717
- })), _path122 || (_path122 = /*#__PURE__*/React__default["default"].createElement("path", {
1759
+ })), _path124 || (_path124 = /*#__PURE__*/React__default["default"].createElement("path", {
1718
1760
  d: "M23.499,9.085,16.707,2.293A1,1,0,0,0,16,2H6A2.0058,2.0058,0,0,0,4,4V28a2.0058,2.0058,0,0,0,2,2h8V28H6V4h8v6a2.0023,2.0023,0,0,0,2,2h6.292a1.7075,1.7075,0,0,0,1.207-2.915ZM16,10V4.4141L21.5854,10Z"
1719
1761
  })), children);
1720
1762
  });
1721
1763
  if (process.env.NODE_ENV !== "production") {
1722
1764
  DocumentProtected.propTypes = iconPropTypes.iconPropTypes;
1723
1765
  }
1724
- const DocumentRequirements = /*#__PURE__*/React__default["default"].forwardRef(function DocumentRequirements(_ref74, ref) {
1766
+ const DocumentRequirements = /*#__PURE__*/React__default["default"].forwardRef(function DocumentRequirements(_ref76, ref) {
1725
1767
  let {
1726
1768
  children,
1727
1769
  size = 16,
1728
1770
  ...rest
1729
- } = _ref74;
1771
+ } = _ref76;
1730
1772
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1731
1773
  width: size,
1732
1774
  height: size,
@@ -1735,10 +1777,10 @@ const DocumentRequirements = /*#__PURE__*/React__default["default"].forwardRef(f
1735
1777
  viewBox: "0 0 32 32",
1736
1778
  fill: "currentColor",
1737
1779
  ...rest
1738
- }, _path123 || (_path123 = /*#__PURE__*/React__default["default"].createElement("path", {
1780
+ }, _path125 || (_path125 = /*#__PURE__*/React__default["default"].createElement("path", {
1739
1781
  strokeWidth: "0",
1740
1782
  d: "M28.5899 20.59L22 27.1798 19.41 24.5898 18 26 22 30 30 22 28.5899 20.59zM10 20H16V22H10zM10 16H18V18H10z"
1741
- })), _path124 || (_path124 = /*#__PURE__*/React__default["default"].createElement("path", {
1783
+ })), _path126 || (_path126 = /*#__PURE__*/React__default["default"].createElement("path", {
1742
1784
  strokeWidth: "0",
1743
1785
  d: "m8,4h8v6c0,1.1001.8999,2,2,2h6v6h2v-8c0-.2998-.1001-.5-.3-.7002l-7-7c-.2-.1997-.3999-.2998-.7-.2998h-10c-1.1001,0-2,.8999-2,2v24c0,1.1001.8999,2,2,2h7v-2h-7V4Zm10,.3999l5.6001,5.6001h-5.6001v-5.6001Z"
1744
1786
  })), children);
@@ -1746,12 +1788,12 @@ const DocumentRequirements = /*#__PURE__*/React__default["default"].forwardRef(f
1746
1788
  if (process.env.NODE_ENV !== "production") {
1747
1789
  DocumentRequirements.propTypes = iconPropTypes.iconPropTypes;
1748
1790
  }
1749
- const DocumentSecurity = /*#__PURE__*/React__default["default"].forwardRef(function DocumentSecurity(_ref75, ref) {
1791
+ const DocumentSecurity = /*#__PURE__*/React__default["default"].forwardRef(function DocumentSecurity(_ref77, ref) {
1750
1792
  let {
1751
1793
  children,
1752
1794
  size = 16,
1753
1795
  ...rest
1754
- } = _ref75;
1796
+ } = _ref77;
1755
1797
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1756
1798
  width: size,
1757
1799
  height: size,
@@ -1760,21 +1802,21 @@ const DocumentSecurity = /*#__PURE__*/React__default["default"].forwardRef(funct
1760
1802
  viewBox: "0 0 32 32",
1761
1803
  fill: "currentColor",
1762
1804
  ...rest
1763
- }, _path125 || (_path125 = /*#__PURE__*/React__default["default"].createElement("path", {
1805
+ }, _path127 || (_path127 = /*#__PURE__*/React__default["default"].createElement("path", {
1764
1806
  d: "M23,30l-2.1387-1.0127A5.0216,5.0216,0,0,1,18,24.4678V18H28v6.4678a5.0216,5.0216,0,0,1-2.8613,4.52ZM20,20v4.4678a3.012,3.012,0,0,0,1.7168,2.7109L23,27.7861l1.2832-.6074A3.012,3.012,0,0,0,26,24.4678V20Z"
1765
- })), _path126 || (_path126 = /*#__PURE__*/React__default["default"].createElement("path", {
1807
+ })), _path128 || (_path128 = /*#__PURE__*/React__default["default"].createElement("path", {
1766
1808
  d: "M16,28H6V4h8v6a2.0058,2.0058,0,0,0,2,2h6v3h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,16,2H6A2.0058,2.0058,0,0,0,4,4V28a2.0058,2.0058,0,0,0,2,2H16ZM16,4.4,21.6,10H16Z"
1767
1809
  })), children);
1768
1810
  });
1769
1811
  if (process.env.NODE_ENV !== "production") {
1770
1812
  DocumentSecurity.propTypes = iconPropTypes.iconPropTypes;
1771
1813
  }
1772
- const DocumentSigned = /*#__PURE__*/React__default["default"].forwardRef(function DocumentSigned(_ref76, ref) {
1814
+ const DocumentSigned = /*#__PURE__*/React__default["default"].forwardRef(function DocumentSigned(_ref78, ref) {
1773
1815
  let {
1774
1816
  children,
1775
1817
  size = 16,
1776
1818
  ...rest
1777
- } = _ref76;
1819
+ } = _ref78;
1778
1820
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1779
1821
  width: size,
1780
1822
  height: size,
@@ -1783,27 +1825,27 @@ const DocumentSigned = /*#__PURE__*/React__default["default"].forwardRef(functio
1783
1825
  viewBox: "0 0 32 32",
1784
1826
  fill: "currentColor",
1785
1827
  ...rest
1786
- }, _path127 || (_path127 = /*#__PURE__*/React__default["default"].createElement("path", {
1828
+ }, _path129 || (_path129 = /*#__PURE__*/React__default["default"].createElement("path", {
1787
1829
  d: "M19.4141,30H15V25.5857l5.0337-5.0337A4.6069,4.6069,0,0,1,20,20a5,5,0,1,1,4.4478,4.9663ZM17,28h1.5859l5.2061-5.2063.5395.1238a3.0351,3.0351,0,1,0-2.249-2.2488l.1236.5393L17,26.4143Z"
1788
1830
  })), _circle4 || (_circle4 = /*#__PURE__*/React__default["default"].createElement("circle", {
1789
1831
  cx: "25",
1790
1832
  cy: "20",
1791
1833
  r: "1"
1792
- })), _path128 || (_path128 = /*#__PURE__*/React__default["default"].createElement("path", {
1834
+ })), _path130 || (_path130 = /*#__PURE__*/React__default["default"].createElement("path", {
1793
1835
  d: "M8 6H20V8H8zM8 10H20V12H8zM8 14H14V16H8zM8 24H12V26H8z"
1794
- })), _path129 || (_path129 = /*#__PURE__*/React__default["default"].createElement("path", {
1836
+ })), _path131 || (_path131 = /*#__PURE__*/React__default["default"].createElement("path", {
1795
1837
  d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2v9H22V4H6V28h6Z"
1796
1838
  })), children);
1797
1839
  });
1798
1840
  if (process.env.NODE_ENV !== "production") {
1799
1841
  DocumentSigned.propTypes = iconPropTypes.iconPropTypes;
1800
1842
  }
1801
- const DocumentSketch = /*#__PURE__*/React__default["default"].forwardRef(function DocumentSketch(_ref77, ref) {
1843
+ const DocumentSketch = /*#__PURE__*/React__default["default"].forwardRef(function DocumentSketch(_ref79, ref) {
1802
1844
  let {
1803
1845
  children,
1804
1846
  size = 16,
1805
1847
  ...rest
1806
- } = _ref77;
1848
+ } = _ref79;
1807
1849
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1808
1850
  width: size,
1809
1851
  height: size,
@@ -1812,21 +1854,21 @@ const DocumentSketch = /*#__PURE__*/React__default["default"].forwardRef(functio
1812
1854
  viewBox: "0 0 32 32",
1813
1855
  fill: "currentColor",
1814
1856
  ...rest
1815
- }, _path130 || (_path130 = /*#__PURE__*/React__default["default"].createElement("path", {
1857
+ }, _path132 || (_path132 = /*#__PURE__*/React__default["default"].createElement("path", {
1816
1858
  d: "M26,20l1.4272,1.9028L23,26.9629l-4.4272-5.06L20,20h6m1-2H19l-3,4,7,8,7-8-3-4Z"
1817
- })), _path131 || (_path131 = /*#__PURE__*/React__default["default"].createElement("path", {
1859
+ })), _path133 || (_path133 = /*#__PURE__*/React__default["default"].createElement("path", {
1818
1860
  d: "M16,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v3l2,0V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h8ZM18,4.4,23.6,10H18Z"
1819
1861
  })), children);
1820
1862
  });
1821
1863
  if (process.env.NODE_ENV !== "production") {
1822
1864
  DocumentSketch.propTypes = iconPropTypes.iconPropTypes;
1823
1865
  }
1824
- const DocumentSubject = /*#__PURE__*/React__default["default"].forwardRef(function DocumentSubject(_ref78, ref) {
1866
+ const DocumentSubject = /*#__PURE__*/React__default["default"].forwardRef(function DocumentSubject(_ref80, ref) {
1825
1867
  let {
1826
1868
  children,
1827
1869
  size = 16,
1828
1870
  ...rest
1829
- } = _ref78;
1871
+ } = _ref80;
1830
1872
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1831
1873
  width: size,
1832
1874
  height: size,
@@ -1835,10 +1877,10 @@ const DocumentSubject = /*#__PURE__*/React__default["default"].forwardRef(functi
1835
1877
  viewBox: "0 0 32 32",
1836
1878
  fill: "currentColor",
1837
1879
  ...rest
1838
- }, _path132 || (_path132 = /*#__PURE__*/React__default["default"].createElement("path", {
1880
+ }, _path134 || (_path134 = /*#__PURE__*/React__default["default"].createElement("path", {
1839
1881
  strokeWidth: "0",
1840
1882
  d: "M26 30h-5v-2h5v-2h-3c-1.1025 0-2-.8975-2-2v-2c0-1.103.8975-2 2-2h5v2h-5v2h3c1.1025 0 2 .8975 2 2v2c0 1.1025-.8975 2-2 2zM10 20H16V22H10zM10 16H18V18H10z"
1841
- })), _path133 || (_path133 = /*#__PURE__*/React__default["default"].createElement("path", {
1883
+ })), _path135 || (_path135 = /*#__PURE__*/React__default["default"].createElement("path", {
1842
1884
  strokeWidth: "0",
1843
1885
  d: "m24,16.9922h2v-6.9922c0-.1001,0-.2998-.1001-.3999-.0999-.1001-.0999-.2002-.2-.3003l-7-7c-.0999-.0996-.2-.1997-.3-.1997-.0999-.1001-.2998-.1001-.3999-.1001h-10c-.5,0-1,.2002-1.3999.6001-.4001.3999-.6001.8999-.6001,1.3999v24c0,.5.2,1,.6001,1.3999.3999.3999.8999.6001,1.3999.6001h7.9473v-2h-7.9473V4h8v6c0,.5.2,1,.6001,1.3999.3999.3999.8999.6001,1.3999.6001h6v4.9922Zm-6-6.9922v-5.6001l5.6001,5.6001h-5.6001Z"
1844
1886
  })), children);
@@ -1846,12 +1888,12 @@ const DocumentSubject = /*#__PURE__*/React__default["default"].forwardRef(functi
1846
1888
  if (process.env.NODE_ENV !== "production") {
1847
1889
  DocumentSubject.propTypes = iconPropTypes.iconPropTypes;
1848
1890
  }
1849
- const DocumentSubtract = /*#__PURE__*/React__default["default"].forwardRef(function DocumentSubtract(_ref79, ref) {
1891
+ const DocumentSubtract = /*#__PURE__*/React__default["default"].forwardRef(function DocumentSubtract(_ref81, ref) {
1850
1892
  let {
1851
1893
  children,
1852
1894
  size = 16,
1853
1895
  ...rest
1854
- } = _ref79;
1896
+ } = _ref81;
1855
1897
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1856
1898
  width: size,
1857
1899
  height: size,
@@ -1860,21 +1902,21 @@ const DocumentSubtract = /*#__PURE__*/React__default["default"].forwardRef(funct
1860
1902
  viewBox: "0 0 32 32",
1861
1903
  fill: "currentColor",
1862
1904
  ...rest
1863
- }, _path134 || (_path134 = /*#__PURE__*/React__default["default"].createElement("path", {
1905
+ }, _path136 || (_path136 = /*#__PURE__*/React__default["default"].createElement("path", {
1864
1906
  d: "M20 24H30V26H20z"
1865
- })), _path135 || (_path135 = /*#__PURE__*/React__default["default"].createElement("path", {
1907
+ })), _path137 || (_path137 = /*#__PURE__*/React__default["default"].createElement("path", {
1866
1908
  d: "M16,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v8h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h8ZM18,4.4,23.6,10H18Z"
1867
1909
  })), children);
1868
1910
  });
1869
1911
  if (process.env.NODE_ENV !== "production") {
1870
1912
  DocumentSubtract.propTypes = iconPropTypes.iconPropTypes;
1871
1913
  }
1872
- const DocumentTasks = /*#__PURE__*/React__default["default"].forwardRef(function DocumentTasks(_ref80, ref) {
1914
+ const DocumentTasks = /*#__PURE__*/React__default["default"].forwardRef(function DocumentTasks(_ref82, ref) {
1873
1915
  let {
1874
1916
  children,
1875
1917
  size = 16,
1876
1918
  ...rest
1877
- } = _ref80;
1919
+ } = _ref82;
1878
1920
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1879
1921
  width: size,
1880
1922
  height: size,
@@ -1883,21 +1925,21 @@ const DocumentTasks = /*#__PURE__*/React__default["default"].forwardRef(function
1883
1925
  viewBox: "0 0 32 32",
1884
1926
  fill: "currentColor",
1885
1927
  ...rest
1886
- }, _path136 || (_path136 = /*#__PURE__*/React__default["default"].createElement("path", {
1928
+ }, _path138 || (_path138 = /*#__PURE__*/React__default["default"].createElement("path", {
1887
1929
  d: "M22 27.18L19.41 24.59 18 26 22 30 30 22 28.59 20.59 22 27.18z"
1888
- })), _path137 || (_path137 = /*#__PURE__*/React__default["default"].createElement("path", {
1930
+ })), _path139 || (_path139 = /*#__PURE__*/React__default["default"].createElement("path", {
1889
1931
  d: "M15,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v6h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h7ZM18,4.4,23.6,10H18Z"
1890
1932
  })), children);
1891
1933
  });
1892
1934
  if (process.env.NODE_ENV !== "production") {
1893
1935
  DocumentTasks.propTypes = iconPropTypes.iconPropTypes;
1894
1936
  }
1895
- const DocumentUnknown = /*#__PURE__*/React__default["default"].forwardRef(function DocumentUnknown(_ref81, ref) {
1937
+ const DocumentUnknown = /*#__PURE__*/React__default["default"].forwardRef(function DocumentUnknown(_ref83, ref) {
1896
1938
  let {
1897
1939
  children,
1898
1940
  size = 16,
1899
1941
  ...rest
1900
- } = _ref81;
1942
+ } = _ref83;
1901
1943
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1902
1944
  width: size,
1903
1945
  height: size,
@@ -1910,21 +1952,21 @@ const DocumentUnknown = /*#__PURE__*/React__default["default"].forwardRef(functi
1910
1952
  cx: "9",
1911
1953
  cy: "28.5",
1912
1954
  r: "1.5"
1913
- })), _path138 || (_path138 = /*#__PURE__*/React__default["default"].createElement("path", {
1955
+ })), _path140 || (_path140 = /*#__PURE__*/React__default["default"].createElement("path", {
1914
1956
  d: "M10,25H8V21h2a2,2,0,0,0,0-4H8a2.0023,2.0023,0,0,0-2,2v.5H4V19a4.0045,4.0045,0,0,1,4-4h2a4,4,0,0,1,0,8Z"
1915
- })), _path139 || (_path139 = /*#__PURE__*/React__default["default"].createElement("path", {
1957
+ })), _path141 || (_path141 = /*#__PURE__*/React__default["default"].createElement("path", {
1916
1958
  d: "M27.7,9.3l-7-7A.9085.9085,0,0,0,20,2H10A2.0058,2.0058,0,0,0,8,4v8h2V4h8v6a2.0058,2.0058,0,0,0,2,2h6V28H14v2H26a2.0058,2.0058,0,0,0,2-2V10A.9092.9092,0,0,0,27.7,9.3ZM20,10V4.4L25.6,10Z"
1917
1959
  })), children);
1918
1960
  });
1919
1961
  if (process.env.NODE_ENV !== "production") {
1920
1962
  DocumentUnknown.propTypes = iconPropTypes.iconPropTypes;
1921
1963
  }
1922
- const DocumentUnprotected = /*#__PURE__*/React__default["default"].forwardRef(function DocumentUnprotected(_ref82, ref) {
1964
+ const DocumentUnprotected = /*#__PURE__*/React__default["default"].forwardRef(function DocumentUnprotected(_ref84, ref) {
1923
1965
  let {
1924
1966
  children,
1925
1967
  size = 16,
1926
1968
  ...rest
1927
- } = _ref82;
1969
+ } = _ref84;
1928
1970
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1929
1971
  width: size,
1930
1972
  height: size,
@@ -1933,21 +1975,21 @@ const DocumentUnprotected = /*#__PURE__*/React__default["default"].forwardRef(fu
1933
1975
  viewBox: "0 0 32 32",
1934
1976
  fill: "currentColor",
1935
1977
  ...rest
1936
- }, _path140 || (_path140 = /*#__PURE__*/React__default["default"].createElement("path", {
1978
+ }, _path142 || (_path142 = /*#__PURE__*/React__default["default"].createElement("path", {
1937
1979
  d: "M23.499,9.085,16.707,2.293A1,1,0,0,0,16,2H6A2.0058,2.0058,0,0,0,4,4V28a2.0058,2.0058,0,0,0,2,2h8V28H6V4h8v6a2.0023,2.0023,0,0,0,2,2h6.292a1.7075,1.7075,0,0,0,1.207-2.915ZM16,10V4.4141L21.5854,10Z"
1938
- })), _path141 || (_path141 = /*#__PURE__*/React__default["default"].createElement("path", {
1980
+ })), _path143 || (_path143 = /*#__PURE__*/React__default["default"].createElement("path", {
1939
1981
  d: "M28,21H22V18a2,2,0,0,1,4,0h2a4,4,0,0,0-8,0v3a2.0025,2.0025,0,0,0-2,2v5a2.0025,2.0025,0,0,0,2,2h8a2.0025,2.0025,0,0,0,2-2V23A2.0025,2.0025,0,0,0,28,21Zm-8,7V23h8v5Z"
1940
1982
  })), children);
1941
1983
  });
1942
1984
  if (process.env.NODE_ENV !== "production") {
1943
1985
  DocumentUnprotected.propTypes = iconPropTypes.iconPropTypes;
1944
1986
  }
1945
- const DocumentVertical = /*#__PURE__*/React__default["default"].forwardRef(function DocumentVertical(_ref83, ref) {
1987
+ const DocumentVertical = /*#__PURE__*/React__default["default"].forwardRef(function DocumentVertical(_ref85, ref) {
1946
1988
  let {
1947
1989
  children,
1948
1990
  size = 16,
1949
1991
  ...rest
1950
- } = _ref83;
1992
+ } = _ref85;
1951
1993
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1952
1994
  width: size,
1953
1995
  height: size,
@@ -1956,21 +1998,21 @@ const DocumentVertical = /*#__PURE__*/React__default["default"].forwardRef(funct
1956
1998
  viewBox: "0 0 32 32",
1957
1999
  fill: "currentColor",
1958
2000
  ...rest
1959
- }, _path142 || (_path142 = /*#__PURE__*/React__default["default"].createElement("path", {
2001
+ }, _path144 || (_path144 = /*#__PURE__*/React__default["default"].createElement("path", {
1960
2002
  d: "M16,14a4,4,0,1,1,4-4h0A4.0118,4.0118,0,0,1,16,14Zm0-6a2,2,0,1,0,2,2h0a2.0059,2.0059,0,0,0-2-2Z"
1961
- })), _path143 || (_path143 = /*#__PURE__*/React__default["default"].createElement("path", {
2003
+ })), _path145 || (_path145 = /*#__PURE__*/React__default["default"].createElement("path", {
1962
2004
  d: "M24,2H8A2.0023,2.0023,0,0,0,6,4V28a2.0023,2.0023,0,0,0,2,2H24a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,24,2ZM12,24V18a.9447.9447,0,0,1,1-1h6a.9447.9447,0,0,1,1,1v6H18v4H14V24Zm8,4V26a2.0058,2.0058,0,0,0,2-2V18a2.9463,2.9463,0,0,0-3-3H13a2.9463,2.9463,0,0,0-3,3v6a2.0058,2.0058,0,0,0,2,2v2H8V4H24V28Z"
1963
2005
  })), children);
1964
2006
  });
1965
2007
  if (process.env.NODE_ENV !== "production") {
1966
2008
  DocumentVertical.propTypes = iconPropTypes.iconPropTypes;
1967
2009
  }
1968
- const DocumentVideo = /*#__PURE__*/React__default["default"].forwardRef(function DocumentVideo(_ref84, ref) {
2010
+ const DocumentVideo = /*#__PURE__*/React__default["default"].forwardRef(function DocumentVideo(_ref86, ref) {
1969
2011
  let {
1970
2012
  children,
1971
2013
  size = 16,
1972
2014
  ...rest
1973
- } = _ref84;
2015
+ } = _ref86;
1974
2016
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1975
2017
  width: size,
1976
2018
  height: size,
@@ -1979,21 +2021,21 @@ const DocumentVideo = /*#__PURE__*/React__default["default"].forwardRef(function
1979
2021
  viewBox: "0 0 32 32",
1980
2022
  fill: "currentColor",
1981
2023
  ...rest
1982
- }, _path144 || (_path144 = /*#__PURE__*/React__default["default"].createElement("path", {
2024
+ }, _path146 || (_path146 = /*#__PURE__*/React__default["default"].createElement("path", {
1983
2025
  d: "M30,19l-4,3.2V20a2.0023,2.0023,0,0,0-2-2H16a2.0023,2.0023,0,0,0-2,2v6a2.0023,2.0023,0,0,0,2,2h8a2.0023,2.0023,0,0,0,2-2V23.8L30,27ZM16,26V20h8l.0015,6Z"
1984
- })), _path145 || (_path145 = /*#__PURE__*/React__default["default"].createElement("path", {
2026
+ })), _path147 || (_path147 = /*#__PURE__*/React__default["default"].createElement("path", {
1985
2027
  d: "M12,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v3l2,0V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h4ZM18,4.4,23.6,10H18Z"
1986
2028
  })), children);
1987
2029
  });
1988
2030
  if (process.env.NODE_ENV !== "production") {
1989
2031
  DocumentVideo.propTypes = iconPropTypes.iconPropTypes;
1990
2032
  }
1991
- const DocumentView = /*#__PURE__*/React__default["default"].forwardRef(function DocumentView(_ref85, ref) {
2033
+ const DocumentView = /*#__PURE__*/React__default["default"].forwardRef(function DocumentView(_ref87, ref) {
1992
2034
  let {
1993
2035
  children,
1994
2036
  size = 16,
1995
2037
  ...rest
1996
- } = _ref85;
2038
+ } = _ref87;
1997
2039
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1998
2040
  width: size,
1999
2041
  height: size,
@@ -2006,24 +2048,24 @@ const DocumentView = /*#__PURE__*/React__default["default"].forwardRef(function
2006
2048
  cx: "22",
2007
2049
  cy: "24",
2008
2050
  r: "2"
2009
- })), _path146 || (_path146 = /*#__PURE__*/React__default["default"].createElement("path", {
2051
+ })), _path148 || (_path148 = /*#__PURE__*/React__default["default"].createElement("path", {
2010
2052
  fill: "none",
2011
2053
  d: "M22,28a4,4,0,1,1,4-4A4.0039,4.0039,0,0,1,22,28Zm0-6a2,2,0,1,0,2,2A2.0027,2.0027,0,0,0,22,22Z"
2012
- })), _path147 || (_path147 = /*#__PURE__*/React__default["default"].createElement("path", {
2054
+ })), _path149 || (_path149 = /*#__PURE__*/React__default["default"].createElement("path", {
2013
2055
  d: "M29.7769,23.4785A8.64,8.64,0,0,0,22,18a8.64,8.64,0,0,0-7.7769,5.4785L14,24l.2231.5215A8.64,8.64,0,0,0,22,30a8.64,8.64,0,0,0,7.7769-5.4785L30,24ZM22,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,22,28Z"
2014
- })), _path148 || (_path148 = /*#__PURE__*/React__default["default"].createElement("path", {
2056
+ })), _path150 || (_path150 = /*#__PURE__*/React__default["default"].createElement("path", {
2015
2057
  d: "M12,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v4h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h4ZM18,4.4,23.6,10H18Z"
2016
2058
  })), children);
2017
2059
  });
2018
2060
  if (process.env.NODE_ENV !== "production") {
2019
2061
  DocumentView.propTypes = iconPropTypes.iconPropTypes;
2020
2062
  }
2021
- const DocumentWordProcessor = /*#__PURE__*/React__default["default"].forwardRef(function DocumentWordProcessor(_ref86, ref) {
2063
+ const DocumentWordProcessor = /*#__PURE__*/React__default["default"].forwardRef(function DocumentWordProcessor(_ref88, ref) {
2022
2064
  let {
2023
2065
  children,
2024
2066
  size = 16,
2025
2067
  ...rest
2026
- } = _ref86;
2068
+ } = _ref88;
2027
2069
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2028
2070
  width: size,
2029
2071
  height: size,
@@ -2032,21 +2074,21 @@ const DocumentWordProcessor = /*#__PURE__*/React__default["default"].forwardRef(
2032
2074
  viewBox: "0 0 32 32",
2033
2075
  fill: "currentColor",
2034
2076
  ...rest
2035
- }, _path149 || (_path149 = /*#__PURE__*/React__default["default"].createElement("path", {
2077
+ }, _path151 || (_path151 = /*#__PURE__*/React__default["default"].createElement("path", {
2036
2078
  d: "M28.3 20L27.391 28.611 26 20 24 20 22.609 28.611 21.7 20 20 20 21.36 30 23.64 30 25 21.626 26.36 30 28.64 30 30 20 28.3 20z"
2037
- })), _path150 || (_path150 = /*#__PURE__*/React__default["default"].createElement("path", {
2079
+ })), _path152 || (_path152 = /*#__PURE__*/React__default["default"].createElement("path", {
2038
2080
  d: "M25.707,9.293l-7-7A1,1,0,0,0,18,2H8A2.002,2.002,0,0,0,6,4V28a2.0023,2.0023,0,0,0,2,2h8V28H8V4h8v6a2.002,2.002,0,0,0,2,2h6v4h2V10A1,1,0,0,0,25.707,9.293ZM18,4.4141,23.5859,10H18Z"
2039
2081
  })), children);
2040
2082
  });
2041
2083
  if (process.env.NODE_ENV !== "production") {
2042
2084
  DocumentWordProcessor.propTypes = iconPropTypes.iconPropTypes;
2043
2085
  }
2044
- const DocumentWordProcessorReference = /*#__PURE__*/React__default["default"].forwardRef(function DocumentWordProcessorReference(_ref87, ref) {
2086
+ const DocumentWordProcessorReference = /*#__PURE__*/React__default["default"].forwardRef(function DocumentWordProcessorReference(_ref89, ref) {
2045
2087
  let {
2046
2088
  children,
2047
2089
  size = 16,
2048
2090
  ...rest
2049
- } = _ref87;
2091
+ } = _ref89;
2050
2092
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2051
2093
  width: size,
2052
2094
  height: size,
@@ -2055,19 +2097,19 @@ const DocumentWordProcessorReference = /*#__PURE__*/React__default["default"].fo
2055
2097
  viewBox: "0 0 32 32",
2056
2098
  fill: "currentColor",
2057
2099
  ...rest
2058
- }, _path151 || (_path151 = /*#__PURE__*/React__default["default"].createElement("path", {
2100
+ }, _path153 || (_path153 = /*#__PURE__*/React__default["default"].createElement("path", {
2059
2101
  d: "M28.3 20L27.391 28.611 26 20 24 20 22.609 28.611 21.7 20 20 20 21.36 30 23.64 30 25 21.626 26.36 30 28.64 30 30 20 28.3 20zM4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM25.707 9.293l-7-7A1 1 0 0018 2H8A2.002 2.002 0 006 4V16H8V4h8v6a2.002 2.002 0 002 2h6v4h2V10A1 1 0 0025.707 9.293zM18 10V4.4141L23.5859 10z"
2060
2102
  })), children);
2061
2103
  });
2062
2104
  if (process.env.NODE_ENV !== "production") {
2063
2105
  DocumentWordProcessorReference.propTypes = iconPropTypes.iconPropTypes;
2064
2106
  }
2065
- const DocumentSentiment = /*#__PURE__*/React__default["default"].forwardRef(function DocumentSentiment(_ref88, ref) {
2107
+ const DocumentSentiment = /*#__PURE__*/React__default["default"].forwardRef(function DocumentSentiment(_ref90, ref) {
2066
2108
  let {
2067
2109
  children,
2068
2110
  size = 16,
2069
2111
  ...rest
2070
- } = _ref88;
2112
+ } = _ref90;
2071
2113
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2072
2114
  width: size,
2073
2115
  height: size,
@@ -2076,21 +2118,21 @@ const DocumentSentiment = /*#__PURE__*/React__default["default"].forwardRef(func
2076
2118
  viewBox: "0 0 32 32",
2077
2119
  fill: "currentColor",
2078
2120
  ...rest
2079
- }, _path152 || (_path152 = /*#__PURE__*/React__default["default"].createElement("path", {
2121
+ }, _path154 || (_path154 = /*#__PURE__*/React__default["default"].createElement("path", {
2080
2122
  d: "M18.303,16a2.6616,2.6616,0,0,0-1.9079.8058l-.3932.4054-.397-.4054a2.6615,2.6615,0,0,0-3.8157,0,2.7992,2.7992,0,0,0,0,3.8964L16.0019,25l4.2089-4.2978a2.7992,2.7992,0,0,0,0-3.8964A2.6616,2.6616,0,0,0,18.303,16Z"
2081
- })), _path153 || (_path153 = /*#__PURE__*/React__default["default"].createElement("path", {
2123
+ })), _path155 || (_path155 = /*#__PURE__*/React__default["default"].createElement("path", {
2082
2124
  d: "M25.7,9.3l-7-7A.9078.9078,0,0,0,18,2H8A2.0059,2.0059,0,0,0,6,4V28a2.0059,2.0059,0,0,0,2,2H24a2.0059,2.0059,0,0,0,2-2V10A.9078.9078,0,0,0,25.7,9.3ZM18,4.4,23.6,10H18ZM24,28H8V4h8v6a2.0059,2.0059,0,0,0,2,2h6Z"
2083
2125
  })), children);
2084
2126
  });
2085
2127
  if (process.env.NODE_ENV !== "production") {
2086
2128
  DocumentSentiment.propTypes = iconPropTypes.iconPropTypes;
2087
2129
  }
2088
- const DogWalker = /*#__PURE__*/React__default["default"].forwardRef(function DogWalker(_ref89, ref) {
2130
+ const DogWalker = /*#__PURE__*/React__default["default"].forwardRef(function DogWalker(_ref91, ref) {
2089
2131
  let {
2090
2132
  children,
2091
2133
  size = 16,
2092
2134
  ...rest
2093
- } = _ref89;
2135
+ } = _ref91;
2094
2136
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2095
2137
  width: size,
2096
2138
  height: size,
@@ -2099,21 +2141,21 @@ const DogWalker = /*#__PURE__*/React__default["default"].forwardRef(function Dog
2099
2141
  viewBox: "0 0 32 32",
2100
2142
  fill: "currentColor",
2101
2143
  ...rest
2102
- }, _path154 || (_path154 = /*#__PURE__*/React__default["default"].createElement("path", {
2144
+ }, _path156 || (_path156 = /*#__PURE__*/React__default["default"].createElement("path", {
2103
2145
  d: "M20 20H22V30H20zM4 23H6V30H4z"
2104
- })), _path155 || (_path155 = /*#__PURE__*/React__default["default"].createElement("path", {
2146
+ })), _path157 || (_path157 = /*#__PURE__*/React__default["default"].createElement("path", {
2105
2147
  d: "M16 30H14V26a1.0011 1.0011 0 00-1-1H11v5H9V23h4a3.0033 3.0033 0 013 3zM7.5 22A3.5041 3.5041 0 014 18.5V17H2V15H6v3.5a1.5 1.5 0 003 0V15h4v2H11v1.5A3.5041 3.5041 0 017.5 22zM27 10H21.354a2.9861 2.9861 0 00-2.7856 1.8857l-1.4419 3.6055-3.6079 4.51 1.562 1.249 3.7-4.625 1.645-3.9961A.9949.9949 0 0121.354 12H27a1.0009 1.0009 0 011 1v7H25V30h2V22h1a2.0023 2.0023 0 002-2V13A3.0033 3.0033 0 0027 10zM24 9a4 4 0 114-4A4.0045 4.0045 0 0124 9zm0-6a2 2 0 102 2A2.0021 2.0021 0 0024 3z"
2106
2148
  })), children);
2107
2149
  });
2108
2150
  if (process.env.NODE_ENV !== "production") {
2109
2151
  DogWalker.propTypes = iconPropTypes.iconPropTypes;
2110
2152
  }
2111
- const DotMark = /*#__PURE__*/React__default["default"].forwardRef(function DotMark(_ref90, ref) {
2153
+ const DotMark = /*#__PURE__*/React__default["default"].forwardRef(function DotMark(_ref92, ref) {
2112
2154
  let {
2113
2155
  children,
2114
2156
  size = 16,
2115
2157
  ...rest
2116
- } = _ref90;
2158
+ } = _ref92;
2117
2159
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2118
2160
  width: size,
2119
2161
  height: size,
@@ -2131,12 +2173,12 @@ const DotMark = /*#__PURE__*/React__default["default"].forwardRef(function DotMa
2131
2173
  if (process.env.NODE_ENV !== "production") {
2132
2174
  DotMark.propTypes = iconPropTypes.iconPropTypes;
2133
2175
  }
2134
- const DoubleInteger = /*#__PURE__*/React__default["default"].forwardRef(function DoubleInteger(_ref91, ref) {
2176
+ const DoubleInteger = /*#__PURE__*/React__default["default"].forwardRef(function DoubleInteger(_ref93, ref) {
2135
2177
  let {
2136
2178
  children,
2137
2179
  size = 16,
2138
2180
  ...rest
2139
- } = _ref91;
2181
+ } = _ref93;
2140
2182
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2141
2183
  width: size,
2142
2184
  height: size,
@@ -2145,19 +2187,19 @@ const DoubleInteger = /*#__PURE__*/React__default["default"].forwardRef(function
2145
2187
  viewBox: "0 0 32 32",
2146
2188
  fill: "currentColor",
2147
2189
  ...rest
2148
- }, _path156 || (_path156 = /*#__PURE__*/React__default["default"].createElement("path", {
2190
+ }, _path158 || (_path158 = /*#__PURE__*/React__default["default"].createElement("path", {
2149
2191
  d: "M17 8V6H13V2H11V6H8V2H6V6H2V8H6v3H2v2H6v4H8V13h3v4h2V13h4V11H13V8zm-6 3H8V8h3zM30 21V19H26V15H24v4H21V15H19v4H15v2h4v3H15v2h4v4h2V26h3v4h2V26h4V24H26V21zm-6 3H21V21h3z"
2150
2192
  })), children);
2151
2193
  });
2152
2194
  if (process.env.NODE_ENV !== "production") {
2153
2195
  DoubleInteger.propTypes = iconPropTypes.iconPropTypes;
2154
2196
  }
2155
- const DownToBottom = /*#__PURE__*/React__default["default"].forwardRef(function DownToBottom(_ref92, ref) {
2197
+ const DownToBottom = /*#__PURE__*/React__default["default"].forwardRef(function DownToBottom(_ref94, ref) {
2156
2198
  let {
2157
2199
  children,
2158
2200
  size = 16,
2159
2201
  ...rest
2160
- } = _ref92;
2202
+ } = _ref94;
2161
2203
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2162
2204
  width: size,
2163
2205
  height: size,
@@ -2166,19 +2208,19 @@ const DownToBottom = /*#__PURE__*/React__default["default"].forwardRef(function
2166
2208
  viewBox: "0 0 32 32",
2167
2209
  fill: "currentColor",
2168
2210
  ...rest
2169
- }, _path157 || (_path157 = /*#__PURE__*/React__default["default"].createElement("path", {
2211
+ }, _path159 || (_path159 = /*#__PURE__*/React__default["default"].createElement("path", {
2170
2212
  d: "M16 18L6 8 7.4 6.6 16 15.2 24.6 6.6 26 8zM4 22H28V24H4z"
2171
2213
  })), children);
2172
2214
  });
2173
2215
  if (process.env.NODE_ENV !== "production") {
2174
2216
  DownToBottom.propTypes = iconPropTypes.iconPropTypes;
2175
2217
  }
2176
- const Download = /*#__PURE__*/React__default["default"].forwardRef(function Download(_ref93, ref) {
2218
+ const Download = /*#__PURE__*/React__default["default"].forwardRef(function Download(_ref95, ref) {
2177
2219
  let {
2178
2220
  children,
2179
2221
  size = 16,
2180
2222
  ...rest
2181
- } = _ref93;
2223
+ } = _ref95;
2182
2224
  if (size === 16 || size === "16" || size === "16px") {
2183
2225
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2184
2226
  width: size,
@@ -2188,7 +2230,7 @@ const Download = /*#__PURE__*/React__default["default"].forwardRef(function Down
2188
2230
  viewBox: "0 0 16 16",
2189
2231
  fill: "currentColor",
2190
2232
  ...rest
2191
- }, _path158 || (_path158 = /*#__PURE__*/React__default["default"].createElement("path", {
2233
+ }, _path160 || (_path160 = /*#__PURE__*/React__default["default"].createElement("path", {
2192
2234
  d: "M13 7L12.3 6.3 8.5 10.1 8.5 1 7.5 1 7.5 10.1 3.7 6.3 3 7 8 12zM13 12v2H3v-2H2v2l0 0c0 .6.4 1 1 1h10c.6 0 1-.4 1-1l0 0v-2H13z"
2193
2235
  })), children);
2194
2236
  }
@@ -2200,19 +2242,19 @@ const Download = /*#__PURE__*/React__default["default"].forwardRef(function Down
2200
2242
  viewBox: "0 0 32 32",
2201
2243
  fill: "currentColor",
2202
2244
  ...rest
2203
- }, _path159 || (_path159 = /*#__PURE__*/React__default["default"].createElement("path", {
2245
+ }, _path161 || (_path161 = /*#__PURE__*/React__default["default"].createElement("path", {
2204
2246
  d: "M26 24v4H6V24H4v4H4a2 2 0 002 2H26a2 2 0 002-2h0V24zM26 14L24.59 12.59 17 20.17 17 2 15 2 15 20.17 7.41 12.59 6 14 16 24 26 14z"
2205
2247
  })), children);
2206
2248
  });
2207
2249
  if (process.env.NODE_ENV !== "production") {
2208
2250
  Download.propTypes = iconPropTypes.iconPropTypes;
2209
2251
  }
2210
- const WatsonHealthDownloadStudy = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthDownloadStudy(_ref94, ref) {
2252
+ const WatsonHealthDownloadStudy = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthDownloadStudy(_ref96, ref) {
2211
2253
  let {
2212
2254
  children,
2213
2255
  size = 16,
2214
2256
  ...rest
2215
- } = _ref94;
2257
+ } = _ref96;
2216
2258
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2217
2259
  width: size,
2218
2260
  height: size,
@@ -2221,21 +2263,21 @@ const WatsonHealthDownloadStudy = /*#__PURE__*/React__default["default"].forward
2221
2263
  viewBox: "0 0 32 32",
2222
2264
  fill: "currentColor",
2223
2265
  ...rest
2224
- }, _path160 || (_path160 = /*#__PURE__*/React__default["default"].createElement("path", {
2266
+ }, _path162 || (_path162 = /*#__PURE__*/React__default["default"].createElement("path", {
2225
2267
  d: "M30 25L28.586 23.586 26 26.172 26 18 24 18 24 26.172 21.414 23.586 20 25 25 30 30 25zM19 14H23V16H19zM19 10H26V12H19zM9 18h6a3 3 0 013 3v2H16V21a1 1 0 00-1-1H9a1 1 0 00-1 1v2H6V21A3 3 0 019 18zM16 13a4 4 0 10-4 4A4 4 0 0016 13zm-2 0a2 2 0 11-2-2A2 2 0 0114 13z"
2226
- })), _path161 || (_path161 = /*#__PURE__*/React__default["default"].createElement("path", {
2268
+ })), _path163 || (_path163 = /*#__PURE__*/React__default["default"].createElement("path", {
2227
2269
  d: "M18,26H4V6H28V16h2V6a2,2,0,0,0-2-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H18Z"
2228
2270
  })), children);
2229
2271
  });
2230
2272
  if (process.env.NODE_ENV !== "production") {
2231
2273
  WatsonHealthDownloadStudy.propTypes = iconPropTypes.iconPropTypes;
2232
2274
  }
2233
- const Downstream = /*#__PURE__*/React__default["default"].forwardRef(function Downstream(_ref95, ref) {
2275
+ const Downstream = /*#__PURE__*/React__default["default"].forwardRef(function Downstream(_ref97, ref) {
2234
2276
  let {
2235
2277
  children,
2236
2278
  size = 16,
2237
2279
  ...rest
2238
- } = _ref95;
2280
+ } = _ref97;
2239
2281
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2240
2282
  width: size,
2241
2283
  height: size,
@@ -2244,19 +2286,19 @@ const Downstream = /*#__PURE__*/React__default["default"].forwardRef(function Do
2244
2286
  viewBox: "0 0 32 32",
2245
2287
  fill: "currentColor",
2246
2288
  ...rest
2247
- }, _path162 || (_path162 = /*#__PURE__*/React__default["default"].createElement("path", {
2289
+ }, _path164 || (_path164 = /*#__PURE__*/React__default["default"].createElement("path", {
2248
2290
  d: "M5 24c-1.6567 0-3 1.3433-3 3s1.3433 3 3 3 3-1.3433 3-3-1.3433-3-3-3zm0 4c-.5522 0-1-.4478-1-1s.4478-1 1-1 1 .4478 1 1-.4478 1-1 1zM16 24c-1.6567 0-3 1.3433-3 3s1.3433 3 3 3 3-1.3433 3-3-1.3433-3-3-3zm0 4c-.5522 0-1-.4478-1-1s.4478-1 1-1 1 .4478 1 1-.4478 1-1 1zM27 24c-1.6567 0-3 1.3433-3 3s1.3433 3 3 3 3-1.3433 3-3-1.3433-3-3-3zm0 4c-.5522 0-1-.4478-1-1s.4478-1 1-1 1 .4478 1 1-.4478 1-1 1zM29.586 17.5859l-1.5859 1.5859v-3.1719c0-3.5542-2.6646-6.4917-6.0999-6.9355.0623-.3457.0999-.7007.0999-1.0645 0-3.3135-2.6863-6-6-6s-6 2.6865-6 6c0 .3638.0376.7188.0999 1.0645-3.4353.4438-6.0999 3.3813-6.0999 6.9355v3.1714l-1.5859-1.5854-1.4141 1.4141 4 4 4-4-1.4141-1.4141-1.5859 1.5859v-3.1719c0-2.6953 2.1479-4.8848 4.8203-4.9819.8799 1.5063 2.3945 2.5918 4.1797 2.8921v5.2617l-1.5859-1.5859-1.4141 1.4141 4 4 4-4-1.4141-1.4141-1.5859 1.5859v-5.2617c1.7852-.3003 3.2998-1.3857 4.1797-2.8921 2.6724.0972 4.8203 2.2866 4.8203 4.9819v3.1714l-1.5859-1.5854-1.4141 1.4141 4 4 4-4-1.4141-1.4141zm-13.5859-5.5859c-2.2056 0-4-1.7944-4-4s1.7944-4 4-4 4 1.7944 4 4-1.7944 4-4 4z"
2249
2291
  })), children);
2250
2292
  });
2251
2293
  if (process.env.NODE_ENV !== "production") {
2252
2294
  Downstream.propTypes = iconPropTypes.iconPropTypes;
2253
2295
  }
2254
- const DragHorizontal = /*#__PURE__*/React__default["default"].forwardRef(function DragHorizontal(_ref96, ref) {
2296
+ const DragHorizontal = /*#__PURE__*/React__default["default"].forwardRef(function DragHorizontal(_ref98, ref) {
2255
2297
  let {
2256
2298
  children,
2257
2299
  size = 16,
2258
2300
  ...rest
2259
- } = _ref96;
2301
+ } = _ref98;
2260
2302
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2261
2303
  width: size,
2262
2304
  height: size,
@@ -2265,19 +2307,19 @@ const DragHorizontal = /*#__PURE__*/React__default["default"].forwardRef(functio
2265
2307
  viewBox: "0 0 32 32",
2266
2308
  fill: "currentColor",
2267
2309
  ...rest
2268
- }, _path163 || (_path163 = /*#__PURE__*/React__default["default"].createElement("path", {
2310
+ }, _path165 || (_path165 = /*#__PURE__*/React__default["default"].createElement("path", {
2269
2311
  d: "M12 4L12 15 5.83 15 8.41 12.41 7 11 2 16 7 21 8.41 19.59 5.83 17 12 17 12 28 14 28 14 4 12 4zM25 11L23.59 12.41 26.17 15 20 15 20 4 18 4 18 28 20 28 20 17 26.17 17 23.59 19.59 25 21 30 16 25 11z"
2270
2312
  })), children);
2271
2313
  });
2272
2314
  if (process.env.NODE_ENV !== "production") {
2273
2315
  DragHorizontal.propTypes = iconPropTypes.iconPropTypes;
2274
2316
  }
2275
- const DragVertical = /*#__PURE__*/React__default["default"].forwardRef(function DragVertical(_ref97, ref) {
2317
+ const DragVertical = /*#__PURE__*/React__default["default"].forwardRef(function DragVertical(_ref99, ref) {
2276
2318
  let {
2277
2319
  children,
2278
2320
  size = 16,
2279
2321
  ...rest
2280
- } = _ref97;
2322
+ } = _ref99;
2281
2323
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2282
2324
  width: size,
2283
2325
  height: size,
@@ -2286,19 +2328,19 @@ const DragVertical = /*#__PURE__*/React__default["default"].forwardRef(function
2286
2328
  viewBox: "0 0 32 32",
2287
2329
  fill: "currentColor",
2288
2330
  ...rest
2289
- }, _path164 || (_path164 = /*#__PURE__*/React__default["default"].createElement("path", {
2331
+ }, _path166 || (_path166 = /*#__PURE__*/React__default["default"].createElement("path", {
2290
2332
  d: "M4 20L15 20 15 26.17 12.41 23.59 11 25 16 30 21 25 19.59 23.59 17 26.17 17 20 28 20 28 18 4 18 4 20zM11 7L12.41 8.41 15 5.83 15 12 4 12 4 14 28 14 28 12 17 12 17 5.83 19.59 8.41 21 7 16 2 11 7z"
2291
2333
  })), children);
2292
2334
  });
2293
2335
  if (process.env.NODE_ENV !== "production") {
2294
2336
  DragVertical.propTypes = iconPropTypes.iconPropTypes;
2295
2337
  }
2296
- const Draggable = /*#__PURE__*/React__default["default"].forwardRef(function Draggable(_ref98, ref) {
2338
+ const Draggable = /*#__PURE__*/React__default["default"].forwardRef(function Draggable(_ref100, ref) {
2297
2339
  let {
2298
2340
  children,
2299
2341
  size = 16,
2300
2342
  ...rest
2301
- } = _ref98;
2343
+ } = _ref100;
2302
2344
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2303
2345
  width: size,
2304
2346
  height: size,
@@ -2307,19 +2349,19 @@ const Draggable = /*#__PURE__*/React__default["default"].forwardRef(function Dra
2307
2349
  viewBox: "0 0 32 32",
2308
2350
  fill: "currentColor",
2309
2351
  ...rest
2310
- }, _path165 || (_path165 = /*#__PURE__*/React__default["default"].createElement("path", {
2352
+ }, _path167 || (_path167 = /*#__PURE__*/React__default["default"].createElement("path", {
2311
2353
  d: "M10 6H14V10H10zM18 6H22V10H18zM10 14H14V18H10zM18 14H22V18H18zM10 22H14V26H10zM18 22H22V26H18z"
2312
2354
  })), children);
2313
2355
  });
2314
2356
  if (process.env.NODE_ENV !== "production") {
2315
2357
  Draggable.propTypes = iconPropTypes.iconPropTypes;
2316
2358
  }
2317
- const Draw = /*#__PURE__*/React__default["default"].forwardRef(function Draw(_ref99, ref) {
2359
+ const Draw = /*#__PURE__*/React__default["default"].forwardRef(function Draw(_ref101, ref) {
2318
2360
  let {
2319
2361
  children,
2320
2362
  size = 16,
2321
2363
  ...rest
2322
- } = _ref99;
2364
+ } = _ref101;
2323
2365
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2324
2366
  width: size,
2325
2367
  height: size,
@@ -2328,19 +2370,19 @@ const Draw = /*#__PURE__*/React__default["default"].forwardRef(function Draw(_re
2328
2370
  viewBox: "0 0 32 32",
2329
2371
  fill: "currentColor",
2330
2372
  ...rest
2331
- }, _path166 || (_path166 = /*#__PURE__*/React__default["default"].createElement("path", {
2373
+ }, _path168 || (_path168 = /*#__PURE__*/React__default["default"].createElement("path", {
2332
2374
  d: "M19.14,28a3.42,3.42,0,0,1-2.42-5.85L21.86,17a1.42,1.42,0,1,0-2-2L13,21.85a3.5,3.5,0,0,1-4.85,0,3.43,3.43,0,0,1,0-4.84l8.58-8.58a1.42,1.42,0,1,0-2-2L6.41,14.7,5,13.3,13.29,5a3.43,3.43,0,0,1,4.84,4.85L9.56,18.42a1.42,1.42,0,0,0,0,2,1.45,1.45,0,0,0,2,0l6.86-6.86a3.43,3.43,0,1,1,4.85,4.84l-5.15,5.15a1.42,1.42,0,0,0,2,2l4.44-4.43L26,22.56,21.56,27A3.38,3.38,0,0,1,19.14,28Z"
2333
2375
  })), children);
2334
2376
  });
2335
2377
  if (process.env.NODE_ENV !== "production") {
2336
2378
  Draw.propTypes = iconPropTypes.iconPropTypes;
2337
2379
  }
2338
- const DrillBack = /*#__PURE__*/React__default["default"].forwardRef(function DrillBack(_ref100, ref) {
2380
+ const DrillBack = /*#__PURE__*/React__default["default"].forwardRef(function DrillBack(_ref102, ref) {
2339
2381
  let {
2340
2382
  children,
2341
2383
  size = 16,
2342
2384
  ...rest
2343
- } = _ref100;
2385
+ } = _ref102;
2344
2386
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2345
2387
  width: size,
2346
2388
  height: size,
@@ -2349,23 +2391,23 @@ const DrillBack = /*#__PURE__*/React__default["default"].forwardRef(function Dri
2349
2391
  viewBox: "0 0 32 32",
2350
2392
  fill: "currentColor",
2351
2393
  ...rest
2352
- }, _path167 || (_path167 = /*#__PURE__*/React__default["default"].createElement("path", {
2394
+ }, _path169 || (_path169 = /*#__PURE__*/React__default["default"].createElement("path", {
2353
2395
  d: "M6 22L7.414 20.586 3.828 17 12 17 12 15 3.828 15 7.414 11.414 6 10 0 16 6 22z"
2354
- })), _path168 || (_path168 = /*#__PURE__*/React__default["default"].createElement("path", {
2396
+ })), _path170 || (_path170 = /*#__PURE__*/React__default["default"].createElement("path", {
2355
2397
  d: "M16,10a5.9815,5.9815,0,0,0-4.2427,1.7573L16,16l-4.2427,4.2427A6,6,0,1,0,16,10Z"
2356
- })), _path169 || (_path169 = /*#__PURE__*/React__default["default"].createElement("path", {
2398
+ })), _path171 || (_path171 = /*#__PURE__*/React__default["default"].createElement("path", {
2357
2399
  d: "M16,2A13.9581,13.9581,0,0,0,6.105,6.105L7.5188,7.5186a12,12,0,1,1,0,16.9628L6.105,25.895A13.9974,13.9974,0,1,0,16,2Z"
2358
2400
  })), children);
2359
2401
  });
2360
2402
  if (process.env.NODE_ENV !== "production") {
2361
2403
  DrillBack.propTypes = iconPropTypes.iconPropTypes;
2362
2404
  }
2363
- const DrillDown = /*#__PURE__*/React__default["default"].forwardRef(function DrillDown(_ref101, ref) {
2405
+ const DrillDown = /*#__PURE__*/React__default["default"].forwardRef(function DrillDown(_ref103, ref) {
2364
2406
  let {
2365
2407
  children,
2366
2408
  size = 16,
2367
2409
  ...rest
2368
- } = _ref101;
2410
+ } = _ref103;
2369
2411
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2370
2412
  width: size,
2371
2413
  height: size,
@@ -2374,23 +2416,23 @@ const DrillDown = /*#__PURE__*/React__default["default"].forwardRef(function Dri
2374
2416
  viewBox: "0 0 32 32",
2375
2417
  fill: "currentColor",
2376
2418
  ...rest
2377
- }, _path170 || (_path170 = /*#__PURE__*/React__default["default"].createElement("path", {
2419
+ }, _path172 || (_path172 = /*#__PURE__*/React__default["default"].createElement("path", {
2378
2420
  d: "M10 6L11.414 4.586 15 8.172 15 0 17 0 17 8.172 20.586 4.586 22 6 16 12 10 6z"
2379
- })), _path171 || (_path171 = /*#__PURE__*/React__default["default"].createElement("path", {
2421
+ })), _path173 || (_path173 = /*#__PURE__*/React__default["default"].createElement("path", {
2380
2422
  d: "M22,16a5.9815,5.9815,0,0,0-1.7573-4.2427L16,16l-4.2427-4.2427A6,6,0,1,0,22,16Z"
2381
- })), _path172 || (_path172 = /*#__PURE__*/React__default["default"].createElement("path", {
2423
+ })), _path174 || (_path174 = /*#__PURE__*/React__default["default"].createElement("path", {
2382
2424
  d: "M30,16a13.9581,13.9581,0,0,0-4.105-9.895L24.4814,7.5188a12,12,0,1,1-16.9628,0L6.105,6.105A13.9974,13.9974,0,1,0,30,16Z"
2383
2425
  })), children);
2384
2426
  });
2385
2427
  if (process.env.NODE_ENV !== "production") {
2386
2428
  DrillDown.propTypes = iconPropTypes.iconPropTypes;
2387
2429
  }
2388
- const DrillThrough = /*#__PURE__*/React__default["default"].forwardRef(function DrillThrough(_ref102, ref) {
2430
+ const DrillThrough = /*#__PURE__*/React__default["default"].forwardRef(function DrillThrough(_ref104, ref) {
2389
2431
  let {
2390
2432
  children,
2391
2433
  size = 16,
2392
2434
  ...rest
2393
- } = _ref102;
2435
+ } = _ref104;
2394
2436
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2395
2437
  width: size,
2396
2438
  height: size,
@@ -2399,21 +2441,21 @@ const DrillThrough = /*#__PURE__*/React__default["default"].forwardRef(function
2399
2441
  viewBox: "0 0 32 32",
2400
2442
  fill: "currentColor",
2401
2443
  ...rest
2402
- }, _path173 || (_path173 = /*#__PURE__*/React__default["default"].createElement("path", {
2444
+ }, _path175 || (_path175 = /*#__PURE__*/React__default["default"].createElement("path", {
2403
2445
  d: "M16,30A14.0158,14.0158,0,0,1,2,16H4A12,12,0,1,0,16,4V2a14,14,0,0,1,0,28Z"
2404
- })), _path174 || (_path174 = /*#__PURE__*/React__default["default"].createElement("path", {
2446
+ })), _path176 || (_path176 = /*#__PURE__*/React__default["default"].createElement("path", {
2405
2447
  d: "M4 12L4 10 8.586 10 2 3.414 3.414 2 10 8.586 10 4 12 4 12 12 4 12zM16 10v6H10a6 6 0 106-6z"
2406
2448
  })), children);
2407
2449
  });
2408
2450
  if (process.env.NODE_ENV !== "production") {
2409
2451
  DrillThrough.propTypes = iconPropTypes.iconPropTypes;
2410
2452
  }
2411
- const Drink_01 = /*#__PURE__*/React__default["default"].forwardRef(function Drink_01(_ref103, ref) {
2453
+ const Drink_01 = /*#__PURE__*/React__default["default"].forwardRef(function Drink_01(_ref105, ref) {
2412
2454
  let {
2413
2455
  children,
2414
2456
  size = 16,
2415
2457
  ...rest
2416
- } = _ref103;
2458
+ } = _ref105;
2417
2459
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2418
2460
  width: size,
2419
2461
  height: size,
@@ -2422,21 +2464,21 @@ const Drink_01 = /*#__PURE__*/React__default["default"].forwardRef(function Drin
2422
2464
  viewBox: "0 0 32 32",
2423
2465
  fill: "currentColor",
2424
2466
  ...rest
2425
- }, _path175 || (_path175 = /*#__PURE__*/React__default["default"].createElement("path", {
2467
+ }, _path177 || (_path177 = /*#__PURE__*/React__default["default"].createElement("path", {
2426
2468
  d: "M23,10.4141l3-3-1.4141-1.4141-3.293,3.293c-.1875,.1875-.293,.4419-.293,.707v4h-7.0742l1.1436,16h8.8613l1.1436-16h-2.0742v-3.5859Zm-.9307,17.5859h-5.1387l-.8564-12h6.8516l-.8564,12Z"
2427
- })), _path176 || (_path176 = /*#__PURE__*/React__default["default"].createElement("path", {
2469
+ })), _path178 || (_path178 = /*#__PURE__*/React__default["default"].createElement("path", {
2428
2470
  d: "M15,1h-5c-.5522,0-1,.4478-1,1v7.3706c-1.0674,.6055-3,2.1777-3,5.6294v14c0,.5527,.4478,1,1,1h5v-2h-4V15c0-3.7536,3-4.2793,3-4.2793V3h3v7h2V2c0-.5522-.4478-1-1-1Z"
2429
2471
  })), children);
2430
2472
  });
2431
2473
  if (process.env.NODE_ENV !== "production") {
2432
2474
  Drink_01.propTypes = iconPropTypes.iconPropTypes;
2433
2475
  }
2434
- const Drink_02 = /*#__PURE__*/React__default["default"].forwardRef(function Drink_02(_ref104, ref) {
2476
+ const Drink_02 = /*#__PURE__*/React__default["default"].forwardRef(function Drink_02(_ref106, ref) {
2435
2477
  let {
2436
2478
  children,
2437
2479
  size = 16,
2438
2480
  ...rest
2439
- } = _ref104;
2481
+ } = _ref106;
2440
2482
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2441
2483
  width: size,
2442
2484
  height: size,
@@ -2445,21 +2487,21 @@ const Drink_02 = /*#__PURE__*/React__default["default"].forwardRef(function Drin
2445
2487
  viewBox: "0 0 32 32",
2446
2488
  fill: "currentColor",
2447
2489
  ...rest
2448
- }, _path177 || (_path177 = /*#__PURE__*/React__default["default"].createElement("path", {
2490
+ }, _path179 || (_path179 = /*#__PURE__*/React__default["default"].createElement("path", {
2449
2491
  d: "M23,10.4141l3-3-1.4141-1.4141-3.293,3.293c-.1875,.1875-.293,.4419-.293,.707v4h-7.0742l1.1436,16h8.8613l1.1436-16h-2.0742v-3.5859Zm-.9307,17.5859h-5.1387l-.8564-12h6.8516l-.8564,12Z"
2450
- })), _path178 || (_path178 = /*#__PURE__*/React__default["default"].createElement("path", {
2492
+ })), _path180 || (_path180 = /*#__PURE__*/React__default["default"].createElement("path", {
2451
2493
  d: "M16,7.0513v-3.0513c0-.5522-.4478-1-1-1h-6c-.5522,0-1,.4478-1,1v3.0513c-1.2771,1.1411-2,2.7358-2,4.4487V29c0,.5522,.4478,1,1,1h5v-2h-4V11.5c0-2.356,2-3.48,2-3.48v-3.02h4v3.02s2,1.124,2,3.48v.5h2v-.5c0-1.7129-.7229-3.3076-2-4.4487Z"
2452
2494
  })), children);
2453
2495
  });
2454
2496
  if (process.env.NODE_ENV !== "production") {
2455
2497
  Drink_02.propTypes = iconPropTypes.iconPropTypes;
2456
2498
  }
2457
- const DriverAnalysis = /*#__PURE__*/React__default["default"].forwardRef(function DriverAnalysis(_ref105, ref) {
2499
+ const DriverAnalysis = /*#__PURE__*/React__default["default"].forwardRef(function DriverAnalysis(_ref107, ref) {
2458
2500
  let {
2459
2501
  children,
2460
2502
  size = 16,
2461
2503
  ...rest
2462
- } = _ref105;
2504
+ } = _ref107;
2463
2505
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2464
2506
  width: size,
2465
2507
  height: size,
@@ -2472,19 +2514,19 @@ const DriverAnalysis = /*#__PURE__*/React__default["default"].forwardRef(functio
2472
2514
  cx: "22",
2473
2515
  cy: "16",
2474
2516
  r: "2"
2475
- })), _path179 || (_path179 = /*#__PURE__*/React__default["default"].createElement("path", {
2517
+ })), _path181 || (_path181 = /*#__PURE__*/React__default["default"].createElement("path", {
2476
2518
  d: "M30,15H27.91A6.0048,6.0048,0,0,0,22,10l-.022.001A9.9833,9.9833,0,0,0,4.0508,15H2v2H4.0508A9.9833,9.9833,0,0,0,21.978,21.999L22,22a6.0048,6.0048,0,0,0,5.91-5H30ZM14,8a7.9769,7.9769,0,0,1,5.7383,2.4463A6.0152,6.0152,0,0,0,16.0891,15H6.0693A8.0073,8.0073,0,0,1,14,8Zm0,16a8.0073,8.0073,0,0,1-7.9307-7h10.02a6.0152,6.0152,0,0,0,3.6492,4.5537A7.9769,7.9769,0,0,1,14,24Zm8-4a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,22,20Z"
2477
2519
  })), children);
2478
2520
  });
2479
2521
  if (process.env.NODE_ENV !== "production") {
2480
2522
  DriverAnalysis.propTypes = iconPropTypes.iconPropTypes;
2481
2523
  }
2482
- const Drone = /*#__PURE__*/React__default["default"].forwardRef(function Drone(_ref106, ref) {
2524
+ const Drone = /*#__PURE__*/React__default["default"].forwardRef(function Drone(_ref108, ref) {
2483
2525
  let {
2484
2526
  children,
2485
2527
  size = 16,
2486
2528
  ...rest
2487
- } = _ref106;
2529
+ } = _ref108;
2488
2530
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2489
2531
  width: size,
2490
2532
  height: size,
@@ -2493,21 +2535,21 @@ const Drone = /*#__PURE__*/React__default["default"].forwardRef(function Drone(_
2493
2535
  viewBox: "0 0 32 32",
2494
2536
  fill: "currentColor",
2495
2537
  ...rest
2496
- }, _path180 || (_path180 = /*#__PURE__*/React__default["default"].createElement("path", {
2538
+ }, _path182 || (_path182 = /*#__PURE__*/React__default["default"].createElement("path", {
2497
2539
  d: "M7 12a5 5 0 115-5H10a3 3 0 10-3 3zM25 12V10a3 3 0 10-3-3H20a5 5 0 115 5zM7 30A5 5 0 017 20v2a3 3 0 103 3h2A5.0055 5.0055 0 017 30zM25 30a5.0055 5.0055 0 01-5-5h2a3 3 0 103-3V20a5 5 0 010 10z"
2498
- })), _path181 || (_path181 = /*#__PURE__*/React__default["default"].createElement("path", {
2540
+ })), _path183 || (_path183 = /*#__PURE__*/React__default["default"].createElement("path", {
2499
2541
  d: "M20,18.5859V13.4141L25.707,7.707a1,1,0,1,0-1.414-1.414l-4.4995,4.5a3.9729,3.9729,0,0,0-7.587,0L7.707,6.293a.9994.9994,0,0,0-1.414,0h0a.9994.9994,0,0,0,0,1.414L12,13.4141v5.1718L6.293,24.293a.9994.9994,0,0,0,0,1.414h0a.9994.9994,0,0,0,1.414,0l4.5-4.5a3.9729,3.9729,0,0,0,7.587,0l4.4995,4.5a1,1,0,0,0,1.414-1.414ZM18,20a2,2,0,0,1-4,0V12a2,2,0,0,1,4,0Z"
2500
2542
  })), children);
2501
2543
  });
2502
2544
  if (process.env.NODE_ENV !== "production") {
2503
2545
  Drone.propTypes = iconPropTypes.iconPropTypes;
2504
2546
  }
2505
- const DroneDelivery = /*#__PURE__*/React__default["default"].forwardRef(function DroneDelivery(_ref107, ref) {
2547
+ const DroneDelivery = /*#__PURE__*/React__default["default"].forwardRef(function DroneDelivery(_ref109, ref) {
2506
2548
  let {
2507
2549
  children,
2508
2550
  size = 16,
2509
2551
  ...rest
2510
- } = _ref107;
2552
+ } = _ref109;
2511
2553
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2512
2554
  width: size,
2513
2555
  height: size,
@@ -2516,23 +2558,23 @@ const DroneDelivery = /*#__PURE__*/React__default["default"].forwardRef(function
2516
2558
  viewBox: "0 0 32 32",
2517
2559
  fill: "currentColor",
2518
2560
  ...rest
2519
- }, _path182 || (_path182 = /*#__PURE__*/React__default["default"].createElement("path", {
2561
+ }, _path184 || (_path184 = /*#__PURE__*/React__default["default"].createElement("path", {
2520
2562
  d: "M20,30H12V22h8Zm-6-2h4V24H14Z"
2521
- })), _path183 || (_path183 = /*#__PURE__*/React__default["default"].createElement("path", {
2563
+ })), _path185 || (_path185 = /*#__PURE__*/React__default["default"].createElement("path", {
2522
2564
  d: "M32 11L22 11 22 13 26 13 26 16 6 16 6 13 10 13 10 11 0 11 0 13 4 13 4 18 9.132 18 6 22.697 6 27 8 27 8 23.303 11.535 18 20.465 18 24 23.303 24 27 26 27 26 22.697 22.868 18 28 18 28 13 32 13 32 11zM16 6a5.9817 5.9817 0 00-4.2407 1.7593l1.4136 1.4136a3.9936 3.9936 0 015.6542 0l1.4136-1.4136A5.9814 5.9814 0 0016 6z"
2523
- })), _path184 || (_path184 = /*#__PURE__*/React__default["default"].createElement("path", {
2565
+ })), _path186 || (_path186 = /*#__PURE__*/React__default["default"].createElement("path", {
2524
2566
  d: "M8.9324,4.9321l1.4133,1.4136a7.9877,7.9877,0,0,1,11.3086,0l1.4136-1.4136a9.9844,9.9844,0,0,0-14.1355,0Z"
2525
2567
  })), children);
2526
2568
  });
2527
2569
  if (process.env.NODE_ENV !== "production") {
2528
2570
  DroneDelivery.propTypes = iconPropTypes.iconPropTypes;
2529
2571
  }
2530
- const DroneFront = /*#__PURE__*/React__default["default"].forwardRef(function DroneFront(_ref108, ref) {
2572
+ const DroneFront = /*#__PURE__*/React__default["default"].forwardRef(function DroneFront(_ref110, ref) {
2531
2573
  let {
2532
2574
  children,
2533
2575
  size = 16,
2534
2576
  ...rest
2535
- } = _ref108;
2577
+ } = _ref110;
2536
2578
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2537
2579
  width: size,
2538
2580
  height: size,
@@ -2541,21 +2583,21 @@ const DroneFront = /*#__PURE__*/React__default["default"].forwardRef(function Dr
2541
2583
  viewBox: "0 0 32 32",
2542
2584
  fill: "currentColor",
2543
2585
  ...rest
2544
- }, _path185 || (_path185 = /*#__PURE__*/React__default["default"].createElement("path", {
2586
+ }, _path187 || (_path187 = /*#__PURE__*/React__default["default"].createElement("path", {
2545
2587
  d: "M28 19V15H26v2H6V15H4v4h7v4.4116L7 25.6367V30H9V26.8125L12.26 25h7.481L23 26.8125V30h2V25.6367l-4-2.2251V19zm-9 4H13V19h6zM0 11H10V13H0zM22 11H32V13H22zM16 6a5.9817 5.9817 0 00-4.2407 1.7593l1.4136 1.4136a3.9936 3.9936 0 015.6542 0l1.4136-1.4136A5.9814 5.9814 0 0016 6z"
2546
- })), _path186 || (_path186 = /*#__PURE__*/React__default["default"].createElement("path", {
2588
+ })), _path188 || (_path188 = /*#__PURE__*/React__default["default"].createElement("path", {
2547
2589
  d: "M8.9324,4.9321l1.4133,1.4136a7.9877,7.9877,0,0,1,11.3086,0l1.4136-1.4136a9.9844,9.9844,0,0,0-14.1355,0Z"
2548
2590
  })), children);
2549
2591
  });
2550
2592
  if (process.env.NODE_ENV !== "production") {
2551
2593
  DroneFront.propTypes = iconPropTypes.iconPropTypes;
2552
2594
  }
2553
- const DroneVideo = /*#__PURE__*/React__default["default"].forwardRef(function DroneVideo(_ref109, ref) {
2595
+ const DroneVideo = /*#__PURE__*/React__default["default"].forwardRef(function DroneVideo(_ref111, ref) {
2554
2596
  let {
2555
2597
  children,
2556
2598
  size = 16,
2557
2599
  ...rest
2558
- } = _ref109;
2600
+ } = _ref111;
2559
2601
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2560
2602
  width: size,
2561
2603
  height: size,
@@ -2568,21 +2610,21 @@ const DroneVideo = /*#__PURE__*/React__default["default"].forwardRef(function Dr
2568
2610
  cx: "16",
2569
2611
  cy: "21",
2570
2612
  r: "1"
2571
- })), _path187 || (_path187 = /*#__PURE__*/React__default["default"].createElement("path", {
2613
+ })), _path189 || (_path189 = /*#__PURE__*/React__default["default"].createElement("path", {
2572
2614
  d: "M28 19V15H26v2H6V15H4v4h7v4.4116L7 25.6367V30H9V26.8125L12.26 25h7.481L23 26.8125V30h2V25.6367l-4-2.2251V19zm-9 4H13V19h6zM0 11H10V13H0zM22 11H32V13H22zM16 6a5.9817 5.9817 0 00-4.2407 1.7593l1.4136 1.4136a3.9936 3.9936 0 015.6542 0l1.4136-1.4136A5.9814 5.9814 0 0016 6z"
2573
- })), _path188 || (_path188 = /*#__PURE__*/React__default["default"].createElement("path", {
2615
+ })), _path190 || (_path190 = /*#__PURE__*/React__default["default"].createElement("path", {
2574
2616
  d: "M8.9324,4.9321l1.4133,1.4136a7.9877,7.9877,0,0,1,11.3086,0l1.4136-1.4136a9.9844,9.9844,0,0,0-14.1355,0Z"
2575
2617
  })), children);
2576
2618
  });
2577
2619
  if (process.env.NODE_ENV !== "production") {
2578
2620
  DroneVideo.propTypes = iconPropTypes.iconPropTypes;
2579
2621
  }
2580
- const DropPhoto = /*#__PURE__*/React__default["default"].forwardRef(function DropPhoto(_ref110, ref) {
2622
+ const DropPhoto = /*#__PURE__*/React__default["default"].forwardRef(function DropPhoto(_ref112, ref) {
2581
2623
  let {
2582
2624
  children,
2583
2625
  size = 16,
2584
2626
  ...rest
2585
- } = _ref110;
2627
+ } = _ref112;
2586
2628
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2587
2629
  width: size,
2588
2630
  height: size,
@@ -2591,21 +2633,21 @@ const DropPhoto = /*#__PURE__*/React__default["default"].forwardRef(function Dro
2591
2633
  viewBox: "0 0 32 32",
2592
2634
  fill: "currentColor",
2593
2635
  ...rest
2594
- }, _path189 || (_path189 = /*#__PURE__*/React__default["default"].createElement("path", {
2636
+ }, _path191 || (_path191 = /*#__PURE__*/React__default["default"].createElement("path", {
2595
2637
  d: "M19,26a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,19,26Zm0-6a2,2,0,1,0,2,2A2.0021,2.0021,0,0,0,19,20Z"
2596
- })), _path190 || (_path190 = /*#__PURE__*/React__default["default"].createElement("path", {
2638
+ })), _path192 || (_path192 = /*#__PURE__*/React__default["default"].createElement("path", {
2597
2639
  d: "M27 29H11a2 2 0 01-2-2V18a2 2 0 012-2h3.2793l.5441-1.6324A2 2 0 0116.7208 13h4.5584a2 2 0 011.8974 1.3676L23.7207 16H27a2 2 0 012 2v9A2 2 0 0127 29zM11 27H27V18H22.2792l-1-3H16.7207l-1 3H11zM27 11H29V13H27zM27 7H29V9H27zM27 3H29V5H27zM23 3H25V5H23zM19 3H21V5H19zM15 3H17V5H15zM11 3H13V5H11zM7 3H9V5H7zM3 3H5V5H3zM3 7H5V9H3zM3 11H5V13H3zM3 15H5V17H3zM3 19H5V21H3zM3 23H5V25H3zM3 27H5V29H3z"
2598
2640
  })), children);
2599
2641
  });
2600
2642
  if (process.env.NODE_ENV !== "production") {
2601
2643
  DropPhoto.propTypes = iconPropTypes.iconPropTypes;
2602
2644
  }
2603
- const DropPhotoFilled = /*#__PURE__*/React__default["default"].forwardRef(function DropPhotoFilled(_ref111, ref) {
2645
+ const DropPhotoFilled = /*#__PURE__*/React__default["default"].forwardRef(function DropPhotoFilled(_ref113, ref) {
2604
2646
  let {
2605
2647
  children,
2606
2648
  size = 16,
2607
2649
  ...rest
2608
- } = _ref111;
2650
+ } = _ref113;
2609
2651
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2610
2652
  width: size,
2611
2653
  height: size,
@@ -2618,25 +2660,25 @@ const DropPhotoFilled = /*#__PURE__*/React__default["default"].forwardRef(functi
2618
2660
  cx: "19",
2619
2661
  cy: "22",
2620
2662
  r: "2"
2621
- })), _path191 || (_path191 = /*#__PURE__*/React__default["default"].createElement("path", {
2663
+ })), _path193 || (_path193 = /*#__PURE__*/React__default["default"].createElement("path", {
2622
2664
  d: "M27,16H23.7207l-.5439-1.6328A1.9983,1.9983,0,0,0,21.2793,13H16.7207a1.9981,1.9981,0,0,0-1.8975,1.3677L14.2793,16H11a2.0023,2.0023,0,0,0-2,2v9a2.0023,2.0023,0,0,0,2,2H27a2.0023,2.0023,0,0,0,2-2V18A2.0023,2.0023,0,0,0,27,16ZM19,26a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,19,26Z"
2623
- })), _path192 || (_path192 = /*#__PURE__*/React__default["default"].createElement("path", {
2665
+ })), _path194 || (_path194 = /*#__PURE__*/React__default["default"].createElement("path", {
2624
2666
  fill: "none",
2625
2667
  d: "M19,26a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,19,26Zm0-6a2,2,0,1,0,2,2A2.0021,2.0021,0,0,0,19,20Z",
2626
2668
  "data-icon-path": "inner-path"
2627
- })), _path193 || (_path193 = /*#__PURE__*/React__default["default"].createElement("path", {
2669
+ })), _path195 || (_path195 = /*#__PURE__*/React__default["default"].createElement("path", {
2628
2670
  d: "M27 11H29V13H27zM27 7H29V9H27zM27 3H29V5H27zM23 3H25V5H23zM19 3H21V5H19zM15 3H17V5H15zM11 3H13V5H11zM7 3H9V5H7zM3 3H5V5H3zM3 7H5V9H3zM3 11H5V13H3zM3 15H5V17H3zM3 19H5V21H3zM3 23H5V25H3zM3 27H5V29H3z"
2629
2671
  })), children);
2630
2672
  });
2631
2673
  if (process.env.NODE_ENV !== "production") {
2632
2674
  DropPhotoFilled.propTypes = iconPropTypes.iconPropTypes;
2633
2675
  }
2634
- const Drought = /*#__PURE__*/React__default["default"].forwardRef(function Drought(_ref112, ref) {
2676
+ const Drought = /*#__PURE__*/React__default["default"].forwardRef(function Drought(_ref114, ref) {
2635
2677
  let {
2636
2678
  children,
2637
2679
  size = 16,
2638
2680
  ...rest
2639
- } = _ref112;
2681
+ } = _ref114;
2640
2682
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2641
2683
  width: size,
2642
2684
  height: size,
@@ -2645,19 +2687,19 @@ const Drought = /*#__PURE__*/React__default["default"].forwardRef(function Droug
2645
2687
  viewBox: "0 0 32 32",
2646
2688
  fill: "currentColor",
2647
2689
  ...rest
2648
- }, _path194 || (_path194 = /*#__PURE__*/React__default["default"].createElement("path", {
2690
+ }, _path196 || (_path196 = /*#__PURE__*/React__default["default"].createElement("path", {
2649
2691
  d: "M27,18h3V15a4.0045,4.0045,0,0,0-4-4H25V9.5A3.5042,3.5042,0,0,0,21.5,6a3.4556,3.4556,0,0,0-1.5.3511V5.41a3.41,3.41,0,0,0-6.5449-1.3433L11.3408,9H9a5.0059,5.0059,0,0,0-5,5v4H8a5.0059,5.0059,0,0,0,5-5V10.2051l2.293-5.35A1.41,1.41,0,0,1,18,5.41V22H14.6123L11,25.2939,7.3877,22H2v2H6.6123L11,28l4.3877-4H30V22H20V9.5a1.5,1.5,0,0,1,3,0V14A4.0045,4.0045,0,0,0,27,18Zm-2-5h1a2.0023,2.0023,0,0,1,2,2v1H27a2.0023,2.0023,0,0,1-2-2ZM11,13a3.0033,3.0033,0,0,1-3,3H6V14a3.0033,3.0033,0,0,1,3-3h2Z"
2650
2692
  })), children);
2651
2693
  });
2652
2694
  if (process.env.NODE_ENV !== "production") {
2653
2695
  Drought.propTypes = iconPropTypes.iconPropTypes;
2654
2696
  }
2655
- const Dvr = /*#__PURE__*/React__default["default"].forwardRef(function Dvr(_ref113, ref) {
2697
+ const Dvr = /*#__PURE__*/React__default["default"].forwardRef(function Dvr(_ref115, ref) {
2656
2698
  let {
2657
2699
  children,
2658
2700
  size = 16,
2659
2701
  ...rest
2660
- } = _ref113;
2702
+ } = _ref115;
2661
2703
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2662
2704
  width: size,
2663
2705
  height: size,
@@ -2666,19 +2708,19 @@ const Dvr = /*#__PURE__*/React__default["default"].forwardRef(function Dvr(_ref1
2666
2708
  viewBox: "0 0 32 32",
2667
2709
  fill: "currentColor",
2668
2710
  ...rest
2669
- }, _path195 || (_path195 = /*#__PURE__*/React__default["default"].createElement("path", {
2711
+ }, _path197 || (_path197 = /*#__PURE__*/React__default["default"].createElement("path", {
2670
2712
  d: "M30 15V11a2 2 0 00-2-2H22V23h2V17h1.48l2.34 6H30l-2.33-6H28A2 2 0 0030 15zm-6-4h4v4H24zM18 9L16 22 14 9 12 9 14.52 23 17.48 23 20 9 18 9zM6 23H2V9H6a4 4 0 014 4v6A4 4 0 016 23zM4 21H6a2 2 0 002-2V13a2 2 0 00-2-2H4z"
2671
2713
  })), children);
2672
2714
  });
2673
2715
  if (process.env.NODE_ENV !== "production") {
2674
2716
  Dvr.propTypes = iconPropTypes.iconPropTypes;
2675
2717
  }
2676
- const Earth = /*#__PURE__*/React__default["default"].forwardRef(function Earth(_ref114, ref) {
2718
+ const Earth = /*#__PURE__*/React__default["default"].forwardRef(function Earth(_ref116, ref) {
2677
2719
  let {
2678
2720
  children,
2679
2721
  size = 16,
2680
2722
  ...rest
2681
- } = _ref114;
2723
+ } = _ref116;
2682
2724
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2683
2725
  width: size,
2684
2726
  height: size,
@@ -2687,19 +2729,19 @@ const Earth = /*#__PURE__*/React__default["default"].forwardRef(function Earth(_
2687
2729
  viewBox: "0 0 32 32",
2688
2730
  fill: "currentColor",
2689
2731
  ...rest
2690
- }, _path196 || (_path196 = /*#__PURE__*/React__default["default"].createElement("path", {
2732
+ }, _path198 || (_path198 = /*#__PURE__*/React__default["default"].createElement("path", {
2691
2733
  d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2Zm5,3.1055a12.0136,12.0136,0,0,1,2.9158,1.8994L23.5034,8H21ZM13.3784,27.7026A11.9761,11.9761,0,0,1,8.1157,6.9761L9.4648,9h3.3423l-1.5,4H7.2793L5.8967,17.1475,8.4648,21h5l1.4319,2.1475ZM16,28c-.2034,0-.4016-.02-.6025-.03l1.3967-4.19a1.9876,1.9876,0,0,0-.2334-1.7412l-1.4319-2.1475A1.9962,1.9962,0,0,0,13.4648,19h-3.93L8.1033,16.8525,8.7207,15H11v2h2V14.1812l2.9363-7.83-1.8726-.7022L13.5571,7H10.5352L9.728,5.7891A11.7941,11.7941,0,0,1,19,4.395V8a2.0025,2.0025,0,0,0,2,2h2.5857A1.9865,1.9865,0,0,0,25,9.4141l.1406-.1407.2818-.68A11.9813,11.9813,0,0,1,27.3,12H22.5986a1.9927,1.9927,0,0,0-1.9719,1.665L20.03,17.1064a1.99,1.99,0,0,0,.991,2.086l2.1647,1.4638,1.4585,3.646A11.9577,11.9577,0,0,1,16,28Zm8.8145-8.6563L22.1,17.5088l-.1-.06L22.5986,14h5.2207a11.743,11.743,0,0,1-1.7441,8.4951Z"
2692
2734
  })), children);
2693
2735
  });
2694
2736
  if (process.env.NODE_ENV !== "production") {
2695
2737
  Earth.propTypes = iconPropTypes.iconPropTypes;
2696
2738
  }
2697
- const EarthAmericas = /*#__PURE__*/React__default["default"].forwardRef(function EarthAmericas(_ref115, ref) {
2739
+ const EarthAmericas = /*#__PURE__*/React__default["default"].forwardRef(function EarthAmericas(_ref117, ref) {
2698
2740
  let {
2699
2741
  children,
2700
2742
  size = 16,
2701
2743
  ...rest
2702
- } = _ref115;
2744
+ } = _ref117;
2703
2745
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2704
2746
  width: size,
2705
2747
  height: size,
@@ -2708,19 +2750,19 @@ const EarthAmericas = /*#__PURE__*/React__default["default"].forwardRef(function
2708
2750
  viewBox: "0 0 32 32",
2709
2751
  fill: "currentColor",
2710
2752
  ...rest
2711
- }, _path197 || (_path197 = /*#__PURE__*/React__default["default"].createElement("path", {
2753
+ }, _path199 || (_path199 = /*#__PURE__*/React__default["default"].createElement("path", {
2712
2754
  d: "M30,16a14.0313,14.0313,0,1,0-7.14,12.1914l.1165.0254.0249-.1113A13.9983,13.9983,0,0,0,30,16ZM4,16a11.9369,11.9369,0,0,1,.395-3H8.6382L13.63,17.16l-1.9092,2.5459a2.0088,2.0088,0,0,0,.1855,2.6142L14,24.4141v3.4052A12.0093,12.0093,0,0,1,4,16Zm9.32,4.9062L16.37,16.84,9.3618,11H5.1055A11.9619,11.9619,0,0,1,22.8838,6.1865L22.2793,8H16.5859L13.543,11.043l9.3535,8.3134L21.248,26.7749A11.9034,11.9034,0,0,1,16,28V23.5859Zm10.315,4.3443,1.2133-5.46a2.0007,2.0007,0,0,0-.6235-1.9277L16.457,10.957,17.4141,10h4.8652a1.9981,1.9981,0,0,0,1.8975-1.3677l.3532-1.06a11.9777,11.9777,0,0,1-.8947,17.6782Z"
2713
2755
  })), children);
2714
2756
  });
2715
2757
  if (process.env.NODE_ENV !== "production") {
2716
2758
  EarthAmericas.propTypes = iconPropTypes.iconPropTypes;
2717
2759
  }
2718
- const EarthAmericasFilled = /*#__PURE__*/React__default["default"].forwardRef(function EarthAmericasFilled(_ref116, ref) {
2760
+ const EarthAmericasFilled = /*#__PURE__*/React__default["default"].forwardRef(function EarthAmericasFilled(_ref118, ref) {
2719
2761
  let {
2720
2762
  children,
2721
2763
  size = 16,
2722
2764
  ...rest
2723
- } = _ref116;
2765
+ } = _ref118;
2724
2766
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2725
2767
  width: size,
2726
2768
  height: size,
@@ -2729,19 +2771,19 @@ const EarthAmericasFilled = /*#__PURE__*/React__default["default"].forwardRef(fu
2729
2771
  viewBox: "0 0 32 32",
2730
2772
  fill: "currentColor",
2731
2773
  ...rest
2732
- }, _path198 || (_path198 = /*#__PURE__*/React__default["default"].createElement("path", {
2774
+ }, _path200 || (_path200 = /*#__PURE__*/React__default["default"].createElement("path", {
2733
2775
  d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM4,16a11.915,11.915,0,0,1,.7-4H10l5,4-2.8,3.6929A1,1,0,0,0,12.293,21L15,24v3.9492A12.01,12.01,0,0,1,4,16ZM21.4348,26.6846l2.5457-7.6992A1,1,0,0,0,23.614,18L15,11l2-2h5.2793a1,1,0,0,0,.9487-.6836L23.7234,6.83a11.9742,11.9742,0,0,1-2.2886,19.855Z"
2734
2776
  })), children);
2735
2777
  });
2736
2778
  if (process.env.NODE_ENV !== "production") {
2737
2779
  EarthAmericasFilled.propTypes = iconPropTypes.iconPropTypes;
2738
2780
  }
2739
- const EarthEuropeAfrica = /*#__PURE__*/React__default["default"].forwardRef(function EarthEuropeAfrica(_ref117, ref) {
2781
+ const EarthEuropeAfrica = /*#__PURE__*/React__default["default"].forwardRef(function EarthEuropeAfrica(_ref119, ref) {
2740
2782
  let {
2741
2783
  children,
2742
2784
  size = 16,
2743
2785
  ...rest
2744
- } = _ref117;
2786
+ } = _ref119;
2745
2787
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2746
2788
  width: size,
2747
2789
  height: size,
@@ -2750,19 +2792,19 @@ const EarthEuropeAfrica = /*#__PURE__*/React__default["default"].forwardRef(func
2750
2792
  viewBox: "0 0 32 32",
2751
2793
  fill: "currentColor",
2752
2794
  ...rest
2753
- }, _path199 || (_path199 = /*#__PURE__*/React__default["default"].createElement("path", {
2795
+ }, _path201 || (_path201 = /*#__PURE__*/React__default["default"].createElement("path", {
2754
2796
  d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM4,16A11.96,11.96,0,0,1,8,7.0811V9a2,2,0,0,0,2,2h3.3818a2,2,0,0,0,1.7893-1.106L15.6182,9H18v4H13.2354a2,2,0,0,0-.8936.2109L9.1055,14.8291A2,2,0,0,0,8,16.6177v3.7055A2,2,0,0,0,9.2573,22.18l3.8487,1.54.6779,4.0664A12.0135,12.0135,0,0,1,4,16ZM15.8457,27.9922,14.894,22.28,10,20.3232v-3.705L13.2358,15H20V7H14.3818l-1,2H10V5.6235A11.9578,11.9578,0,0,1,27.3,12H22v4l.9224,3.8135L21,22.6973v4.1972A11.9083,11.9083,0,0,1,16,28C15.948,28,15.8977,27.9927,15.8457,27.9922ZM23,25.7266V23.3027l1.5859-2.3789a2.0027,2.0027,0,0,0,.2769-1.5957L24,15.877V14h3.8193A11.8409,11.8409,0,0,1,23,25.7266Z"
2755
2797
  })), children);
2756
2798
  });
2757
2799
  if (process.env.NODE_ENV !== "production") {
2758
2800
  EarthEuropeAfrica.propTypes = iconPropTypes.iconPropTypes;
2759
2801
  }
2760
- const EarthEuropeAfricaFilled = /*#__PURE__*/React__default["default"].forwardRef(function EarthEuropeAfricaFilled(_ref118, ref) {
2802
+ const EarthEuropeAfricaFilled = /*#__PURE__*/React__default["default"].forwardRef(function EarthEuropeAfricaFilled(_ref120, ref) {
2761
2803
  let {
2762
2804
  children,
2763
2805
  size = 16,
2764
2806
  ...rest
2765
- } = _ref118;
2807
+ } = _ref120;
2766
2808
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2767
2809
  width: size,
2768
2810
  height: size,
@@ -2771,19 +2813,19 @@ const EarthEuropeAfricaFilled = /*#__PURE__*/React__default["default"].forwardRe
2771
2813
  viewBox: "0 0 32 32",
2772
2814
  fill: "currentColor",
2773
2815
  ...rest
2774
- }, _path200 || (_path200 = /*#__PURE__*/React__default["default"].createElement("path", {
2816
+ }, _path202 || (_path202 = /*#__PURE__*/React__default["default"].createElement("path", {
2775
2817
  d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM4,16A11.9814,11.9814,0,0,1,9,6.2734V9a1,1,0,0,0,1,1h3.3821a1,1,0,0,0,.8943-.5527L15,8h4v6H13.2361a1.0006,1.0006,0,0,0-.4473.1055L9.5527,15.7236A1,1,0,0,0,9,16.6182v3.7046a1,1,0,0,0,.6287.9287L14,23l.8235,4.94A12.0152,12.0152,0,0,1,4,16ZM22,26.376V23l1.7546-2.6318a1.0012,1.0012,0,0,0,.1382-.7974L23,16V13h4.605A11.901,11.901,0,0,1,22,26.376Z"
2776
2818
  })), children);
2777
2819
  });
2778
2820
  if (process.env.NODE_ENV !== "production") {
2779
2821
  EarthEuropeAfricaFilled.propTypes = iconPropTypes.iconPropTypes;
2780
2822
  }
2781
- const EarthFilled = /*#__PURE__*/React__default["default"].forwardRef(function EarthFilled(_ref119, ref) {
2823
+ const EarthFilled = /*#__PURE__*/React__default["default"].forwardRef(function EarthFilled(_ref121, ref) {
2782
2824
  let {
2783
2825
  children,
2784
2826
  size = 16,
2785
2827
  ...rest
2786
- } = _ref119;
2828
+ } = _ref121;
2787
2829
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2788
2830
  width: size,
2789
2831
  height: size,
@@ -2792,19 +2834,19 @@ const EarthFilled = /*#__PURE__*/React__default["default"].forwardRef(function E
2792
2834
  viewBox: "0 0 32 32",
2793
2835
  fill: "currentColor",
2794
2836
  ...rest
2795
- }, _path201 || (_path201 = /*#__PURE__*/React__default["default"].createElement("path", {
2837
+ }, _path203 || (_path203 = /*#__PURE__*/React__default["default"].createElement("path", {
2796
2838
  d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM4.02,16.394l1.3384.4458L7,19.3027v1.2831a1,1,0,0,0,.2929.7071L10,24v2.3765A11.9941,11.9941,0,0,1,4.02,16.394ZM16,28a11.9682,11.9682,0,0,1-2.5718-.2847L14,26l1.8046-4.5116a1,1,0,0,0-.0964-.9261l-1.4113-2.117A1,1,0,0,0,13.4648,18h-4.93L7.2866,16.1274,9.4141,14H11v2h2V13.2656l3.8682-6.7695-1.7364-.9922L14.2769,7H11.5352l-1.086-1.6289A11.861,11.861,0,0,1,20,4.7V8a1,1,0,0,0,1,1h1.4648a1,1,0,0,0,.8321-.4453l.8769-1.3154A12.0331,12.0331,0,0,1,26.8945,11H22.82a1,1,0,0,0-.9806.8039l-.7221,4.4708a1,1,0,0,0,.54,1.0539L25,19l.6851,4.0557A11.9793,11.9793,0,0,1,16,28Z"
2797
2839
  })), children);
2798
2840
  });
2799
2841
  if (process.env.NODE_ENV !== "production") {
2800
2842
  EarthFilled.propTypes = iconPropTypes.iconPropTypes;
2801
2843
  }
2802
- const EarthSoutheastAsia = /*#__PURE__*/React__default["default"].forwardRef(function EarthSoutheastAsia(_ref120, ref) {
2844
+ const EarthSoutheastAsia = /*#__PURE__*/React__default["default"].forwardRef(function EarthSoutheastAsia(_ref122, ref) {
2803
2845
  let {
2804
2846
  children,
2805
2847
  size = 16,
2806
2848
  ...rest
2807
- } = _ref120;
2849
+ } = _ref122;
2808
2850
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2809
2851
  width: size,
2810
2852
  height: size,
@@ -2813,21 +2855,21 @@ const EarthSoutheastAsia = /*#__PURE__*/React__default["default"].forwardRef(fun
2813
2855
  viewBox: "0 0 32 32",
2814
2856
  fill: "currentColor",
2815
2857
  ...rest
2816
- }, _path202 || (_path202 = /*#__PURE__*/React__default["default"].createElement("path", {
2858
+ }, _path204 || (_path204 = /*#__PURE__*/React__default["default"].createElement("path", {
2817
2859
  d: "M14 24H17V26H14zM17 22H19V24H17zM17 18H19V20H17z"
2818
- })), _path203 || (_path203 = /*#__PURE__*/React__default["default"].createElement("path", {
2860
+ })), _path205 || (_path205 = /*#__PURE__*/React__default["default"].createElement("path", {
2819
2861
  d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2Zm-.603,2.03,2.5073,5.0156L16.3228,13H10.271l-1.41,4.3872,2.8521,2.8521L10.7056,21.751,6.2856,19H4.395A11.9363,11.9363,0,0,1,15.397,4.03ZM5.1055,21h.6089l3.9345,2.4487A1.9912,1.9912,0,0,0,12.37,22.86l1.0078-1.5118a2.005,2.005,0,0,0-.25-2.5234l-1.9887-1.9888L11.729,15h4.5938A1.9906,1.9906,0,0,0,18.18,13.7427L19.7612,9.79a2.0019,2.0019,0,0,0-.0674-1.6382L17.6843,4.1323A11.9592,11.9592,0,0,1,26.8945,21H23a2.0023,2.0023,0,0,0-2,2v3.8945A11.9477,11.9477,0,0,1,5.1055,21ZM23,25.7266V23h2.7268A12.0762,12.0762,0,0,1,23,25.7266Z"
2820
2862
  })), children);
2821
2863
  });
2822
2864
  if (process.env.NODE_ENV !== "production") {
2823
2865
  EarthSoutheastAsia.propTypes = iconPropTypes.iconPropTypes;
2824
2866
  }
2825
- const EarthSoutheastAsiaFilled = /*#__PURE__*/React__default["default"].forwardRef(function EarthSoutheastAsiaFilled(_ref121, ref) {
2867
+ const EarthSoutheastAsiaFilled = /*#__PURE__*/React__default["default"].forwardRef(function EarthSoutheastAsiaFilled(_ref123, ref) {
2826
2868
  let {
2827
2869
  children,
2828
2870
  size = 16,
2829
2871
  ...rest
2830
- } = _ref121;
2872
+ } = _ref123;
2831
2873
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2832
2874
  width: size,
2833
2875
  height: size,
@@ -2836,21 +2878,21 @@ const EarthSoutheastAsiaFilled = /*#__PURE__*/React__default["default"].forwardR
2836
2878
  viewBox: "0 0 32 32",
2837
2879
  fill: "currentColor",
2838
2880
  ...rest
2839
- }, _path204 || (_path204 = /*#__PURE__*/React__default["default"].createElement("path", {
2881
+ }, _path206 || (_path206 = /*#__PURE__*/React__default["default"].createElement("path", {
2840
2882
  d: "M17 22H19V24H17zM17 18H19V20H17zM14 24H17V26H14z"
2841
- })), _path205 || (_path205 = /*#__PURE__*/React__default["default"].createElement("path", {
2883
+ })), _path207 || (_path207 = /*#__PURE__*/React__default["default"].createElement("path", {
2842
2884
  d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM4.7,20H6l4.1772,2.6a1,1,0,0,0,1.36-.2939l1.0078-1.5118a1,1,0,0,0-.125-1.2617L10,17.1118,11,14h5.323a1,1,0,0,0,.9285-.6284L18.8333,9.417a1,1,0,0,0-.034-.8189L16.5129,4.0259A11.9652,11.9652,0,0,1,26.3762,22H23a1,1,0,0,0-1,1v3.3765A11.9578,11.9578,0,0,1,4.7,20Z"
2843
2885
  })), children);
2844
2886
  });
2845
2887
  if (process.env.NODE_ENV !== "production") {
2846
2888
  EarthSoutheastAsiaFilled.propTypes = iconPropTypes.iconPropTypes;
2847
2889
  }
2848
- const Earthquake = /*#__PURE__*/React__default["default"].forwardRef(function Earthquake(_ref122, ref) {
2890
+ const Earthquake = /*#__PURE__*/React__default["default"].forwardRef(function Earthquake(_ref124, ref) {
2849
2891
  let {
2850
2892
  children,
2851
2893
  size = 16,
2852
2894
  ...rest
2853
- } = _ref122;
2895
+ } = _ref124;
2854
2896
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2855
2897
  width: size,
2856
2898
  height: size,
@@ -2859,19 +2901,19 @@ const Earthquake = /*#__PURE__*/React__default["default"].forwardRef(function Ea
2859
2901
  viewBox: "0 0 32 32",
2860
2902
  fill: "currentColor",
2861
2903
  ...rest
2862
- }, _path206 || (_path206 = /*#__PURE__*/React__default["default"].createElement("path", {
2904
+ }, _path208 || (_path208 = /*#__PURE__*/React__default["default"].createElement("path", {
2863
2905
  d: "M16.6123,2.2139a1.0094,1.0094,0,0,0-1.2427,0L1,13.4194l1.2427,1.5718L4,13.6211V26a2.0041,2.0041,0,0,0,2,2H26a2.0037,2.0037,0,0,0,2-2V13.63L29.7573,15,31,13.4282ZM6,12.0615,15,5.05v7.3638l3.458,3.458-6.7344,4.8105L14.3818,26H6ZM26,26H16.6182l-2.3418-4.6826,7.2656-5.1895L17,11.5859V5.0518l9,7.02Z"
2864
2906
  })), children);
2865
2907
  });
2866
2908
  if (process.env.NODE_ENV !== "production") {
2867
2909
  Earthquake.propTypes = iconPropTypes.iconPropTypes;
2868
2910
  }
2869
- const EdgeCluster = /*#__PURE__*/React__default["default"].forwardRef(function EdgeCluster(_ref123, ref) {
2911
+ const EdgeCluster = /*#__PURE__*/React__default["default"].forwardRef(function EdgeCluster(_ref125, ref) {
2870
2912
  let {
2871
2913
  children,
2872
2914
  size = 16,
2873
2915
  ...rest
2874
- } = _ref123;
2916
+ } = _ref125;
2875
2917
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2876
2918
  width: size,
2877
2919
  height: size,
@@ -2880,60 +2922,16 @@ const EdgeCluster = /*#__PURE__*/React__default["default"].forwardRef(function E
2880
2922
  viewBox: "0 0 32 32",
2881
2923
  fill: "currentColor",
2882
2924
  ...rest
2883
- }, _path207 || (_path207 = /*#__PURE__*/React__default["default"].createElement("path", {
2925
+ }, _path209 || (_path209 = /*#__PURE__*/React__default["default"].createElement("path", {
2884
2926
  d: "M16 7a3 3 0 113-3A3.0033 3.0033 0 0116 7zm0-4a1 1 0 101 1A1.001 1.001 0 0016 3zM11 30a3 3 0 113-3A3.0033 3.0033 0 0111 30zm0-4a1 1 0 101 1A1.001 1.001 0 0011 26zM7 11a3 3 0 113-3A3.0033 3.0033 0 017 11zM7 7A1 1 0 108 8 1.001 1.001 0 007 7zM21 30a3 3 0 113-3A3.0033 3.0033 0 0121 30zm0-4a1 1 0 101 1A1.001 1.001 0 0021 26zM25 11a3 3 0 113-3A3.0033 3.0033 0 0125 11zm0-4a1 1 0 101 1A1.001 1.001 0 0025 7zM4 21a3 3 0 113-3A3.0033 3.0033 0 014 21zm0-4a1 1 0 101 1A1.001 1.001 0 004 17zM28 21a3 3 0 113-3A3.0033 3.0033 0 0128 21zm0-4a1 1 0 101 1A1.001 1.001 0 0028 17zM16 22a6 6 0 116-6A6.0069 6.0069 0 0116 22zm0-10a4 4 0 104 4A4.0045 4.0045 0 0016 12z"
2885
2927
  })), children);
2886
2928
  });
2887
2929
  if (process.env.NODE_ENV !== "production") {
2888
2930
  EdgeCluster.propTypes = iconPropTypes.iconPropTypes;
2889
2931
  }
2890
- const EdgeDevice = /*#__PURE__*/React__default["default"].forwardRef(function EdgeDevice(_ref124, ref) {
2891
- let {
2892
- children,
2893
- size = 16,
2894
- ...rest
2895
- } = _ref124;
2896
- return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2897
- width: size,
2898
- height: size,
2899
- ref: ref,
2900
- xmlns: "http://www.w3.org/2000/svg",
2901
- viewBox: "0 0 32 32",
2902
- fill: "currentColor",
2903
- ...rest
2904
- }, _path208 || (_path208 = /*#__PURE__*/React__default["default"].createElement("path", {
2905
- d: "M9 21H23V23H9zM11 14a2 2 0 102 2A1.9806 1.9806 0 0011 14zM21 14a2 2 0 102 2A1.9806 1.9806 0 0021 14z"
2906
- })), _path209 || (_path209 = /*#__PURE__*/React__default["default"].createElement("path", {
2907
- d: "M28,8H18.4141l2.0722-2.0723A2.04,2.04,0,0,0,21,6a2,2,0,1,0-2-2,2.0412,2.0412,0,0,0,.0723.5137L15.5859,8H4a2.0025,2.0025,0,0,0-2,2V26a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V10A2.0025,2.0025,0,0,0,28,8ZM4,26V10H28V26Z"
2908
- })), children);
2909
- });
2910
- if (process.env.NODE_ENV !== "production") {
2911
- EdgeDevice.propTypes = iconPropTypes.iconPropTypes;
2912
- }
2913
- const WatsonHealthEdgeEnhancement = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthEdgeEnhancement(_ref125, ref) {
2914
- let {
2915
- children,
2916
- size = 16,
2917
- ...rest
2918
- } = _ref125;
2919
- return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2920
- width: size,
2921
- height: size,
2922
- ref: ref,
2923
- xmlns: "http://www.w3.org/2000/svg",
2924
- viewBox: "0 0 32 32",
2925
- fill: "currentColor",
2926
- ...rest
2927
- }, _path210 || (_path210 = /*#__PURE__*/React__default["default"].createElement("path", {
2928
- d: "M11.8164 4.7646L11.1328 2.887A13.976 13.976 0 006.9507 5.3278L8.2358 6.8593A11.9729 11.9729 0 0111.8164 4.7646zM5.5913 10L3.86 9a14.14 14.14 0 00-1.6382 4.5872l1.9677.3469A12.1519 12.1519 0 015.5913 10zM16 26A10 10 0 0016 6h0z"
2929
- })), _path211 || (_path211 = /*#__PURE__*/React__default["default"].createElement("path", {
2930
- d: "M30,16A14,14,0,0,0,16,2V4a11.9933,11.9933,0,0,1,4.0493,23.2847c-.1682.06-.334.1294-.5044.1821-.2512.0771-.51.1362-.7683.1973-.1262.03-.25.0693-.3772.0952-.2908.0591-.5884.0976-.8862.1352-.1.0122-.1983.0342-.2988.044A12.0015,12.0015,0,0,1,5.416,21.6548c-.0664-.127-.133-.2534-.1953-.3843-.0547-.1123-.106-.227-.1572-.3413A13.1207,13.1207,0,0,1,4.19,18l-1.9677.4131A13.9173,13.9173,0,0,0,2.7,20.2993l-.0251.0083A13.9615,13.9615,0,0,0,16,30q.7134,0,1.415-.0713c.135-.0137.2654-.042.3995-.06.3286-.0424.6574-.0839.9814-.1494.18-.0366.3533-.0908.5308-.1338.2685-.0659.5383-.125.8027-.2065.2463-.0762.4831-.1724.7234-.2612.18-.0664.3635-.1211.5412-.1953l-.0009-.0025A14.0015,14.0015,0,0,0,30,16Z"
2931
- })), children);
2932
- });
2933
- if (process.env.NODE_ENV !== "production") {
2934
- WatsonHealthEdgeEnhancement.propTypes = iconPropTypes.iconPropTypes;
2935
- }
2936
2932
 
2933
+ exports.DeploymentUnitTechnicalInstallation = DeploymentUnitTechnicalInstallation;
2934
+ exports.DeploymentUnitTechnicalPresentation = DeploymentUnitTechnicalPresentation;
2937
2935
  exports.DeskAdjustable = DeskAdjustable;
2938
2936
  exports.Development = Development;
2939
2937
  exports.Devices = Devices;
@@ -3053,9 +3051,7 @@ exports.EarthSoutheastAsia = EarthSoutheastAsia;
3053
3051
  exports.EarthSoutheastAsiaFilled = EarthSoutheastAsiaFilled;
3054
3052
  exports.Earthquake = Earthquake;
3055
3053
  exports.EdgeCluster = EdgeCluster;
3056
- exports.EdgeDevice = EdgeDevice;
3057
3054
  exports.WatsonHealthDicomOverlay = WatsonHealthDicomOverlay;
3058
3055
  exports.WatsonHealthDicom_6000 = WatsonHealthDicom_6000;
3059
3056
  exports.WatsonHealthDna = WatsonHealthDna;
3060
3057
  exports.WatsonHealthDownloadStudy = WatsonHealthDownloadStudy;
3061
- exports.WatsonHealthEdgeEnhancement = WatsonHealthEdgeEnhancement;