@carbon-labs/react-animated-header 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/LICENSE +201 -0
  2. package/es/__stories__/AnimatedHeader.stories.d.ts +17275 -0
  3. package/es/_virtual/_commonjsHelpers.js +12 -0
  4. package/es/_virtual/lottie.js +14 -0
  5. package/es/_virtual/lottie2.js +10 -0
  6. package/es/assets/index.d.ts +7 -0
  7. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +31 -0
  8. package/es/components/AnimatedHeader/AnimatedHeader.js +277 -0
  9. package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +20 -0
  10. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +94 -0
  11. package/es/components/Tiles/BaseTile/BaseTile.d.ts +22 -0
  12. package/es/components/Tiles/BaseTile/BaseTile.js +39 -0
  13. package/es/components/Tiles/GlassTile/GlassTile.d.ts +21 -0
  14. package/es/components/Tiles/GlassTile/GlassTile.js +53 -0
  15. package/es/components/Tiles/index.d.ts +12 -0
  16. package/es/data/index.d.ts +47 -0
  17. package/es/index.d.ts +11 -0
  18. package/es/index.js +11 -0
  19. package/es/node_modules/@carbon/icon-helpers/es/index.js +125 -0
  20. package/es/node_modules/@carbon/icons-react/es/Icon.js +71 -0
  21. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +2967 -0
  22. package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +3260 -0
  23. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +2906 -0
  24. package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +3151 -0
  25. package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +2966 -0
  26. package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +3019 -0
  27. package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +2923 -0
  28. package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +3076 -0
  29. package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +2913 -0
  30. package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +2917 -0
  31. package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +3141 -0
  32. package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +811 -0
  33. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3195 -0
  34. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3119 -0
  35. package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +3002 -0
  36. package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +2929 -0
  37. package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +2978 -0
  38. package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +3017 -0
  39. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3149 -0
  40. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +3084 -0
  41. package/es/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +14 -0
  42. package/es/node_modules/@carbon/icons-react/es/index.js +30 -0
  43. package/es/node_modules/@carbon-labs/utilities/es/usePrefix.js +20 -0
  44. package/es/node_modules/lottie-web/build/player/lottie.js +682 -0
  45. package/lib/__stories__/AnimatedHeader.stories.d.ts +17275 -0
  46. package/lib/_virtual/_commonjsHelpers.js +14 -0
  47. package/lib/_virtual/lottie.js +18 -0
  48. package/lib/_virtual/lottie2.js +12 -0
  49. package/lib/assets/index.d.ts +7 -0
  50. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +31 -0
  51. package/lib/components/AnimatedHeader/AnimatedHeader.js +281 -0
  52. package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +20 -0
  53. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +96 -0
  54. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +22 -0
  55. package/lib/components/Tiles/BaseTile/BaseTile.js +41 -0
  56. package/lib/components/Tiles/GlassTile/GlassTile.d.ts +21 -0
  57. package/lib/components/Tiles/GlassTile/GlassTile.js +55 -0
  58. package/lib/components/Tiles/index.d.ts +12 -0
  59. package/lib/data/index.d.ts +47 -0
  60. package/lib/index.d.ts +11 -0
  61. package/lib/index.js +18 -0
  62. package/lib/node_modules/@carbon/icon-helpers/es/index.js +128 -0
  63. package/lib/node_modules/@carbon/icons-react/es/Icon.js +75 -0
  64. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +3093 -0
  65. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +3386 -0
  66. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +3032 -0
  67. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +3277 -0
  68. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +3092 -0
  69. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +3145 -0
  70. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +3049 -0
  71. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +3202 -0
  72. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +3039 -0
  73. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +3043 -0
  74. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +3267 -0
  75. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +847 -0
  76. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3321 -0
  77. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3245 -0
  78. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +3128 -0
  79. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +3055 -0
  80. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +3104 -0
  81. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +3143 -0
  82. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3275 -0
  83. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +3210 -0
  84. package/lib/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +16 -0
  85. package/lib/node_modules/@carbon/icons-react/es/index.js +2446 -0
  86. package/lib/node_modules/@carbon-labs/utilities/es/usePrefix.js +23 -0
  87. package/lib/node_modules/lottie-web/build/player/lottie.js +684 -0
  88. package/package.json +35 -0
  89. package/scss/AnimatedHeader/animated-header.scss +619 -0
  90. package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +187 -0
  91. package/scss/Tiles/GlassTile/glass-tile.scss +111 -0
  92. package/scss/animated_header.scss +10 -0
@@ -0,0 +1,3055 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ 'use strict';
9
+
10
+ var React = require('react');
11
+ var Icon = require('../Icon.js');
12
+ var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
13
+ require('prop-types');
14
+
15
+ var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _circle, _path72, _path73, _path74, _circle2, _path75, _path76, _path77, _circle3, _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, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _circle4, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _circle5, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _circle6, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _circle7, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _circle8, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _circle9, _path204, _path205, _path206, _path207, _circle10, _path208, _path209, _path210, _path211, _path212;
16
+ const didWarnAboutDeprecation = {};
17
+ const DeployRules = /*#__PURE__*/React.forwardRef(function DeployRules(_ref, ref) {
18
+ let {
19
+ children,
20
+ size = 16,
21
+ ...rest
22
+ } = _ref;
23
+ return /*#__PURE__*/React.createElement(Icon.default, {
24
+ width: size,
25
+ height: size,
26
+ ref: ref,
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ viewBox: "0 0 32 32",
29
+ fill: "currentColor",
30
+ ...rest
31
+ }, _path || (_path = /*#__PURE__*/React.createElement("path", {
32
+ d: "M18 4L12 10 13.41 11.41 17 7.83 17 20 19 20 19 7.83 22.59 11.41 24 10 18 4zM8 18H15V20H8zM8 22H24V24H8zM8 26H24V28H8z"
33
+ })), children);
34
+ });
35
+ if (process.env.NODE_ENV !== "production") {
36
+ DeployRules.propTypes = iconPropTypes4cbeb95d.i;
37
+ }
38
+ const DeploymentPattern = /*#__PURE__*/React.forwardRef(function DeploymentPattern(_ref2, ref) {
39
+ let {
40
+ children,
41
+ size = 16,
42
+ ...rest
43
+ } = _ref2;
44
+ return /*#__PURE__*/React.createElement(Icon.default, {
45
+ width: size,
46
+ height: size,
47
+ ref: ref,
48
+ xmlns: "http://www.w3.org/2000/svg",
49
+ viewBox: "0 0 32 32",
50
+ fill: "currentColor",
51
+ ...rest
52
+ }, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
53
+ d: "M8 20H4.73A1.9735 1.9735 0 003 19a2 2 0 000 4A1.9735 1.9735 0 004.73 22H8zM29 9a1.9735 1.9735 0 00-1.73 1H24v2h3.27A1.9991 1.9991 0 1029 9z"
54
+ })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
55
+ d: "M25.4141 5L21 .5859 16.5859 5 20 8.4141V18h2V8.4141zM21 3.4141L22.5859 5 21 6.5859 19.4141 5zM12 23.5859V14H10v9.5859L6.5859 27 11 31.4141 15.4141 27zM9.4141 27L11 25.4141 12.5859 27 11 28.5859z"
56
+ })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
57
+ d: "M18,10H8.4141L5,6.5859.5859,11,5,15.4141,8.4141,12H18ZM5,12.5859,3.4141,11,5,9.4141,6.5859,11Z"
58
+ })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
59
+ d: "M13 3A2 2 0 009 3 1.9733 1.9733 0 0010 4.73V8h2V4.73A1.9733 1.9733 0 0013 3zM22 27.2705V24H20v3.27a2 2 0 102 0z"
60
+ })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
61
+ d: "M31.4141,21,27,16.5859,23.5859,20H14v2h9.5859L27,25.4141ZM27,19.4141,28.5859,21,27,22.5859,25.4141,21Z"
62
+ })), children);
63
+ });
64
+ if (process.env.NODE_ENV !== "production") {
65
+ DeploymentPattern.propTypes = iconPropTypes4cbeb95d.i;
66
+ }
67
+ const DeploymentPolicy = /*#__PURE__*/React.forwardRef(function DeploymentPolicy(_ref3, ref) {
68
+ let {
69
+ children,
70
+ size = 16,
71
+ ...rest
72
+ } = _ref3;
73
+ return /*#__PURE__*/React.createElement(Icon.default, {
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
+ }, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
82
+ d: "M19 16L19 14 26.171 14 23.878 11.707 25.292 10.293 30 15 25.292 19.707 23.878 18.293 26.171 16 19 16zM17 12L15 12 15 5.828 12.707 8.121 11.293 6.707 16 2 20.707 6.707 19.293 8.121 17 5.828 17 12zM17 20.1011V18a4.0045 4.0045 0 00-4-4H5.8281l2.293-2.293L6.707 10.293 2 15l4.707 4.707 1.4141-1.414L5.8281 16H13a2.0025 2.0025 0 012 2v2.1011a5 5 0 102 0zM16 28a3 3 0 113-3A3.0033 3.0033 0 0116 28z"
83
+ })), children);
84
+ });
85
+ if (process.env.NODE_ENV !== "production") {
86
+ DeploymentPolicy.propTypes = iconPropTypes4cbeb95d.i;
87
+ }
88
+ const DeploymentUnitData = /*#__PURE__*/React.forwardRef(function DeploymentUnitData(_ref4, ref) {
89
+ let {
90
+ children,
91
+ size = 16,
92
+ ...rest
93
+ } = _ref4;
94
+ return /*#__PURE__*/React.createElement(Icon.default, {
95
+ width: size,
96
+ height: size,
97
+ ref: ref,
98
+ xmlns: "http://www.w3.org/2000/svg",
99
+ viewBox: "0 0 32 32",
100
+ fill: "currentColor",
101
+ ...rest
102
+ }, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
103
+ d: "M16,23H12V9h4a4.0045,4.0045,0,0,1,4,4v6A4.0042,4.0042,0,0,1,16,23Zm-2-2h2a2.0023,2.0023,0,0,0,2-2V13a2.002,2.002,0,0,0-2-2H14Z"
104
+ })), children);
105
+ });
106
+ if (process.env.NODE_ENV !== "production") {
107
+ DeploymentUnitData.propTypes = iconPropTypes4cbeb95d.i;
108
+ }
109
+ const DeploymentUnitExecution = /*#__PURE__*/React.forwardRef(function DeploymentUnitExecution(_ref5, ref) {
110
+ let {
111
+ children,
112
+ size = 16,
113
+ ...rest
114
+ } = _ref5;
115
+ return /*#__PURE__*/React.createElement(Icon.default, {
116
+ width: size,
117
+ height: size,
118
+ ref: ref,
119
+ xmlns: "http://www.w3.org/2000/svg",
120
+ viewBox: "0 0 32 32",
121
+ fill: "currentColor",
122
+ ...rest
123
+ }, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
124
+ d: "M20 11L20 9 12 9 12 23 20 23 20 21 14 21 14 17 19 17 19 15 14 15 14 11 20 11z"
125
+ })), children);
126
+ });
127
+ if (process.env.NODE_ENV !== "production") {
128
+ DeploymentUnitExecution.propTypes = iconPropTypes4cbeb95d.i;
129
+ }
130
+ const DeploymentUnitInstallation = /*#__PURE__*/React.forwardRef(function DeploymentUnitInstallation(_ref6, ref) {
131
+ let {
132
+ children,
133
+ size = 16,
134
+ ...rest
135
+ } = _ref6;
136
+ return /*#__PURE__*/React.createElement(Icon.default, {
137
+ width: size,
138
+ height: size,
139
+ ref: ref,
140
+ xmlns: "http://www.w3.org/2000/svg",
141
+ viewBox: "0 0 32 32",
142
+ fill: "currentColor",
143
+ ...rest
144
+ }, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
145
+ d: "M12 11L15 11 15 21 12 21 12 23 20 23 20 21 17 21 17 11 20 11 20 9 12 9 12 11z"
146
+ })), children);
147
+ });
148
+ if (process.env.NODE_ENV !== "production") {
149
+ DeploymentUnitInstallation.propTypes = iconPropTypes4cbeb95d.i;
150
+ }
151
+ const DeploymentUnitPresentation = /*#__PURE__*/React.forwardRef(function DeploymentUnitPresentation(_ref7, ref) {
152
+ let {
153
+ children,
154
+ size = 16,
155
+ ...rest
156
+ } = _ref7;
157
+ return /*#__PURE__*/React.createElement(Icon.default, {
158
+ width: size,
159
+ height: size,
160
+ ref: ref,
161
+ xmlns: "http://www.w3.org/2000/svg",
162
+ viewBox: "0 0 32 32",
163
+ fill: "currentColor",
164
+ ...rest
165
+ }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
166
+ d: "M14,23H12V9h6a2.002,2.002,0,0,1,2,2v5a2.002,2.002,0,0,1-2,2H14Zm0-7h4V11H14Z"
167
+ })), children);
168
+ });
169
+ if (process.env.NODE_ENV !== "production") {
170
+ DeploymentUnitPresentation.propTypes = iconPropTypes4cbeb95d.i;
171
+ }
172
+ const DeploymentUnitTechnicalData = /*#__PURE__*/React.forwardRef(function DeploymentUnitTechnicalData(_ref8, ref) {
173
+ let {
174
+ children,
175
+ size = 16,
176
+ ...rest
177
+ } = _ref8;
178
+ return /*#__PURE__*/React.createElement(Icon.default, {
179
+ width: size,
180
+ height: size,
181
+ ref: ref,
182
+ xmlns: "http://www.w3.org/2000/svg",
183
+ viewBox: "0 0 32 32",
184
+ fill: "currentColor",
185
+ ...rest
186
+ }, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
187
+ d: "M21 23H17V9h4a4.0045 4.0045 0 014 4v6A4.0042 4.0042 0 0121 23zm-2-2h2a2.0023 2.0023 0 002-2V13a2.002 2.002 0 00-2-2H19zM7 11L10 11 10 23 12 23 12 11 15 11 15 9 7 9 7 11z"
188
+ })), children);
189
+ });
190
+ if (process.env.NODE_ENV !== "production") {
191
+ DeploymentUnitTechnicalData.propTypes = iconPropTypes4cbeb95d.i;
192
+ }
193
+ const DeploymentUnitTechnicalExecution = /*#__PURE__*/React.forwardRef(function DeploymentUnitTechnicalExecution(_ref9, ref) {
194
+ let {
195
+ children,
196
+ size = 16,
197
+ ...rest
198
+ } = _ref9;
199
+ return /*#__PURE__*/React.createElement(Icon.default, {
200
+ width: size,
201
+ height: size,
202
+ ref: ref,
203
+ xmlns: "http://www.w3.org/2000/svg",
204
+ viewBox: "0 0 32 32",
205
+ fill: "currentColor",
206
+ ...rest
207
+ }, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
208
+ d: "M25 11L25 9 17 9 17 23 25 23 25 21 19 21 19 17 24 17 24 15 19 15 19 11 25 11zM7 11L10 11 10 23 12 23 12 11 15 11 15 9 7 9 7 11z"
209
+ })), children);
210
+ });
211
+ if (process.env.NODE_ENV !== "production") {
212
+ DeploymentUnitTechnicalExecution.propTypes = iconPropTypes4cbeb95d.i;
213
+ }
214
+ const DeploymentUnitTechnicalInstallation = /*#__PURE__*/React.forwardRef(function DeploymentUnitTechnicalInstallation(_ref10, ref) {
215
+ let {
216
+ children,
217
+ size = 16,
218
+ ...rest
219
+ } = _ref10;
220
+ return /*#__PURE__*/React.createElement(Icon.default, {
221
+ width: size,
222
+ height: size,
223
+ ref: ref,
224
+ xmlns: "http://www.w3.org/2000/svg",
225
+ viewBox: "0 0 32 32",
226
+ fill: "currentColor",
227
+ ...rest
228
+ }, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
229
+ 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"
230
+ })), children);
231
+ });
232
+ if (process.env.NODE_ENV !== "production") {
233
+ DeploymentUnitTechnicalInstallation.propTypes = iconPropTypes4cbeb95d.i;
234
+ }
235
+ const DeploymentUnitTechnicalPresentation = /*#__PURE__*/React.forwardRef(function DeploymentUnitTechnicalPresentation(_ref11, ref) {
236
+ let {
237
+ children,
238
+ size = 16,
239
+ ...rest
240
+ } = _ref11;
241
+ return /*#__PURE__*/React.createElement(Icon.default, {
242
+ width: size,
243
+ height: size,
244
+ ref: ref,
245
+ xmlns: "http://www.w3.org/2000/svg",
246
+ viewBox: "0 0 32 32",
247
+ fill: "currentColor",
248
+ ...rest
249
+ }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
250
+ 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"
251
+ })), children);
252
+ });
253
+ if (process.env.NODE_ENV !== "production") {
254
+ DeploymentUnitTechnicalPresentation.propTypes = iconPropTypes4cbeb95d.i;
255
+ }
256
+ const DeskAdjustable = /*#__PURE__*/React.forwardRef(function DeskAdjustable(_ref12, ref) {
257
+ let {
258
+ children,
259
+ size = 16,
260
+ ...rest
261
+ } = _ref12;
262
+ return /*#__PURE__*/React.createElement(Icon.default, {
263
+ width: size,
264
+ height: size,
265
+ ref: ref,
266
+ xmlns: "http://www.w3.org/2000/svg",
267
+ viewBox: "0 0 32 32",
268
+ fill: "currentColor",
269
+ ...rest
270
+ }, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
271
+ 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"
272
+ })), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
273
+ 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"
274
+ })), children);
275
+ });
276
+ if (process.env.NODE_ENV !== "production") {
277
+ DeskAdjustable.propTypes = iconPropTypes4cbeb95d.i;
278
+ }
279
+ const Development = /*#__PURE__*/React.forwardRef(function Development(_ref13, ref) {
280
+ let {
281
+ children,
282
+ size = 16,
283
+ ...rest
284
+ } = _ref13;
285
+ return /*#__PURE__*/React.createElement(Icon.default, {
286
+ width: size,
287
+ height: size,
288
+ ref: ref,
289
+ xmlns: "http://www.w3.org/2000/svg",
290
+ viewBox: "0 0 32 32",
291
+ fill: "currentColor",
292
+ ...rest
293
+ }, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
294
+ d: "M8 4V8H4V4H8M2 2v8h8V2zM18 7v4H14V7h4M12 5v8h8V5zM8 16v4H4V16H8M2 14v8h8V14z"
295
+ })), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
296
+ d: "M22,10v6H16v6H10v8H30V10Zm-4,8h4v4H18ZM16,28H12V24h4Zm6,0H18V24h4Zm6,0H24V24h4Zm0-6H24V18h4Zm-4-6V12h4v4Z"
297
+ })), children);
298
+ });
299
+ if (process.env.NODE_ENV !== "production") {
300
+ Development.propTypes = iconPropTypes4cbeb95d.i;
301
+ }
302
+ const Devices = /*#__PURE__*/React.forwardRef(function Devices(_ref14, ref) {
303
+ let {
304
+ children,
305
+ size = 16,
306
+ ...rest
307
+ } = _ref14;
308
+ return /*#__PURE__*/React.createElement(Icon.default, {
309
+ width: size,
310
+ height: size,
311
+ ref: ref,
312
+ xmlns: "http://www.w3.org/2000/svg",
313
+ viewBox: "0 0 32 32",
314
+ fill: "currentColor",
315
+ ...rest
316
+ }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
317
+ 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"
318
+ })), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
319
+ d: "M28,4H6A2,2,0,0,0,4,6v6H6V6H28V20H14v2h2v4H14v2h9V26H18V22H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Z"
320
+ })), children);
321
+ });
322
+ if (process.env.NODE_ENV !== "production") {
323
+ Devices.propTypes = iconPropTypes4cbeb95d.i;
324
+ }
325
+ const DevicesApps = /*#__PURE__*/React.forwardRef(function DevicesApps(_ref15, ref) {
326
+ let {
327
+ children,
328
+ size = 16,
329
+ ...rest
330
+ } = _ref15;
331
+ return /*#__PURE__*/React.createElement(Icon.default, {
332
+ width: size,
333
+ height: size,
334
+ ref: ref,
335
+ xmlns: "http://www.w3.org/2000/svg",
336
+ viewBox: "0 0 32 32",
337
+ fill: "currentColor",
338
+ ...rest
339
+ }, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
340
+ 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"
341
+ })), children);
342
+ });
343
+ if (process.env.NODE_ENV !== "production") {
344
+ DevicesApps.propTypes = iconPropTypes4cbeb95d.i;
345
+ }
346
+ const DewPoint = /*#__PURE__*/React.forwardRef(function DewPoint(_ref16, ref) {
347
+ let {
348
+ children,
349
+ size = 16,
350
+ ...rest
351
+ } = _ref16;
352
+ return /*#__PURE__*/React.createElement(Icon.default, {
353
+ width: size,
354
+ height: size,
355
+ ref: ref,
356
+ xmlns: "http://www.w3.org/2000/svg",
357
+ viewBox: "0 0 32 32",
358
+ fill: "currentColor",
359
+ ...rest
360
+ }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
361
+ 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"
362
+ })), children);
363
+ });
364
+ if (process.env.NODE_ENV !== "production") {
365
+ DewPoint.propTypes = iconPropTypes4cbeb95d.i;
366
+ }
367
+ const DewPointFilled = /*#__PURE__*/React.forwardRef(function DewPointFilled(_ref17, ref) {
368
+ let {
369
+ children,
370
+ size = 16,
371
+ ...rest
372
+ } = _ref17;
373
+ return /*#__PURE__*/React.createElement(Icon.default, {
374
+ width: size,
375
+ height: size,
376
+ ref: ref,
377
+ xmlns: "http://www.w3.org/2000/svg",
378
+ viewBox: "0 0 32 32",
379
+ fill: "currentColor",
380
+ ...rest
381
+ }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
382
+ 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"
383
+ })), children);
384
+ });
385
+ if (process.env.NODE_ENV !== "production") {
386
+ DewPointFilled.propTypes = iconPropTypes4cbeb95d.i;
387
+ }
388
+ const Diagram = /*#__PURE__*/React.forwardRef(function Diagram(_ref18, ref) {
389
+ let {
390
+ children,
391
+ size = 16,
392
+ ...rest
393
+ } = _ref18;
394
+ return /*#__PURE__*/React.createElement(Icon.default, {
395
+ width: size,
396
+ height: size,
397
+ ref: ref,
398
+ xmlns: "http://www.w3.org/2000/svg",
399
+ viewBox: "0 0 32 32",
400
+ fill: "currentColor",
401
+ ...rest
402
+ }, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
403
+ 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"
404
+ })), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
405
+ 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"
406
+ })), children);
407
+ });
408
+ if (process.env.NODE_ENV !== "production") {
409
+ Diagram.propTypes = iconPropTypes4cbeb95d.i;
410
+ }
411
+ const DiagramReference = /*#__PURE__*/React.forwardRef(function DiagramReference(_ref19, ref) {
412
+ let {
413
+ children,
414
+ size = 16,
415
+ ...rest
416
+ } = _ref19;
417
+ return /*#__PURE__*/React.createElement(Icon.default, {
418
+ width: size,
419
+ height: size,
420
+ ref: ref,
421
+ xmlns: "http://www.w3.org/2000/svg",
422
+ viewBox: "0 0 32 32",
423
+ fill: "currentColor",
424
+ ...rest
425
+ }, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
426
+ d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
427
+ })), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
428
+ 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"
429
+ })), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
430
+ 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"
431
+ })), children);
432
+ });
433
+ if (process.env.NODE_ENV !== "production") {
434
+ DiagramReference.propTypes = iconPropTypes4cbeb95d.i;
435
+ }
436
+ const DiamondOutline = /*#__PURE__*/React.forwardRef(function DiamondOutline(_ref20, ref) {
437
+ let {
438
+ children,
439
+ size = 16,
440
+ ...rest
441
+ } = _ref20;
442
+ return /*#__PURE__*/React.createElement(Icon.default, {
443
+ width: size,
444
+ height: size,
445
+ ref: ref,
446
+ xmlns: "http://www.w3.org/2000/svg",
447
+ viewBox: "0 0 32 32",
448
+ fill: "currentColor",
449
+ ...rest
450
+ }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
451
+ strokeWidth: "0",
452
+ 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"
453
+ })), children);
454
+ });
455
+ if (process.env.NODE_ENV !== "production") {
456
+ DiamondOutline.propTypes = iconPropTypes4cbeb95d.i;
457
+ }
458
+ const DiamondSolid = /*#__PURE__*/React.forwardRef(function DiamondSolid(_ref21, ref) {
459
+ let {
460
+ children,
461
+ size = 16,
462
+ ...rest
463
+ } = _ref21;
464
+ return /*#__PURE__*/React.createElement(Icon.default, {
465
+ width: size,
466
+ height: size,
467
+ ref: ref,
468
+ xmlns: "http://www.w3.org/2000/svg",
469
+ viewBox: "0 0 32 32",
470
+ fill: "currentColor",
471
+ ...rest
472
+ }, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
473
+ strokeWidth: "0",
474
+ 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"
475
+ })), children);
476
+ });
477
+ if (process.env.NODE_ENV !== "production") {
478
+ DiamondSolid.propTypes = iconPropTypes4cbeb95d.i;
479
+ }
480
+ const DiamondFill = /*#__PURE__*/React.forwardRef(function DiamondFill(_ref22, ref) {
481
+ let {
482
+ children,
483
+ size = 16,
484
+ ...rest
485
+ } = _ref22;
486
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
487
+ return /*#__PURE__*/React.createElement(Icon.default, {
488
+ width: size,
489
+ height: size,
490
+ ref: ref,
491
+ xmlns: "http://www.w3.org/2000/svg",
492
+ viewBox: "0 0 16 16",
493
+ fill: "currentColor",
494
+ ...rest
495
+ }, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
496
+ d: "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142M8,1,1,8l7,7,7-7L8,1Z"
497
+ })), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
498
+ d: "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142"
499
+ })), children);
500
+ }
501
+ return /*#__PURE__*/React.createElement(Icon.default, {
502
+ width: size,
503
+ height: size,
504
+ ref: ref,
505
+ xmlns: "http://www.w3.org/2000/svg",
506
+ viewBox: "0 0 16 16",
507
+ fill: "currentColor",
508
+ ...rest
509
+ }, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
510
+ d: "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142M8,1,1,8l7,7,7-7L8,1Z"
511
+ })), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
512
+ d: "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142"
513
+ })), children);
514
+ });
515
+ if (process.env.NODE_ENV !== "production") {
516
+ DiamondFill.propTypes = iconPropTypes4cbeb95d.i;
517
+ }
518
+ const WatsonHealthDicom_6000 = /*#__PURE__*/React.forwardRef(function WatsonHealthDicom_6000(_ref23, ref) {
519
+ let {
520
+ children,
521
+ size = 16,
522
+ ...rest
523
+ } = _ref23;
524
+ return /*#__PURE__*/React.createElement(Icon.default, {
525
+ width: size,
526
+ height: size,
527
+ ref: ref,
528
+ xmlns: "http://www.w3.org/2000/svg",
529
+ viewBox: "0 0 32 32",
530
+ fill: "currentColor",
531
+ ...rest
532
+ }, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
533
+ 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"
534
+ })), children);
535
+ });
536
+ if (process.env.NODE_ENV !== "production") {
537
+ WatsonHealthDicom_6000.propTypes = iconPropTypes4cbeb95d.i;
538
+ }
539
+ const WatsonHealthDicomOverlay = /*#__PURE__*/React.forwardRef(function WatsonHealthDicomOverlay(_ref24, ref) {
540
+ let {
541
+ children,
542
+ size = 16,
543
+ ...rest
544
+ } = _ref24;
545
+ return /*#__PURE__*/React.createElement(Icon.default, {
546
+ width: size,
547
+ height: size,
548
+ ref: ref,
549
+ xmlns: "http://www.w3.org/2000/svg",
550
+ viewBox: "0 0 32 32",
551
+ fill: "currentColor",
552
+ ...rest
553
+ }, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
554
+ 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"
555
+ })), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
556
+ d: "M6 8H16V10H6zM6 12H16V14H6zM6 16H12V18H6z"
557
+ })), children);
558
+ });
559
+ if (process.env.NODE_ENV !== "production") {
560
+ WatsonHealthDicomOverlay.propTypes = iconPropTypes4cbeb95d.i;
561
+ }
562
+ const DirectLink = /*#__PURE__*/React.forwardRef(function DirectLink(_ref25, ref) {
563
+ let {
564
+ children,
565
+ size = 16,
566
+ ...rest
567
+ } = _ref25;
568
+ if (process.env.NODE_ENV !== "production") {
569
+ if (!didWarnAboutDeprecation["DirectLink"]) {
570
+ didWarnAboutDeprecation["DirectLink"] = true;
571
+ console.warn("The current icon has been replaced with the correct version of the App icon, use the most appropriate ibm-cloud--direct-link icon variant instead. As a result, the DirectLink component will be removed in the next major version of @carbon/icons-react.");
572
+ }
573
+ }
574
+ return /*#__PURE__*/React.createElement(Icon.default, {
575
+ width: size,
576
+ height: size,
577
+ ref: ref,
578
+ xmlns: "http://www.w3.org/2000/svg",
579
+ viewBox: "0 0 32 32",
580
+ fill: "currentColor",
581
+ ...rest
582
+ }, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
583
+ 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"
584
+ })), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
585
+ 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"
586
+ })), children);
587
+ });
588
+ if (process.env.NODE_ENV !== "production") {
589
+ DirectLink.propTypes = iconPropTypes4cbeb95d.i;
590
+ }
591
+ const DirectionBearRight_01 = /*#__PURE__*/React.forwardRef(function DirectionBearRight_01(_ref26, ref) {
592
+ let {
593
+ children,
594
+ size = 16,
595
+ ...rest
596
+ } = _ref26;
597
+ return /*#__PURE__*/React.createElement(Icon.default, {
598
+ width: size,
599
+ height: size,
600
+ ref: ref,
601
+ xmlns: "http://www.w3.org/2000/svg",
602
+ viewBox: "0 0 32 32",
603
+ fill: "currentColor",
604
+ ...rest
605
+ }, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
606
+ 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"
607
+ })), children);
608
+ });
609
+ if (process.env.NODE_ENV !== "production") {
610
+ DirectionBearRight_01.propTypes = iconPropTypes4cbeb95d.i;
611
+ }
612
+ const DirectionBearRight_01Filled = /*#__PURE__*/React.forwardRef(function DirectionBearRight_01Filled(_ref27, ref) {
613
+ let {
614
+ children,
615
+ size = 16,
616
+ ...rest
617
+ } = _ref27;
618
+ return /*#__PURE__*/React.createElement(Icon.default, {
619
+ width: size,
620
+ height: size,
621
+ ref: ref,
622
+ xmlns: "http://www.w3.org/2000/svg",
623
+ viewBox: "0 0 32 32",
624
+ fill: "currentColor",
625
+ ...rest
626
+ }, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
627
+ 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"
628
+ })), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
629
+ fill: "none",
630
+ 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",
631
+ "data-icon-path": "inner-path"
632
+ })), children);
633
+ });
634
+ if (process.env.NODE_ENV !== "production") {
635
+ DirectionBearRight_01Filled.propTypes = iconPropTypes4cbeb95d.i;
636
+ }
637
+ const DirectionBearRight_02 = /*#__PURE__*/React.forwardRef(function DirectionBearRight_02(_ref28, ref) {
638
+ let {
639
+ children,
640
+ size = 16,
641
+ ...rest
642
+ } = _ref28;
643
+ return /*#__PURE__*/React.createElement(Icon.default, {
644
+ width: size,
645
+ height: size,
646
+ ref: ref,
647
+ xmlns: "http://www.w3.org/2000/svg",
648
+ viewBox: "0 0 32 32",
649
+ fill: "currentColor",
650
+ ...rest
651
+ }, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
652
+ 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"
653
+ })), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
654
+ d: "M8.5 5.55H10.5V13.45H8.5z",
655
+ transform: "rotate(-45 9.5 9.5)"
656
+ })), children);
657
+ });
658
+ if (process.env.NODE_ENV !== "production") {
659
+ DirectionBearRight_02.propTypes = iconPropTypes4cbeb95d.i;
660
+ }
661
+ const DirectionBearRight_02Filled = /*#__PURE__*/React.forwardRef(function DirectionBearRight_02Filled(_ref29, ref) {
662
+ let {
663
+ children,
664
+ size = 16,
665
+ ...rest
666
+ } = _ref29;
667
+ return /*#__PURE__*/React.createElement(Icon.default, {
668
+ width: size,
669
+ height: size,
670
+ ref: ref,
671
+ xmlns: "http://www.w3.org/2000/svg",
672
+ viewBox: "0 0 32 32",
673
+ fill: "currentColor",
674
+ ...rest
675
+ }, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
676
+ 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"
677
+ })), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
678
+ fill: "none",
679
+ 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",
680
+ "data-icon-path": "inner-path"
681
+ })), children);
682
+ });
683
+ if (process.env.NODE_ENV !== "production") {
684
+ DirectionBearRight_02Filled.propTypes = iconPropTypes4cbeb95d.i;
685
+ }
686
+ const DirectionCurve = /*#__PURE__*/React.forwardRef(function DirectionCurve(_ref30, ref) {
687
+ let {
688
+ children,
689
+ size = 16,
690
+ ...rest
691
+ } = _ref30;
692
+ return /*#__PURE__*/React.createElement(Icon.default, {
693
+ width: size,
694
+ height: size,
695
+ ref: ref,
696
+ xmlns: "http://www.w3.org/2000/svg",
697
+ viewBox: "0 0 32 32",
698
+ fill: "currentColor",
699
+ ...rest
700
+ }, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
701
+ 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"
702
+ })), children);
703
+ });
704
+ if (process.env.NODE_ENV !== "production") {
705
+ DirectionCurve.propTypes = iconPropTypes4cbeb95d.i;
706
+ }
707
+ const DirectionCurveFilled = /*#__PURE__*/React.forwardRef(function DirectionCurveFilled(_ref31, ref) {
708
+ let {
709
+ children,
710
+ size = 16,
711
+ ...rest
712
+ } = _ref31;
713
+ return /*#__PURE__*/React.createElement(Icon.default, {
714
+ width: size,
715
+ height: size,
716
+ ref: ref,
717
+ xmlns: "http://www.w3.org/2000/svg",
718
+ viewBox: "0 0 32 32",
719
+ fill: "currentColor",
720
+ ...rest
721
+ }, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
722
+ 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"
723
+ })), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
724
+ fill: "none",
725
+ 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",
726
+ "data-icon-path": "inner-path"
727
+ })), children);
728
+ });
729
+ if (process.env.NODE_ENV !== "production") {
730
+ DirectionCurveFilled.propTypes = iconPropTypes4cbeb95d.i;
731
+ }
732
+ const DirectionFork = /*#__PURE__*/React.forwardRef(function DirectionFork(_ref32, ref) {
733
+ let {
734
+ children,
735
+ size = 16,
736
+ ...rest
737
+ } = _ref32;
738
+ return /*#__PURE__*/React.createElement(Icon.default, {
739
+ width: size,
740
+ height: size,
741
+ ref: ref,
742
+ xmlns: "http://www.w3.org/2000/svg",
743
+ viewBox: "0 0 32 32",
744
+ fill: "currentColor",
745
+ ...rest
746
+ }, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
747
+ 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"
748
+ })), children);
749
+ });
750
+ if (process.env.NODE_ENV !== "production") {
751
+ DirectionFork.propTypes = iconPropTypes4cbeb95d.i;
752
+ }
753
+ const DirectionForkFilled = /*#__PURE__*/React.forwardRef(function DirectionForkFilled(_ref33, ref) {
754
+ let {
755
+ children,
756
+ size = 16,
757
+ ...rest
758
+ } = _ref33;
759
+ return /*#__PURE__*/React.createElement(Icon.default, {
760
+ width: size,
761
+ height: size,
762
+ ref: ref,
763
+ xmlns: "http://www.w3.org/2000/svg",
764
+ viewBox: "0 0 32 32",
765
+ fill: "currentColor",
766
+ ...rest
767
+ }, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
768
+ fill: "none",
769
+ 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",
770
+ "data-icon-path": "inner-path"
771
+ })), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
772
+ 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"
773
+ })), children);
774
+ });
775
+ if (process.env.NODE_ENV !== "production") {
776
+ DirectionForkFilled.propTypes = iconPropTypes4cbeb95d.i;
777
+ }
778
+ const DirectionLoopLeft = /*#__PURE__*/React.forwardRef(function DirectionLoopLeft(_ref34, ref) {
779
+ let {
780
+ children,
781
+ size = 16,
782
+ ...rest
783
+ } = _ref34;
784
+ return /*#__PURE__*/React.createElement(Icon.default, {
785
+ width: size,
786
+ height: size,
787
+ ref: ref,
788
+ xmlns: "http://www.w3.org/2000/svg",
789
+ viewBox: "0 0 32 32",
790
+ fill: "currentColor",
791
+ ...rest
792
+ }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
793
+ d: "M16 20H18V28H16z"
794
+ })), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
795
+ 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"
796
+ })), children);
797
+ });
798
+ if (process.env.NODE_ENV !== "production") {
799
+ DirectionLoopLeft.propTypes = iconPropTypes4cbeb95d.i;
800
+ }
801
+ const DirectionLoopLeftFilled = /*#__PURE__*/React.forwardRef(function DirectionLoopLeftFilled(_ref35, ref) {
802
+ let {
803
+ children,
804
+ size = 16,
805
+ ...rest
806
+ } = _ref35;
807
+ return /*#__PURE__*/React.createElement(Icon.default, {
808
+ width: size,
809
+ height: size,
810
+ ref: ref,
811
+ xmlns: "http://www.w3.org/2000/svg",
812
+ viewBox: "0 0 32 32",
813
+ fill: "currentColor",
814
+ ...rest
815
+ }, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
816
+ fill: "none",
817
+ 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",
818
+ "data-icon-path": "inner-path"
819
+ })), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
820
+ 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"
821
+ })), children);
822
+ });
823
+ if (process.env.NODE_ENV !== "production") {
824
+ DirectionLoopLeftFilled.propTypes = iconPropTypes4cbeb95d.i;
825
+ }
826
+ const DirectionLoopRight = /*#__PURE__*/React.forwardRef(function DirectionLoopRight(_ref36, ref) {
827
+ let {
828
+ children,
829
+ size = 16,
830
+ ...rest
831
+ } = _ref36;
832
+ return /*#__PURE__*/React.createElement(Icon.default, {
833
+ width: size,
834
+ height: size,
835
+ ref: ref,
836
+ xmlns: "http://www.w3.org/2000/svg",
837
+ viewBox: "0 0 32 32",
838
+ fill: "currentColor",
839
+ ...rest
840
+ }, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
841
+ d: "M14 20H16V28H14z"
842
+ })), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
843
+ 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"
844
+ })), children);
845
+ });
846
+ if (process.env.NODE_ENV !== "production") {
847
+ DirectionLoopRight.propTypes = iconPropTypes4cbeb95d.i;
848
+ }
849
+ const DirectionLoopRightFilled = /*#__PURE__*/React.forwardRef(function DirectionLoopRightFilled(_ref37, ref) {
850
+ let {
851
+ children,
852
+ size = 16,
853
+ ...rest
854
+ } = _ref37;
855
+ return /*#__PURE__*/React.createElement(Icon.default, {
856
+ width: size,
857
+ height: size,
858
+ ref: ref,
859
+ xmlns: "http://www.w3.org/2000/svg",
860
+ viewBox: "0 0 32 32",
861
+ fill: "currentColor",
862
+ ...rest
863
+ }, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
864
+ fill: "none",
865
+ 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",
866
+ "data-icon-path": "inner-path"
867
+ })), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
868
+ 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"
869
+ })), children);
870
+ });
871
+ if (process.env.NODE_ENV !== "production") {
872
+ DirectionLoopRightFilled.propTypes = iconPropTypes4cbeb95d.i;
873
+ }
874
+ const DirectionMerge = /*#__PURE__*/React.forwardRef(function DirectionMerge(_ref38, ref) {
875
+ let {
876
+ children,
877
+ size = 16,
878
+ ...rest
879
+ } = _ref38;
880
+ return /*#__PURE__*/React.createElement(Icon.default, {
881
+ width: size,
882
+ height: size,
883
+ ref: ref,
884
+ xmlns: "http://www.w3.org/2000/svg",
885
+ viewBox: "0 0 32 32",
886
+ fill: "currentColor",
887
+ ...rest
888
+ }, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
889
+ 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"
890
+ })), children);
891
+ });
892
+ if (process.env.NODE_ENV !== "production") {
893
+ DirectionMerge.propTypes = iconPropTypes4cbeb95d.i;
894
+ }
895
+ const DirectionMergeFilled = /*#__PURE__*/React.forwardRef(function DirectionMergeFilled(_ref39, ref) {
896
+ let {
897
+ children,
898
+ size = 16,
899
+ ...rest
900
+ } = _ref39;
901
+ return /*#__PURE__*/React.createElement(Icon.default, {
902
+ width: size,
903
+ height: size,
904
+ ref: ref,
905
+ xmlns: "http://www.w3.org/2000/svg",
906
+ viewBox: "0 0 32 32",
907
+ fill: "currentColor",
908
+ ...rest
909
+ }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
910
+ 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"
911
+ })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
912
+ fill: "none",
913
+ 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",
914
+ "data-icon-path": "inner-path"
915
+ })), children);
916
+ });
917
+ if (process.env.NODE_ENV !== "production") {
918
+ DirectionMergeFilled.propTypes = iconPropTypes4cbeb95d.i;
919
+ }
920
+ const DirectionRight_01 = /*#__PURE__*/React.forwardRef(function DirectionRight_01(_ref40, ref) {
921
+ let {
922
+ children,
923
+ size = 16,
924
+ ...rest
925
+ } = _ref40;
926
+ return /*#__PURE__*/React.createElement(Icon.default, {
927
+ width: size,
928
+ height: size,
929
+ ref: ref,
930
+ xmlns: "http://www.w3.org/2000/svg",
931
+ viewBox: "0 0 32 32",
932
+ fill: "currentColor",
933
+ ...rest
934
+ }, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
935
+ d: "M19,4,17.5859,5.4141,22.1719,10H10a2,2,0,0,0-2,2V28h2V12H22.1719l-4.586,4.5859L19,18l7-7Z"
936
+ })), children);
937
+ });
938
+ if (process.env.NODE_ENV !== "production") {
939
+ DirectionRight_01.propTypes = iconPropTypes4cbeb95d.i;
940
+ }
941
+ const DirectionRight_01Filled = /*#__PURE__*/React.forwardRef(function DirectionRight_01Filled(_ref41, ref) {
942
+ let {
943
+ children,
944
+ size = 16,
945
+ ...rest
946
+ } = _ref41;
947
+ return /*#__PURE__*/React.createElement(Icon.default, {
948
+ width: size,
949
+ height: size,
950
+ ref: ref,
951
+ xmlns: "http://www.w3.org/2000/svg",
952
+ viewBox: "0 0 32 32",
953
+ fill: "currentColor",
954
+ ...rest
955
+ }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
956
+ 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"
957
+ })), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
958
+ fill: "none",
959
+ d: "M19,18l-1.4141-1.4141L22.1719,12H10V26H8V12a2,2,0,0,1,2-2H22.1719l-4.586-4.5859L19,4l7,7Z",
960
+ "data-icon-path": "inner-path"
961
+ })), children);
962
+ });
963
+ if (process.env.NODE_ENV !== "production") {
964
+ DirectionRight_01Filled.propTypes = iconPropTypes4cbeb95d.i;
965
+ }
966
+ const DirectionRight_02 = /*#__PURE__*/React.forwardRef(function DirectionRight_02(_ref42, ref) {
967
+ let {
968
+ children,
969
+ size = 16,
970
+ ...rest
971
+ } = _ref42;
972
+ return /*#__PURE__*/React.createElement(Icon.default, {
973
+ width: size,
974
+ height: size,
975
+ ref: ref,
976
+ xmlns: "http://www.w3.org/2000/svg",
977
+ viewBox: "0 0 32 32",
978
+ fill: "currentColor",
979
+ ...rest
980
+ }, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
981
+ d: "M19 8L17.5859 9.4141 22.1719 14H10a2 2 0 00-2 2V28h2V16H22.1719l-4.586 4.5859L19 22l7-7zM8 4H10V12H8z"
982
+ })), children);
983
+ });
984
+ if (process.env.NODE_ENV !== "production") {
985
+ DirectionRight_02.propTypes = iconPropTypes4cbeb95d.i;
986
+ }
987
+ const DirectionRight_02Filled = /*#__PURE__*/React.forwardRef(function DirectionRight_02Filled(_ref43, ref) {
988
+ let {
989
+ children,
990
+ size = 16,
991
+ ...rest
992
+ } = _ref43;
993
+ return /*#__PURE__*/React.createElement(Icon.default, {
994
+ width: size,
995
+ height: size,
996
+ ref: ref,
997
+ xmlns: "http://www.w3.org/2000/svg",
998
+ viewBox: "0 0 32 32",
999
+ fill: "currentColor",
1000
+ ...rest
1001
+ }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1002
+ 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"
1003
+ })), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1004
+ fill: "none",
1005
+ d: "M8,6h2v8H8ZM19,24l-1.4141-1.4141L22.1719,18H10v8H8V18a2,2,0,0,1,2-2H22.1719l-4.586-4.5859L19,10l7,7Z",
1006
+ "data-icon-path": "inner-path"
1007
+ })), children);
1008
+ });
1009
+ if (process.env.NODE_ENV !== "production") {
1010
+ DirectionRight_02Filled.propTypes = iconPropTypes4cbeb95d.i;
1011
+ }
1012
+ const DirectionRotaryFirstRight = /*#__PURE__*/React.forwardRef(function DirectionRotaryFirstRight(_ref44, ref) {
1013
+ let {
1014
+ children,
1015
+ size = 16,
1016
+ ...rest
1017
+ } = _ref44;
1018
+ return /*#__PURE__*/React.createElement(Icon.default, {
1019
+ width: size,
1020
+ height: size,
1021
+ ref: ref,
1022
+ xmlns: "http://www.w3.org/2000/svg",
1023
+ viewBox: "0 0 32 32",
1024
+ fill: "currentColor",
1025
+ ...rest
1026
+ }, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1027
+ 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"
1028
+ })), children);
1029
+ });
1030
+ if (process.env.NODE_ENV !== "production") {
1031
+ DirectionRotaryFirstRight.propTypes = iconPropTypes4cbeb95d.i;
1032
+ }
1033
+ const DirectionRotaryFirstRightFilled = /*#__PURE__*/React.forwardRef(function DirectionRotaryFirstRightFilled(_ref45, ref) {
1034
+ let {
1035
+ children,
1036
+ size = 16,
1037
+ ...rest
1038
+ } = _ref45;
1039
+ return /*#__PURE__*/React.createElement(Icon.default, {
1040
+ width: size,
1041
+ height: size,
1042
+ ref: ref,
1043
+ xmlns: "http://www.w3.org/2000/svg",
1044
+ viewBox: "0 0 32 32",
1045
+ fill: "currentColor",
1046
+ ...rest
1047
+ }, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
1048
+ cx: "11",
1049
+ cy: "11",
1050
+ r: "3"
1051
+ })), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1052
+ 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"
1053
+ })), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1054
+ fill: "none",
1055
+ 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",
1056
+ "data-icon-path": "inner-path"
1057
+ })), children);
1058
+ });
1059
+ if (process.env.NODE_ENV !== "production") {
1060
+ DirectionRotaryFirstRightFilled.propTypes = iconPropTypes4cbeb95d.i;
1061
+ }
1062
+ const DirectionRotaryRight = /*#__PURE__*/React.forwardRef(function DirectionRotaryRight(_ref46, ref) {
1063
+ let {
1064
+ children,
1065
+ size = 16,
1066
+ ...rest
1067
+ } = _ref46;
1068
+ return /*#__PURE__*/React.createElement(Icon.default, {
1069
+ width: size,
1070
+ height: size,
1071
+ ref: ref,
1072
+ xmlns: "http://www.w3.org/2000/svg",
1073
+ viewBox: "0 0 32 32",
1074
+ fill: "currentColor",
1075
+ ...rest
1076
+ }, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1077
+ 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"
1078
+ })), children);
1079
+ });
1080
+ if (process.env.NODE_ENV !== "production") {
1081
+ DirectionRotaryRight.propTypes = iconPropTypes4cbeb95d.i;
1082
+ }
1083
+ const DirectionRotaryRightFilled = /*#__PURE__*/React.forwardRef(function DirectionRotaryRightFilled(_ref47, ref) {
1084
+ let {
1085
+ children,
1086
+ size = 16,
1087
+ ...rest
1088
+ } = _ref47;
1089
+ return /*#__PURE__*/React.createElement(Icon.default, {
1090
+ width: size,
1091
+ height: size,
1092
+ ref: ref,
1093
+ xmlns: "http://www.w3.org/2000/svg",
1094
+ viewBox: "0 0 32 32",
1095
+ fill: "currentColor",
1096
+ ...rest
1097
+ }, _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
1098
+ cx: "11",
1099
+ cy: "11",
1100
+ r: "3"
1101
+ })), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1102
+ 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"
1103
+ })), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1104
+ fill: "none",
1105
+ 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",
1106
+ "data-icon-path": "inner-path"
1107
+ })), children);
1108
+ });
1109
+ if (process.env.NODE_ENV !== "production") {
1110
+ DirectionRotaryRightFilled.propTypes = iconPropTypes4cbeb95d.i;
1111
+ }
1112
+ const DirectionRotaryStraight = /*#__PURE__*/React.forwardRef(function DirectionRotaryStraight(_ref48, ref) {
1113
+ let {
1114
+ children,
1115
+ size = 16,
1116
+ ...rest
1117
+ } = _ref48;
1118
+ return /*#__PURE__*/React.createElement(Icon.default, {
1119
+ width: size,
1120
+ height: size,
1121
+ ref: ref,
1122
+ xmlns: "http://www.w3.org/2000/svg",
1123
+ viewBox: "0 0 32 32",
1124
+ fill: "currentColor",
1125
+ ...rest
1126
+ }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1127
+ 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"
1128
+ })), children);
1129
+ });
1130
+ if (process.env.NODE_ENV !== "production") {
1131
+ DirectionRotaryStraight.propTypes = iconPropTypes4cbeb95d.i;
1132
+ }
1133
+ const DirectionRotaryStraightFilled = /*#__PURE__*/React.forwardRef(function DirectionRotaryStraightFilled(_ref49, ref) {
1134
+ let {
1135
+ children,
1136
+ size = 16,
1137
+ ...rest
1138
+ } = _ref49;
1139
+ return /*#__PURE__*/React.createElement(Icon.default, {
1140
+ width: size,
1141
+ height: size,
1142
+ ref: ref,
1143
+ xmlns: "http://www.w3.org/2000/svg",
1144
+ viewBox: "0 0 32 32",
1145
+ fill: "currentColor",
1146
+ ...rest
1147
+ }, _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
1148
+ cx: "16",
1149
+ cy: "19",
1150
+ r: "3"
1151
+ })), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1152
+ 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"
1153
+ })), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1154
+ fill: "none",
1155
+ 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",
1156
+ "data-icon-path": "inner-path"
1157
+ })), children);
1158
+ });
1159
+ if (process.env.NODE_ENV !== "production") {
1160
+ DirectionRotaryStraightFilled.propTypes = iconPropTypes4cbeb95d.i;
1161
+ }
1162
+ const DirectionSharpTurn = /*#__PURE__*/React.forwardRef(function DirectionSharpTurn(_ref50, ref) {
1163
+ let {
1164
+ children,
1165
+ size = 16,
1166
+ ...rest
1167
+ } = _ref50;
1168
+ return /*#__PURE__*/React.createElement(Icon.default, {
1169
+ width: size,
1170
+ height: size,
1171
+ ref: ref,
1172
+ xmlns: "http://www.w3.org/2000/svg",
1173
+ viewBox: "0 0 32 32",
1174
+ fill: "currentColor",
1175
+ ...rest
1176
+ }, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1177
+ d: "M26,18v6.5859L7.707,6.293A1,1,0,0,0,6,7V28H8V9.4141L24.5859,26H18v2H28V18Z"
1178
+ })), children);
1179
+ });
1180
+ if (process.env.NODE_ENV !== "production") {
1181
+ DirectionSharpTurn.propTypes = iconPropTypes4cbeb95d.i;
1182
+ }
1183
+ const DirectionSharpTurnFilled = /*#__PURE__*/React.forwardRef(function DirectionSharpTurnFilled(_ref51, ref) {
1184
+ let {
1185
+ children,
1186
+ size = 16,
1187
+ ...rest
1188
+ } = _ref51;
1189
+ return /*#__PURE__*/React.createElement(Icon.default, {
1190
+ width: size,
1191
+ height: size,
1192
+ ref: ref,
1193
+ xmlns: "http://www.w3.org/2000/svg",
1194
+ viewBox: "0 0 32 32",
1195
+ fill: "currentColor",
1196
+ ...rest
1197
+ }, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1198
+ 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"
1199
+ })), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1200
+ fill: "none",
1201
+ d: "M26,26H16V24h6.5859L8,9.4141V26H6V7a1,1,0,0,1,1.707-.707L24,22.5859V16h2Z",
1202
+ "data-icon-path": "inner-path"
1203
+ })), children);
1204
+ });
1205
+ if (process.env.NODE_ENV !== "production") {
1206
+ DirectionSharpTurnFilled.propTypes = iconPropTypes4cbeb95d.i;
1207
+ }
1208
+ const DirectionStraight = /*#__PURE__*/React.forwardRef(function DirectionStraight(_ref52, ref) {
1209
+ let {
1210
+ children,
1211
+ size = 16,
1212
+ ...rest
1213
+ } = _ref52;
1214
+ return /*#__PURE__*/React.createElement(Icon.default, {
1215
+ width: size,
1216
+ height: size,
1217
+ ref: ref,
1218
+ xmlns: "http://www.w3.org/2000/svg",
1219
+ viewBox: "0 0 32 32",
1220
+ fill: "currentColor",
1221
+ ...rest
1222
+ }, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1223
+ 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"
1224
+ })), children);
1225
+ });
1226
+ if (process.env.NODE_ENV !== "production") {
1227
+ DirectionStraight.propTypes = iconPropTypes4cbeb95d.i;
1228
+ }
1229
+ const DirectionStraightFilled = /*#__PURE__*/React.forwardRef(function DirectionStraightFilled(_ref53, ref) {
1230
+ let {
1231
+ children,
1232
+ size = 16,
1233
+ ...rest
1234
+ } = _ref53;
1235
+ return /*#__PURE__*/React.createElement(Icon.default, {
1236
+ width: size,
1237
+ height: size,
1238
+ ref: ref,
1239
+ xmlns: "http://www.w3.org/2000/svg",
1240
+ viewBox: "0 0 32 32",
1241
+ fill: "currentColor",
1242
+ ...rest
1243
+ }, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1244
+ 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"
1245
+ })), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1246
+ fill: "none",
1247
+ d: "M21.5859,13.4141,17,8.8281V26H15V8.8281l-4.5859,4.586L9,12l7-7,7,7Z",
1248
+ "data-icon-path": "inner-path"
1249
+ })), children);
1250
+ });
1251
+ if (process.env.NODE_ENV !== "production") {
1252
+ DirectionStraightFilled.propTypes = iconPropTypes4cbeb95d.i;
1253
+ }
1254
+ const DirectionStraightRight = /*#__PURE__*/React.forwardRef(function DirectionStraightRight(_ref54, ref) {
1255
+ let {
1256
+ children,
1257
+ size = 16,
1258
+ ...rest
1259
+ } = _ref54;
1260
+ return /*#__PURE__*/React.createElement(Icon.default, {
1261
+ width: size,
1262
+ height: size,
1263
+ ref: ref,
1264
+ xmlns: "http://www.w3.org/2000/svg",
1265
+ viewBox: "0 0 32 32",
1266
+ fill: "currentColor",
1267
+ ...rest
1268
+ }, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1269
+ 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"
1270
+ })), children);
1271
+ });
1272
+ if (process.env.NODE_ENV !== "production") {
1273
+ DirectionStraightRight.propTypes = iconPropTypes4cbeb95d.i;
1274
+ }
1275
+ const DirectionStraightRightFilled = /*#__PURE__*/React.forwardRef(function DirectionStraightRightFilled(_ref55, ref) {
1276
+ let {
1277
+ children,
1278
+ size = 16,
1279
+ ...rest
1280
+ } = _ref55;
1281
+ return /*#__PURE__*/React.createElement(Icon.default, {
1282
+ width: size,
1283
+ height: size,
1284
+ ref: ref,
1285
+ xmlns: "http://www.w3.org/2000/svg",
1286
+ viewBox: "0 0 32 32",
1287
+ fill: "currentColor",
1288
+ ...rest
1289
+ }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1290
+ 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"
1291
+ })), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1292
+ fill: "none",
1293
+ d: "M20,23l-1.4141-1.4141L23.1719,17H6V15H23.1719l-4.586-4.5859L20,9l7,7Z",
1294
+ "data-icon-path": "inner-path"
1295
+ })), children);
1296
+ });
1297
+ if (process.env.NODE_ENV !== "production") {
1298
+ DirectionStraightRightFilled.propTypes = iconPropTypes4cbeb95d.i;
1299
+ }
1300
+ const DirectionUTurn = /*#__PURE__*/React.forwardRef(function DirectionUTurn(_ref56, ref) {
1301
+ let {
1302
+ children,
1303
+ size = 16,
1304
+ ...rest
1305
+ } = _ref56;
1306
+ return /*#__PURE__*/React.createElement(Icon.default, {
1307
+ width: size,
1308
+ height: size,
1309
+ ref: ref,
1310
+ xmlns: "http://www.w3.org/2000/svg",
1311
+ viewBox: "0 0 32 32",
1312
+ fill: "currentColor",
1313
+ ...rest
1314
+ }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1315
+ 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"
1316
+ })), children);
1317
+ });
1318
+ if (process.env.NODE_ENV !== "production") {
1319
+ DirectionUTurn.propTypes = iconPropTypes4cbeb95d.i;
1320
+ }
1321
+ const DirectionUTurnFilled = /*#__PURE__*/React.forwardRef(function DirectionUTurnFilled(_ref57, ref) {
1322
+ let {
1323
+ children,
1324
+ size = 16,
1325
+ ...rest
1326
+ } = _ref57;
1327
+ return /*#__PURE__*/React.createElement(Icon.default, {
1328
+ width: size,
1329
+ height: size,
1330
+ ref: ref,
1331
+ xmlns: "http://www.w3.org/2000/svg",
1332
+ viewBox: "0 0 32 32",
1333
+ fill: "currentColor",
1334
+ ...rest
1335
+ }, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1336
+ fill: "none",
1337
+ 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",
1338
+ "data-icon-path": "inner-path"
1339
+ })), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1340
+ 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"
1341
+ })), children);
1342
+ });
1343
+ if (process.env.NODE_ENV !== "production") {
1344
+ DirectionUTurnFilled.propTypes = iconPropTypes4cbeb95d.i;
1345
+ }
1346
+ const DirectoryDomain = /*#__PURE__*/React.forwardRef(function DirectoryDomain(_ref58, ref) {
1347
+ let {
1348
+ children,
1349
+ size = 16,
1350
+ ...rest
1351
+ } = _ref58;
1352
+ return /*#__PURE__*/React.createElement(Icon.default, {
1353
+ width: size,
1354
+ height: size,
1355
+ ref: ref,
1356
+ xmlns: "http://www.w3.org/2000/svg",
1357
+ viewBox: "0 0 32 32",
1358
+ fill: "currentColor",
1359
+ ...rest
1360
+ }, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1361
+ 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"
1362
+ })), children);
1363
+ });
1364
+ if (process.env.NODE_ENV !== "production") {
1365
+ DirectoryDomain.propTypes = iconPropTypes4cbeb95d.i;
1366
+ }
1367
+ const DistributeHorizontalCenter = /*#__PURE__*/React.forwardRef(function DistributeHorizontalCenter(_ref59, ref) {
1368
+ let {
1369
+ children,
1370
+ size = 16,
1371
+ ...rest
1372
+ } = _ref59;
1373
+ return /*#__PURE__*/React.createElement(Icon.default, {
1374
+ width: size,
1375
+ height: size,
1376
+ ref: ref,
1377
+ xmlns: "http://www.w3.org/2000/svg",
1378
+ viewBox: "0 0 32 32",
1379
+ fill: "currentColor",
1380
+ ...rest
1381
+ }, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1382
+ 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"
1383
+ })), children);
1384
+ });
1385
+ if (process.env.NODE_ENV !== "production") {
1386
+ DistributeHorizontalCenter.propTypes = iconPropTypes4cbeb95d.i;
1387
+ }
1388
+ const DistributeHorizontalLeft = /*#__PURE__*/React.forwardRef(function DistributeHorizontalLeft(_ref60, ref) {
1389
+ let {
1390
+ children,
1391
+ size = 16,
1392
+ ...rest
1393
+ } = _ref60;
1394
+ return /*#__PURE__*/React.createElement(Icon.default, {
1395
+ width: size,
1396
+ height: size,
1397
+ ref: ref,
1398
+ xmlns: "http://www.w3.org/2000/svg",
1399
+ viewBox: "0 0 32 32",
1400
+ fill: "currentColor",
1401
+ ...rest
1402
+ }, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1403
+ 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"
1404
+ })), children);
1405
+ });
1406
+ if (process.env.NODE_ENV !== "production") {
1407
+ DistributeHorizontalLeft.propTypes = iconPropTypes4cbeb95d.i;
1408
+ }
1409
+ const DistributeHorizontalRight = /*#__PURE__*/React.forwardRef(function DistributeHorizontalRight(_ref61, ref) {
1410
+ let {
1411
+ children,
1412
+ size = 16,
1413
+ ...rest
1414
+ } = _ref61;
1415
+ return /*#__PURE__*/React.createElement(Icon.default, {
1416
+ width: size,
1417
+ height: size,
1418
+ ref: ref,
1419
+ xmlns: "http://www.w3.org/2000/svg",
1420
+ viewBox: "0 0 32 32",
1421
+ fill: "currentColor",
1422
+ ...rest
1423
+ }, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1424
+ 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"
1425
+ })), children);
1426
+ });
1427
+ if (process.env.NODE_ENV !== "production") {
1428
+ DistributeHorizontalRight.propTypes = iconPropTypes4cbeb95d.i;
1429
+ }
1430
+ const DistributeVerticalBottom = /*#__PURE__*/React.forwardRef(function DistributeVerticalBottom(_ref62, ref) {
1431
+ let {
1432
+ children,
1433
+ size = 16,
1434
+ ...rest
1435
+ } = _ref62;
1436
+ return /*#__PURE__*/React.createElement(Icon.default, {
1437
+ width: size,
1438
+ height: size,
1439
+ ref: ref,
1440
+ xmlns: "http://www.w3.org/2000/svg",
1441
+ viewBox: "0 0 32 32",
1442
+ fill: "currentColor",
1443
+ ...rest
1444
+ }, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1445
+ 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"
1446
+ })), children);
1447
+ });
1448
+ if (process.env.NODE_ENV !== "production") {
1449
+ DistributeVerticalBottom.propTypes = iconPropTypes4cbeb95d.i;
1450
+ }
1451
+ const DistributeVerticalCenter = /*#__PURE__*/React.forwardRef(function DistributeVerticalCenter(_ref63, ref) {
1452
+ let {
1453
+ children,
1454
+ size = 16,
1455
+ ...rest
1456
+ } = _ref63;
1457
+ return /*#__PURE__*/React.createElement(Icon.default, {
1458
+ width: size,
1459
+ height: size,
1460
+ ref: ref,
1461
+ xmlns: "http://www.w3.org/2000/svg",
1462
+ viewBox: "0 0 32 32",
1463
+ fill: "currentColor",
1464
+ ...rest
1465
+ }, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1466
+ 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"
1467
+ })), children);
1468
+ });
1469
+ if (process.env.NODE_ENV !== "production") {
1470
+ DistributeVerticalCenter.propTypes = iconPropTypes4cbeb95d.i;
1471
+ }
1472
+ const DistributeVerticalTop = /*#__PURE__*/React.forwardRef(function DistributeVerticalTop(_ref64, ref) {
1473
+ let {
1474
+ children,
1475
+ size = 16,
1476
+ ...rest
1477
+ } = _ref64;
1478
+ return /*#__PURE__*/React.createElement(Icon.default, {
1479
+ width: size,
1480
+ height: size,
1481
+ ref: ref,
1482
+ xmlns: "http://www.w3.org/2000/svg",
1483
+ viewBox: "0 0 32 32",
1484
+ fill: "currentColor",
1485
+ ...rest
1486
+ }, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1487
+ 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"
1488
+ })), children);
1489
+ });
1490
+ if (process.env.NODE_ENV !== "production") {
1491
+ DistributeVerticalTop.propTypes = iconPropTypes4cbeb95d.i;
1492
+ }
1493
+ const WatsonHealthDna = /*#__PURE__*/React.forwardRef(function WatsonHealthDna(_ref65, ref) {
1494
+ let {
1495
+ children,
1496
+ size = 16,
1497
+ ...rest
1498
+ } = _ref65;
1499
+ return /*#__PURE__*/React.createElement(Icon.default, {
1500
+ width: size,
1501
+ height: size,
1502
+ ref: ref,
1503
+ xmlns: "http://www.w3.org/2000/svg",
1504
+ viewBox: "0 0 32 32",
1505
+ fill: "currentColor",
1506
+ ...rest
1507
+ }, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1508
+ 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"
1509
+ })), children);
1510
+ });
1511
+ if (process.env.NODE_ENV !== "production") {
1512
+ WatsonHealthDna.propTypes = iconPropTypes4cbeb95d.i;
1513
+ }
1514
+ const DnsServices = /*#__PURE__*/React.forwardRef(function DnsServices(_ref66, ref) {
1515
+ let {
1516
+ children,
1517
+ size = 16,
1518
+ ...rest
1519
+ } = _ref66;
1520
+ return /*#__PURE__*/React.createElement(Icon.default, {
1521
+ width: size,
1522
+ height: size,
1523
+ ref: ref,
1524
+ xmlns: "http://www.w3.org/2000/svg",
1525
+ viewBox: "0 0 32 32",
1526
+ fill: "currentColor",
1527
+ ...rest
1528
+ }, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1529
+ d: "M20 20H30V22H20zM20 24H26V26H20z"
1530
+ })), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1531
+ 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"
1532
+ })), children);
1533
+ });
1534
+ if (process.env.NODE_ENV !== "production") {
1535
+ DnsServices.propTypes = iconPropTypes4cbeb95d.i;
1536
+ }
1537
+ const Doc = /*#__PURE__*/React.forwardRef(function Doc(_ref67, ref) {
1538
+ let {
1539
+ children,
1540
+ size = 16,
1541
+ ...rest
1542
+ } = _ref67;
1543
+ return /*#__PURE__*/React.createElement(Icon.default, {
1544
+ width: size,
1545
+ height: size,
1546
+ ref: ref,
1547
+ xmlns: "http://www.w3.org/2000/svg",
1548
+ viewBox: "0 0 32 32",
1549
+ fill: "currentColor",
1550
+ ...rest
1551
+ }, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1552
+ 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"
1553
+ })), children);
1554
+ });
1555
+ if (process.env.NODE_ENV !== "production") {
1556
+ Doc.propTypes = iconPropTypes4cbeb95d.i;
1557
+ }
1558
+ const Document = /*#__PURE__*/React.forwardRef(function Document(_ref68, ref) {
1559
+ let {
1560
+ children,
1561
+ size = 16,
1562
+ ...rest
1563
+ } = _ref68;
1564
+ return /*#__PURE__*/React.createElement(Icon.default, {
1565
+ width: size,
1566
+ height: size,
1567
+ ref: ref,
1568
+ xmlns: "http://www.w3.org/2000/svg",
1569
+ viewBox: "0 0 32 32",
1570
+ fill: "currentColor",
1571
+ ...rest
1572
+ }, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1573
+ 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"
1574
+ })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1575
+ d: "M10 22H22V24H10zM10 16H22V18H10z"
1576
+ })), children);
1577
+ });
1578
+ if (process.env.NODE_ENV !== "production") {
1579
+ Document.propTypes = iconPropTypes4cbeb95d.i;
1580
+ }
1581
+ const DocumentAdd = /*#__PURE__*/React.forwardRef(function DocumentAdd(_ref69, ref) {
1582
+ let {
1583
+ children,
1584
+ size = 16,
1585
+ ...rest
1586
+ } = _ref69;
1587
+ return /*#__PURE__*/React.createElement(Icon.default, {
1588
+ width: size,
1589
+ height: size,
1590
+ ref: ref,
1591
+ xmlns: "http://www.w3.org/2000/svg",
1592
+ viewBox: "0 0 32 32",
1593
+ fill: "currentColor",
1594
+ ...rest
1595
+ }, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1596
+ 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"
1597
+ })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1598
+ 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"
1599
+ })), children);
1600
+ });
1601
+ if (process.env.NODE_ENV !== "production") {
1602
+ DocumentAdd.propTypes = iconPropTypes4cbeb95d.i;
1603
+ }
1604
+ const DocumentAttachment = /*#__PURE__*/React.forwardRef(function DocumentAttachment(_ref70, ref) {
1605
+ let {
1606
+ children,
1607
+ size = 16,
1608
+ ...rest
1609
+ } = _ref70;
1610
+ return /*#__PURE__*/React.createElement(Icon.default, {
1611
+ width: size,
1612
+ height: size,
1613
+ ref: ref,
1614
+ xmlns: "http://www.w3.org/2000/svg",
1615
+ viewBox: "0 0 32 32",
1616
+ fill: "currentColor",
1617
+ ...rest
1618
+ }, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1619
+ 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"
1620
+ })), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1621
+ 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"
1622
+ })), children);
1623
+ });
1624
+ if (process.env.NODE_ENV !== "production") {
1625
+ DocumentAttachment.propTypes = iconPropTypes4cbeb95d.i;
1626
+ }
1627
+ const DocumentAudio = /*#__PURE__*/React.forwardRef(function DocumentAudio(_ref71, ref) {
1628
+ let {
1629
+ children,
1630
+ size = 16,
1631
+ ...rest
1632
+ } = _ref71;
1633
+ return /*#__PURE__*/React.createElement(Icon.default, {
1634
+ width: size,
1635
+ height: size,
1636
+ ref: ref,
1637
+ xmlns: "http://www.w3.org/2000/svg",
1638
+ viewBox: "0 0 32 32",
1639
+ fill: "currentColor",
1640
+ ...rest
1641
+ }, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1642
+ 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"
1643
+ })), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1644
+ 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"
1645
+ })), children);
1646
+ });
1647
+ if (process.env.NODE_ENV !== "production") {
1648
+ DocumentAudio.propTypes = iconPropTypes4cbeb95d.i;
1649
+ }
1650
+ const DocumentBlank = /*#__PURE__*/React.forwardRef(function DocumentBlank(_ref72, ref) {
1651
+ let {
1652
+ children,
1653
+ size = 16,
1654
+ ...rest
1655
+ } = _ref72;
1656
+ return /*#__PURE__*/React.createElement(Icon.default, {
1657
+ width: size,
1658
+ height: size,
1659
+ ref: ref,
1660
+ xmlns: "http://www.w3.org/2000/svg",
1661
+ viewBox: "0 0 32 32",
1662
+ fill: "currentColor",
1663
+ ...rest
1664
+ }, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1665
+ 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"
1666
+ })), children);
1667
+ });
1668
+ if (process.env.NODE_ENV !== "production") {
1669
+ DocumentBlank.propTypes = iconPropTypes4cbeb95d.i;
1670
+ }
1671
+ const DocumentComment = /*#__PURE__*/React.forwardRef(function DocumentComment(_ref73, ref) {
1672
+ let {
1673
+ children,
1674
+ size = 16,
1675
+ ...rest
1676
+ } = _ref73;
1677
+ return /*#__PURE__*/React.createElement(Icon.default, {
1678
+ width: size,
1679
+ height: size,
1680
+ ref: ref,
1681
+ xmlns: "http://www.w3.org/2000/svg",
1682
+ viewBox: "0 0 32 32",
1683
+ fill: "currentColor",
1684
+ ...rest
1685
+ }, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1686
+ strokeWidth: "0",
1687
+ 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"
1688
+ })), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1689
+ strokeWidth: "0",
1690
+ 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"
1691
+ })), children);
1692
+ });
1693
+ if (process.env.NODE_ENV !== "production") {
1694
+ DocumentComment.propTypes = iconPropTypes4cbeb95d.i;
1695
+ }
1696
+ const DocumentConfiguration = /*#__PURE__*/React.forwardRef(function DocumentConfiguration(_ref74, ref) {
1697
+ let {
1698
+ children,
1699
+ size = 16,
1700
+ ...rest
1701
+ } = _ref74;
1702
+ return /*#__PURE__*/React.createElement(Icon.default, {
1703
+ width: size,
1704
+ height: size,
1705
+ ref: ref,
1706
+ xmlns: "http://www.w3.org/2000/svg",
1707
+ viewBox: "0 0 32 32",
1708
+ fill: "currentColor",
1709
+ ...rest
1710
+ }, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1711
+ strokeWidth: "0",
1712
+ 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"
1713
+ })), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1714
+ strokeWidth: "0",
1715
+ 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"
1716
+ })), children);
1717
+ });
1718
+ if (process.env.NODE_ENV !== "production") {
1719
+ DocumentConfiguration.propTypes = iconPropTypes4cbeb95d.i;
1720
+ }
1721
+ const DocumentDownload = /*#__PURE__*/React.forwardRef(function DocumentDownload(_ref75, ref) {
1722
+ let {
1723
+ children,
1724
+ size = 16,
1725
+ ...rest
1726
+ } = _ref75;
1727
+ return /*#__PURE__*/React.createElement(Icon.default, {
1728
+ width: size,
1729
+ height: size,
1730
+ ref: ref,
1731
+ xmlns: "http://www.w3.org/2000/svg",
1732
+ viewBox: "0 0 32 32",
1733
+ fill: "currentColor",
1734
+ ...rest
1735
+ }, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1736
+ 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"
1737
+ })), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1738
+ 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"
1739
+ })), children);
1740
+ });
1741
+ if (process.env.NODE_ENV !== "production") {
1742
+ DocumentDownload.propTypes = iconPropTypes4cbeb95d.i;
1743
+ }
1744
+ const DocumentEpdf = /*#__PURE__*/React.forwardRef(function DocumentEpdf(_ref76, ref) {
1745
+ let {
1746
+ children,
1747
+ size = 16,
1748
+ ...rest
1749
+ } = _ref76;
1750
+ return /*#__PURE__*/React.createElement(Icon.default, {
1751
+ width: size,
1752
+ height: size,
1753
+ ref: ref,
1754
+ xmlns: "http://www.w3.org/2000/svg",
1755
+ viewBox: "0 0 32 32",
1756
+ fill: "currentColor",
1757
+ ...rest
1758
+ }, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1759
+ 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"
1760
+ })), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1761
+ 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"
1762
+ })), children);
1763
+ });
1764
+ if (process.env.NODE_ENV !== "production") {
1765
+ DocumentEpdf.propTypes = iconPropTypes4cbeb95d.i;
1766
+ }
1767
+ const DocumentExport = /*#__PURE__*/React.forwardRef(function DocumentExport(_ref77, ref) {
1768
+ let {
1769
+ children,
1770
+ size = 16,
1771
+ ...rest
1772
+ } = _ref77;
1773
+ return /*#__PURE__*/React.createElement(Icon.default, {
1774
+ width: size,
1775
+ height: size,
1776
+ ref: ref,
1777
+ xmlns: "http://www.w3.org/2000/svg",
1778
+ viewBox: "0 0 32 32",
1779
+ fill: "currentColor",
1780
+ ...rest
1781
+ }, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1782
+ 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"
1783
+ })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1784
+ 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"
1785
+ })), children);
1786
+ });
1787
+ if (process.env.NODE_ENV !== "production") {
1788
+ DocumentExport.propTypes = iconPropTypes4cbeb95d.i;
1789
+ }
1790
+ const DocumentHorizontal = /*#__PURE__*/React.forwardRef(function DocumentHorizontal(_ref78, ref) {
1791
+ let {
1792
+ children,
1793
+ size = 16,
1794
+ ...rest
1795
+ } = _ref78;
1796
+ return /*#__PURE__*/React.createElement(Icon.default, {
1797
+ width: size,
1798
+ height: size,
1799
+ ref: ref,
1800
+ xmlns: "http://www.w3.org/2000/svg",
1801
+ viewBox: "0 0 32 32",
1802
+ fill: "currentColor",
1803
+ ...rest
1804
+ }, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1805
+ 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"
1806
+ })), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1807
+ 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"
1808
+ })), children);
1809
+ });
1810
+ if (process.env.NODE_ENV !== "production") {
1811
+ DocumentHorizontal.propTypes = iconPropTypes4cbeb95d.i;
1812
+ }
1813
+ const DocumentImport = /*#__PURE__*/React.forwardRef(function DocumentImport(_ref79, ref) {
1814
+ let {
1815
+ children,
1816
+ size = 16,
1817
+ ...rest
1818
+ } = _ref79;
1819
+ return /*#__PURE__*/React.createElement(Icon.default, {
1820
+ width: size,
1821
+ height: size,
1822
+ ref: ref,
1823
+ xmlns: "http://www.w3.org/2000/svg",
1824
+ viewBox: "0 0 32 32",
1825
+ fill: "currentColor",
1826
+ ...rest
1827
+ }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1828
+ 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"
1829
+ })), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1830
+ 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"
1831
+ })), children);
1832
+ });
1833
+ if (process.env.NODE_ENV !== "production") {
1834
+ DocumentImport.propTypes = iconPropTypes4cbeb95d.i;
1835
+ }
1836
+ const DocumentMultiple_01 = /*#__PURE__*/React.forwardRef(function DocumentMultiple_01(_ref80, ref) {
1837
+ let {
1838
+ children,
1839
+ size = 16,
1840
+ ...rest
1841
+ } = _ref80;
1842
+ return /*#__PURE__*/React.createElement(Icon.default, {
1843
+ width: size,
1844
+ height: size,
1845
+ ref: ref,
1846
+ xmlns: "http://www.w3.org/2000/svg",
1847
+ viewBox: "0 0 32 32",
1848
+ fill: "currentColor",
1849
+ ...rest
1850
+ }, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1851
+ d: "M2 6H4V26H2zM6 4H8V28H6zM14 22H26V24H14zM14 16H26V18H14z"
1852
+ })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1853
+ 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"
1854
+ })), children);
1855
+ });
1856
+ if (process.env.NODE_ENV !== "production") {
1857
+ DocumentMultiple_01.propTypes = iconPropTypes4cbeb95d.i;
1858
+ }
1859
+ const DocumentMultiple_02 = /*#__PURE__*/React.forwardRef(function DocumentMultiple_02(_ref81, ref) {
1860
+ let {
1861
+ children,
1862
+ size = 16,
1863
+ ...rest
1864
+ } = _ref81;
1865
+ return /*#__PURE__*/React.createElement(Icon.default, {
1866
+ width: size,
1867
+ height: size,
1868
+ ref: ref,
1869
+ xmlns: "http://www.w3.org/2000/svg",
1870
+ viewBox: "0 0 32 32",
1871
+ fill: "currentColor",
1872
+ ...rest
1873
+ }, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1874
+ d: "M18,31H6c-1.1,0-2-0.9-2-2V12h2v17h12V31z"
1875
+ })), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1876
+ d: "M22,27H10c-1.1,0-2-0.9-2-2V8h2v17h12V27z"
1877
+ })), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1878
+ d: "M16 16H24V18H16z"
1879
+ })), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1880
+ 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"
1881
+ })), children);
1882
+ });
1883
+ if (process.env.NODE_ENV !== "production") {
1884
+ DocumentMultiple_02.propTypes = iconPropTypes4cbeb95d.i;
1885
+ }
1886
+ const DocumentPdf = /*#__PURE__*/React.forwardRef(function DocumentPdf(_ref82, ref) {
1887
+ let {
1888
+ children,
1889
+ size = 16,
1890
+ ...rest
1891
+ } = _ref82;
1892
+ return /*#__PURE__*/React.createElement(Icon.default, {
1893
+ width: size,
1894
+ height: size,
1895
+ ref: ref,
1896
+ xmlns: "http://www.w3.org/2000/svg",
1897
+ viewBox: "0 0 32 32",
1898
+ fill: "currentColor",
1899
+ ...rest
1900
+ }, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1901
+ 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"
1902
+ })), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1903
+ 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"
1904
+ })), children);
1905
+ });
1906
+ if (process.env.NODE_ENV !== "production") {
1907
+ DocumentPdf.propTypes = iconPropTypes4cbeb95d.i;
1908
+ }
1909
+ const DocumentPreliminary = /*#__PURE__*/React.forwardRef(function DocumentPreliminary(_ref83, ref) {
1910
+ let {
1911
+ children,
1912
+ size = 16,
1913
+ ...rest
1914
+ } = _ref83;
1915
+ return /*#__PURE__*/React.createElement(Icon.default, {
1916
+ width: size,
1917
+ height: size,
1918
+ ref: ref,
1919
+ xmlns: "http://www.w3.org/2000/svg",
1920
+ viewBox: "0 0 32 32",
1921
+ fill: "currentColor",
1922
+ ...rest
1923
+ }, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1924
+ 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"
1925
+ })), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1926
+ 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"
1927
+ })), children);
1928
+ });
1929
+ if (process.env.NODE_ENV !== "production") {
1930
+ DocumentPreliminary.propTypes = iconPropTypes4cbeb95d.i;
1931
+ }
1932
+ const DocumentProcessor = /*#__PURE__*/React.forwardRef(function DocumentProcessor(_ref84, ref) {
1933
+ let {
1934
+ children,
1935
+ size = 16,
1936
+ ...rest
1937
+ } = _ref84;
1938
+ return /*#__PURE__*/React.createElement(Icon.default, {
1939
+ width: size,
1940
+ height: size,
1941
+ ref: ref,
1942
+ xmlns: "http://www.w3.org/2000/svg",
1943
+ viewBox: "0 0 32 32",
1944
+ fill: "currentColor",
1945
+ ...rest
1946
+ }, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1947
+ d: "M21 28v2h-2c-1.1025 0-2-.8975-2-2v-2h2v2h2zM26 26h2v2c0 1.1025-.8975 2-2 2h-2v-2h2v-2zM24 21v-2h2c1.1025 0 2 .8975 2 2v2h-2v-2h-2zM19 23h-2v-2c0-1.1025.8975-2 2-2h2v2h-2v2z"
1948
+ })), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1949
+ d: "M14,28h-6V4h8v6c0,1.1001.8999,2,2,2h6v4h2v-6c0-.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,2h6v-2ZM18,4.3999l5.6001,5.6001h-5.6001v-5.6001Z"
1950
+ })), children);
1951
+ });
1952
+ if (process.env.NODE_ENV !== "production") {
1953
+ DocumentProcessor.propTypes = iconPropTypes4cbeb95d.i;
1954
+ }
1955
+ const DocumentProtected = /*#__PURE__*/React.forwardRef(function DocumentProtected(_ref85, ref) {
1956
+ let {
1957
+ children,
1958
+ size = 16,
1959
+ ...rest
1960
+ } = _ref85;
1961
+ return /*#__PURE__*/React.createElement(Icon.default, {
1962
+ width: size,
1963
+ height: size,
1964
+ ref: ref,
1965
+ xmlns: "http://www.w3.org/2000/svg",
1966
+ viewBox: "0 0 32 32",
1967
+ fill: "currentColor",
1968
+ ...rest
1969
+ }, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1970
+ 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"
1971
+ })), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1972
+ 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"
1973
+ })), children);
1974
+ });
1975
+ if (process.env.NODE_ENV !== "production") {
1976
+ DocumentProtected.propTypes = iconPropTypes4cbeb95d.i;
1977
+ }
1978
+ const DocumentRequirements = /*#__PURE__*/React.forwardRef(function DocumentRequirements(_ref86, ref) {
1979
+ let {
1980
+ children,
1981
+ size = 16,
1982
+ ...rest
1983
+ } = _ref86;
1984
+ return /*#__PURE__*/React.createElement(Icon.default, {
1985
+ width: size,
1986
+ height: size,
1987
+ ref: ref,
1988
+ xmlns: "http://www.w3.org/2000/svg",
1989
+ viewBox: "0 0 32 32",
1990
+ fill: "currentColor",
1991
+ ...rest
1992
+ }, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1993
+ strokeWidth: "0",
1994
+ d: "M28.5899 20.59L22 27.1798 19.41 24.5898 18 26 22 30 30 22 28.5899 20.59zM10 20H16V22H10zM10 16H18V18H10z"
1995
+ })), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1996
+ strokeWidth: "0",
1997
+ 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"
1998
+ })), children);
1999
+ });
2000
+ if (process.env.NODE_ENV !== "production") {
2001
+ DocumentRequirements.propTypes = iconPropTypes4cbeb95d.i;
2002
+ }
2003
+ const DocumentSecurity = /*#__PURE__*/React.forwardRef(function DocumentSecurity(_ref87, ref) {
2004
+ let {
2005
+ children,
2006
+ size = 16,
2007
+ ...rest
2008
+ } = _ref87;
2009
+ return /*#__PURE__*/React.createElement(Icon.default, {
2010
+ width: size,
2011
+ height: size,
2012
+ ref: ref,
2013
+ xmlns: "http://www.w3.org/2000/svg",
2014
+ viewBox: "0 0 32 32",
2015
+ fill: "currentColor",
2016
+ ...rest
2017
+ }, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
2018
+ 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"
2019
+ })), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
2020
+ 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"
2021
+ })), children);
2022
+ });
2023
+ if (process.env.NODE_ENV !== "production") {
2024
+ DocumentSecurity.propTypes = iconPropTypes4cbeb95d.i;
2025
+ }
2026
+ const DocumentSigned = /*#__PURE__*/React.forwardRef(function DocumentSigned(_ref88, ref) {
2027
+ let {
2028
+ children,
2029
+ size = 16,
2030
+ ...rest
2031
+ } = _ref88;
2032
+ return /*#__PURE__*/React.createElement(Icon.default, {
2033
+ width: size,
2034
+ height: size,
2035
+ ref: ref,
2036
+ xmlns: "http://www.w3.org/2000/svg",
2037
+ viewBox: "0 0 32 32",
2038
+ fill: "currentColor",
2039
+ ...rest
2040
+ }, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
2041
+ 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"
2042
+ })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
2043
+ cx: "25",
2044
+ cy: "20",
2045
+ r: "1"
2046
+ })), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2047
+ d: "M8 6H20V8H8zM8 10H20V12H8zM8 14H14V16H8zM8 24H12V26H8z"
2048
+ })), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2049
+ 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"
2050
+ })), children);
2051
+ });
2052
+ if (process.env.NODE_ENV !== "production") {
2053
+ DocumentSigned.propTypes = iconPropTypes4cbeb95d.i;
2054
+ }
2055
+ const DocumentSketch = /*#__PURE__*/React.forwardRef(function DocumentSketch(_ref89, ref) {
2056
+ let {
2057
+ children,
2058
+ size = 16,
2059
+ ...rest
2060
+ } = _ref89;
2061
+ return /*#__PURE__*/React.createElement(Icon.default, {
2062
+ width: size,
2063
+ height: size,
2064
+ ref: ref,
2065
+ xmlns: "http://www.w3.org/2000/svg",
2066
+ viewBox: "0 0 32 32",
2067
+ fill: "currentColor",
2068
+ ...rest
2069
+ }, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2070
+ d: "M26,20l1.4272,1.9028L23,26.9629l-4.4272-5.06L20,20h6m1-2H19l-3,4,7,8,7-8-3-4Z"
2071
+ })), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2072
+ 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"
2073
+ })), children);
2074
+ });
2075
+ if (process.env.NODE_ENV !== "production") {
2076
+ DocumentSketch.propTypes = iconPropTypes4cbeb95d.i;
2077
+ }
2078
+ const DocumentSubject = /*#__PURE__*/React.forwardRef(function DocumentSubject(_ref90, ref) {
2079
+ let {
2080
+ children,
2081
+ size = 16,
2082
+ ...rest
2083
+ } = _ref90;
2084
+ return /*#__PURE__*/React.createElement(Icon.default, {
2085
+ width: size,
2086
+ height: size,
2087
+ ref: ref,
2088
+ xmlns: "http://www.w3.org/2000/svg",
2089
+ viewBox: "0 0 32 32",
2090
+ fill: "currentColor",
2091
+ ...rest
2092
+ }, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2093
+ strokeWidth: "0",
2094
+ 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"
2095
+ })), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2096
+ strokeWidth: "0",
2097
+ 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"
2098
+ })), children);
2099
+ });
2100
+ if (process.env.NODE_ENV !== "production") {
2101
+ DocumentSubject.propTypes = iconPropTypes4cbeb95d.i;
2102
+ }
2103
+ const DocumentSubtract = /*#__PURE__*/React.forwardRef(function DocumentSubtract(_ref91, ref) {
2104
+ let {
2105
+ children,
2106
+ size = 16,
2107
+ ...rest
2108
+ } = _ref91;
2109
+ return /*#__PURE__*/React.createElement(Icon.default, {
2110
+ width: size,
2111
+ height: size,
2112
+ ref: ref,
2113
+ xmlns: "http://www.w3.org/2000/svg",
2114
+ viewBox: "0 0 32 32",
2115
+ fill: "currentColor",
2116
+ ...rest
2117
+ }, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2118
+ d: "M20 24H30V26H20z"
2119
+ })), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2120
+ 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"
2121
+ })), children);
2122
+ });
2123
+ if (process.env.NODE_ENV !== "production") {
2124
+ DocumentSubtract.propTypes = iconPropTypes4cbeb95d.i;
2125
+ }
2126
+ const DocumentTasks = /*#__PURE__*/React.forwardRef(function DocumentTasks(_ref92, ref) {
2127
+ let {
2128
+ children,
2129
+ size = 16,
2130
+ ...rest
2131
+ } = _ref92;
2132
+ return /*#__PURE__*/React.createElement(Icon.default, {
2133
+ width: size,
2134
+ height: size,
2135
+ ref: ref,
2136
+ xmlns: "http://www.w3.org/2000/svg",
2137
+ viewBox: "0 0 32 32",
2138
+ fill: "currentColor",
2139
+ ...rest
2140
+ }, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2141
+ d: "M22 27.18L19.41 24.59 18 26 22 30 30 22 28.59 20.59 22 27.18z"
2142
+ })), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2143
+ 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"
2144
+ })), children);
2145
+ });
2146
+ if (process.env.NODE_ENV !== "production") {
2147
+ DocumentTasks.propTypes = iconPropTypes4cbeb95d.i;
2148
+ }
2149
+ const DocumentUnknown = /*#__PURE__*/React.forwardRef(function DocumentUnknown(_ref93, ref) {
2150
+ let {
2151
+ children,
2152
+ size = 16,
2153
+ ...rest
2154
+ } = _ref93;
2155
+ return /*#__PURE__*/React.createElement(Icon.default, {
2156
+ width: size,
2157
+ height: size,
2158
+ ref: ref,
2159
+ xmlns: "http://www.w3.org/2000/svg",
2160
+ viewBox: "0 0 32 32",
2161
+ fill: "currentColor",
2162
+ ...rest
2163
+ }, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
2164
+ cx: "9",
2165
+ cy: "28.5",
2166
+ r: "1.5"
2167
+ })), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2168
+ 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"
2169
+ })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2170
+ 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"
2171
+ })), children);
2172
+ });
2173
+ if (process.env.NODE_ENV !== "production") {
2174
+ DocumentUnknown.propTypes = iconPropTypes4cbeb95d.i;
2175
+ }
2176
+ const DocumentUnprotected = /*#__PURE__*/React.forwardRef(function DocumentUnprotected(_ref94, ref) {
2177
+ let {
2178
+ children,
2179
+ size = 16,
2180
+ ...rest
2181
+ } = _ref94;
2182
+ return /*#__PURE__*/React.createElement(Icon.default, {
2183
+ width: size,
2184
+ height: size,
2185
+ ref: ref,
2186
+ xmlns: "http://www.w3.org/2000/svg",
2187
+ viewBox: "0 0 32 32",
2188
+ fill: "currentColor",
2189
+ ...rest
2190
+ }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2191
+ 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"
2192
+ })), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2193
+ 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"
2194
+ })), children);
2195
+ });
2196
+ if (process.env.NODE_ENV !== "production") {
2197
+ DocumentUnprotected.propTypes = iconPropTypes4cbeb95d.i;
2198
+ }
2199
+ const DocumentVertical = /*#__PURE__*/React.forwardRef(function DocumentVertical(_ref95, ref) {
2200
+ let {
2201
+ children,
2202
+ size = 16,
2203
+ ...rest
2204
+ } = _ref95;
2205
+ return /*#__PURE__*/React.createElement(Icon.default, {
2206
+ width: size,
2207
+ height: size,
2208
+ ref: ref,
2209
+ xmlns: "http://www.w3.org/2000/svg",
2210
+ viewBox: "0 0 32 32",
2211
+ fill: "currentColor",
2212
+ ...rest
2213
+ }, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2214
+ 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"
2215
+ })), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2216
+ 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"
2217
+ })), children);
2218
+ });
2219
+ if (process.env.NODE_ENV !== "production") {
2220
+ DocumentVertical.propTypes = iconPropTypes4cbeb95d.i;
2221
+ }
2222
+ const DocumentVideo = /*#__PURE__*/React.forwardRef(function DocumentVideo(_ref96, ref) {
2223
+ let {
2224
+ children,
2225
+ size = 16,
2226
+ ...rest
2227
+ } = _ref96;
2228
+ return /*#__PURE__*/React.createElement(Icon.default, {
2229
+ width: size,
2230
+ height: size,
2231
+ ref: ref,
2232
+ xmlns: "http://www.w3.org/2000/svg",
2233
+ viewBox: "0 0 32 32",
2234
+ fill: "currentColor",
2235
+ ...rest
2236
+ }, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2237
+ 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"
2238
+ })), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2239
+ 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"
2240
+ })), children);
2241
+ });
2242
+ if (process.env.NODE_ENV !== "production") {
2243
+ DocumentVideo.propTypes = iconPropTypes4cbeb95d.i;
2244
+ }
2245
+ const DocumentView = /*#__PURE__*/React.forwardRef(function DocumentView(_ref97, ref) {
2246
+ let {
2247
+ children,
2248
+ size = 16,
2249
+ ...rest
2250
+ } = _ref97;
2251
+ return /*#__PURE__*/React.createElement(Icon.default, {
2252
+ width: size,
2253
+ height: size,
2254
+ ref: ref,
2255
+ xmlns: "http://www.w3.org/2000/svg",
2256
+ viewBox: "0 0 32 32",
2257
+ fill: "currentColor",
2258
+ ...rest
2259
+ }, _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
2260
+ cx: "22",
2261
+ cy: "24",
2262
+ r: "2"
2263
+ })), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2264
+ fill: "none",
2265
+ 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"
2266
+ })), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2267
+ 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"
2268
+ })), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2269
+ 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"
2270
+ })), children);
2271
+ });
2272
+ if (process.env.NODE_ENV !== "production") {
2273
+ DocumentView.propTypes = iconPropTypes4cbeb95d.i;
2274
+ }
2275
+ const DocumentWordProcessor = /*#__PURE__*/React.forwardRef(function DocumentWordProcessor(_ref98, ref) {
2276
+ let {
2277
+ children,
2278
+ size = 16,
2279
+ ...rest
2280
+ } = _ref98;
2281
+ return /*#__PURE__*/React.createElement(Icon.default, {
2282
+ width: size,
2283
+ height: size,
2284
+ ref: ref,
2285
+ xmlns: "http://www.w3.org/2000/svg",
2286
+ viewBox: "0 0 32 32",
2287
+ fill: "currentColor",
2288
+ ...rest
2289
+ }, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2290
+ 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"
2291
+ })), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2292
+ 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"
2293
+ })), children);
2294
+ });
2295
+ if (process.env.NODE_ENV !== "production") {
2296
+ DocumentWordProcessor.propTypes = iconPropTypes4cbeb95d.i;
2297
+ }
2298
+ const DocumentWordProcessorReference = /*#__PURE__*/React.forwardRef(function DocumentWordProcessorReference(_ref99, ref) {
2299
+ let {
2300
+ children,
2301
+ size = 16,
2302
+ ...rest
2303
+ } = _ref99;
2304
+ return /*#__PURE__*/React.createElement(Icon.default, {
2305
+ width: size,
2306
+ height: size,
2307
+ ref: ref,
2308
+ xmlns: "http://www.w3.org/2000/svg",
2309
+ viewBox: "0 0 32 32",
2310
+ fill: "currentColor",
2311
+ ...rest
2312
+ }, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2313
+ 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"
2314
+ })), children);
2315
+ });
2316
+ if (process.env.NODE_ENV !== "production") {
2317
+ DocumentWordProcessorReference.propTypes = iconPropTypes4cbeb95d.i;
2318
+ }
2319
+ const DocumentSentiment = /*#__PURE__*/React.forwardRef(function DocumentSentiment(_ref100, ref) {
2320
+ let {
2321
+ children,
2322
+ size = 16,
2323
+ ...rest
2324
+ } = _ref100;
2325
+ return /*#__PURE__*/React.createElement(Icon.default, {
2326
+ width: size,
2327
+ height: size,
2328
+ ref: ref,
2329
+ xmlns: "http://www.w3.org/2000/svg",
2330
+ viewBox: "0 0 32 32",
2331
+ fill: "currentColor",
2332
+ ...rest
2333
+ }, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2334
+ 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"
2335
+ })), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2336
+ 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"
2337
+ })), children);
2338
+ });
2339
+ if (process.env.NODE_ENV !== "production") {
2340
+ DocumentSentiment.propTypes = iconPropTypes4cbeb95d.i;
2341
+ }
2342
+ const DogWalker = /*#__PURE__*/React.forwardRef(function DogWalker(_ref101, ref) {
2343
+ let {
2344
+ children,
2345
+ size = 16,
2346
+ ...rest
2347
+ } = _ref101;
2348
+ return /*#__PURE__*/React.createElement(Icon.default, {
2349
+ width: size,
2350
+ height: size,
2351
+ ref: ref,
2352
+ xmlns: "http://www.w3.org/2000/svg",
2353
+ viewBox: "0 0 32 32",
2354
+ fill: "currentColor",
2355
+ ...rest
2356
+ }, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2357
+ d: "M20 20H22V30H20zM4 23H6V30H4z"
2358
+ })), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2359
+ 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"
2360
+ })), children);
2361
+ });
2362
+ if (process.env.NODE_ENV !== "production") {
2363
+ DogWalker.propTypes = iconPropTypes4cbeb95d.i;
2364
+ }
2365
+ const DotMark = /*#__PURE__*/React.forwardRef(function DotMark(_ref102, ref) {
2366
+ let {
2367
+ children,
2368
+ size = 16,
2369
+ ...rest
2370
+ } = _ref102;
2371
+ return /*#__PURE__*/React.createElement(Icon.default, {
2372
+ width: size,
2373
+ height: size,
2374
+ ref: ref,
2375
+ xmlns: "http://www.w3.org/2000/svg",
2376
+ viewBox: "0 0 32 32",
2377
+ fill: "currentColor",
2378
+ ...rest
2379
+ }, _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
2380
+ cx: "16",
2381
+ cy: "16",
2382
+ r: "8"
2383
+ })), children);
2384
+ });
2385
+ if (process.env.NODE_ENV !== "production") {
2386
+ DotMark.propTypes = iconPropTypes4cbeb95d.i;
2387
+ }
2388
+ const DoubleInteger = /*#__PURE__*/React.forwardRef(function DoubleInteger(_ref103, ref) {
2389
+ let {
2390
+ children,
2391
+ size = 16,
2392
+ ...rest
2393
+ } = _ref103;
2394
+ return /*#__PURE__*/React.createElement(Icon.default, {
2395
+ width: size,
2396
+ height: size,
2397
+ ref: ref,
2398
+ xmlns: "http://www.w3.org/2000/svg",
2399
+ viewBox: "0 0 32 32",
2400
+ fill: "currentColor",
2401
+ ...rest
2402
+ }, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2403
+ d: "M17 8V6H13V2H11V6H8V2H6V6H2V8H6v3H2v2H6v4H8V13h3v4h2V13h4V11H13V8zm-6 3H8V8h3zM30 21V19H26V15H24v4H21V15H19v4H15v2h4v3H15v2h4v4h2V26h3v4h2V26h4V24H26V21zm-6 3H21V21h3z"
2404
+ })), children);
2405
+ });
2406
+ if (process.env.NODE_ENV !== "production") {
2407
+ DoubleInteger.propTypes = iconPropTypes4cbeb95d.i;
2408
+ }
2409
+ const DownToBottom = /*#__PURE__*/React.forwardRef(function DownToBottom(_ref104, ref) {
2410
+ let {
2411
+ children,
2412
+ size = 16,
2413
+ ...rest
2414
+ } = _ref104;
2415
+ return /*#__PURE__*/React.createElement(Icon.default, {
2416
+ width: size,
2417
+ height: size,
2418
+ ref: ref,
2419
+ xmlns: "http://www.w3.org/2000/svg",
2420
+ viewBox: "0 0 32 32",
2421
+ fill: "currentColor",
2422
+ ...rest
2423
+ }, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2424
+ d: "M16 18L6 8 7.4 6.6 16 15.2 24.6 6.6 26 8zM4 22H28V24H4z"
2425
+ })), children);
2426
+ });
2427
+ if (process.env.NODE_ENV !== "production") {
2428
+ DownToBottom.propTypes = iconPropTypes4cbeb95d.i;
2429
+ }
2430
+ const Download = /*#__PURE__*/React.forwardRef(function Download(_ref105, ref) {
2431
+ let {
2432
+ children,
2433
+ size = 16,
2434
+ ...rest
2435
+ } = _ref105;
2436
+ if (size === 16 || size === "16" || size === "16px") {
2437
+ return /*#__PURE__*/React.createElement(Icon.default, {
2438
+ width: size,
2439
+ height: size,
2440
+ ref: ref,
2441
+ xmlns: "http://www.w3.org/2000/svg",
2442
+ viewBox: "0 0 16 16",
2443
+ fill: "currentColor",
2444
+ ...rest
2445
+ }, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2446
+ 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"
2447
+ })), children);
2448
+ }
2449
+ return /*#__PURE__*/React.createElement(Icon.default, {
2450
+ width: size,
2451
+ height: size,
2452
+ ref: ref,
2453
+ xmlns: "http://www.w3.org/2000/svg",
2454
+ viewBox: "0 0 32 32",
2455
+ fill: "currentColor",
2456
+ ...rest
2457
+ }, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2458
+ 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"
2459
+ })), children);
2460
+ });
2461
+ if (process.env.NODE_ENV !== "production") {
2462
+ Download.propTypes = iconPropTypes4cbeb95d.i;
2463
+ }
2464
+ const WatsonHealthDownloadStudy = /*#__PURE__*/React.forwardRef(function WatsonHealthDownloadStudy(_ref106, ref) {
2465
+ let {
2466
+ children,
2467
+ size = 16,
2468
+ ...rest
2469
+ } = _ref106;
2470
+ return /*#__PURE__*/React.createElement(Icon.default, {
2471
+ width: size,
2472
+ height: size,
2473
+ ref: ref,
2474
+ xmlns: "http://www.w3.org/2000/svg",
2475
+ viewBox: "0 0 32 32",
2476
+ fill: "currentColor",
2477
+ ...rest
2478
+ }, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2479
+ 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"
2480
+ })), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2481
+ d: "M18,26H4V6H28V16h2V6a2,2,0,0,0-2-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H18Z"
2482
+ })), children);
2483
+ });
2484
+ if (process.env.NODE_ENV !== "production") {
2485
+ WatsonHealthDownloadStudy.propTypes = iconPropTypes4cbeb95d.i;
2486
+ }
2487
+ const Downstream = /*#__PURE__*/React.forwardRef(function Downstream(_ref107, ref) {
2488
+ let {
2489
+ children,
2490
+ size = 16,
2491
+ ...rest
2492
+ } = _ref107;
2493
+ return /*#__PURE__*/React.createElement(Icon.default, {
2494
+ width: size,
2495
+ height: size,
2496
+ ref: ref,
2497
+ xmlns: "http://www.w3.org/2000/svg",
2498
+ viewBox: "0 0 32 32",
2499
+ fill: "currentColor",
2500
+ ...rest
2501
+ }, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2502
+ 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"
2503
+ })), children);
2504
+ });
2505
+ if (process.env.NODE_ENV !== "production") {
2506
+ Downstream.propTypes = iconPropTypes4cbeb95d.i;
2507
+ }
2508
+ const DragHorizontal = /*#__PURE__*/React.forwardRef(function DragHorizontal(_ref108, ref) {
2509
+ let {
2510
+ children,
2511
+ size = 16,
2512
+ ...rest
2513
+ } = _ref108;
2514
+ return /*#__PURE__*/React.createElement(Icon.default, {
2515
+ width: size,
2516
+ height: size,
2517
+ ref: ref,
2518
+ xmlns: "http://www.w3.org/2000/svg",
2519
+ viewBox: "0 0 32 32",
2520
+ fill: "currentColor",
2521
+ ...rest
2522
+ }, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2523
+ 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"
2524
+ })), children);
2525
+ });
2526
+ if (process.env.NODE_ENV !== "production") {
2527
+ DragHorizontal.propTypes = iconPropTypes4cbeb95d.i;
2528
+ }
2529
+ const DragVertical = /*#__PURE__*/React.forwardRef(function DragVertical(_ref109, ref) {
2530
+ let {
2531
+ children,
2532
+ size = 16,
2533
+ ...rest
2534
+ } = _ref109;
2535
+ return /*#__PURE__*/React.createElement(Icon.default, {
2536
+ width: size,
2537
+ height: size,
2538
+ ref: ref,
2539
+ xmlns: "http://www.w3.org/2000/svg",
2540
+ viewBox: "0 0 32 32",
2541
+ fill: "currentColor",
2542
+ ...rest
2543
+ }, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2544
+ 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"
2545
+ })), children);
2546
+ });
2547
+ if (process.env.NODE_ENV !== "production") {
2548
+ DragVertical.propTypes = iconPropTypes4cbeb95d.i;
2549
+ }
2550
+ const Draggable = /*#__PURE__*/React.forwardRef(function Draggable(_ref110, ref) {
2551
+ let {
2552
+ children,
2553
+ size = 16,
2554
+ ...rest
2555
+ } = _ref110;
2556
+ return /*#__PURE__*/React.createElement(Icon.default, {
2557
+ width: size,
2558
+ height: size,
2559
+ ref: ref,
2560
+ xmlns: "http://www.w3.org/2000/svg",
2561
+ viewBox: "0 0 32 32",
2562
+ fill: "currentColor",
2563
+ ...rest
2564
+ }, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2565
+ d: "M10 6H14V10H10zM18 6H22V10H18zM10 14H14V18H10zM18 14H22V18H18zM10 22H14V26H10zM18 22H22V26H18z"
2566
+ })), children);
2567
+ });
2568
+ if (process.env.NODE_ENV !== "production") {
2569
+ Draggable.propTypes = iconPropTypes4cbeb95d.i;
2570
+ }
2571
+ const Draw = /*#__PURE__*/React.forwardRef(function Draw(_ref111, ref) {
2572
+ let {
2573
+ children,
2574
+ size = 16,
2575
+ ...rest
2576
+ } = _ref111;
2577
+ return /*#__PURE__*/React.createElement(Icon.default, {
2578
+ width: size,
2579
+ height: size,
2580
+ ref: ref,
2581
+ xmlns: "http://www.w3.org/2000/svg",
2582
+ viewBox: "0 0 32 32",
2583
+ fill: "currentColor",
2584
+ ...rest
2585
+ }, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2586
+ 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"
2587
+ })), children);
2588
+ });
2589
+ if (process.env.NODE_ENV !== "production") {
2590
+ Draw.propTypes = iconPropTypes4cbeb95d.i;
2591
+ }
2592
+ const DrillBack = /*#__PURE__*/React.forwardRef(function DrillBack(_ref112, ref) {
2593
+ let {
2594
+ children,
2595
+ size = 16,
2596
+ ...rest
2597
+ } = _ref112;
2598
+ return /*#__PURE__*/React.createElement(Icon.default, {
2599
+ width: size,
2600
+ height: size,
2601
+ ref: ref,
2602
+ xmlns: "http://www.w3.org/2000/svg",
2603
+ viewBox: "0 0 32 32",
2604
+ fill: "currentColor",
2605
+ ...rest
2606
+ }, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2607
+ 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"
2608
+ })), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2609
+ d: "M16,10a5.9815,5.9815,0,0,0-4.2427,1.7573L16,16l-4.2427,4.2427A6,6,0,1,0,16,10Z"
2610
+ })), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2611
+ 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"
2612
+ })), children);
2613
+ });
2614
+ if (process.env.NODE_ENV !== "production") {
2615
+ DrillBack.propTypes = iconPropTypes4cbeb95d.i;
2616
+ }
2617
+ const DrillDown = /*#__PURE__*/React.forwardRef(function DrillDown(_ref113, ref) {
2618
+ let {
2619
+ children,
2620
+ size = 16,
2621
+ ...rest
2622
+ } = _ref113;
2623
+ return /*#__PURE__*/React.createElement(Icon.default, {
2624
+ width: size,
2625
+ height: size,
2626
+ ref: ref,
2627
+ xmlns: "http://www.w3.org/2000/svg",
2628
+ viewBox: "0 0 32 32",
2629
+ fill: "currentColor",
2630
+ ...rest
2631
+ }, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2632
+ 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"
2633
+ })), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2634
+ d: "M22,16a5.9815,5.9815,0,0,0-1.7573-4.2427L16,16l-4.2427-4.2427A6,6,0,1,0,22,16Z"
2635
+ })), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2636
+ 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"
2637
+ })), children);
2638
+ });
2639
+ if (process.env.NODE_ENV !== "production") {
2640
+ DrillDown.propTypes = iconPropTypes4cbeb95d.i;
2641
+ }
2642
+ const DrillThrough = /*#__PURE__*/React.forwardRef(function DrillThrough(_ref114, ref) {
2643
+ let {
2644
+ children,
2645
+ size = 16,
2646
+ ...rest
2647
+ } = _ref114;
2648
+ return /*#__PURE__*/React.createElement(Icon.default, {
2649
+ width: size,
2650
+ height: size,
2651
+ ref: ref,
2652
+ xmlns: "http://www.w3.org/2000/svg",
2653
+ viewBox: "0 0 32 32",
2654
+ fill: "currentColor",
2655
+ ...rest
2656
+ }, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2657
+ d: "M16,30A14.0158,14.0158,0,0,1,2,16H4A12,12,0,1,0,16,4V2a14,14,0,0,1,0,28Z"
2658
+ })), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2659
+ 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"
2660
+ })), children);
2661
+ });
2662
+ if (process.env.NODE_ENV !== "production") {
2663
+ DrillThrough.propTypes = iconPropTypes4cbeb95d.i;
2664
+ }
2665
+ const Drink_01 = /*#__PURE__*/React.forwardRef(function Drink_01(_ref115, ref) {
2666
+ let {
2667
+ children,
2668
+ size = 16,
2669
+ ...rest
2670
+ } = _ref115;
2671
+ return /*#__PURE__*/React.createElement(Icon.default, {
2672
+ width: size,
2673
+ height: size,
2674
+ ref: ref,
2675
+ xmlns: "http://www.w3.org/2000/svg",
2676
+ viewBox: "0 0 32 32",
2677
+ fill: "currentColor",
2678
+ ...rest
2679
+ }, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2680
+ 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"
2681
+ })), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2682
+ 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"
2683
+ })), children);
2684
+ });
2685
+ if (process.env.NODE_ENV !== "production") {
2686
+ Drink_01.propTypes = iconPropTypes4cbeb95d.i;
2687
+ }
2688
+ const Drink_02 = /*#__PURE__*/React.forwardRef(function Drink_02(_ref116, ref) {
2689
+ let {
2690
+ children,
2691
+ size = 16,
2692
+ ...rest
2693
+ } = _ref116;
2694
+ return /*#__PURE__*/React.createElement(Icon.default, {
2695
+ width: size,
2696
+ height: size,
2697
+ ref: ref,
2698
+ xmlns: "http://www.w3.org/2000/svg",
2699
+ viewBox: "0 0 32 32",
2700
+ fill: "currentColor",
2701
+ ...rest
2702
+ }, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2703
+ 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"
2704
+ })), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2705
+ 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"
2706
+ })), children);
2707
+ });
2708
+ if (process.env.NODE_ENV !== "production") {
2709
+ Drink_02.propTypes = iconPropTypes4cbeb95d.i;
2710
+ }
2711
+ const DriverAnalysis = /*#__PURE__*/React.forwardRef(function DriverAnalysis(_ref117, ref) {
2712
+ let {
2713
+ children,
2714
+ size = 16,
2715
+ ...rest
2716
+ } = _ref117;
2717
+ return /*#__PURE__*/React.createElement(Icon.default, {
2718
+ width: size,
2719
+ height: size,
2720
+ ref: ref,
2721
+ xmlns: "http://www.w3.org/2000/svg",
2722
+ viewBox: "0 0 32 32",
2723
+ fill: "currentColor",
2724
+ ...rest
2725
+ }, _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
2726
+ cx: "22",
2727
+ cy: "16",
2728
+ r: "2"
2729
+ })), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2730
+ 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"
2731
+ })), children);
2732
+ });
2733
+ if (process.env.NODE_ENV !== "production") {
2734
+ DriverAnalysis.propTypes = iconPropTypes4cbeb95d.i;
2735
+ }
2736
+ const Drone = /*#__PURE__*/React.forwardRef(function Drone(_ref118, ref) {
2737
+ let {
2738
+ children,
2739
+ size = 16,
2740
+ ...rest
2741
+ } = _ref118;
2742
+ return /*#__PURE__*/React.createElement(Icon.default, {
2743
+ width: size,
2744
+ height: size,
2745
+ ref: ref,
2746
+ xmlns: "http://www.w3.org/2000/svg",
2747
+ viewBox: "0 0 32 32",
2748
+ fill: "currentColor",
2749
+ ...rest
2750
+ }, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2751
+ 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"
2752
+ })), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2753
+ 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"
2754
+ })), children);
2755
+ });
2756
+ if (process.env.NODE_ENV !== "production") {
2757
+ Drone.propTypes = iconPropTypes4cbeb95d.i;
2758
+ }
2759
+ const DroneDelivery = /*#__PURE__*/React.forwardRef(function DroneDelivery(_ref119, ref) {
2760
+ let {
2761
+ children,
2762
+ size = 16,
2763
+ ...rest
2764
+ } = _ref119;
2765
+ return /*#__PURE__*/React.createElement(Icon.default, {
2766
+ width: size,
2767
+ height: size,
2768
+ ref: ref,
2769
+ xmlns: "http://www.w3.org/2000/svg",
2770
+ viewBox: "0 0 32 32",
2771
+ fill: "currentColor",
2772
+ ...rest
2773
+ }, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2774
+ d: "M20,30H12V22h8Zm-6-2h4V24H14Z"
2775
+ })), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2776
+ 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"
2777
+ })), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2778
+ 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"
2779
+ })), children);
2780
+ });
2781
+ if (process.env.NODE_ENV !== "production") {
2782
+ DroneDelivery.propTypes = iconPropTypes4cbeb95d.i;
2783
+ }
2784
+ const DroneFront = /*#__PURE__*/React.forwardRef(function DroneFront(_ref120, ref) {
2785
+ let {
2786
+ children,
2787
+ size = 16,
2788
+ ...rest
2789
+ } = _ref120;
2790
+ return /*#__PURE__*/React.createElement(Icon.default, {
2791
+ width: size,
2792
+ height: size,
2793
+ ref: ref,
2794
+ xmlns: "http://www.w3.org/2000/svg",
2795
+ viewBox: "0 0 32 32",
2796
+ fill: "currentColor",
2797
+ ...rest
2798
+ }, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2799
+ 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"
2800
+ })), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2801
+ 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"
2802
+ })), children);
2803
+ });
2804
+ if (process.env.NODE_ENV !== "production") {
2805
+ DroneFront.propTypes = iconPropTypes4cbeb95d.i;
2806
+ }
2807
+ const DroneVideo = /*#__PURE__*/React.forwardRef(function DroneVideo(_ref121, ref) {
2808
+ let {
2809
+ children,
2810
+ size = 16,
2811
+ ...rest
2812
+ } = _ref121;
2813
+ return /*#__PURE__*/React.createElement(Icon.default, {
2814
+ width: size,
2815
+ height: size,
2816
+ ref: ref,
2817
+ xmlns: "http://www.w3.org/2000/svg",
2818
+ viewBox: "0 0 32 32",
2819
+ fill: "currentColor",
2820
+ ...rest
2821
+ }, _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
2822
+ cx: "16",
2823
+ cy: "21",
2824
+ r: "1"
2825
+ })), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2826
+ 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"
2827
+ })), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
2828
+ 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"
2829
+ })), children);
2830
+ });
2831
+ if (process.env.NODE_ENV !== "production") {
2832
+ DroneVideo.propTypes = iconPropTypes4cbeb95d.i;
2833
+ }
2834
+ const DropPhoto = /*#__PURE__*/React.forwardRef(function DropPhoto(_ref122, ref) {
2835
+ let {
2836
+ children,
2837
+ size = 16,
2838
+ ...rest
2839
+ } = _ref122;
2840
+ return /*#__PURE__*/React.createElement(Icon.default, {
2841
+ width: size,
2842
+ height: size,
2843
+ ref: ref,
2844
+ xmlns: "http://www.w3.org/2000/svg",
2845
+ viewBox: "0 0 32 32",
2846
+ fill: "currentColor",
2847
+ ...rest
2848
+ }, _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
2849
+ 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"
2850
+ })), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
2851
+ 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"
2852
+ })), children);
2853
+ });
2854
+ if (process.env.NODE_ENV !== "production") {
2855
+ DropPhoto.propTypes = iconPropTypes4cbeb95d.i;
2856
+ }
2857
+ const DropPhotoFilled = /*#__PURE__*/React.forwardRef(function DropPhotoFilled(_ref123, ref) {
2858
+ let {
2859
+ children,
2860
+ size = 16,
2861
+ ...rest
2862
+ } = _ref123;
2863
+ return /*#__PURE__*/React.createElement(Icon.default, {
2864
+ width: size,
2865
+ height: size,
2866
+ ref: ref,
2867
+ xmlns: "http://www.w3.org/2000/svg",
2868
+ viewBox: "0 0 32 32",
2869
+ fill: "currentColor",
2870
+ ...rest
2871
+ }, _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
2872
+ cx: "19",
2873
+ cy: "22",
2874
+ r: "2"
2875
+ })), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
2876
+ 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"
2877
+ })), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
2878
+ fill: "none",
2879
+ 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",
2880
+ "data-icon-path": "inner-path"
2881
+ })), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
2882
+ d: "M27 11H29V13H27zM27 7H29V9H27zM27 3H29V5H27zM23 3H25V5H23zM19 3H21V5H19zM15 3H17V5H15zM11 3H13V5H11zM7 3H9V5H7zM3 3H5V5H3zM3 7H5V9H3zM3 11H5V13H3zM3 15H5V17H3zM3 19H5V21H3zM3 23H5V25H3zM3 27H5V29H3z"
2883
+ })), children);
2884
+ });
2885
+ if (process.env.NODE_ENV !== "production") {
2886
+ DropPhotoFilled.propTypes = iconPropTypes4cbeb95d.i;
2887
+ }
2888
+ const Drought = /*#__PURE__*/React.forwardRef(function Drought(_ref124, ref) {
2889
+ let {
2890
+ children,
2891
+ size = 16,
2892
+ ...rest
2893
+ } = _ref124;
2894
+ return /*#__PURE__*/React.createElement(Icon.default, {
2895
+ width: size,
2896
+ height: size,
2897
+ ref: ref,
2898
+ xmlns: "http://www.w3.org/2000/svg",
2899
+ viewBox: "0 0 32 32",
2900
+ fill: "currentColor",
2901
+ ...rest
2902
+ }, _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
2903
+ 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"
2904
+ })), children);
2905
+ });
2906
+ if (process.env.NODE_ENV !== "production") {
2907
+ Drought.propTypes = iconPropTypes4cbeb95d.i;
2908
+ }
2909
+ const Dvr = /*#__PURE__*/React.forwardRef(function Dvr(_ref125, ref) {
2910
+ let {
2911
+ children,
2912
+ size = 16,
2913
+ ...rest
2914
+ } = _ref125;
2915
+ return /*#__PURE__*/React.createElement(Icon.default, {
2916
+ width: size,
2917
+ height: size,
2918
+ ref: ref,
2919
+ xmlns: "http://www.w3.org/2000/svg",
2920
+ viewBox: "0 0 32 32",
2921
+ fill: "currentColor",
2922
+ ...rest
2923
+ }, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
2924
+ 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"
2925
+ })), children);
2926
+ });
2927
+ if (process.env.NODE_ENV !== "production") {
2928
+ Dvr.propTypes = iconPropTypes4cbeb95d.i;
2929
+ }
2930
+
2931
+ exports.DeployRules = DeployRules;
2932
+ exports.DeploymentPattern = DeploymentPattern;
2933
+ exports.DeploymentPolicy = DeploymentPolicy;
2934
+ exports.DeploymentUnitData = DeploymentUnitData;
2935
+ exports.DeploymentUnitExecution = DeploymentUnitExecution;
2936
+ exports.DeploymentUnitInstallation = DeploymentUnitInstallation;
2937
+ exports.DeploymentUnitPresentation = DeploymentUnitPresentation;
2938
+ exports.DeploymentUnitTechnicalData = DeploymentUnitTechnicalData;
2939
+ exports.DeploymentUnitTechnicalExecution = DeploymentUnitTechnicalExecution;
2940
+ exports.DeploymentUnitTechnicalInstallation = DeploymentUnitTechnicalInstallation;
2941
+ exports.DeploymentUnitTechnicalPresentation = DeploymentUnitTechnicalPresentation;
2942
+ exports.DeskAdjustable = DeskAdjustable;
2943
+ exports.Development = Development;
2944
+ exports.Devices = Devices;
2945
+ exports.DevicesApps = DevicesApps;
2946
+ exports.DewPoint = DewPoint;
2947
+ exports.DewPointFilled = DewPointFilled;
2948
+ exports.Diagram = Diagram;
2949
+ exports.DiagramReference = DiagramReference;
2950
+ exports.DiamondFill = DiamondFill;
2951
+ exports.DiamondOutline = DiamondOutline;
2952
+ exports.DiamondSolid = DiamondSolid;
2953
+ exports.DirectLink = DirectLink;
2954
+ exports.DirectionBearRight_01 = DirectionBearRight_01;
2955
+ exports.DirectionBearRight_01Filled = DirectionBearRight_01Filled;
2956
+ exports.DirectionBearRight_02 = DirectionBearRight_02;
2957
+ exports.DirectionBearRight_02Filled = DirectionBearRight_02Filled;
2958
+ exports.DirectionCurve = DirectionCurve;
2959
+ exports.DirectionCurveFilled = DirectionCurveFilled;
2960
+ exports.DirectionFork = DirectionFork;
2961
+ exports.DirectionForkFilled = DirectionForkFilled;
2962
+ exports.DirectionLoopLeft = DirectionLoopLeft;
2963
+ exports.DirectionLoopLeftFilled = DirectionLoopLeftFilled;
2964
+ exports.DirectionLoopRight = DirectionLoopRight;
2965
+ exports.DirectionLoopRightFilled = DirectionLoopRightFilled;
2966
+ exports.DirectionMerge = DirectionMerge;
2967
+ exports.DirectionMergeFilled = DirectionMergeFilled;
2968
+ exports.DirectionRight_01 = DirectionRight_01;
2969
+ exports.DirectionRight_01Filled = DirectionRight_01Filled;
2970
+ exports.DirectionRight_02 = DirectionRight_02;
2971
+ exports.DirectionRight_02Filled = DirectionRight_02Filled;
2972
+ exports.DirectionRotaryFirstRight = DirectionRotaryFirstRight;
2973
+ exports.DirectionRotaryFirstRightFilled = DirectionRotaryFirstRightFilled;
2974
+ exports.DirectionRotaryRight = DirectionRotaryRight;
2975
+ exports.DirectionRotaryRightFilled = DirectionRotaryRightFilled;
2976
+ exports.DirectionRotaryStraight = DirectionRotaryStraight;
2977
+ exports.DirectionRotaryStraightFilled = DirectionRotaryStraightFilled;
2978
+ exports.DirectionSharpTurn = DirectionSharpTurn;
2979
+ exports.DirectionSharpTurnFilled = DirectionSharpTurnFilled;
2980
+ exports.DirectionStraight = DirectionStraight;
2981
+ exports.DirectionStraightFilled = DirectionStraightFilled;
2982
+ exports.DirectionStraightRight = DirectionStraightRight;
2983
+ exports.DirectionStraightRightFilled = DirectionStraightRightFilled;
2984
+ exports.DirectionUTurn = DirectionUTurn;
2985
+ exports.DirectionUTurnFilled = DirectionUTurnFilled;
2986
+ exports.DirectoryDomain = DirectoryDomain;
2987
+ exports.DistributeHorizontalCenter = DistributeHorizontalCenter;
2988
+ exports.DistributeHorizontalLeft = DistributeHorizontalLeft;
2989
+ exports.DistributeHorizontalRight = DistributeHorizontalRight;
2990
+ exports.DistributeVerticalBottom = DistributeVerticalBottom;
2991
+ exports.DistributeVerticalCenter = DistributeVerticalCenter;
2992
+ exports.DistributeVerticalTop = DistributeVerticalTop;
2993
+ exports.DnsServices = DnsServices;
2994
+ exports.Doc = Doc;
2995
+ exports.Document = Document;
2996
+ exports.DocumentAdd = DocumentAdd;
2997
+ exports.DocumentAttachment = DocumentAttachment;
2998
+ exports.DocumentAudio = DocumentAudio;
2999
+ exports.DocumentBlank = DocumentBlank;
3000
+ exports.DocumentComment = DocumentComment;
3001
+ exports.DocumentConfiguration = DocumentConfiguration;
3002
+ exports.DocumentDownload = DocumentDownload;
3003
+ exports.DocumentEpdf = DocumentEpdf;
3004
+ exports.DocumentExport = DocumentExport;
3005
+ exports.DocumentHorizontal = DocumentHorizontal;
3006
+ exports.DocumentImport = DocumentImport;
3007
+ exports.DocumentMultiple_01 = DocumentMultiple_01;
3008
+ exports.DocumentMultiple_02 = DocumentMultiple_02;
3009
+ exports.DocumentPdf = DocumentPdf;
3010
+ exports.DocumentPreliminary = DocumentPreliminary;
3011
+ exports.DocumentProcessor = DocumentProcessor;
3012
+ exports.DocumentProtected = DocumentProtected;
3013
+ exports.DocumentRequirements = DocumentRequirements;
3014
+ exports.DocumentSecurity = DocumentSecurity;
3015
+ exports.DocumentSentiment = DocumentSentiment;
3016
+ exports.DocumentSigned = DocumentSigned;
3017
+ exports.DocumentSketch = DocumentSketch;
3018
+ exports.DocumentSubject = DocumentSubject;
3019
+ exports.DocumentSubtract = DocumentSubtract;
3020
+ exports.DocumentTasks = DocumentTasks;
3021
+ exports.DocumentUnknown = DocumentUnknown;
3022
+ exports.DocumentUnprotected = DocumentUnprotected;
3023
+ exports.DocumentVertical = DocumentVertical;
3024
+ exports.DocumentVideo = DocumentVideo;
3025
+ exports.DocumentView = DocumentView;
3026
+ exports.DocumentWordProcessor = DocumentWordProcessor;
3027
+ exports.DocumentWordProcessorReference = DocumentWordProcessorReference;
3028
+ exports.DogWalker = DogWalker;
3029
+ exports.DotMark = DotMark;
3030
+ exports.DoubleInteger = DoubleInteger;
3031
+ exports.DownToBottom = DownToBottom;
3032
+ exports.Download = Download;
3033
+ exports.Downstream = Downstream;
3034
+ exports.DragHorizontal = DragHorizontal;
3035
+ exports.DragVertical = DragVertical;
3036
+ exports.Draggable = Draggable;
3037
+ exports.Draw = Draw;
3038
+ exports.DrillBack = DrillBack;
3039
+ exports.DrillDown = DrillDown;
3040
+ exports.DrillThrough = DrillThrough;
3041
+ exports.Drink_01 = Drink_01;
3042
+ exports.Drink_02 = Drink_02;
3043
+ exports.DriverAnalysis = DriverAnalysis;
3044
+ exports.Drone = Drone;
3045
+ exports.DroneDelivery = DroneDelivery;
3046
+ exports.DroneFront = DroneFront;
3047
+ exports.DroneVideo = DroneVideo;
3048
+ exports.DropPhoto = DropPhoto;
3049
+ exports.DropPhotoFilled = DropPhotoFilled;
3050
+ exports.Drought = Drought;
3051
+ exports.Dvr = Dvr;
3052
+ exports.WatsonHealthDicomOverlay = WatsonHealthDicomOverlay;
3053
+ exports.WatsonHealthDicom_6000 = WatsonHealthDicom_6000;
3054
+ exports.WatsonHealthDna = WatsonHealthDna;
3055
+ exports.WatsonHealthDownloadStudy = WatsonHealthDownloadStudy;