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