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