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