@carbon-labs/react-animated-header 0.17.0 → 0.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/es/__stories__/AnimatedHeader.stories.d.ts +696 -168
  2. package/es/__stories__/data/index.d.ts +58 -14
  3. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  4. package/es/components/AnimatedHeader/AnimatedHeader.js +3 -1
  5. package/es/components/TasksController/TasksController.d.ts +3 -3
  6. package/es/components/TasksController/TasksController.js +4 -1
  7. package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +2 -2
  8. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +4 -7
  9. package/es/components/Tiles/BaseTile/BaseTile.d.ts +4 -3
  10. package/es/components/Tiles/GlassTile/GlassTile.d.ts +2 -7
  11. package/es/components/Tiles/GlassTile/GlassTile.js +20 -29
  12. package/es/components/Tiles/GlassTile/GlassTileBody.d.ts +19 -0
  13. package/es/components/Tiles/GlassTile/GlassTileBody.js +53 -0
  14. package/es/components/WorkspaceSelector/WorkspaceSelector.d.ts +2 -2
  15. package/es/components/WorkspaceSelector/WorkspaceSelector.js +1 -1
  16. package/es/index.js +1 -0
  17. package/lib/__stories__/AnimatedHeader.stories.d.ts +696 -168
  18. package/lib/__stories__/data/index.d.ts +58 -14
  19. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  20. package/lib/components/AnimatedHeader/AnimatedHeader.js +3 -1
  21. package/lib/components/TasksController/TasksController.d.ts +3 -3
  22. package/lib/components/TasksController/TasksController.js +4 -1
  23. package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +2 -2
  24. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +4 -7
  25. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +4 -3
  26. package/lib/components/Tiles/GlassTile/GlassTile.d.ts +2 -7
  27. package/lib/components/Tiles/GlassTile/GlassTile.js +19 -28
  28. package/lib/components/Tiles/GlassTile/GlassTileBody.d.ts +19 -0
  29. package/lib/components/Tiles/GlassTile/GlassTileBody.js +55 -0
  30. package/lib/components/WorkspaceSelector/WorkspaceSelector.d.ts +2 -2
  31. package/lib/components/WorkspaceSelector/WorkspaceSelector.js +1 -1
  32. package/lib/index.js +1 -0
  33. package/package.json +2 -2
  34. package/scss/Tiles/GlassTile/glass-tile.scss +0 -1
  35. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +0 -2956
  36. package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +0 -3263
  37. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +0 -2946
  38. package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +0 -3112
  39. package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +0 -2967
  40. package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +0 -3056
  41. package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +0 -2888
  42. package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +0 -3072
  43. package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +0 -2992
  44. package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +0 -2843
  45. package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +0 -3080
  46. package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +0 -1680
  47. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +0 -3096
  48. package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +0 -3008
  49. package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +0 -2916
  50. package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +0 -2992
  51. package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +0 -2983
  52. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +0 -3106
  53. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +0 -3090
  54. package/es/node_modules/@carbon/icons-react/es/index.js +0 -30
  55. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +0 -3082
  56. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +0 -3389
  57. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +0 -3072
  58. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +0 -3238
  59. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +0 -3093
  60. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +0 -3182
  61. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +0 -3014
  62. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +0 -3198
  63. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +0 -3118
  64. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +0 -2969
  65. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +0 -3206
  66. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +0 -1750
  67. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +0 -3222
  68. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +0 -3134
  69. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +0 -3042
  70. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +0 -3118
  71. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +0 -3109
  72. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +0 -3232
  73. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +0 -3216
  74. package/lib/node_modules/@carbon/icons-react/es/index.js +0 -2480
@@ -1,3014 +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, _circle, _path6, _path7, _path8, _path9, _path10, _path11, _circle2, _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, _circle3, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _circle4, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _switch, _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, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _circle5, _circle6, _circle7, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201;
16
- const RecentlyViewed = /*#__PURE__*/React.forwardRef(function RecentlyViewed(_ref, ref) {
17
- let {
18
- children,
19
- size = 16,
20
- ...rest
21
- } = _ref;
22
- return /*#__PURE__*/React.createElement(Icon.default, {
23
- width: size,
24
- height: size,
25
- ref: ref,
26
- xmlns: "http://www.w3.org/2000/svg",
27
- viewBox: "0 0 32 32",
28
- fill: "currentColor",
29
- ...rest
30
- }, _path || (_path = /*#__PURE__*/React.createElement("path", {
31
- d: "M20.59 22L15 16.41 15 7 17 7 17 15.58 22 20.59 20.59 22z"
32
- })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
33
- d: "M16,2A13.94,13.94,0,0,0,6,6.23V2H4v8h8V8H7.08A12,12,0,1,1,4,16H2A14,14,0,1,0,16,2Z"
34
- })), children);
35
- });
36
- if (process.env.NODE_ENV !== "production") {
37
- RecentlyViewed.propTypes = iconPropTypes4cbeb95d.i;
38
- }
39
- const Recommend = /*#__PURE__*/React.forwardRef(function Recommend(_ref2, ref) {
40
- let {
41
- children,
42
- size = 16,
43
- ...rest
44
- } = _ref2;
45
- return /*#__PURE__*/React.createElement(Icon.default, {
46
- width: size,
47
- height: size,
48
- ref: ref,
49
- xmlns: "http://www.w3.org/2000/svg",
50
- viewBox: "0 0 32 32",
51
- fill: "currentColor",
52
- ...rest
53
- }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
54
- d: "M16,2a9,9,0,0,0-6,15.69V30l6-4,6,4V17.69A9,9,0,0,0,16,2Zm4,24.26-2.89-1.92L16,23.6l-1.11.74L12,26.26V19.05a8.88,8.88,0,0,0,8,0ZM20.89,16A7,7,0,1,1,23,11,7,7,0,0,1,20.89,16Z"
55
- })), children);
56
- });
57
- if (process.env.NODE_ENV !== "production") {
58
- Recommend.propTypes = iconPropTypes4cbeb95d.i;
59
- }
60
- const Recording = /*#__PURE__*/React.forwardRef(function Recording(_ref3, ref) {
61
- let {
62
- children,
63
- size = 16,
64
- ...rest
65
- } = _ref3;
66
- return /*#__PURE__*/React.createElement(Icon.default, {
67
- width: size,
68
- height: size,
69
- ref: ref,
70
- xmlns: "http://www.w3.org/2000/svg",
71
- viewBox: "0 0 32 32",
72
- fill: "currentColor",
73
- ...rest
74
- }, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
75
- d: "M16,4A12,12,0,1,1,4,16,12,12,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
76
- })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
77
- d: "M16,12a4,4,0,1,1-4,4,4,4,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
78
- })), children);
79
- });
80
- if (process.env.NODE_ENV !== "production") {
81
- Recording.propTypes = iconPropTypes4cbeb95d.i;
82
- }
83
- const RecordingFilled = /*#__PURE__*/React.forwardRef(function RecordingFilled(_ref4, ref) {
84
- let {
85
- children,
86
- size = 16,
87
- ...rest
88
- } = _ref4;
89
- return /*#__PURE__*/React.createElement(Icon.default, {
90
- width: size,
91
- height: size,
92
- ref: ref,
93
- xmlns: "http://www.w3.org/2000/svg",
94
- viewBox: "0 0 32 32",
95
- fill: "currentColor",
96
- ...rest
97
- }, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
98
- cx: "16",
99
- cy: "16",
100
- r: "4"
101
- })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
102
- d: "M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14S23.7,2,16,2z M16,22c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6 S19.3,22,16,22z"
103
- })), children);
104
- });
105
- if (process.env.NODE_ENV !== "production") {
106
- RecordingFilled.propTypes = iconPropTypes4cbeb95d.i;
107
- }
108
- const RecordingFilledAlt = /*#__PURE__*/React.forwardRef(function RecordingFilledAlt(_ref5, ref) {
109
- let {
110
- children,
111
- size = 16,
112
- ...rest
113
- } = _ref5;
114
- return /*#__PURE__*/React.createElement(Icon.default, {
115
- width: size,
116
- height: size,
117
- ref: ref,
118
- xmlns: "http://www.w3.org/2000/svg",
119
- viewBox: "0 0 32 32",
120
- fill: "currentColor",
121
- ...rest
122
- }, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
123
- d: "M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14S23.7,2,16,2z M16,22c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S19.3,22,16,22 z"
124
- })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
125
- d: "M16,10c-3.3,0-6,2.7-6,6s2.7,6,6,6s6-2.7,6-6S19.3,10,16,10z",
126
- "data-icon-path": "inner-path",
127
- opacity: "0"
128
- })), children);
129
- });
130
- if (process.env.NODE_ENV !== "production") {
131
- RecordingFilledAlt.propTypes = iconPropTypes4cbeb95d.i;
132
- }
133
- const Recycle = /*#__PURE__*/React.forwardRef(function Recycle(_ref6, ref) {
134
- let {
135
- children,
136
- size = 16,
137
- ...rest
138
- } = _ref6;
139
- return /*#__PURE__*/React.createElement(Icon.default, {
140
- width: size,
141
- height: size,
142
- ref: ref,
143
- xmlns: "http://www.w3.org/2000/svg",
144
- viewBox: "0 0 32 32",
145
- fill: "currentColor",
146
- ...rest
147
- }, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
148
- d: "M29.5081 22.2549l-2.0781-3.7402-1.7485.9707 2.0781 3.7412c.3247.584.3162 1.2769-.0229 1.8535-.3391.5762-.9407.9199-1.6091.9199h-7.2974l2.5801-2.5898-1.4102-1.4102-5 5 5 5 1.4102-1.4102-2.5801-2.5898h7.2974c1.3848 0 2.6306-.7124 3.3328-1.9058.7024-1.1938.7202-2.6284.0479-3.8394zM5.8726 26c-.6685 0-1.27-.3438-1.6091-.9199-.3391-.5767-.3477-1.2695-.0229-1.8535l4.1111-7.4004 1.0479 3.52 1.9121-.5664-2.0083-6.7798-6.7798 2.0083.5664 1.9121 3.4934-1.0298-4.0913 7.3643c-.6724 1.2109-.6545 2.6455.0479 3.8394.7021 1.1934 1.948 1.9058 3.3328 1.9058h6.1274v-2H5.8726zM25.51 9.6538l-1.0476 3.519L19.3503 3.9712c-.6858-1.2344-1.9382-1.9712-3.3503-1.9712s-2.6646.7368-3.3503 1.9712l-3.0796 5.5435 1.7485.9707 3.0796-5.543c.3276-.5898.9265-.9424 1.6018-.9424s1.2742.3525 1.6018.9424l5.0925 9.167-3.4939-1.0298-.5664 1.9121 6.78 2.0083 2.0083-6.7798-1.9124-.5664z"
149
- })), children);
150
- });
151
- if (process.env.NODE_ENV !== "production") {
152
- Recycle.propTypes = iconPropTypes4cbeb95d.i;
153
- }
154
- const Redo = /*#__PURE__*/React.forwardRef(function Redo(_ref7, ref) {
155
- let {
156
- children,
157
- size = 16,
158
- ...rest
159
- } = _ref7;
160
- return /*#__PURE__*/React.createElement(Icon.default, {
161
- width: size,
162
- height: size,
163
- ref: ref,
164
- xmlns: "http://www.w3.org/2000/svg",
165
- viewBox: "0 0 32 32",
166
- fill: "currentColor",
167
- ...rest
168
- }, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
169
- d: "M12,10H24.1851L20.5977,6.4141,22,5,28,11,22,17l-1.4023-1.4146L24.1821,12H12a6,6,0,0,0,0,12h8v2H12a8,8,0,0,1,0-16Z"
170
- })), children);
171
- });
172
- if (process.env.NODE_ENV !== "production") {
173
- Redo.propTypes = iconPropTypes4cbeb95d.i;
174
- }
175
- const RefEvapotranspiration = /*#__PURE__*/React.forwardRef(function RefEvapotranspiration(_ref8, ref) {
176
- let {
177
- children,
178
- size = 16,
179
- ...rest
180
- } = _ref8;
181
- return /*#__PURE__*/React.createElement(Icon.default, {
182
- width: size,
183
- height: size,
184
- ref: ref,
185
- xmlns: "http://www.w3.org/2000/svg",
186
- viewBox: "0 0 32 32",
187
- fill: "currentColor",
188
- ...rest
189
- }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
190
- d: "M14 12a3.8978 3.8978 0 01-4-3.777 3.9017 3.9017 0 01.6533-2.0639L13.17 2.4141a1.0381 1.0381 0 011.6592 0L17.3154 6.11A3.9693 3.9693 0 0118 8.223 3.8978 3.8978 0 0114 12zm.0005-7.2368L12.3438 7.2257A1.89 1.89 0 0012 8.223 1.9 1.9 0 0014 10a1.9 1.9 0 002-1.777 1.98 1.98 0 00-.375-1.0466zM7.5 26A5.385 5.385 0 012 20.751 5.3837 5.3837 0 012.874 17.92L6.49 12.5383a1.2168 1.2168 0 012.02-.0006l3.55 5.2777A5.4923 5.4923 0 0113 20.751 5.385 5.385 0 017.5 26zm0-11.38L4.5649 18.9868A3.3586 3.3586 0 004 20.751 3.3855 3.3855 0 007.5 24 3.3855 3.3855 0 0011 20.751a3.4354 3.4354 0 00-.63-1.867zM25 2L20 7l1.4141 1.4141L24 5.8281V16a4.0045 4.0045 0 01-4 4H16v2h4a6.0066 6.0066 0 006-6V5.8281l2.5859 2.586L30 7zM2 28H30V30H2z"
191
- })), children);
192
- });
193
- if (process.env.NODE_ENV !== "production") {
194
- RefEvapotranspiration.propTypes = iconPropTypes4cbeb95d.i;
195
- }
196
- const ReferenceArchitecture = /*#__PURE__*/React.forwardRef(function ReferenceArchitecture(_ref9, ref) {
197
- let {
198
- children,
199
- size = 16,
200
- ...rest
201
- } = _ref9;
202
- return /*#__PURE__*/React.createElement(Icon.default, {
203
- width: size,
204
- height: size,
205
- ref: ref,
206
- xmlns: "http://www.w3.org/2000/svg",
207
- viewBox: "0 0 32 32",
208
- fill: "currentColor",
209
- ...rest
210
- }, _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
211
- cx: "18",
212
- cy: "26",
213
- r: "1"
214
- })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
215
- d: "m28,20c1.1028,0,2-.8975,2-2v-4c0-1.1025-.8972-2-2-2h-1v-5c0-1.1025-.8972-2-2-2h-5v-1c0-1.1025-.8972-2-2-2h-4c-1.1028,0-2,.8975-2,2v1h-5c-1.1028,0-2,.8975-2,2v5.1421c-1.7202.4473-3,1.9995-3,3.8579s1.2798,3.4106,3,3.8579v5.1421c0,1.1025.8972,2,2,2h7v1c0,1.1025.8972,2,2,2h12c1.1028,0,2-.8975,2-2v-4c0-1.1025-.8972-2-2-2h-1v-2h1Zm0-2h-4v-4h4v4ZM14,4h4v4h-4v-4Zm-2,3v1c0,1.1025.8972,2,2,2h4c1.1028,0,2-.8975,2-2v-1h5v5h-1c-1.1028,0-2,.8975-2,2v1h-12.1421c-.3638-1.3989-1.4592-2.4941-2.8579-2.8579v-5.1421h5Zm-8,9c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2Zm24,12h-12v-4h12v4Zm-3-6h-9c-1.1028,0-2,.8975-2,2v1h-7v-5.1421c1.3987-.3638,2.4941-1.459,2.8579-2.8579h12.1421v1c0,1.1025.8972,2,2,2h1v2Z"
216
- })), children);
217
- });
218
- if (process.env.NODE_ENV !== "production") {
219
- ReferenceArchitecture.propTypes = iconPropTypes4cbeb95d.i;
220
- }
221
- const ReflectHorizontal = /*#__PURE__*/React.forwardRef(function ReflectHorizontal(_ref10, ref) {
222
- let {
223
- children,
224
- size = 16,
225
- ...rest
226
- } = _ref10;
227
- return /*#__PURE__*/React.createElement(Icon.default, {
228
- width: size,
229
- height: size,
230
- ref: ref,
231
- xmlns: "http://www.w3.org/2000/svg",
232
- viewBox: "0 0 32 32",
233
- fill: "currentColor",
234
- ...rest
235
- }, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
236
- d: "M19.386,15.2105l9-7A1,1,0,0,1,30,9V23a1,1,0,0,1-1.614.79l-9-7a1,1,0,0,1,0-1.5791Z"
237
- })), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
238
- d: "M15 2H17V30H15z",
239
- transform: "rotate(-180 16 16)"
240
- })), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
241
- d: "M13,16a1.001,1.001,0,0,1-.386.79l-9,7A1,1,0,0,1,2,23V9a1,1,0,0,1,1.614-.79l9,7A1.001,1.001,0,0,1,13,16ZM4,20.9556,10.3711,16,4,11.0444Z"
242
- })), children);
243
- });
244
- if (process.env.NODE_ENV !== "production") {
245
- ReflectHorizontal.propTypes = iconPropTypes4cbeb95d.i;
246
- }
247
- const ReflectVertical = /*#__PURE__*/React.forwardRef(function ReflectVertical(_ref11, ref) {
248
- let {
249
- children,
250
- size = 16,
251
- ...rest
252
- } = _ref11;
253
- return /*#__PURE__*/React.createElement(Icon.default, {
254
- width: size,
255
- height: size,
256
- ref: ref,
257
- xmlns: "http://www.w3.org/2000/svg",
258
- viewBox: "0 0 32 32",
259
- fill: "currentColor",
260
- ...rest
261
- }, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
262
- d: "M16.79,19.386l7,9A1,1,0,0,1,23,30H9a1,1,0,0,1-.79-1.614l7-9a1,1,0,0,1,1.5791,0Z"
263
- })), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
264
- d: "M15 2H17V30H15z",
265
- transform: "rotate(-90 16 16)"
266
- })), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
267
- d: "M16,13a1.001,1.001,0,0,1-.79-.386l-7-9A1,1,0,0,1,9,2H23a1,1,0,0,1,.79,1.614l-7,9A1.001,1.001,0,0,1,16,13ZM11.0444,4,16,10.3711,20.9556,4Z"
268
- })), children);
269
- });
270
- if (process.env.NODE_ENV !== "production") {
271
- ReflectVertical.propTypes = iconPropTypes4cbeb95d.i;
272
- }
273
- const WatsonHealthRegionAnalysisArea = /*#__PURE__*/React.forwardRef(function WatsonHealthRegionAnalysisArea(_ref12, ref) {
274
- let {
275
- children,
276
- size = 16,
277
- ...rest
278
- } = _ref12;
279
- return /*#__PURE__*/React.createElement(Icon.default, {
280
- width: size,
281
- height: size,
282
- ref: ref,
283
- xmlns: "http://www.w3.org/2000/svg",
284
- viewBox: "0 0 32 32",
285
- fill: "currentColor",
286
- ...rest
287
- }, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
288
- d: "M30,23V21H28V19H26v2H23V19H21v2H19v2h2v3H19v2h2v2h2V28h3v2h2V28h2V26H28V23Zm-4,3H23V23h3Z"
289
- })), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
290
- d: "M16,30A14,14,0,1,1,30,16H28A12,12,0,1,0,16,28Z"
291
- })), children);
292
- });
293
- if (process.env.NODE_ENV !== "production") {
294
- WatsonHealthRegionAnalysisArea.propTypes = iconPropTypes4cbeb95d.i;
295
- }
296
- const WatsonHealthRegionAnalysisVolume = /*#__PURE__*/React.forwardRef(function WatsonHealthRegionAnalysisVolume(_ref13, ref) {
297
- let {
298
- children,
299
- size = 16,
300
- ...rest
301
- } = _ref13;
302
- return /*#__PURE__*/React.createElement(Icon.default, {
303
- width: size,
304
- height: size,
305
- ref: ref,
306
- xmlns: "http://www.w3.org/2000/svg",
307
- viewBox: "0 0 32 32",
308
- fill: "currentColor",
309
- ...rest
310
- }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
311
- d: "M30,23V21H28V19H26v2H23V19H21v2H19v2h2v3H19v2h2v2h2V28h3v2h2V28h2V26H28V23Zm-4,3H23V23h3Z"
312
- })), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
313
- d: "M4.8305,20.3555A24.9534,24.9534,0,0,0,15,22.9644v-2A22.9014,22.9014,0,0,1,4.1335,17.6919,11.979,11.979,0,0,1,4,16a11.9847,11.9847,0,0,1,.1332-1.69,22.9282,22.9282,0,0,1,23.7336,0A11.9847,11.9847,0,0,1,28,16h2A14,14,0,1,0,16,30V28A12.01,12.01,0,0,1,4.8305,20.3555ZM16,4a12.01,12.01,0,0,1,11.17,7.6465,24.8982,24.8982,0,0,0-22.3406,0A12.01,12.01,0,0,1,16,4Z"
314
- })), children);
315
- });
316
- if (process.env.NODE_ENV !== "production") {
317
- WatsonHealthRegionAnalysisVolume.propTypes = iconPropTypes4cbeb95d.i;
318
- }
319
- const WatsonHealthRegistration = /*#__PURE__*/React.forwardRef(function WatsonHealthRegistration(_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
- }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
334
- d: "M28 25H20a2.0027 2.0027 0 01-2-2V20h2v3h8V9H20v3H18V9a2.0023 2.0023 0 012-2h8a2.0023 2.0023 0 012 2V23A2.0027 2.0027 0 0128 25zM8 15H12V17H8z"
335
- })), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
336
- d: "M20 15H24V17H20zM14 15H18V17H14zM12 25H4a2.0023 2.0023 0 01-2-2V9A2.002 2.002 0 014 7h8a2.002 2.002 0 012 2v3H12V9H4V23h8V20h2v3A2.0023 2.0023 0 0112 25z"
337
- })), children);
338
- });
339
- if (process.env.NODE_ENV !== "production") {
340
- WatsonHealthRegistration.propTypes = iconPropTypes4cbeb95d.i;
341
- }
342
- const Reminder = /*#__PURE__*/React.forwardRef(function Reminder(_ref15, ref) {
343
- let {
344
- children,
345
- size = 16,
346
- ...rest
347
- } = _ref15;
348
- return /*#__PURE__*/React.createElement(Icon.default, {
349
- width: size,
350
- height: size,
351
- ref: ref,
352
- xmlns: "http://www.w3.org/2000/svg",
353
- viewBox: "0 0 32 32",
354
- fill: "currentColor",
355
- ...rest
356
- }, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
357
- d: "M30,23.3818l-2-1V20a6.0046,6.0046,0,0,0-5-5.91V12H21v2.09A6.0046,6.0046,0,0,0,16,20v2.3818l-2,1V28h6v2h4V28h6ZM28,26H16V24.6182l2-1V20a4,4,0,0,1,8,0v3.6182l2,1Z"
358
- })), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
359
- d: "M28,6a2,2,0,0,0-2-2H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V6h4V8h2V6h8V8h2V6h4v6h2Z"
360
- })), children);
361
- });
362
- if (process.env.NODE_ENV !== "production") {
363
- Reminder.propTypes = iconPropTypes4cbeb95d.i;
364
- }
365
- const ReminderMedical = /*#__PURE__*/React.forwardRef(function ReminderMedical(_ref16, ref) {
366
- let {
367
- children,
368
- size = 16,
369
- ...rest
370
- } = _ref16;
371
- return /*#__PURE__*/React.createElement(Icon.default, {
372
- width: size,
373
- height: size,
374
- ref: ref,
375
- xmlns: "http://www.w3.org/2000/svg",
376
- viewBox: "0 0 32 32",
377
- fill: "currentColor",
378
- ...rest
379
- }, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
380
- d: "M27,12v2h1v4a3,3,0,0,1-6,0V14h1V12H20v6a5.0083,5.0083,0,0,0,4,4.8989V24a4,4,0,0,1-8,0V21.8157a3,3,0,1,0-2,0V24a6,6,0,0,0,12,0V22.8989A5.0083,5.0083,0,0,0,30,18V12ZM15,18a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,15,18Z"
381
- })), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
382
- d: "M26,4H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2l4,0V26L6,26V6h4V8h2V6h8V8h2V6h4v4h2V6A2,2,0,0,0,26,4Z"
383
- })), children);
384
- });
385
- if (process.env.NODE_ENV !== "production") {
386
- ReminderMedical.propTypes = iconPropTypes4cbeb95d.i;
387
- }
388
- const Renew = /*#__PURE__*/React.forwardRef(function Renew(_ref17, ref) {
389
- let {
390
- children,
391
- size = 16,
392
- ...rest
393
- } = _ref17;
394
- return /*#__PURE__*/React.createElement(Icon.default, {
395
- width: size,
396
- height: size,
397
- ref: ref,
398
- xmlns: "http://www.w3.org/2000/svg",
399
- viewBox: "0 0 32 32",
400
- fill: "currentColor",
401
- ...rest
402
- }, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
403
- d: "M12 10H6.78A11 11 0 0127 16h2A13 13 0 006 7.68V4H4v8h8zM20 22h5.22A11 11 0 015 16H3a13 13 0 0023 8.32V28h2V20H20z"
404
- })), children);
405
- });
406
- if (process.env.NODE_ENV !== "production") {
407
- Renew.propTypes = iconPropTypes4cbeb95d.i;
408
- }
409
- const Repeat = /*#__PURE__*/React.forwardRef(function Repeat(_ref18, ref) {
410
- let {
411
- children,
412
- size = 16,
413
- ...rest
414
- } = _ref18;
415
- return /*#__PURE__*/React.createElement(Icon.default, {
416
- width: size,
417
- height: size,
418
- ref: ref,
419
- xmlns: "http://www.w3.org/2000/svg",
420
- viewBox: "0 0 32 32",
421
- fill: "currentColor",
422
- ...rest
423
- }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
424
- d: "M6 6H26.1719l-3.586-3.5859L24 1l6 6-6 6-1.4141-1.4141L26.1719 8H6v7H4V8A2.0024 2.0024 0 016 6zM9.4141 20.4141L5.8281 24H26V17h2v7a2.0024 2.0024 0 01-2 2H5.8281L9.414 29.5859 8 31 2 25l6-6z"
425
- })), children);
426
- });
427
- if (process.env.NODE_ENV !== "production") {
428
- Repeat.propTypes = iconPropTypes4cbeb95d.i;
429
- }
430
- const RepeatOne = /*#__PURE__*/React.forwardRef(function RepeatOne(_ref19, ref) {
431
- let {
432
- children,
433
- size = 16,
434
- ...rest
435
- } = _ref19;
436
- return /*#__PURE__*/React.createElement(Icon.default, {
437
- width: size,
438
- height: size,
439
- ref: ref,
440
- xmlns: "http://www.w3.org/2000/svg",
441
- viewBox: "0 0 32 32",
442
- fill: "currentColor",
443
- ...rest
444
- }, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
445
- d: "M6 6H26.1719l-3.586-3.5859L24 1l6 6-6 6-1.4141-1.4141L26.1719 8H6v7H4V8A2.0024 2.0024 0 016 6zM9.4141 20.4141L5.8281 24H26V17h2v7a2.0024 2.0024 0 01-2 2H5.8281L9.414 29.5859 8 31 2 25l6-6z"
446
- })), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
447
- d: "M17 19L17 11 15 11 15 12 13 12 13 14 15 14 15 19 13 19 13 21 19 21 19 19 17 19z"
448
- })), children);
449
- });
450
- if (process.env.NODE_ENV !== "production") {
451
- RepeatOne.propTypes = iconPropTypes4cbeb95d.i;
452
- }
453
- const Replicate = /*#__PURE__*/React.forwardRef(function Replicate(_ref20, ref) {
454
- let {
455
- children,
456
- size = 16,
457
- ...rest
458
- } = _ref20;
459
- return /*#__PURE__*/React.createElement(Icon.default, {
460
- width: size,
461
- height: size,
462
- ref: ref,
463
- xmlns: "http://www.w3.org/2000/svg",
464
- viewBox: "0 0 32 32",
465
- fill: "currentColor",
466
- ...rest
467
- }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
468
- d: "M28 8h2V4a2.0021 2.0021 0 00-2-2H24V4h4zM17 2H21V4H17zM28 11H30V15H28zM28 18v4H24V10a2.0023 2.0023 0 00-2-2H10V4h4V2H10A2.0023 2.0023 0 008 4V8H4a2.0023 2.0023 0 00-2 2V28a2.0023 2.0023 0 002 2H22a2.0023 2.0023 0 002-2V24h4a2.0023 2.0023 0 002-2V18zM22 28H4V10H22z"
469
- })), children);
470
- });
471
- if (process.env.NODE_ENV !== "production") {
472
- Replicate.propTypes = iconPropTypes4cbeb95d.i;
473
- }
474
- const Reply = /*#__PURE__*/React.forwardRef(function Reply(_ref21, ref) {
475
- let {
476
- children,
477
- size = 16,
478
- ...rest
479
- } = _ref21;
480
- return /*#__PURE__*/React.createElement(Icon.default, {
481
- width: size,
482
- height: size,
483
- ref: ref,
484
- xmlns: "http://www.w3.org/2000/svg",
485
- viewBox: "0 0 32 32",
486
- fill: "currentColor",
487
- ...rest
488
- }, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
489
- d: "M28.88,30a1,1,0,0,1-.88-.5A15.19,15.19,0,0,0,15,22v6a1,1,0,0,1-.62.92,1,1,0,0,1-1.09-.21l-12-12a1,1,0,0,1,0-1.42l12-12a1,1,0,0,1,1.09-.21A1,1,0,0,1,15,4v6.11a17.19,17.19,0,0,1,15,17,16.34,16.34,0,0,1-.13,2,1,1,0,0,1-.79.86ZM14.5,20A17.62,17.62,0,0,1,28,26,15.31,15.31,0,0,0,13.91,12,1,1,0,0,1,13,11V6.41L3.41,16,13,25.59V21a1,1,0,0,1,1-1h.54Z"
490
- })), children);
491
- });
492
- if (process.env.NODE_ENV !== "production") {
493
- Reply.propTypes = iconPropTypes4cbeb95d.i;
494
- }
495
- const ReplyAll = /*#__PURE__*/React.forwardRef(function ReplyAll(_ref22, ref) {
496
- let {
497
- children,
498
- size = 16,
499
- ...rest
500
- } = _ref22;
501
- return /*#__PURE__*/React.createElement(Icon.default, {
502
- width: size,
503
- height: size,
504
- ref: ref,
505
- xmlns: "http://www.w3.org/2000/svg",
506
- viewBox: "0 0 32 32",
507
- fill: "currentColor",
508
- ...rest
509
- }, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
510
- d: "M19,29a.9989.9989,0,0,1-.768-.36l-10-12a1,1,0,0,1,0-1.28l10-12A1,1,0,0,1,20,4v7.0325c7.0074.4629,11,5.86,11,14.9677a1,1,0,0,1-1.8.6c-2.8218-3.7623-5.3912-5.3463-9.2-5.5716V28a1,1,0,0,1-1,1ZM10.3016,16,18,25.238V20a1,1,0,0,1,1-1,12.7127,12.7127,0,0,1,9.8414,4.0909C28.0864,16.5553,24.6587,13,19,13a1,1,0,0,1-1-1V6.7618Z"
511
- })), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
512
- d: "M11.4639,28.9182,1.2318,16.64a1,1,0,0,1,0-1.28L11.4638,3.0792,13,4.36,3.3016,16,13,27.638Z"
513
- })), children);
514
- });
515
- if (process.env.NODE_ENV !== "production") {
516
- ReplyAll.propTypes = iconPropTypes4cbeb95d.i;
517
- }
518
- const RepoArtifact = /*#__PURE__*/React.forwardRef(function RepoArtifact(_ref23, ref) {
519
- let {
520
- children,
521
- size = 16,
522
- ...rest
523
- } = _ref23;
524
- return /*#__PURE__*/React.createElement(Icon.default, {
525
- width: size,
526
- height: size,
527
- ref: ref,
528
- xmlns: "http://www.w3.org/2000/svg",
529
- viewBox: "0 0 32 32",
530
- fill: "currentColor",
531
- ...rest
532
- }, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
533
- d: "M30,24v-2h-2.1c-0.1-0.6-0.4-1.2-0.7-1.8l1.5-1.5l-1.4-1.4l-1.5,1.5c-0.5-0.3-1.1-0.6-1.8-0.7V16h-2v2.1 c-0.6,0.1-1.2,0.4-1.8,0.7l-1.5-1.5l-1.4,1.4l1.5,1.5c-0.3,0.5-0.6,1.1-0.7,1.8H16v2h2.1c0.1,0.6,0.4,1.2,0.7,1.8l-1.5,1.5l1.4,1.4 l1.5-1.5c0.5,0.3,1.1,0.6,1.8,0.7V30h2v-2.1c0.6-0.1,1.2-0.4,1.8-0.7l1.5,1.5l1.4-1.4l-1.5-1.5c0.3-0.5,0.6-1.1,0.7-1.8H30z M23,26 c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3S24.7,26,23,26z"
534
- })), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
535
- d: "M28,8H16l-3.4-3.4C12.2,4.2,11.7,4,11.2,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h10v-2H4V6h7.2l3.4,3.4l0.6,0.6H28v5h2v-5 C30,8.9,29.1,8,28,8z"
536
- })), children);
537
- });
538
- if (process.env.NODE_ENV !== "production") {
539
- RepoArtifact.propTypes = iconPropTypes4cbeb95d.i;
540
- }
541
- const RepoSourceCode = /*#__PURE__*/React.forwardRef(function RepoSourceCode(_ref24, ref) {
542
- let {
543
- children,
544
- size = 16,
545
- ...rest
546
- } = _ref24;
547
- return /*#__PURE__*/React.createElement(Icon.default, {
548
- width: size,
549
- height: size,
550
- ref: ref,
551
- xmlns: "http://www.w3.org/2000/svg",
552
- viewBox: "0 0 32 32",
553
- fill: "currentColor",
554
- ...rest
555
- }, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
556
- d: "M23.6 21.4L27.2 25 27.2 25 23.6 28.6 25 30 30 25 25 20zM20.4 21.4L16.8 25 16.8 25 20.4 28.6 19 30 14 25 19 20z"
557
- })), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
558
- d: "M28,8H16l-3.4-3.4C12.2,4.2,11.7,4,11.2,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h7v-2H4V6h7.2l3.4,3.4l0.6,0.6H28v8h2v-8 C30,8.9,29.1,8,28,8z"
559
- })), children);
560
- });
561
- if (process.env.NODE_ENV !== "production") {
562
- RepoSourceCode.propTypes = iconPropTypes4cbeb95d.i;
563
- }
564
- const Report = /*#__PURE__*/React.forwardRef(function Report(_ref25, ref) {
565
- let {
566
- children,
567
- size = 16,
568
- ...rest
569
- } = _ref25;
570
- return /*#__PURE__*/React.createElement(Icon.default, {
571
- width: size,
572
- height: size,
573
- ref: ref,
574
- xmlns: "http://www.w3.org/2000/svg",
575
- viewBox: "0 0 32 32",
576
- fill: "currentColor",
577
- ...rest
578
- }, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
579
- d: "M10 18H18V20H10zM10 13H22V15H10zM10 23H15V25H10z"
580
- })), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
581
- d: "M25,5H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V7A2,2,0,0,0,25,5ZM12,4h8V8H12ZM25,28H7V7h3v3H22V7h3Z"
582
- })), children);
583
- });
584
- if (process.env.NODE_ENV !== "production") {
585
- Report.propTypes = iconPropTypes4cbeb95d.i;
586
- }
587
- const ReportData = /*#__PURE__*/React.forwardRef(function ReportData(_ref26, ref) {
588
- let {
589
- children,
590
- size = 16,
591
- ...rest
592
- } = _ref26;
593
- return /*#__PURE__*/React.createElement(Icon.default, {
594
- width: size,
595
- height: size,
596
- ref: ref,
597
- xmlns: "http://www.w3.org/2000/svg",
598
- viewBox: "0 0 32 32",
599
- fill: "currentColor",
600
- ...rest
601
- }, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
602
- d: "M15 20H17V24H15zM20 18H22V24H20zM10 14H12V24H10z"
603
- })), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
604
- d: "M25,5H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V7A2,2,0,0,0,25,5ZM12,4h8V8H12ZM25,28H7V7h3v3H22V7h3Z"
605
- })), children);
606
- });
607
- if (process.env.NODE_ENV !== "production") {
608
- ReportData.propTypes = iconPropTypes4cbeb95d.i;
609
- }
610
- const RequestQuote = /*#__PURE__*/React.forwardRef(function RequestQuote(_ref27, ref) {
611
- let {
612
- children,
613
- size = 16,
614
- ...rest
615
- } = _ref27;
616
- return /*#__PURE__*/React.createElement(Icon.default, {
617
- width: size,
618
- height: size,
619
- ref: ref,
620
- xmlns: "http://www.w3.org/2000/svg",
621
- viewBox: "0 0 32 32",
622
- fill: "currentColor",
623
- ...rest
624
- }, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
625
- d: "M22,22v6H6V4H16V2H6A2,2,0,0,0,4,4V28a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V22Z"
626
- })), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
627
- d: "M29.54,5.76l-3.3-3.3a1.6,1.6,0,0,0-2.24,0l-14,14V22h5.53l14-14a1.6,1.6,0,0,0,0-2.24ZM14.7,20H12V17.3l9.44-9.45,2.71,2.71ZM25.56,9.15,22.85,6.44l2.27-2.27,2.71,2.71Z"
628
- })), children);
629
- });
630
- if (process.env.NODE_ENV !== "production") {
631
- RequestQuote.propTypes = iconPropTypes4cbeb95d.i;
632
- }
633
- const RequirementDefinition = /*#__PURE__*/React.forwardRef(function RequirementDefinition(_ref28, ref) {
634
- let {
635
- children,
636
- size = 16,
637
- ...rest
638
- } = _ref28;
639
- return /*#__PURE__*/React.createElement(Icon.default, {
640
- width: size,
641
- height: size,
642
- ref: ref,
643
- xmlns: "http://www.w3.org/2000/svg",
644
- viewBox: "0 0 32 32",
645
- fill: "currentColor",
646
- ...rest
647
- }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
648
- strokeWidth: "0",
649
- d: "M17.1788 17.4959c0-2.8367 1.5301-4.6764 4.1606-4.6764 2.8025 0 4.0919 2.0631 4.0919 4.5217v.7221h-5.9658v.2235c0 1.2894.7392 2.1663 2.1834 2.1663 1.0833 0 1.7365-.5158 2.2867-1.2207l1.1863 1.3239c-.7392 1.0143-2.0459 1.6505-3.7137 1.6505-2.6475 0-4.2293-1.8397-4.2293-4.7109zm2.2867-.9284v.1377h3.6791v-.1548c0-1.2379-.6362-2.0803-1.7709-2.0803-1.152 0-1.9083.8597-1.9083 2.0975zM9.2694 22h-2.2693v-12h5.4154c2.1835 0 3.5416 1.4441 3.5416 3.7135 0 1.6504-.7565 2.9054-2.2349 3.4039l2.4584 4.8826h-2.5271l-2.2349-4.6247h-2.1492v4.6247zm3.1215-6.533c.8769 0 1.4097-.4813 1.4097-1.3581v-.7909c0-.8769-.5328-1.341-1.4097-1.341h-2.9227v3.4899h2.9227z"
650
- })), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
651
- strokeWidth: "0",
652
- d: "m28,30H4c-1.1046,0-2-.8954-2-2V4c0-1.1046.8954-2,2-2h24c1.1046,0,2,.8954,2,2v24c0,1.1046-.8954,2-2,2Zm-24-2h24V4H4v24Z"
653
- })), children);
654
- });
655
- if (process.env.NODE_ENV !== "production") {
656
- RequirementDefinition.propTypes = iconPropTypes4cbeb95d.i;
657
- }
658
- const RequirementUsage = /*#__PURE__*/React.forwardRef(function RequirementUsage(_ref29, ref) {
659
- let {
660
- children,
661
- size = 16,
662
- ...rest
663
- } = _ref29;
664
- return /*#__PURE__*/React.createElement(Icon.default, {
665
- width: size,
666
- height: size,
667
- ref: ref,
668
- xmlns: "http://www.w3.org/2000/svg",
669
- viewBox: "0 0 32 32",
670
- fill: "currentColor",
671
- ...rest
672
- }, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
673
- strokeWidth: "0",
674
- d: "M17.1788 17.4959c0-2.8367 1.5301-4.6764 4.1606-4.6764 2.8025 0 4.0919 2.0631 4.0919 4.5217v.7221h-5.9658v.2235c0 1.2894.7392 2.1663 2.1834 2.1663 1.0833 0 1.7365-.5158 2.2867-1.2207l1.1863 1.3239c-.7392 1.0143-2.0459 1.6505-3.7137 1.6505-2.6475 0-4.2293-1.8397-4.2293-4.7109zm2.2867-.9284v.1377h3.6791v-.1548c0-1.2379-.6362-2.0803-1.7709-2.0803-1.152 0-1.9083.8597-1.9083 2.0975zM9.2694 22h-2.2693v-12h5.4154c2.1835 0 3.5416 1.4441 3.5416 3.7135 0 1.6504-.7565 2.9054-2.2349 3.4039l2.4584 4.8826h-2.5271l-2.2349-4.6247h-2.1492v4.6247zm3.1215-6.533c.8769 0 1.4097-.4813 1.4097-1.3581v-.7909c0-.8769-.5328-1.341-1.4097-1.341h-2.9227v3.4899h2.9227z"
675
- })), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
676
- strokeWidth: "0",
677
- d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
678
- })), children);
679
- });
680
- if (process.env.NODE_ENV !== "production") {
681
- RequirementUsage.propTypes = iconPropTypes4cbeb95d.i;
682
- }
683
- const Reset = /*#__PURE__*/React.forwardRef(function Reset(_ref30, ref) {
684
- let {
685
- children,
686
- size = 16,
687
- ...rest
688
- } = _ref30;
689
- return /*#__PURE__*/React.createElement(Icon.default, {
690
- width: size,
691
- height: size,
692
- ref: ref,
693
- xmlns: "http://www.w3.org/2000/svg",
694
- viewBox: "0 0 32 32",
695
- fill: "currentColor",
696
- ...rest
697
- }, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
698
- d: "M18,28A12,12,0,1,0,6,16v6.2L2.4,18.6,1,20l6,6,6-6-1.4-1.4L8,22.2V16H8A10,10,0,1,1,18,26Z"
699
- })), children);
700
- });
701
- if (process.env.NODE_ENV !== "production") {
702
- Reset.propTypes = iconPropTypes4cbeb95d.i;
703
- }
704
- const ResetAlt = /*#__PURE__*/React.forwardRef(function ResetAlt(_ref31, ref) {
705
- let {
706
- children,
707
- size = 16,
708
- ...rest
709
- } = _ref31;
710
- return /*#__PURE__*/React.createElement(Icon.default, {
711
- width: size,
712
- height: size,
713
- ref: ref,
714
- xmlns: "http://www.w3.org/2000/svg",
715
- viewBox: "0 0 32 32",
716
- fill: "currentColor",
717
- ...rest
718
- }, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
719
- d: "M27,8H6.83l3.58-3.59L9,3,3,9l6,6,1.41-1.41L6.83,10H27V26H7V19H5v7a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2V10A2,2,0,0,0,27,8Z"
720
- })), children);
721
- });
722
- if (process.env.NODE_ENV !== "production") {
723
- ResetAlt.propTypes = iconPropTypes4cbeb95d.i;
724
- }
725
- const Restart = /*#__PURE__*/React.forwardRef(function Restart(_ref32, ref) {
726
- let {
727
- children,
728
- size = 16,
729
- ...rest
730
- } = _ref32;
731
- if (size === 16 || size === "16" || size === "16px") {
732
- return /*#__PURE__*/React.createElement(Icon.default, {
733
- width: size,
734
- height: size,
735
- ref: ref,
736
- xmlns: "http://www.w3.org/2000/svg",
737
- viewBox: "0 0 16 16",
738
- fill: "currentColor",
739
- ...rest
740
- }, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
741
- d: "M13,9c0,2.8-2.2,5-5,5s-5-2.2-5-5s2.2-5,5-5h3.1L9.3,5.8L10,6.5l3-3l-3-3L9.3,1.2L11.1,3H8C4.7,3,2,5.7,2,9s2.7,6,6,6 s6-2.7,6-6H13z"
742
- })), children);
743
- }
744
- return /*#__PURE__*/React.createElement(Icon.default, {
745
- width: size,
746
- height: size,
747
- ref: ref,
748
- xmlns: "http://www.w3.org/2000/svg",
749
- viewBox: "0 0 32 32",
750
- fill: "currentColor",
751
- ...rest
752
- }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
753
- d: "M26,18A10,10,0,1,1,16,8h6.1821l-3.5844,3.5854L20,13l6-6L20,1,18.5977,2.414,22.1851,6H16A12,12,0,1,0,28,18Z"
754
- })), children);
755
- });
756
- if (process.env.NODE_ENV !== "production") {
757
- Restart.propTypes = iconPropTypes4cbeb95d.i;
758
- }
759
- const Restaurant = /*#__PURE__*/React.forwardRef(function Restaurant(_ref33, ref) {
760
- let {
761
- children,
762
- size = 16,
763
- ...rest
764
- } = _ref33;
765
- return /*#__PURE__*/React.createElement(Icon.default, {
766
- width: size,
767
- height: size,
768
- ref: ref,
769
- xmlns: "http://www.w3.org/2000/svg",
770
- viewBox: "0 0 32 32",
771
- fill: "currentColor",
772
- ...rest
773
- }, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
774
- d: "M9 2H11V12H9z"
775
- })), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
776
- d: "M14 11a4 4 0 01-8 0V2H4v9a6 6 0 005 5.91V30h2V16.91A6 6 0 0016 11V2H14zM22 2H21V30h2V20h3a2 2 0 002-2V8A5.78 5.78 0 0022 2zm4 16H23V4.09c2.88.56 3 3.54 3 3.91z"
777
- })), children);
778
- });
779
- if (process.env.NODE_ENV !== "production") {
780
- Restaurant.propTypes = iconPropTypes4cbeb95d.i;
781
- }
782
- const RestaurantFine = /*#__PURE__*/React.forwardRef(function RestaurantFine(_ref34, ref) {
783
- let {
784
- children,
785
- size = 16,
786
- ...rest
787
- } = _ref34;
788
- return /*#__PURE__*/React.createElement(Icon.default, {
789
- width: size,
790
- height: size,
791
- ref: ref,
792
- xmlns: "http://www.w3.org/2000/svg",
793
- viewBox: "0 0 32 32",
794
- fill: "currentColor",
795
- ...rest
796
- }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
797
- d: "M30 11.0005v-8a1 1 0 00-1-1H19a1 1 0 00-1 1v8A6.0039 6.0039 0 0023 16.91V28H19v2H29V28H25V16.91A6.0039 6.0039 0 0030 11.0005zm-10 0V4h8v7.0005a4 4 0 11-8 0zM12 2v9.02a3.9644 3.9644 0 01-3.96 3.96A4.0052 4.0052 0 014 11.02V2H2v9.02a5.9888 5.9888 0 005 5.8652V30H9V16.8953A5.9646 5.9646 0 0014 11.02V2z"
798
- })), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
799
- d: "M7 2H9V11.98H7z"
800
- })), children);
801
- });
802
- if (process.env.NODE_ENV !== "production") {
803
- RestaurantFine.propTypes = iconPropTypes4cbeb95d.i;
804
- }
805
- const Result = /*#__PURE__*/React.forwardRef(function Result(_ref35, ref) {
806
- let {
807
- children,
808
- size = 16,
809
- ...rest
810
- } = _ref35;
811
- return /*#__PURE__*/React.createElement(Icon.default, {
812
- width: size,
813
- height: size,
814
- ref: ref,
815
- xmlns: "http://www.w3.org/2000/svg",
816
- viewBox: "0 0 32 32",
817
- fill: "currentColor",
818
- ...rest
819
- }, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
820
- d: "M14 23H22V25H14zM10 23H12V25H10zM14 18H22V20H14zM10 18H12V20H10zM14 13H22V15H14zM10 13H12V15H10z"
821
- })), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
822
- d: "M25,5H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V7A2,2,0,0,0,25,5ZM12,4h8V8H12ZM25,28H7V7h3v3H22V7h3Z"
823
- })), children);
824
- });
825
- if (process.env.NODE_ENV !== "production") {
826
- Result.propTypes = iconPropTypes4cbeb95d.i;
827
- }
828
- const ResultDraft = /*#__PURE__*/React.forwardRef(function ResultDraft(_ref36, ref) {
829
- let {
830
- children,
831
- size = 16,
832
- ...rest
833
- } = _ref36;
834
- return /*#__PURE__*/React.createElement(Icon.default, {
835
- width: size,
836
- height: size,
837
- ref: ref,
838
- xmlns: "http://www.w3.org/2000/svg",
839
- viewBox: "0 0 32 32",
840
- fill: "currentColor",
841
- ...rest
842
- }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
843
- d: "M29.7 19.3l-3-3c-.4-.4-1-.4-1.4 0L16 25.6V30h4.4l9.3-9.3C30.1 20.3 30.1 19.7 29.7 19.3zM19.6 28H18v-1.6l5-5 1.6 1.6L19.6 28zM26 21.6L24.4 20l1.6-1.6 1.6 1.6L26 21.6zM10 23H12V25H10zM14 18H18V20H14zM10 18H12V20H10zM14 13H22V15H14zM10 13H12V15H10z"
844
- })), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
845
- d: "M7,28V7h3v3h12V7h3v6h2V7c0-1.1-0.9-2-2-2h-3V4c0-1.1-0.9-2-2-2h-8c-1.1,0-2,0.9-2,2v1H7C5.9,5,5,5.9,5,7v21 c0,1.1,0.9,2,2,2h5v-2H7z M12,4h8v4h-8V4z"
846
- })), children);
847
- });
848
- if (process.env.NODE_ENV !== "production") {
849
- ResultDraft.propTypes = iconPropTypes4cbeb95d.i;
850
- }
851
- const ResultNew = /*#__PURE__*/React.forwardRef(function ResultNew(_ref37, ref) {
852
- let {
853
- children,
854
- size = 16,
855
- ...rest
856
- } = _ref37;
857
- return /*#__PURE__*/React.createElement(Icon.default, {
858
- width: size,
859
- height: size,
860
- ref: ref,
861
- xmlns: "http://www.w3.org/2000/svg",
862
- viewBox: "0 0 32 32",
863
- fill: "currentColor",
864
- ...rest
865
- }, _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
866
- cx: "26",
867
- cy: "26",
868
- r: "4"
869
- })), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
870
- d: "M10 13H12V15H10zM10 18H12V20H10zM10 23H12V25H10zM14 13H22V15H14zM14 18H22V20H14zM14 23H18V25H14z"
871
- })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
872
- d: "M7,28V7h3v3H22V7h3V18h2V7a2,2,0,0,0-2-2H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H18V28ZM12,4h8V8H12Z"
873
- })), children);
874
- });
875
- if (process.env.NODE_ENV !== "production") {
876
- ResultNew.propTypes = iconPropTypes4cbeb95d.i;
877
- }
878
- const ResultOld = /*#__PURE__*/React.forwardRef(function ResultOld(_ref38, ref) {
879
- let {
880
- children,
881
- size = 16,
882
- ...rest
883
- } = _ref38;
884
- return /*#__PURE__*/React.createElement(Icon.default, {
885
- width: size,
886
- height: size,
887
- ref: ref,
888
- xmlns: "http://www.w3.org/2000/svg",
889
- viewBox: "0 0 32 32",
890
- fill: "currentColor",
891
- ...rest
892
- }, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
893
- d: "M10 13H12V15H10zM14 13H22V15H14zM10 18H12V20H10zM10 23H12V25H10z"
894
- })), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
895
- d: "M7,28V7h3v3H22V7h3v8h2V7a2,2,0,0,0-2-2H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2h9V28ZM12,4h8V8H12Z"
896
- })), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
897
- d: "M18,19v2.4131A6.996,6.996,0,1,1,24,32V30a5,5,0,1,0-4.5762-7H22v2H16V19Z"
898
- })), children);
899
- });
900
- if (process.env.NODE_ENV !== "production") {
901
- ResultOld.propTypes = iconPropTypes4cbeb95d.i;
902
- }
903
- const RetryFailed = /*#__PURE__*/React.forwardRef(function RetryFailed(_ref39, ref) {
904
- let {
905
- children,
906
- size = 16,
907
- ...rest
908
- } = _ref39;
909
- return /*#__PURE__*/React.createElement(Icon.default, {
910
- width: size,
911
- height: size,
912
- ref: ref,
913
- xmlns: "http://www.w3.org/2000/svg",
914
- viewBox: "0 0 32 32",
915
- fill: "currentColor",
916
- ...rest
917
- }, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
918
- d: "M26.41 25L30 21.41 28.59 20 25 23.59 21.41 20 20 21.41 23.59 25 20 28.59 21.41 30 25 26.41 28.59 30 30 28.59 26.41 25zM18 2A12.0351 12.0351 0 006 14v6.2L2.4 16.6 1 18l6 6 6-6-1.4-1.4L8 20.2V14a10 10 0 0120 0v3h2V14A12.0351 12.0351 0 0018 2z"
919
- })), children);
920
- });
921
- if (process.env.NODE_ENV !== "production") {
922
- RetryFailed.propTypes = iconPropTypes4cbeb95d.i;
923
- }
924
- const Return = /*#__PURE__*/React.forwardRef(function Return(_ref40, ref) {
925
- let {
926
- children,
927
- size = 16,
928
- ...rest
929
- } = _ref40;
930
- return /*#__PURE__*/React.createElement(Icon.default, {
931
- width: size,
932
- height: size,
933
- ref: ref,
934
- xmlns: "http://www.w3.org/2000/svg",
935
- viewBox: "0 0 32 32",
936
- fill: "currentColor",
937
- ...rest
938
- }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
939
- d: "m22,8v2c2.2061,0,4,1.7944,4,4s-1.7939,4-4,4h-12v-5l-6,6,6,6v-5h12c3.3086,0,6-2.6914,6-6s-2.6914-6-6-6Z"
940
- })), children);
941
- });
942
- if (process.env.NODE_ENV !== "production") {
943
- Return.propTypes = iconPropTypes4cbeb95d.i;
944
- }
945
- const Review = /*#__PURE__*/React.forwardRef(function Review(_ref41, ref) {
946
- let {
947
- children,
948
- size = 16,
949
- ...rest
950
- } = _ref41;
951
- return /*#__PURE__*/React.createElement(Icon.default, {
952
- width: size,
953
- height: size,
954
- ref: ref,
955
- xmlns: "http://www.w3.org/2000/svg",
956
- viewBox: "0 0 32 32",
957
- fill: "currentColor",
958
- ...rest
959
- }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
960
- d: "M16 8L17.912 11.703 22 12.297 19 15 20 19 16 16.75 12 19 13 15 10 12.297 14.2 11.703 16 8z"
961
- })), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
962
- d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V8a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,8V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V8A3.9988,3.9988,0,0,1,6,4H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
963
- })), children);
964
- });
965
- if (process.env.NODE_ENV !== "production") {
966
- Review.propTypes = iconPropTypes4cbeb95d.i;
967
- }
968
- const Rewind_10 = /*#__PURE__*/React.forwardRef(function Rewind_10(_ref42, ref) {
969
- let {
970
- children,
971
- size = 16,
972
- ...rest
973
- } = _ref42;
974
- return /*#__PURE__*/React.createElement(Icon.default, {
975
- width: size,
976
- height: size,
977
- ref: ref,
978
- xmlns: "http://www.w3.org/2000/svg",
979
- viewBox: "0 0 32 32",
980
- fill: "currentColor",
981
- ...rest
982
- }, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
983
- d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
984
- })), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
985
- d: "M19.63 22.13a2.84 2.84 0 01-1.28-.27 2.44 2.44 0 01-.89-.77 3.57 3.57 0 01-.52-1.25 7.69 7.69 0 01-.17-1.68 7.83 7.83 0 01.17-1.68 3.65 3.65 0 01.52-1.25 2.44 2.44 0 01.89-.77 2.84 2.84 0 011.28-.27 2.44 2.44 0 012.16 1 5.23 5.23 0 01.7 2.93 5.23 5.23 0 01-.7 2.93A2.44 2.44 0 0119.63 22.13zm0-1.22a1.07 1.07 0 001-.55A3.38 3.38 0 0021 18.85V17.47a3.31 3.31 0 00-.29-1.5 1.23 1.23 0 00-2.06 0 3.31 3.31 0 00-.29 1.5v1.38a3.38 3.38 0 00.29 1.51A1.06 1.06 0 0019.63 20.91zM10.63 22V20.82h2V15.63l-1.86 1-.55-1.06 2.32-1.3H14v6.5h1.78V22z"
986
- })), children);
987
- });
988
- if (process.env.NODE_ENV !== "production") {
989
- Rewind_10.propTypes = iconPropTypes4cbeb95d.i;
990
- }
991
- const Rewind_30 = /*#__PURE__*/React.forwardRef(function Rewind_30(_ref43, ref) {
992
- let {
993
- children,
994
- size = 16,
995
- ...rest
996
- } = _ref43;
997
- return /*#__PURE__*/React.createElement(Icon.default, {
998
- width: size,
999
- height: size,
1000
- ref: ref,
1001
- xmlns: "http://www.w3.org/2000/svg",
1002
- viewBox: "0 0 32 32",
1003
- fill: "currentColor",
1004
- ...rest
1005
- }, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1006
- d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
1007
- })), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1008
- d: "M19.64 22.13a2.81 2.81 0 01-1.28-.27 2.36 2.36 0 01-.89-.77A3.39 3.39 0 0117 19.84a7.12 7.12 0 01-.17-1.68A7.24 7.24 0 0117 16.48a3.46 3.46 0 01.52-1.25 2.36 2.36 0 01.89-.77 2.81 2.81 0 011.28-.27 2.44 2.44 0 012.16 1 5.31 5.31 0 01.7 2.93 5.31 5.31 0 01-.7 2.93A2.44 2.44 0 0119.64 22.13zm0-1.22a1 1 0 001-.55 3.24 3.24 0 00.3-1.51V17.47a3.17 3.17 0 00-.3-1.5 1.22 1.22 0 00-2.05 0 3.18 3.18 0 00-.29 1.5v1.38a3.25 3.25 0 00.29 1.51A1 1 0 0019.64 20.91zM12.62 17.42a1.46 1.46 0 001-.27.84.84 0 00.31-.68v-.08a.94.94 0 00-.3-.74 1.2 1.2 0 00-.83-.27 1.65 1.65 0 00-.89.24 2.1 2.1 0 00-.68.68l-.93-.83a5.37 5.37 0 01.44-.51 2.7 2.7 0 01.54-.4 2.55 2.55 0 01.7-.27 3.25 3.25 0 01.87-.1 3.94 3.94 0 011.06.14 2.33 2.33 0 01.82.4 1.91 1.91 0 01.54.63 1.87 1.87 0 01.18.83 2 2 0 01-.11.67 1.82 1.82 0 01-.32.52 1.79 1.79 0 01-.47.36 2.27 2.27 0 01-.57.2V18a2.34 2.34 0 01.63.21 1.7 1.7 0 01.51.38 1.89 1.89 0 01.34.55 2.07 2.07 0 01.12.73 2 2 0 01-.2.92 2 2 0 01-.58.72 2.66 2.66 0 01-.89.45 3.76 3.76 0 01-1.15.16 4.1 4.1 0 01-1-.11A3.1 3.1 0 0111 21.7a2.76 2.76 0 01-.56-.45A4.22 4.22 0 0110 20.7l1.07-.81a3.07 3.07 0 00.28.42 1.94 1.94 0 00.36.34 1.57 1.57 0 00.45.22 2 2 0 00.57.07 1.45 1.45 0 001-.3 1.12 1.12 0 00.34-.85v-.08a1 1 0 00-.37-.8 1.78 1.78 0 00-1.06-.28h-.76V17.42z"
1009
- })), children);
1010
- });
1011
- if (process.env.NODE_ENV !== "production") {
1012
- Rewind_30.propTypes = iconPropTypes4cbeb95d.i;
1013
- }
1014
- const Rewind_5 = /*#__PURE__*/React.forwardRef(function Rewind_5(_ref44, ref) {
1015
- let {
1016
- children,
1017
- size = 16,
1018
- ...rest
1019
- } = _ref44;
1020
- return /*#__PURE__*/React.createElement(Icon.default, {
1021
- width: size,
1022
- height: size,
1023
- ref: ref,
1024
- xmlns: "http://www.w3.org/2000/svg",
1025
- viewBox: "0 0 32 32",
1026
- fill: "currentColor",
1027
- ...rest
1028
- }, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1029
- d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
1030
- })), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1031
- d: "M18.58,15.58H15.13L15,18.15H15a4.83,4.83,0,0,1,.26-.45,1.59,1.59,0,0,1,.33-.35,1.53,1.53,0,0,1,.44-.23,2,2,0,0,1,.6-.08,2.54,2.54,0,0,1,.92.16,2.06,2.06,0,0,1,.74.48,2.28,2.28,0,0,1,.5.77,2.73,2.73,0,0,1,.18,1,2.87,2.87,0,0,1-.19,1.07,2.36,2.36,0,0,1-.55.84,2.44,2.44,0,0,1-.89.55,3.23,3.23,0,0,1-1.21.2,3.79,3.79,0,0,1-.94-.11,3,3,0,0,1-.74-.32,2.45,2.45,0,0,1-.55-.45,4.13,4.13,0,0,1-.41-.55l1.06-.81.27.41a1.82,1.82,0,0,0,.34.34,1.59,1.59,0,0,0,.43.22,1.52,1.52,0,0,0,.55.08,1.29,1.29,0,0,0,1-.36,1.41,1.41,0,0,0,.33-1V19.5a1.18,1.18,0,0,0-1.28-1.27,1.44,1.44,0,0,0-.77.18,1.94,1.94,0,0,0-.48.39l-1.19-.17.29-4.31h4.52Z"
1032
- })), children);
1033
- });
1034
- if (process.env.NODE_ENV !== "production") {
1035
- Rewind_5.propTypes = iconPropTypes4cbeb95d.i;
1036
- }
1037
- const RightPanelClose = /*#__PURE__*/React.forwardRef(function RightPanelClose(_ref45, ref) {
1038
- let {
1039
- children,
1040
- size = 16,
1041
- ...rest
1042
- } = _ref45;
1043
- return /*#__PURE__*/React.createElement(Icon.default, {
1044
- width: size,
1045
- height: size,
1046
- ref: ref,
1047
- xmlns: "http://www.w3.org/2000/svg",
1048
- viewBox: "0 0 32 32",
1049
- fill: "currentColor",
1050
- ...rest
1051
- }, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1052
- strokeWidth: "0",
1053
- d: "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm20,0h6v20h-6V6Zm-18,0h16v20H4v-9h10.1699s-3.5801,3.5898-3.5801,3.5898l1.4102,1.4102,6-6-6-6-1.4102,1.4102,3.5801,3.5898H4V6Z"
1054
- })), children);
1055
- });
1056
- if (process.env.NODE_ENV !== "production") {
1057
- RightPanelClose.propTypes = iconPropTypes4cbeb95d.i;
1058
- }
1059
- const RightPanelCloseFilled = /*#__PURE__*/React.forwardRef(function RightPanelCloseFilled(_ref46, ref) {
1060
- let {
1061
- children,
1062
- size = 16,
1063
- ...rest
1064
- } = _ref46;
1065
- return /*#__PURE__*/React.createElement(Icon.default, {
1066
- width: size,
1067
- height: size,
1068
- ref: ref,
1069
- xmlns: "http://www.w3.org/2000/svg",
1070
- viewBox: "0 0 32 32",
1071
- fill: "currentColor",
1072
- ...rest
1073
- }, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1074
- strokeWidth: "0",
1075
- d: "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm2,0h16v20H4v-9h10.1699s-3.5801,3.5898-3.5801,3.5898l1.4102,1.4102,6-6-6-6-1.4102,1.4102,3.5801,3.5898H4V6Z"
1076
- })), children);
1077
- });
1078
- if (process.env.NODE_ENV !== "production") {
1079
- RightPanelCloseFilled.propTypes = iconPropTypes4cbeb95d.i;
1080
- }
1081
- const RightPanelOpen = /*#__PURE__*/React.forwardRef(function RightPanelOpen(_ref47, ref) {
1082
- let {
1083
- children,
1084
- size = 16,
1085
- ...rest
1086
- } = _ref47;
1087
- return /*#__PURE__*/React.createElement(Icon.default, {
1088
- width: size,
1089
- height: size,
1090
- ref: ref,
1091
- xmlns: "http://www.w3.org/2000/svg",
1092
- viewBox: "0 0 32 32",
1093
- fill: "currentColor",
1094
- ...rest
1095
- }, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1096
- strokeWidth: "0",
1097
- d: "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm20,0h6v20h-6V6Zm-18,0h16v9h-10.1699s3.5798-3.5898,3.5798-3.5898l-1.4099-1.4102-6,6,6,6,1.4099-1.4102-3.5798-3.5898h10.1699v9H4V6Z"
1098
- })), children);
1099
- });
1100
- if (process.env.NODE_ENV !== "production") {
1101
- RightPanelOpen.propTypes = iconPropTypes4cbeb95d.i;
1102
- }
1103
- const RightPanelOpenFilled = /*#__PURE__*/React.forwardRef(function RightPanelOpenFilled(_ref48, ref) {
1104
- let {
1105
- children,
1106
- size = 16,
1107
- ...rest
1108
- } = _ref48;
1109
- return /*#__PURE__*/React.createElement(Icon.default, {
1110
- width: size,
1111
- height: size,
1112
- ref: ref,
1113
- xmlns: "http://www.w3.org/2000/svg",
1114
- viewBox: "0 0 32 32",
1115
- fill: "currentColor",
1116
- ...rest
1117
- }, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1118
- strokeWidth: "0",
1119
- d: "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm2,0h16v9h-10.1699s3.5798-3.5898,3.5798-3.5898l-1.4099-1.4102-6,6,6,6,1.4099-1.4102-3.5798-3.5898h10.1699v9H4V6Z"
1120
- })), children);
1121
- });
1122
- if (process.env.NODE_ENV !== "production") {
1123
- RightPanelOpenFilled.propTypes = iconPropTypes4cbeb95d.i;
1124
- }
1125
- const Road = /*#__PURE__*/React.forwardRef(function Road(_ref49, ref) {
1126
- let {
1127
- children,
1128
- size = 16,
1129
- ...rest
1130
- } = _ref49;
1131
- return /*#__PURE__*/React.createElement(Icon.default, {
1132
- width: size,
1133
- height: size,
1134
- ref: ref,
1135
- xmlns: "http://www.w3.org/2000/svg",
1136
- viewBox: "0 0 32 32",
1137
- fill: "currentColor",
1138
- ...rest
1139
- }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1140
- d: "M13 13H19V15H13z"
1141
- })), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1142
- d: "M25.4409 8L24.1687 3.45A2.009 2.009 0 0022.2456 2H9.7544A2.0089 2.0089 0 007.8313 3.4507L6.5315 8H4v2H6v7a2.0025 2.0025 0 002 2v3h2V19H22v3h2V19a2.0025 2.0025 0 002-2V10h2V8zM9.7544 4H22.2458l1.4285 5H8.3257zM24 13H22v2h2v2H8V15h2V13H8V11H24zM2 16H4V30H2zM28 16H30V30H28z"
1143
- })), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1144
- d: "M15 21H17V24H15zM15 26H17V30H15z"
1145
- })), children);
1146
- });
1147
- if (process.env.NODE_ENV !== "production") {
1148
- Road.propTypes = iconPropTypes4cbeb95d.i;
1149
- }
1150
- const RoadWeather = /*#__PURE__*/React.forwardRef(function RoadWeather(_ref50, ref) {
1151
- let {
1152
- children,
1153
- size = 16,
1154
- ...rest
1155
- } = _ref50;
1156
- return /*#__PURE__*/React.createElement(Icon.default, {
1157
- width: size,
1158
- height: size,
1159
- ref: ref,
1160
- xmlns: "http://www.w3.org/2000/svg",
1161
- viewBox: "0 0 32 32",
1162
- fill: "currentColor",
1163
- ...rest
1164
- }, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1165
- d: "M16 31H14v-.228a3.0135 3.0135 0 00-1.9468-2.8091L8.5215 26.6384A3.9034 3.9034 0 016 23H8a1.8946 1.8946 0 001.2236 1.7659L12.7554 26.09A5.0226 5.0226 0 0116 30.772zM30 31H28v-.228a3.0135 3.0135 0 00-1.9468-2.8091l-3.5317-1.3245A3.9034 3.9034 0 0120 23h2a1.8946 1.8946 0 001.2236 1.7659L26.7554 26.09A5.0226 5.0226 0 0130 30.772zM11 13H17V15H11z"
1166
- })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1167
- d: "M23.4409,8,22.1687,3.45A2.009,2.009,0,0,0,20.2456,2H7.7544A2.0089,2.0089,0,0,0,5.8313,3.4507L4.5315,8H2v2H4v7a2.0025,2.0025,0,0,0,2,2v2H8V19H20v2h2V19a2.0025,2.0025,0,0,0,2-2V10h2V8ZM7.7544,4H20.2458l1.4285,5H6.3257ZM22,13H20v2h2v2H6V15H8V13H6V11H22Z"
1168
- })), children);
1169
- });
1170
- if (process.env.NODE_ENV !== "production") {
1171
- RoadWeather.propTypes = iconPropTypes4cbeb95d.i;
1172
- }
1173
- const Roadmap = /*#__PURE__*/React.forwardRef(function Roadmap(_ref51, ref) {
1174
- let {
1175
- children,
1176
- size = 16,
1177
- ...rest
1178
- } = _ref51;
1179
- return /*#__PURE__*/React.createElement(Icon.default, {
1180
- width: size,
1181
- height: size,
1182
- ref: ref,
1183
- xmlns: "http://www.w3.org/2000/svg",
1184
- viewBox: "0 0 32 32",
1185
- fill: "currentColor",
1186
- ...rest
1187
- }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1188
- d: "M12 30H4a2.0023 2.0023 0 01-2-2V24a2.0023 2.0023 0 012-2h8a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0112 30zM4 24v4h8V24zM28 20H12a2.0023 2.0023 0 01-2-2V14a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0128 20zM12 14v4H28V14zM16 10H4A2.0023 2.0023 0 012 8V4A2.0023 2.0023 0 014 2H16a2.0023 2.0023 0 012 2V8A2.0023 2.0023 0 0116 10zM4 4V8H16V4z"
1189
- })), children);
1190
- });
1191
- if (process.env.NODE_ENV !== "production") {
1192
- Roadmap.propTypes = iconPropTypes4cbeb95d.i;
1193
- }
1194
- const Rocket = /*#__PURE__*/React.forwardRef(function Rocket(_ref52, ref) {
1195
- let {
1196
- children,
1197
- size = 16,
1198
- ...rest
1199
- } = _ref52;
1200
- return /*#__PURE__*/React.createElement(Icon.default, {
1201
- width: size,
1202
- height: size,
1203
- ref: ref,
1204
- xmlns: "http://www.w3.org/2000/svg",
1205
- viewBox: "0 0 32 32",
1206
- fill: "currentColor",
1207
- ...rest
1208
- }, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1209
- d: "M6.34 19H17.65V21H6.34z",
1210
- transform: "rotate(-45 11.995 20.002)"
1211
- })), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1212
- d: "M17,30a1,1,0,0,1-.37-.07,1,1,0,0,1-.62-.79l-1-7,2-.28.75,5.27L21,24.52V17a1,1,0,0,1,.29-.71l4.07-4.07A8.94,8.94,0,0,0,28,5.86V4H26.14a8.94,8.94,0,0,0-6.36,2.64l-4.07,4.07A1,1,0,0,1,15,11H7.48L4.87,14.26l5.27.75-.28,2-7-1a1,1,0,0,1-.79-.62,1,1,0,0,1,.15-1l4-5A1,1,0,0,1,7,9h7.59l3.77-3.78A10.92,10.92,0,0,1,26.14,2H28a2,2,0,0,1,2,2V5.86a10.92,10.92,0,0,1-3.22,7.78L23,17.41V25a1,1,0,0,1-.38.78l-5,4A1,1,0,0,1,17,30Z"
1213
- })), children);
1214
- });
1215
- if (process.env.NODE_ENV !== "production") {
1216
- Rocket.propTypes = iconPropTypes4cbeb95d.i;
1217
- }
1218
- const Rotate = /*#__PURE__*/React.forwardRef(function Rotate(_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
- }, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1233
- d: "M17.91 26.82l.35 2a12.9 12.9 0 004.24-1.54l-1-1.73A10.88 10.88 0 0117.91 26.82zM24.42 23.07L26 24.35a13 13 0 002.24-3.91l-1.87-.68A11 11 0 0124.42 23.07zM9.5 27.25a12.9 12.9 0 004.24 1.54l.35-2a10.88 10.88 0 01-3.59-1.3zM5.67 19.76l-1.87.68A13 13 0 006 24.35l.32-.26 1.22-1h0a11 11 0 01-1.91-3.31zM29 16a12.85 12.85 0 00-.8-4.44l-1.87.68A11.18 11.18 0 0127 16zM26 7.65a13 13 0 00-20 0V4H4v8h8V10H6.81A11 11 0 0124.42 8.93z"
1234
- })), children);
1235
- });
1236
- if (process.env.NODE_ENV !== "production") {
1237
- Rotate.propTypes = iconPropTypes4cbeb95d.i;
1238
- }
1239
- const WatsonHealthRotate_180 = /*#__PURE__*/React.forwardRef(function WatsonHealthRotate_180(_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
- }, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1254
- d: "M14.0913 26.8235l-.3467 1.968a12.8956 12.8956 0 01-4.24-1.5418l1-1.7307A10.9086 10.9086 0 0014.0913 26.8235zM7.5767 23.0682L6.0449 24.3533a12.9811 12.9811 0 01-2.25-3.9112l1.8775-.6834A10.9808 10.9808 0 007.5767 23.0682zM22.4951 27.25a12.8956 12.8956 0 01-4.24 1.5418l-.3467-1.968a10.9086 10.9086 0 003.5869-1.3045zM26.3271 19.7587l1.8775.6834a12.9811 12.9811 0 01-2.2495 3.9112l-.3115-.2614-1.22-1.0237h0a10.9822 10.9822 0 001.9038-3.3093zM13.6616 5.2559c-.1592.0346-.3144.08-.4712.1215-.2131.0562-.4258.1138-.6335.1822-.1643.0547-.325.1167-.4859.1782-.1926.0742-.3835.1509-.57.2349-.1611.0727-.3193.15-.4763.23q-.2677.1363-.5262.2867c-.153.0893-.3046.18-.4531.2758-.1679.1089-.3308.2242-.4922.3413-.1406.1026-.2817.2037-.417.3125-.1616.1294-.3156.2676-.47.4063-.1225.11-.2478.2168-.3652.332-.1668.1636-.3223.3379-.4785.5117A10.9438 10.9438 0 005 16H3A12.9363 12.9363 0 016.05 7.65l-.0047-.0039c.0918-.1094.197-.2061.2925-.3125.1841-.2051.3672-.41.5635-.603.1382-.1358.2856-.2613.43-.3907.1831-.1645.3657-.3286.5581-.4824.1592-.1279.3244-.2466.4895-.3667.1921-.14.3855-.2768.5854-.4062.1743-.1128.3523-.2188.5322-.3238q.3081-.1786.6253-.3408c.1846-.0942.37-.1846.56-.27.2224-.1.449-.1914.678-.2793.1894-.0723.3777-.1455.5713-.209.2463-.0815.498-.1494.7507-.2163.1848-.0493.3674-.1025.5554-.1431.29-.0634.5865-.1074.8833-.1508.159-.023.3145-.0552.4754-.0728A12.9331 12.9331 0 0126 7.7031V4h2v8H20V10h5.1885A10.961 10.961 0 0016 5a11.1114 11.1114 0 00-1.189.0669c-.1362.0146-.268.042-.4026.0615C14.1575 5.165 13.907 5.2026 13.6616 5.2559z"
1255
- })), children);
1256
- });
1257
- if (process.env.NODE_ENV !== "production") {
1258
- WatsonHealthRotate_180.propTypes = iconPropTypes4cbeb95d.i;
1259
- }
1260
- const WatsonHealthRotate_360 = /*#__PURE__*/React.forwardRef(function WatsonHealthRotate_360(_ref55, ref) {
1261
- let {
1262
- children,
1263
- size = 16,
1264
- ...rest
1265
- } = _ref55;
1266
- return /*#__PURE__*/React.createElement(Icon.default, {
1267
- width: size,
1268
- height: size,
1269
- ref: ref,
1270
- xmlns: "http://www.w3.org/2000/svg",
1271
- viewBox: "0 0 32 32",
1272
- fill: "currentColor",
1273
- ...rest
1274
- }, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1275
- d: "M25.95,7.65l.0047-.0039c-.0918-.1094-.197-.2061-.2925-.3125-.1841-.2051-.3672-.41-.5635-.603-.1382-.1358-.2856-.2613-.43-.3907-.1831-.1645-.3657-.3286-.5581-.4824-.1592-.1279-.3244-.2466-.4895-.3667-.1921-.14-.3855-.2768-.5854-.4062-.1743-.1128-.3523-.2188-.5322-.3238q-.3081-.1786-.6253-.3408c-.1846-.0942-.37-.1846-.56-.27-.2224-.1-.449-.1914-.678-.2793-.1894-.0723-.3777-.1455-.5713-.209-.2463-.0815-.498-.1494-.7507-.2163-.1848-.0493-.3674-.1025-.5554-.1431-.29-.0634-.5865-.1074-.8833-.1508-.159-.023-.3145-.0552-.4754-.0728A12.9331,12.9331,0,0,0,6,7.7031V4H4v8h8V10H6.8115A10.961,10.961,0,0,1,16,5a11.1114,11.1114,0,0,1,1.189.0669c.1362.0146.268.042.4026.0615.2509.0366.5014.0742.7468.1275.1592.0346.3144.08.4712.1215.2131.0562.4258.1138.6335.1822.1643.0547.325.1167.4859.1782.1926.0742.3835.1509.5705.2349.1611.0727.3193.15.4763.23q.2677.1363.5262.2867c.153.0893.3046.18.4531.2758.1679.1089.3308.2242.4922.3413.1406.1026.2817.2037.417.3125.1616.1294.3156.2676.47.4063.1225.11.2478.2168.3652.332.1668.1636.3223.3379.4785.5117A10.9928,10.9928,0,1,1,5,16H3A13,13,0,1,0,25.95,7.65Z"
1276
- })), children);
1277
- });
1278
- if (process.env.NODE_ENV !== "production") {
1279
- WatsonHealthRotate_360.propTypes = iconPropTypes4cbeb95d.i;
1280
- }
1281
- const RotateClockwise = /*#__PURE__*/React.forwardRef(function RotateClockwise(_ref56, ref) {
1282
- let {
1283
- children,
1284
- size = 16,
1285
- ...rest
1286
- } = _ref56;
1287
- return /*#__PURE__*/React.createElement(Icon.default, {
1288
- width: size,
1289
- height: size,
1290
- ref: ref,
1291
- xmlns: "http://www.w3.org/2000/svg",
1292
- viewBox: "0 0 32 32",
1293
- fill: "currentColor",
1294
- ...rest
1295
- }, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1296
- d: "M28 30H16a2.0023 2.0023 0 01-2-2V16a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0128 30zM16 16V28H28.0012L28 16zM15 2L13.59 3.41 16.17 6H11a7.0078 7.0078 0 00-7 7v5H6V13a5.0057 5.0057 0 015-5h5.17l-2.58 2.59L15 12l5-5z"
1297
- })), children);
1298
- });
1299
- if (process.env.NODE_ENV !== "production") {
1300
- RotateClockwise.propTypes = iconPropTypes4cbeb95d.i;
1301
- }
1302
- const RotateClockwiseAlt = /*#__PURE__*/React.forwardRef(function RotateClockwiseAlt(_ref57, ref) {
1303
- let {
1304
- children,
1305
- size = 16,
1306
- ...rest
1307
- } = _ref57;
1308
- return /*#__PURE__*/React.createElement(Icon.default, {
1309
- width: size,
1310
- height: size,
1311
- ref: ref,
1312
- xmlns: "http://www.w3.org/2000/svg",
1313
- viewBox: "0 0 32 32",
1314
- fill: "currentColor",
1315
- ...rest
1316
- }, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1317
- d: "M16 30H4a2.0023 2.0023 0 01-2-2V16a2.0023 2.0023 0 012-2H16a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0116 30zM4 16V28H16.0012L16 16zM30 15l-1.41-1.41L26 16.17V11a7.0078 7.0078 0 00-7-7H14V6h5a5.0057 5.0057 0 015 5v5.17l-2.59-2.58L20 15l5 5z"
1318
- })), children);
1319
- });
1320
- if (process.env.NODE_ENV !== "production") {
1321
- RotateClockwiseAlt.propTypes = iconPropTypes4cbeb95d.i;
1322
- }
1323
- const RotateClockwiseAltFilled = /*#__PURE__*/React.forwardRef(function RotateClockwiseAltFilled(_ref58, ref) {
1324
- let {
1325
- children,
1326
- size = 16,
1327
- ...rest
1328
- } = _ref58;
1329
- return /*#__PURE__*/React.createElement(Icon.default, {
1330
- width: size,
1331
- height: size,
1332
- ref: ref,
1333
- xmlns: "http://www.w3.org/2000/svg",
1334
- viewBox: "0 0 32 32",
1335
- fill: "currentColor",
1336
- ...rest
1337
- }, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1338
- d: "M16 30H4a2.0023 2.0023 0 01-2-2V16a2.0023 2.0023 0 012-2H16a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0116 30zM30 15l-1.41-1.41L26 16.17V11a7.0078 7.0078 0 00-7-7H14V6h5a5.0057 5.0057 0 015 5v5.17l-2.59-2.58L20 15l5 5z"
1339
- })), children);
1340
- });
1341
- if (process.env.NODE_ENV !== "production") {
1342
- RotateClockwiseAltFilled.propTypes = iconPropTypes4cbeb95d.i;
1343
- }
1344
- const RotateClockwiseFilled = /*#__PURE__*/React.forwardRef(function RotateClockwiseFilled(_ref59, ref) {
1345
- let {
1346
- children,
1347
- size = 16,
1348
- ...rest
1349
- } = _ref59;
1350
- return /*#__PURE__*/React.createElement(Icon.default, {
1351
- width: size,
1352
- height: size,
1353
- ref: ref,
1354
- xmlns: "http://www.w3.org/2000/svg",
1355
- viewBox: "0 0 32 32",
1356
- fill: "currentColor",
1357
- ...rest
1358
- }, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1359
- d: "M28 30H16a2.0023 2.0023 0 01-2-2V16a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0128 30zM15 2L13.59 3.41 16.17 6H11a7.0078 7.0078 0 00-7 7v5H6V13a5.0057 5.0057 0 015-5h5.17l-2.58 2.59L15 12l5-5z"
1360
- })), children);
1361
- });
1362
- if (process.env.NODE_ENV !== "production") {
1363
- RotateClockwiseFilled.propTypes = iconPropTypes4cbeb95d.i;
1364
- }
1365
- const RotateCounterclockwise = /*#__PURE__*/React.forwardRef(function RotateCounterclockwise(_ref60, ref) {
1366
- let {
1367
- children,
1368
- size = 16,
1369
- ...rest
1370
- } = _ref60;
1371
- return /*#__PURE__*/React.createElement(Icon.default, {
1372
- width: size,
1373
- height: size,
1374
- ref: ref,
1375
- xmlns: "http://www.w3.org/2000/svg",
1376
- viewBox: "0 0 32 32",
1377
- fill: "currentColor",
1378
- ...rest
1379
- }, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1380
- d: "M2 28V16a2.0023 2.0023 0 012-2H16a2.0023 2.0023 0 012 2V28a2.0023 2.0023 0 01-2 2H4A2.0023 2.0023 0 012 28zM4 16L3.9988 28H16V16zM17 2l1.41 1.41L15.83 6H21a7.0078 7.0078 0 017 7v5H26V13a5.0057 5.0057 0 00-5-5H15.83l2.58 2.59L17 12 12 7z"
1381
- })), children);
1382
- });
1383
- if (process.env.NODE_ENV !== "production") {
1384
- RotateCounterclockwise.propTypes = iconPropTypes4cbeb95d.i;
1385
- }
1386
- const RotateCounterclockwiseAlt = /*#__PURE__*/React.forwardRef(function RotateCounterclockwiseAlt(_ref61, ref) {
1387
- let {
1388
- children,
1389
- size = 16,
1390
- ...rest
1391
- } = _ref61;
1392
- return /*#__PURE__*/React.createElement(Icon.default, {
1393
- width: size,
1394
- height: size,
1395
- ref: ref,
1396
- xmlns: "http://www.w3.org/2000/svg",
1397
- viewBox: "0 0 32 32",
1398
- fill: "currentColor",
1399
- ...rest
1400
- }, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1401
- d: "M14 28V16a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28a2.0023 2.0023 0 01-2 2H16A2.0023 2.0023 0 0114 28zm2-12l-.0012 12H28V16zM2 15l1.41-1.41L6 16.17V11a7.0078 7.0078 0 017-7h5V6H13a5.0057 5.0057 0 00-5 5v5.17l2.59-2.58L12 15 7 20z"
1402
- })), children);
1403
- });
1404
- if (process.env.NODE_ENV !== "production") {
1405
- RotateCounterclockwiseAlt.propTypes = iconPropTypes4cbeb95d.i;
1406
- }
1407
- const RotateCounterclockwiseAltFilled = /*#__PURE__*/React.forwardRef(function RotateCounterclockwiseAltFilled(_ref62, ref) {
1408
- let {
1409
- children,
1410
- size = 16,
1411
- ...rest
1412
- } = _ref62;
1413
- return /*#__PURE__*/React.createElement(Icon.default, {
1414
- width: size,
1415
- height: size,
1416
- ref: ref,
1417
- xmlns: "http://www.w3.org/2000/svg",
1418
- viewBox: "0 0 32 32",
1419
- fill: "currentColor",
1420
- ...rest
1421
- }, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1422
- d: "M14 28V16a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28a2.0023 2.0023 0 01-2 2H16A2.0023 2.0023 0 0114 28zM2 15l1.41-1.41L6 16.17V11a7.0078 7.0078 0 017-7h5V6H13a5.0057 5.0057 0 00-5 5v5.17l2.59-2.58L12 15 7 20z"
1423
- })), children);
1424
- });
1425
- if (process.env.NODE_ENV !== "production") {
1426
- RotateCounterclockwiseAltFilled.propTypes = iconPropTypes4cbeb95d.i;
1427
- }
1428
- const RotateCounterclockwiseFilled = /*#__PURE__*/React.forwardRef(function RotateCounterclockwiseFilled(_ref63, ref) {
1429
- let {
1430
- children,
1431
- size = 16,
1432
- ...rest
1433
- } = _ref63;
1434
- return /*#__PURE__*/React.createElement(Icon.default, {
1435
- width: size,
1436
- height: size,
1437
- ref: ref,
1438
- xmlns: "http://www.w3.org/2000/svg",
1439
- viewBox: "0 0 32 32",
1440
- fill: "currentColor",
1441
- ...rest
1442
- }, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1443
- d: "M2 28V16a2.0023 2.0023 0 012-2H16a2.0023 2.0023 0 012 2V28a2.0023 2.0023 0 01-2 2H4A2.0023 2.0023 0 012 28zM17 2l1.41 1.41L15.83 6H21a7.0078 7.0078 0 017 7v5H26V13a5.0057 5.0057 0 00-5-5H15.83l2.58 2.59L17 12 12 7z"
1444
- })), children);
1445
- });
1446
- if (process.env.NODE_ENV !== "production") {
1447
- RotateCounterclockwiseFilled.propTypes = iconPropTypes4cbeb95d.i;
1448
- }
1449
- const Router = /*#__PURE__*/React.forwardRef(function Router(_ref64, ref) {
1450
- let {
1451
- children,
1452
- size = 16,
1453
- ...rest
1454
- } = _ref64;
1455
- return /*#__PURE__*/React.createElement(Icon.default, {
1456
- width: size,
1457
- height: size,
1458
- ref: ref,
1459
- xmlns: "http://www.w3.org/2000/svg",
1460
- viewBox: "0 0 32 32",
1461
- fill: "currentColor",
1462
- ...rest
1463
- }, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1464
- d: "M21 7L16 2 11 7 12.409 8.419 15 5.847 15 13 17 13 17 5.794 19.591 8.419 21 7zM21 25L16 30 11 25 12.409 23.581 15 26.153 15 19 17 19 17 26.206 19.591 23.581 21 25zM24 11L19 16 24 21 25.419 19.591 22.847 17 30 17 30 15 22.794 15 25.419 12.409 24 11zM8 11L13 16 8 21 6.581 19.591 9.153 17 2 17 2 15 9.206 15 6.581 12.409 8 11z"
1465
- })), children);
1466
- });
1467
- if (process.env.NODE_ENV !== "production") {
1468
- Router.propTypes = iconPropTypes4cbeb95d.i;
1469
- }
1470
- const RouterVoice = /*#__PURE__*/React.forwardRef(function RouterVoice(_ref65, ref) {
1471
- let {
1472
- children,
1473
- size = 16,
1474
- ...rest
1475
- } = _ref65;
1476
- return /*#__PURE__*/React.createElement(Icon.default, {
1477
- width: size,
1478
- height: size,
1479
- ref: ref,
1480
- xmlns: "http://www.w3.org/2000/svg",
1481
- viewBox: "0 0 32 32",
1482
- fill: "currentColor",
1483
- ...rest
1484
- }, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1485
- d: "M21 25L16 30 11 25 12.409 23.581 15 26.153 15 19 17 19 17 26.206 19.591 23.581 21 25zM24 11L19 16 24 21 25.419 19.591 22.847 17 30 17 30 15 22.794 15 25.419 12.409 24 11zM8 11L13 16 8 21 6.581 19.591 9.153 17 2 17 2 15 9.206 15 6.581 12.409 8 11zM12.4289 5.8227v1.63a1.1269 1.1269 0 01-.6767 1.026l-1.39.5967A1.1218 1.1218 0 019.14 8.8424L7.3208 7.0233a1.1165 1.1165 0 01.0125-1.579l.0348-.0328c7.393-6.527 14.6913-2.0374 17.2127-.0473a1.1166 1.1166 0 01.1746 1.5693 1.1011 1.1011 0 01-.0873.0971L22.9108 8.7878a1.1114 1.1114 0 01-1.2225.2329l-1.39-.5967a1.1112 1.1112 0 01-.68-1.0223v-1.63S15.9726 3.0648 12.4289 5.8227z"
1486
- })), children);
1487
- });
1488
- if (process.env.NODE_ENV !== "production") {
1489
- RouterVoice.propTypes = iconPropTypes4cbeb95d.i;
1490
- }
1491
- const RouterWifi = /*#__PURE__*/React.forwardRef(function RouterWifi(_ref66, ref) {
1492
- let {
1493
- children,
1494
- size = 16,
1495
- ...rest
1496
- } = _ref66;
1497
- return /*#__PURE__*/React.createElement(Icon.default, {
1498
- width: size,
1499
- height: size,
1500
- ref: ref,
1501
- xmlns: "http://www.w3.org/2000/svg",
1502
- viewBox: "0 0 32 32",
1503
- fill: "currentColor",
1504
- ...rest
1505
- }, _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
1506
- cx: "16",
1507
- cy: "13.5",
1508
- r: "1.5"
1509
- })), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1510
- d: "M19.5356,10.4648a5,5,0,0,0-7.0717,0L11.05,9.0508a6.9992,6.9992,0,0,1,9.9,0Z"
1511
- })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1512
- d: "M23.0713 6.929a10 10 0 00-14.1426 0L7.5146 5.5144a12.0011 12.0011 0 0116.9708 0zM21 25L16 30 11 25 12.409 23.581 15 26.153 15 19 17 19 17 26.206 19.591 23.581 21 25zM24 11L19 16 24 21 25.419 19.591 22.847 17 30 17 30 15 22.794 15 25.419 12.409 24 11zM8 11L13 16 8 21 6.581 19.591 9.153 17 2 17 2 15 9.206 15 6.581 12.409 8 11z"
1513
- })), children);
1514
- });
1515
- if (process.env.NODE_ENV !== "production") {
1516
- RouterWifi.propTypes = iconPropTypes4cbeb95d.i;
1517
- }
1518
- const Row = /*#__PURE__*/React.forwardRef(function Row(_ref67, ref) {
1519
- let {
1520
- children,
1521
- size = 16,
1522
- ...rest
1523
- } = _ref67;
1524
- return /*#__PURE__*/React.createElement(Icon.default, {
1525
- width: size,
1526
- height: size,
1527
- ref: ref,
1528
- xmlns: "http://www.w3.org/2000/svg",
1529
- viewBox: "0 0 32 32",
1530
- fill: "currentColor",
1531
- ...rest
1532
- }, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1533
- d: "M4 24H28V26H4zM26 18H6V14H26v4m2 0V14a2 2 0 00-2-2H6a2 2 0 00-2 2v4a2 2 0 002 2H26a2 2 0 002-2zM4 6H28V8H4z"
1534
- })), children);
1535
- });
1536
- if (process.env.NODE_ENV !== "production") {
1537
- Row.propTypes = iconPropTypes4cbeb95d.i;
1538
- }
1539
- const RowCollapse = /*#__PURE__*/React.forwardRef(function RowCollapse(_ref68, ref) {
1540
- let {
1541
- children,
1542
- size = 16,
1543
- ...rest
1544
- } = _ref68;
1545
- return /*#__PURE__*/React.createElement(Icon.default, {
1546
- width: size,
1547
- height: size,
1548
- ref: ref,
1549
- xmlns: "http://www.w3.org/2000/svg",
1550
- viewBox: "0 0 32 32",
1551
- fill: "currentColor",
1552
- ...rest
1553
- }, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1554
- d: "M26 20H6a2 2 0 00-2 2v4a2 2 0 002 2H26a2 2 0 002-2V22A2 2 0 0026 20zm0 6H6V22H26zM17 7.828L19.586 10.414 21 9 16 4 11 9 12.414 10.414 15 7.828 15 14 4 14 4 16 28 16 28 14 17 14 17 7.828z"
1555
- })), children);
1556
- });
1557
- if (process.env.NODE_ENV !== "production") {
1558
- RowCollapse.propTypes = iconPropTypes4cbeb95d.i;
1559
- }
1560
- const RowDelete = /*#__PURE__*/React.forwardRef(function RowDelete(_ref69, ref) {
1561
- let {
1562
- children,
1563
- size = 16,
1564
- ...rest
1565
- } = _ref69;
1566
- return /*#__PURE__*/React.createElement(Icon.default, {
1567
- width: size,
1568
- height: size,
1569
- ref: ref,
1570
- xmlns: "http://www.w3.org/2000/svg",
1571
- viewBox: "0 0 32 32",
1572
- fill: "currentColor",
1573
- ...rest
1574
- }, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1575
- d: "M24 30H4a2.0021 2.0021 0 01-2-2V22a2.0021 2.0021 0 012-2H24a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0124 30zM4 22H3.9985L4 28H24V22zM30 3.41L28.59 2 25 5.59 21.41 2 20 3.41 23.59 7 20 10.59 21.41 12 25 8.41 28.59 12 30 10.59 26.41 7 30 3.41z"
1576
- })), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1577
- d: "M4,14V8H18V6H4A2.0023,2.0023,0,0,0,2,8v6a2.0023,2.0023,0,0,0,2,2H26V14Z"
1578
- })), children);
1579
- });
1580
- if (process.env.NODE_ENV !== "production") {
1581
- RowDelete.propTypes = iconPropTypes4cbeb95d.i;
1582
- }
1583
- const RowExpand = /*#__PURE__*/React.forwardRef(function RowExpand(_ref70, ref) {
1584
- let {
1585
- children,
1586
- size = 16,
1587
- ...rest
1588
- } = _ref70;
1589
- return /*#__PURE__*/React.createElement(Icon.default, {
1590
- width: size,
1591
- height: size,
1592
- ref: ref,
1593
- xmlns: "http://www.w3.org/2000/svg",
1594
- viewBox: "0 0 32 32",
1595
- fill: "currentColor",
1596
- ...rest
1597
- }, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1598
- d: "M4 18L15 18 15 24.172 12.414 21.586 11 23 16 28 21 23 19.586 21.586 17 24.172 17 18 28 18 28 16 4 16 4 18zM26 4H6A2 2 0 004 6v4a2 2 0 002 2H26a2 2 0 002-2V6A2 2 0 0026 4zm0 6H6V6H26z"
1599
- })), children);
1600
- });
1601
- if (process.env.NODE_ENV !== "production") {
1602
- RowExpand.propTypes = iconPropTypes4cbeb95d.i;
1603
- }
1604
- const RowInsert = /*#__PURE__*/React.forwardRef(function RowInsert(_ref71, ref) {
1605
- let {
1606
- children,
1607
- size = 16,
1608
- ...rest
1609
- } = _ref71;
1610
- return /*#__PURE__*/React.createElement(Icon.default, {
1611
- width: size,
1612
- height: size,
1613
- ref: ref,
1614
- xmlns: "http://www.w3.org/2000/svg",
1615
- viewBox: "0 0 32 32",
1616
- fill: "currentColor",
1617
- ...rest
1618
- }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1619
- d: "M28 12H10a2.0021 2.0021 0 01-2-2V4a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 12zM10 4v6H28V4zM28 30H10a2.0021 2.0021 0 01-2-2V22a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 30zM10 22v6H28V22zM9 16L3.414 10.414 2 11.828 6.172 16 2 20.172 3.414 21.586 9 16z"
1620
- })), children);
1621
- });
1622
- if (process.env.NODE_ENV !== "production") {
1623
- RowInsert.propTypes = iconPropTypes4cbeb95d.i;
1624
- }
1625
- const Rss = /*#__PURE__*/React.forwardRef(function Rss(_ref72, ref) {
1626
- let {
1627
- children,
1628
- size = 16,
1629
- ...rest
1630
- } = _ref72;
1631
- return /*#__PURE__*/React.createElement(Icon.default, {
1632
- width: size,
1633
- height: size,
1634
- ref: ref,
1635
- xmlns: "http://www.w3.org/2000/svg",
1636
- viewBox: "0 0 32 32",
1637
- fill: "currentColor",
1638
- ...rest
1639
- }, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1640
- d: "M8 18c-3.3 0-6 2.7-6 6s2.7 6 6 6 6-2.7 6-6C14 20.7 11.3 18 8 18zM8 28c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4C12 26.2 10.2 28 8 28zM30 24h-2C28 13 19 4 8 4V2C20.1 2 30 11.9 30 24z"
1641
- })), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1642
- d: "M22,24h-2c0-6.6-5.4-12-12-12v-2C15.7,10,22,16.3,22,24z"
1643
- })), children);
1644
- });
1645
- if (process.env.NODE_ENV !== "production") {
1646
- Rss.propTypes = iconPropTypes4cbeb95d.i;
1647
- }
1648
- const Rule = /*#__PURE__*/React.forwardRef(function Rule(_ref73, ref) {
1649
- let {
1650
- children,
1651
- size = 16,
1652
- ...rest
1653
- } = _ref73;
1654
- return /*#__PURE__*/React.createElement(Icon.default, {
1655
- width: size,
1656
- height: size,
1657
- ref: ref,
1658
- xmlns: "http://www.w3.org/2000/svg",
1659
- viewBox: "0 0 32 32",
1660
- fill: "currentColor",
1661
- ...rest
1662
- }, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1663
- d: "M10 16H22V18H10zM10 10H22V12H10z"
1664
- })), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1665
- d: "M16,30,9.8242,26.7071A10.9815,10.9815,0,0,1,4,17V4A2.0022,2.0022,0,0,1,6,2H26a2.0022,2.0022,0,0,1,2,2V17a10.9815,10.9815,0,0,1-5.8242,9.7069ZM6,4V17a8.9852,8.9852,0,0,0,4.7656,7.9423L16,27.7333l5.2344-2.791A8.9852,8.9852,0,0,0,26,17V4Z"
1666
- })), children);
1667
- });
1668
- if (process.env.NODE_ENV !== "production") {
1669
- Rule.propTypes = iconPropTypes4cbeb95d.i;
1670
- }
1671
- const RuleCancelled = /*#__PURE__*/React.forwardRef(function RuleCancelled(_ref74, ref) {
1672
- let {
1673
- children,
1674
- size = 16,
1675
- ...rest
1676
- } = _ref74;
1677
- return /*#__PURE__*/React.createElement(Icon.default, {
1678
- width: size,
1679
- height: size,
1680
- ref: ref,
1681
- xmlns: "http://www.w3.org/2000/svg",
1682
- viewBox: "0 0 32 32",
1683
- fill: "currentColor",
1684
- ...rest
1685
- }, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1686
- d: "M30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24zM8 16H18V18H8zM8 10H20V12H8z"
1687
- })), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1688
- d: "M14,27.7334l-5.2344-2.791A8.9858,8.9858,0,0,1,4,17V4H24l0,11h2L26,4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L14,30Z"
1689
- })), children);
1690
- });
1691
- if (process.env.NODE_ENV !== "production") {
1692
- RuleCancelled.propTypes = iconPropTypes4cbeb95d.i;
1693
- }
1694
- const RuleDataQuality = /*#__PURE__*/React.forwardRef(function RuleDataQuality(_ref75, ref) {
1695
- let {
1696
- children,
1697
- size = 16,
1698
- ...rest
1699
- } = _ref75;
1700
- return /*#__PURE__*/React.createElement(Icon.default, {
1701
- width: size,
1702
- height: size,
1703
- ref: ref,
1704
- xmlns: "http://www.w3.org/2000/svg",
1705
- viewBox: "0 0 32 32",
1706
- fill: "currentColor",
1707
- ...rest
1708
- }, _switch || (_switch = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
1709
- d: "M30 28.6l-2.8-2.8C27.7 25 28 24 28 23c0-2.8-2.2-5-5-5s-5 2.2-5 5 2.2 5 5 5c1 0 2-.3 2.8-.8l2.8 2.8L30 28.6zM20 23c0-1.7 1.3-3 3-3s3 1.3 3 3-1.3 3-3 3S20 24.7 20 23zM8 16H18V18H8zM8 10H20V12H8z"
1710
- }), /*#__PURE__*/React.createElement("path", {
1711
- d: "M14,27.7l-5.2-2.8C5.8,23.4,4,20.3,4,17V4h20v11h2V4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v13c0,4.1,2.2,7.8,5.8,9.7L14,30 V27.7z"
1712
- })))), children);
1713
- });
1714
- if (process.env.NODE_ENV !== "production") {
1715
- RuleDataQuality.propTypes = iconPropTypes4cbeb95d.i;
1716
- }
1717
- const RuleDraft = /*#__PURE__*/React.forwardRef(function RuleDraft(_ref76, ref) {
1718
- let {
1719
- children,
1720
- size = 16,
1721
- ...rest
1722
- } = _ref76;
1723
- return /*#__PURE__*/React.createElement(Icon.default, {
1724
- width: size,
1725
- height: size,
1726
- ref: ref,
1727
- xmlns: "http://www.w3.org/2000/svg",
1728
- viewBox: "0 0 32 32",
1729
- fill: "currentColor",
1730
- ...rest
1731
- }, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1732
- d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM8 16H18V18H8zM8 10H20V12H8z"
1733
- })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1734
- d: "M26,4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L13,29.4668V27.2L8.7656,24.9424A8.9858,8.9858,0,0,1,4,17V4H24v9h2Z"
1735
- })), children);
1736
- });
1737
- if (process.env.NODE_ENV !== "production") {
1738
- RuleDraft.propTypes = iconPropTypes4cbeb95d.i;
1739
- }
1740
- const RuleFilled = /*#__PURE__*/React.forwardRef(function RuleFilled(_ref77, ref) {
1741
- let {
1742
- children,
1743
- size = 16,
1744
- ...rest
1745
- } = _ref77;
1746
- return /*#__PURE__*/React.createElement(Icon.default, {
1747
- width: size,
1748
- height: size,
1749
- ref: ref,
1750
- xmlns: "http://www.w3.org/2000/svg",
1751
- viewBox: "0 0 32 32",
1752
- fill: "currentColor",
1753
- ...rest
1754
- }, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1755
- fill: "none",
1756
- d: "M9 16H23V18H9z",
1757
- "data-icon-path": "inner-path"
1758
- })), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1759
- fill: "none",
1760
- d: "M9 10H23V12H9z"
1761
- })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1762
- d: "M26,2H6A2.0023,2.0023,0,0,0,4,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L16,30l6.1758-3.293A10.9814,10.9814,0,0,0,28,17V4A2.0023,2.0023,0,0,0,26,2ZM23,18H9V16H23Zm0-6H9V10H23Z"
1763
- })), children);
1764
- });
1765
- if (process.env.NODE_ENV !== "production") {
1766
- RuleFilled.propTypes = iconPropTypes4cbeb95d.i;
1767
- }
1768
- const RuleLocked = /*#__PURE__*/React.forwardRef(function RuleLocked(_ref78, ref) {
1769
- let {
1770
- children,
1771
- size = 16,
1772
- ...rest
1773
- } = _ref78;
1774
- return /*#__PURE__*/React.createElement(Icon.default, {
1775
- width: size,
1776
- height: size,
1777
- ref: ref,
1778
- xmlns: "http://www.w3.org/2000/svg",
1779
- viewBox: "0 0 32 32",
1780
- fill: "currentColor",
1781
- ...rest
1782
- }, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1783
- d: "M28 22v-3c0-2.2-1.8-4-4-4s-4 1.8-4 4v3c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-5C30 22.9 29.1 22 28 22zM22 19c0-1.1.9-2 2-2s2 .9 2 2v3h-4V19zM20 29v-5h8v5H20zM8 16H14V18H8zM8 10H20V12H8z"
1784
- })), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1785
- d: "M26,4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v13c0,4.1,2.2,7.8,5.8,9.7l5.2,2.8v-2.3l-4.2-2.3C5.8,23.4,4,20.3,4,17V4h20v8h2V4z"
1786
- })), children);
1787
- });
1788
- if (process.env.NODE_ENV !== "production") {
1789
- RuleLocked.propTypes = iconPropTypes4cbeb95d.i;
1790
- }
1791
- const RulePartial = /*#__PURE__*/React.forwardRef(function RulePartial(_ref79, ref) {
1792
- let {
1793
- children,
1794
- size = 16,
1795
- ...rest
1796
- } = _ref79;
1797
- return /*#__PURE__*/React.createElement(Icon.default, {
1798
- width: size,
1799
- height: size,
1800
- ref: ref,
1801
- xmlns: "http://www.w3.org/2000/svg",
1802
- viewBox: "0 0 32 32",
1803
- fill: "currentColor",
1804
- ...rest
1805
- }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1806
- d: "M23 16c-3.9 0-7 3.1-7 7s3.1 7 7 7 7-3.1 7-7S26.9 16 23 16zM23 28V18c2.8 0 5 2.2 5 5S25.8 28 23 28zM8 16H14V18H8zM8 10H20V12H8z"
1807
- })), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1808
- d: "M26,4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v13c0,4.1,2.2,7.8,5.8,9.7l5.2,2.8v-2.3l-4.2-2.3C5.8,23.4,4,20.3,4,17V4h20v9h2V4z"
1809
- })), children);
1810
- });
1811
- if (process.env.NODE_ENV !== "production") {
1812
- RulePartial.propTypes = iconPropTypes4cbeb95d.i;
1813
- }
1814
- const RuleTest = /*#__PURE__*/React.forwardRef(function RuleTest(_ref80, ref) {
1815
- let {
1816
- children,
1817
- size = 16,
1818
- ...rest
1819
- } = _ref80;
1820
- return /*#__PURE__*/React.createElement(Icon.default, {
1821
- width: size,
1822
- height: size,
1823
- ref: ref,
1824
- xmlns: "http://www.w3.org/2000/svg",
1825
- viewBox: "0 0 32 32",
1826
- fill: "currentColor",
1827
- ...rest
1828
- }, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1829
- d: "M23,30a7,7,0,1,1,7-7A7.0078,7.0078,0,0,1,23,30Zm0-12a5,5,0,1,0,5,5A5.0055,5.0055,0,0,0,23,18Z"
1830
- })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1831
- d: "M26 24.586L24 22.586 24 20 22 20 22 23.414 24.586 26 26 24.586zM8 16H14V18H8zM8 10H20V12H8z"
1832
- })), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1833
- d: "M26,4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L13,29.4668V27.2L8.7656,24.9424A8.9858,8.9858,0,0,1,4,17V4H24v9h2Z"
1834
- })), children);
1835
- });
1836
- if (process.env.NODE_ENV !== "production") {
1837
- RuleTest.propTypes = iconPropTypes4cbeb95d.i;
1838
- }
1839
- const Ruler = /*#__PURE__*/React.forwardRef(function Ruler(_ref81, ref) {
1840
- let {
1841
- children,
1842
- size = 16,
1843
- ...rest
1844
- } = _ref81;
1845
- return /*#__PURE__*/React.createElement(Icon.default, {
1846
- width: size,
1847
- height: size,
1848
- ref: ref,
1849
- xmlns: "http://www.w3.org/2000/svg",
1850
- viewBox: "0 0 32 32",
1851
- fill: "currentColor",
1852
- ...rest
1853
- }, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1854
- d: "M29,10H3a1,1,0,0,0-1,1V21a1,1,0,0,0,1,1H29a1,1,0,0,0,1-1V11A1,1,0,0,0,29,10ZM28,20H4V12H8v4h2V12h5v4h2V12h5v4h2V12h4Z"
1855
- })), children);
1856
- });
1857
- if (process.env.NODE_ENV !== "production") {
1858
- Ruler.propTypes = iconPropTypes4cbeb95d.i;
1859
- }
1860
- const RulerAlt = /*#__PURE__*/React.forwardRef(function RulerAlt(_ref82, ref) {
1861
- let {
1862
- children,
1863
- size = 16,
1864
- ...rest
1865
- } = _ref82;
1866
- return /*#__PURE__*/React.createElement(Icon.default, {
1867
- width: size,
1868
- height: size,
1869
- ref: ref,
1870
- xmlns: "http://www.w3.org/2000/svg",
1871
- viewBox: "0 0 32 32",
1872
- fill: "currentColor",
1873
- ...rest
1874
- }, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1875
- d: "M29.41,21.67,10.34,2.58a2,2,0,0,0-2.83,0L2.59,7.51a2,2,0,0,0,0,2.82L21.66,29.42a2,2,0,0,0,1.42.58,2,2,0,0,0,1.41-.58l4.92-4.93A2,2,0,0,0,29.41,21.67ZM23.08,28,4,8.92,8.92,4l3.79,3.79L10.46,10l1.41,1.41L14.12,9.2l4.13,4.13L16,15.58,17.42,17l2.25-2.25,4.13,4.13-2.25,2.25L23,22.54l2.25-2.25L28,23.08Z"
1876
- })), children);
1877
- });
1878
- if (process.env.NODE_ENV !== "production") {
1879
- RulerAlt.propTypes = iconPropTypes4cbeb95d.i;
1880
- }
1881
- const Run = /*#__PURE__*/React.forwardRef(function Run(_ref83, ref) {
1882
- let {
1883
- children,
1884
- size = 16,
1885
- ...rest
1886
- } = _ref83;
1887
- return /*#__PURE__*/React.createElement(Icon.default, {
1888
- width: size,
1889
- height: size,
1890
- ref: ref,
1891
- xmlns: "http://www.w3.org/2000/svg",
1892
- viewBox: "0 0 32 32",
1893
- fill: "currentColor",
1894
- ...rest
1895
- }, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1896
- d: "M21,16a6,6,0,1,1-6,6,6,6,0,0,1,6-6m0-2a8,8,0,1,0,8,8,8,8,0,0,0-8-8Z"
1897
- })), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1898
- d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V12H28V6A2,2,0,0,0,26,4ZM6,10V6H26v4Z"
1899
- })), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1900
- d: "M19 19L19 25 24 22 19 19z"
1901
- })), children);
1902
- });
1903
- if (process.env.NODE_ENV !== "production") {
1904
- Run.propTypes = iconPropTypes4cbeb95d.i;
1905
- }
1906
- const RunMirror = /*#__PURE__*/React.forwardRef(function RunMirror(_ref84, ref) {
1907
- let {
1908
- children,
1909
- size = 16,
1910
- ...rest
1911
- } = _ref84;
1912
- return /*#__PURE__*/React.createElement(Icon.default, {
1913
- width: size,
1914
- height: size,
1915
- ref: ref,
1916
- xmlns: "http://www.w3.org/2000/svg",
1917
- viewBox: "0 0 32 32",
1918
- fill: "currentColor",
1919
- ...rest
1920
- }, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1921
- d: "M9 19L9 25 14 22z"
1922
- })), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1923
- d: "M11,16c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S7.7,16,11,16 M11,14c-4.4,0-8,3.6-8,8s3.6,8,8,8s8-3.6,8-8S15.4,14,11,14 L11,14z"
1924
- })), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1925
- d: "M4,6v6h22v14h-4v2h4c1.1,0,2-0.9,2-2V6c0-1.1-0.9-2-2-2H6C4.9,4,4,4.9,4,6z M6,10V6h20v4H6z"
1926
- })), children);
1927
- });
1928
- if (process.env.NODE_ENV !== "production") {
1929
- RunMirror.propTypes = iconPropTypes4cbeb95d.i;
1930
- }
1931
- const Running = /*#__PURE__*/React.forwardRef(function Running(_ref85, ref) {
1932
- let {
1933
- children,
1934
- size = 16,
1935
- ...rest
1936
- } = _ref85;
1937
- return /*#__PURE__*/React.createElement(Icon.default, {
1938
- width: size,
1939
- height: size,
1940
- ref: ref,
1941
- xmlns: "http://www.w3.org/2000/svg",
1942
- viewBox: "0 0 32 32",
1943
- fill: "currentColor",
1944
- ...rest
1945
- }, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1946
- d: "m21.707,20.293l-5-5c-.1951-.1953-.451-.293-.707-.293s-.512.0977-.707.293L2,28.5859l1.4143,1.4141,12.5857-12.5859,3.5857,3.5859-5.5857,5.5859,1.4143,1.4141,2.292-2.292,4.0007-4.001c.1953-.1953.293-.4512.293-.707s-.0977-.5117-.293-.707Z"
1947
- })), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1948
- d: "m28.5859,9l-5.5859,5.5859-6.0012-6.0015c-.392-.3918-.9073-.5865-1.422-.5845-.5096.002-1.0185.1968-1.4063.5845l-6.1704,6.1753,1.4143,1.4141,6.1704-6.1748,6.7083,6.708c.1951.1953.4512.293.707.293s.512-.0977.707-.293l6.293-6.293-1.4141-1.4141Z"
1949
- })), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1950
- d: "m22.5,9c-1.9299,0-3.5-1.5701-3.5-3.5s1.5701-3.5,3.5-3.5,3.5,1.5701,3.5,3.5-1.5701,3.5-3.5,3.5Zm0-5c-.8271,0-1.5.6729-1.5,1.5s.6729,1.5,1.5,1.5,1.5-.6729,1.5-1.5-.6729-1.5-1.5-1.5Z"
1951
- })), children);
1952
- });
1953
- if (process.env.NODE_ENV !== "production") {
1954
- Running.propTypes = iconPropTypes4cbeb95d.i;
1955
- }
1956
- const QS = /*#__PURE__*/React.forwardRef(function QS(_ref86, ref) {
1957
- let {
1958
- children,
1959
- size = 16,
1960
- ...rest
1961
- } = _ref86;
1962
- return /*#__PURE__*/React.createElement(Icon.default, {
1963
- width: size,
1964
- height: size,
1965
- ref: ref,
1966
- xmlns: "http://www.w3.org/2000/svg",
1967
- viewBox: "0 0 32 32",
1968
- fill: "currentColor",
1969
- ...rest
1970
- }, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1971
- d: "M18,23H12V21h6V17H14a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2h6v2H14v4h4a2,2,0,0,1,2,2v4A2,2,0,0,1,18,23Z"
1972
- })), children);
1973
- });
1974
- if (process.env.NODE_ENV !== "production") {
1975
- QS.propTypes = iconPropTypes4cbeb95d.i;
1976
- }
1977
- const QSAlt = /*#__PURE__*/React.forwardRef(function QSAlt(_ref87, ref) {
1978
- let {
1979
- children,
1980
- size = 16,
1981
- ...rest
1982
- } = _ref87;
1983
- return /*#__PURE__*/React.createElement(Icon.default, {
1984
- width: size,
1985
- height: size,
1986
- ref: ref,
1987
- xmlns: "http://www.w3.org/2000/svg",
1988
- viewBox: "0 0 32 32",
1989
- fill: "currentColor",
1990
- ...rest
1991
- }, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1992
- d: "M24 9L22 9 22 7 20 7 20 9 18 9 18 11 20 11 20 17 22 17 22 11 24 11 24 9zM14 23H8V21h6V17H10a2 2 0 01-2-2V11a2 2 0 012-2h6v2H10v4h4a2 2 0 012 2v4A2 2 0 0114 23z"
1993
- })), children);
1994
- });
1995
- if (process.env.NODE_ENV !== "production") {
1996
- QSAlt.propTypes = iconPropTypes4cbeb95d.i;
1997
- }
1998
- const SailboatCoastal = /*#__PURE__*/React.forwardRef(function SailboatCoastal(_ref88, ref) {
1999
- let {
2000
- children,
2001
- size = 16,
2002
- ...rest
2003
- } = _ref88;
2004
- return /*#__PURE__*/React.createElement(Icon.default, {
2005
- width: size,
2006
- height: size,
2007
- ref: ref,
2008
- xmlns: "http://www.w3.org/2000/svg",
2009
- viewBox: "0 0 32 32",
2010
- fill: "currentColor",
2011
- ...rest
2012
- }, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
2013
- d: "M24.7808,26,25.97,21.2422A1,1,0,0,0,25,20H20V17h5a1,1,0,0,0,.9082-1.4189l-6-13a1.0006,1.0006,0,0,0-1.7021-.19L8.2075,15.3906A1,1,0,0,0,9,17h9v3H7a1,1,0,0,0-.97,1.2422L7.2192,26H2v2H30V26ZM20,7.5527,23.437,15H20ZM11.0308,15,18,5.94V15ZM22.7192,26H9.2808l-1-4H23.7192Z"
2014
- })), children);
2015
- });
2016
- if (process.env.NODE_ENV !== "production") {
2017
- SailboatCoastal.propTypes = iconPropTypes4cbeb95d.i;
2018
- }
2019
- const SailboatOffshore = /*#__PURE__*/React.forwardRef(function SailboatOffshore(_ref89, ref) {
2020
- let {
2021
- children,
2022
- size = 16,
2023
- ...rest
2024
- } = _ref89;
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
- }, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
2034
- d: "M6.9692,25H9.0308l-.75-3H23.7192l-.75,3h2.0616l.9394-3.7578A1,1,0,0,0,25,20H20V17h5a1,1,0,0,0,.9082-1.4189l-6-13a1.0006,1.0006,0,0,0-1.7021-.19L8.2075,15.3906A1,1,0,0,0,9,17h9v3H7a1,1,0,0,0-.97,1.2422ZM20,7.5527,23.437,15H20ZM11.0308,15,18,5.94V15Z"
2035
- })), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
2036
- d: "M26.9058,25.751A2.998,2.998,0,0,1,24,28a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,20,25a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,16,28a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,12,25a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,8,28a2.998,2.998,0,0,1-2.9058-2.249l-1.9365.498A4.9965,4.9965,0,0,0,8,30a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,24,30a4.9965,4.9965,0,0,0,4.8423-3.751Z"
2037
- })), children);
2038
- });
2039
- if (process.env.NODE_ENV !== "production") {
2040
- SailboatOffshore.propTypes = iconPropTypes4cbeb95d.i;
2041
- }
2042
- const SalesOps = /*#__PURE__*/React.forwardRef(function SalesOps(_ref90, ref) {
2043
- let {
2044
- children,
2045
- size = 16,
2046
- ...rest
2047
- } = _ref90;
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
- }, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2057
- d: "M30 6v-2h-3v-2h-2v2h-1c-1.1028 0-2 .8975-2 2v2c0 1.1025.8972 2 2 2h4v2h-6v2h3v2h2v-2h1c1.1028 0 2-.8975 2-2v-2c0-1.1025-.8972-2-2-2h-4v-2h6zM24 20v2h2.5859l-3.5857 3.5859-2.2917-2.293c-.1875-.1875-.4419-.293-.707-.293h-.0015c-.2651 0-.5183.1055-.7058.293l-5.2942 5.293 1.4143 1.4141 4.5867-4.5859 2.2917 2.293c.1875.1875.4419.293.7073.293.2651 0 .5195-.1055.707-.293l4.293-4.293v2.5859h2v-6h-6zM4 30h-2v-5c0-3.8599 3.1401-7 7-7h6c1.9885 0 3.8901.8502 5.217 2.3328l-1.4902 1.334c-.948-1.0592-2.3064-1.6667-3.7268-1.6667h-6c-2.7571 0-5 2.243-5 5v5zM12 16c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm0-12c2.7615 0 5 2.2385 5 5s-2.2385 5-5 5-5-2.2385-5-5c.0032-2.7601 2.2399-4.9968 5-5z"
2058
- })), children);
2059
- });
2060
- if (process.env.NODE_ENV !== "production") {
2061
- SalesOps.propTypes = iconPropTypes4cbeb95d.i;
2062
- }
2063
- const SankeyDiagram = /*#__PURE__*/React.forwardRef(function SankeyDiagram(_ref91, ref) {
2064
- let {
2065
- children,
2066
- size = 16,
2067
- ...rest
2068
- } = _ref91;
2069
- return /*#__PURE__*/React.createElement(Icon.default, {
2070
- width: size,
2071
- height: size,
2072
- ref: ref,
2073
- xmlns: "http://www.w3.org/2000/svg",
2074
- viewBox: "0 0 32 32",
2075
- fill: "currentColor",
2076
- ...rest
2077
- }, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2078
- d: "M28,2V8.0439c-1.9634.1968-6.3162,1.2325-10.5637,6.2764-.198-.2768-.3982-.5464-.5882-.8506C11.9736,5.6714,6.3191,4.2759,4,4.042V2H2V30H4V26.0464a14.8661,14.8661,0,0,0,9.9185-3.96C18.47,27.46,25.2363,28.0381,27.9341,28.0381c.0244,0,.0422-.001.0659-.001V30h2V2Zm0,8.0552v9.99a12.8834,12.8834,0,0,1-9.2756-4.1328C22.5032,11.2666,26.2915,10.26,28,10.0552ZM15.1519,14.53c.3242.5185.663.9907,1.0078,1.4409-.3384.4741-.6753.9707-1.0078,1.5029a16.1346,16.1346,0,0,1-1.0313,1.4531c-.0825-.1372-.1675-.27-.2466-.4126C9.3279,10.3315,5.7871,8.4438,4,8.0684V6.0508C5.9932,6.2905,10.8228,7.6035,15.1519,14.53ZM4,24.0488V10.1406c1.3254.4644,4.2034,2.2847,8.126,9.3448.1894.3413.396.6523.6.9667A12.8784,12.8784,0,0,1,4,24.0488Zm11.3179-3.4209a18.0563,18.0563,0,0,0,1.53-2.0937c.2212-.354.4454-.67.6687-.9951A14.8686,14.8686,0,0,0,28,22.0425v3.9863C25.67,26.019,19.374,25.5088,15.3179,20.6279Z"
2079
- })), children);
2080
- });
2081
- if (process.env.NODE_ENV !== "production") {
2082
- SankeyDiagram.propTypes = iconPropTypes4cbeb95d.i;
2083
- }
2084
- const SankeyDiagramAlt = /*#__PURE__*/React.forwardRef(function SankeyDiagramAlt(_ref92, ref) {
2085
- let {
2086
- children,
2087
- size = 16,
2088
- ...rest
2089
- } = _ref92;
2090
- return /*#__PURE__*/React.createElement(Icon.default, {
2091
- width: size,
2092
- height: size,
2093
- ref: ref,
2094
- xmlns: "http://www.w3.org/2000/svg",
2095
- viewBox: "0 0 32 32",
2096
- fill: "currentColor",
2097
- ...rest
2098
- }, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2099
- d: "M30,2H2V16H8.1113a7.0359,7.0359,0,0,1,3.13.7393L15.7637,19l-4.522,2.2607A7.0359,7.0359,0,0,1,8.1113,22H2v8H9.2231a9.0446,9.0446,0,0,0,4.0249-.95L21.87,24.7393A7.0359,7.0359,0,0,1,25,24h5V14H25a7.0359,7.0359,0,0,1-3.13-.7393L15.3481,10H30ZM8,4H24V8H8ZM4,4H6V14H4ZM4,24H6v4H4Zm16.9751-1.05-8.6216,4.3105A7.0359,7.0359,0,0,1,9.2231,28H8V24h.1113a9.0446,9.0446,0,0,0,4.0249-.95L18,20.1182l1.8638.9316a9.0446,9.0446,0,0,0,4.0249.95H24v.0586A9.0515,9.0515,0,0,0,20.9751,22.95ZM28,22H26V16h2ZM12.3535,10.7393l8.6216,4.31A9.0515,9.0515,0,0,0,24,15.9414V20h-.1113a7.0359,7.0359,0,0,1-3.13-.7393l-8.6221-4.31A9.0446,9.0446,0,0,0,8.1113,14H8V10H9.2231A7.0359,7.0359,0,0,1,12.3535,10.7393ZM28,8H26V4h2Z"
2100
- })), children);
2101
- });
2102
- if (process.env.NODE_ENV !== "production") {
2103
- SankeyDiagramAlt.propTypes = iconPropTypes4cbeb95d.i;
2104
- }
2105
- const Satellite = /*#__PURE__*/React.forwardRef(function Satellite(_ref93, ref) {
2106
- let {
2107
- children,
2108
- size = 16,
2109
- ...rest
2110
- } = _ref93;
2111
- return /*#__PURE__*/React.createElement(Icon.default, {
2112
- width: size,
2113
- height: size,
2114
- ref: ref,
2115
- xmlns: "http://www.w3.org/2000/svg",
2116
- viewBox: "0 0 32 32",
2117
- fill: "currentColor",
2118
- ...rest
2119
- }, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2120
- d: "M22.9141,16.5l2.7929-2.793a.9994.9994,0,0,0,0-1.414L23.4141,10,25.5,7.9141,28.5859,11,30,9.5859,22.4141,2,21,3.4141,24.0859,6.5,22,8.5859,19.707,6.293a.9994.9994,0,0,0-1.414,0L15.5,9.0859,8.707,2.293a.9994.9994,0,0,0-1.414,0l-5,5a.9994.9994,0,0,0,0,1.414L9.0859,15.5,6.293,18.293a.9994.9994,0,0,0,0,1.414L8.5859,22,6.5,24.0859,3.4141,21,2,22.4141,9.5859,30,11,28.5859,7.9141,25.5,10,23.4141l2.293,2.2929a.9995.9995,0,0,0,1.414,0L16.5,22.9141l6.793,6.7929a.9995.9995,0,0,0,1.414,0l5-5a.9994.9994,0,0,0,0-1.414ZM4.4141,8,8,4.4141,10.0859,6.5,6.5,10.0859Zm3.5,3.5L11.5,7.9141,14.0859,10.5,10.5,14.0859ZM13,23.5859,8.4141,19,19,8.4141,23.5859,13ZM17.9141,21.5,21.5,17.9141,24.0859,20.5,20.5,24.0859ZM24,27.5859,21.9141,25.5,25.5,21.9141,27.5859,24Z"
2121
- })), children);
2122
- });
2123
- if (process.env.NODE_ENV !== "production") {
2124
- Satellite.propTypes = iconPropTypes4cbeb95d.i;
2125
- }
2126
- const SatelliteRadar = /*#__PURE__*/React.forwardRef(function SatelliteRadar(_ref94, ref) {
2127
- let {
2128
- children,
2129
- size = 16,
2130
- ...rest
2131
- } = _ref94;
2132
- return /*#__PURE__*/React.createElement(Icon.default, {
2133
- width: size,
2134
- height: size,
2135
- ref: ref,
2136
- xmlns: "http://www.w3.org/2000/svg",
2137
- viewBox: "0 0 32 32",
2138
- fill: "currentColor",
2139
- ...rest
2140
- }, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2141
- d: "M30,14H28A10.0113,10.0113,0,0,0,18,4V2A12.0137,12.0137,0,0,1,30,14Z"
2142
- })), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2143
- d: "M26 14H24a6.0067 6.0067 0 00-6-6V6A8.0092 8.0092 0 0126 14zM16 28V24.96a9.9124 9.9124 0 007.3179-2.208 1.8482 1.8482 0 00.6777-1.3344 1.8 1.8 0 00-.5239-1.36L18.4141 15 21 12.4141 19.5859 11 17 13.5859 11.9419 8.5273a1.8145 1.8145 0 00-1.36-.5229 1.845 1.845 0 00-1.3339.6782 9.9566 9.9566 0 00-.5127 11.95L6.2793 28H2v2H30V28zM10.68 10.0938L21.9058 21.32A8.0011 8.0011 0 0110.68 10.0938zM14 28H8.3875l1.8757-5.627A9.9894 9.9894 0 0014 24.5435z"
2144
- })), children);
2145
- });
2146
- if (process.env.NODE_ENV !== "production") {
2147
- SatelliteRadar.propTypes = iconPropTypes4cbeb95d.i;
2148
- }
2149
- const SatelliteWeather = /*#__PURE__*/React.forwardRef(function SatelliteWeather(_ref95, ref) {
2150
- let {
2151
- children,
2152
- size = 16,
2153
- ...rest
2154
- } = _ref95;
2155
- return /*#__PURE__*/React.createElement(Icon.default, {
2156
- width: size,
2157
- height: size,
2158
- ref: ref,
2159
- xmlns: "http://www.w3.org/2000/svg",
2160
- viewBox: "0 0 32 32",
2161
- fill: "currentColor",
2162
- ...rest
2163
- }, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2164
- d: "M26.5 12H19a4 4 0 010-8h.0835A4.7864 4.7864 0 0123 2a4.9816 4.9816 0 014.6543 3.2034A3.4667 3.4667 0 0130 8.5 3.5041 3.5041 0 0126.5 12zM19 6a2 2 0 000 4h7.5A1.5017 1.5017 0 0028 8.5a1.4855 1.4855 0 00-1.2778-1.4739L26.061 6.927l-.1616-.6487a2.9568 2.9568 0 00-5.4873-.7121L20.1143 6zM13 28V24.8882a7.9363 7.9363 0 004.707-2.2818.9995.9995 0 000-1.414L13.4644 16.95 16 14.4141 14.5859 13 12.05 15.5356 7.8076 11.293a.9994.9994 0 00-1.414 0 7.9993 7.9993 0 000 11.3134c.1621.1622.3327.3125.5058.459L4.4321 28H2v2H30V28zm-2 0H6.6685L8.59 24.1567A7.8927 7.8927 0 0011 24.873zM7.8076 21.1924a6.0036 6.0036 0 01-.6489-7.72l8.3686 8.3681a6.0026 6.0026 0 01-7.72-.6484z"
2165
- })), children);
2166
- });
2167
- if (process.env.NODE_ENV !== "production") {
2168
- SatelliteWeather.propTypes = iconPropTypes4cbeb95d.i;
2169
- }
2170
- const SatisfyDefinition = /*#__PURE__*/React.forwardRef(function SatisfyDefinition(_ref96, ref) {
2171
- let {
2172
- children,
2173
- size = 16,
2174
- ...rest
2175
- } = _ref96;
2176
- return /*#__PURE__*/React.createElement(Icon.default, {
2177
- width: size,
2178
- height: size,
2179
- ref: ref,
2180
- xmlns: "http://www.w3.org/2000/svg",
2181
- viewBox: "0 0 32 32",
2182
- fill: "currentColor",
2183
- ...rest
2184
- }, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2185
- strokeWidth: "0",
2186
- d: "M17.3945 19.5537c0-1.8433 1.3953-2.7563 3.8416-2.7563h1.5332v-.6545c0-.9993-.4995-1.585-1.6709-1.585-1.0337 0-1.6194.5168-2.05 1.137l-1.3093-1.1714c.6545-1.0337 1.7056-1.7228 3.5144-1.7228 2.429 0 3.7209 1.1543 3.7209 3.2042v4.2379h.896v1.7572h-1.2231c-.9475 0-1.5332-.6201-1.6711-1.5504h-.1033c-.293 1.1542-1.2749 1.7572-2.6187 1.7572-1.8259 0-2.8596-1.0509-2.8596-2.6531zm5.3624-.2412v-1.1886h-1.4126c-1.1541 0-1.7227.3962-1.7227 1.1025v.2928c0 .7235.4995 1.0853 1.3608 1.0853.9819 0 1.7744-.4479 1.7744-1.2921zM6.6195 20.2084l1.5332-1.4816c.8269.9647 1.8433 1.4816 3.0837 1.4816 1.3953 0 2.1189-.6719 2.1189-1.6882 0-.8097-.3789-1.3093-1.6367-1.5332l-1.137-.1724c-2.429-.3789-3.6003-1.5332-3.6003-3.4971 0-2.1534 1.6709-3.5488 4.3584-3.5488 1.8088 0 3.1526.6202 4.1172 1.7744l-1.5503 1.4644c-.5857-.7408-1.4126-1.2404-2.6875-1.2404-1.292 0-1.9639.5168-1.9639 1.4126 0 .9131.5168 1.292 1.6711 1.4988l1.1196.2067c2.429.4308 3.5662 1.516 3.5662 3.4972 0 2.2739-1.6367 3.8245-4.5137 3.8245-2.05 0-3.4626-.8097-4.479-1.9984z"
2187
- })), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2188
- strokeWidth: "0",
2189
- d: "m28,30H4c-1.1046,0-2-.8954-2-2V4c0-1.1046.8954-2,2-2h24c1.1046,0,2,.8954,2,2v24c0,1.1046-.8954,2-2,2Zm-24-2h24V4H4v24Z"
2190
- })), children);
2191
- });
2192
- if (process.env.NODE_ENV !== "production") {
2193
- SatisfyDefinition.propTypes = iconPropTypes4cbeb95d.i;
2194
- }
2195
- const SatisfyUsage = /*#__PURE__*/React.forwardRef(function SatisfyUsage(_ref97, ref) {
2196
- let {
2197
- children,
2198
- size = 16,
2199
- ...rest
2200
- } = _ref97;
2201
- return /*#__PURE__*/React.createElement(Icon.default, {
2202
- width: size,
2203
- height: size,
2204
- ref: ref,
2205
- xmlns: "http://www.w3.org/2000/svg",
2206
- viewBox: "0 0 32 32",
2207
- fill: "currentColor",
2208
- ...rest
2209
- }, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2210
- strokeWidth: "0",
2211
- d: "M17.3934 19.5537c0-1.8433 1.3953-2.7563 3.8416-2.7563h1.5332v-.6545c0-.9993-.4995-1.585-1.6709-1.585-1.0337 0-1.6194.5168-2.05 1.137l-1.3093-1.1714c.6545-1.0337 1.7056-1.7228 3.5144-1.7228 2.429 0 3.7209 1.1543 3.7209 3.2042v4.2379h.896v1.7572h-1.2231c-.9475 0-1.5332-.6201-1.6711-1.5504h-.1033c-.293 1.1542-1.2749 1.7572-2.6187 1.7572-1.8259 0-2.8596-1.0509-2.8596-2.6531zm5.3624-.2412v-1.1886h-1.4126c-1.1541 0-1.7227.3962-1.7227 1.1025v.2928c0 .7235.4995 1.0853 1.3608 1.0853.9819 0 1.7744-.4479 1.7744-1.2921zM6.6184 20.2084l1.5332-1.4816c.8269.9647 1.8433 1.4816 3.0837 1.4816 1.3953 0 2.1189-.6719 2.1189-1.6882 0-.8097-.3789-1.3093-1.6367-1.5332l-1.137-.1724c-2.429-.3789-3.6003-1.5332-3.6003-3.4971 0-2.1534 1.6709-3.5488 4.3584-3.5488 1.8088 0 3.1526.6202 4.1172 1.7744l-1.5503 1.4644c-.5857-.7408-1.4126-1.2404-2.6875-1.2404-1.292 0-1.9639.5168-1.9639 1.4126 0 .9131.5168 1.292 1.6711 1.4988l1.1196.2067c2.429.4308 3.5662 1.516 3.5662 3.4972 0 2.2739-1.6367 3.8245-4.5137 3.8245-2.05 0-3.4626-.8097-4.479-1.9984z"
2212
- })), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2213
- strokeWidth: "0",
2214
- d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
2215
- })), children);
2216
- });
2217
- if (process.env.NODE_ENV !== "production") {
2218
- SatisfyUsage.propTypes = iconPropTypes4cbeb95d.i;
2219
- }
2220
- const Save = /*#__PURE__*/React.forwardRef(function Save(_ref98, ref) {
2221
- let {
2222
- children,
2223
- size = 16,
2224
- ...rest
2225
- } = _ref98;
2226
- if (size === 16 || size === "16" || size === "16px") {
2227
- return /*#__PURE__*/React.createElement(Icon.default, {
2228
- width: size,
2229
- height: size,
2230
- ref: ref,
2231
- xmlns: "http://www.w3.org/2000/svg",
2232
- viewBox: "0 0 16 16",
2233
- fill: "currentColor",
2234
- ...rest
2235
- }, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2236
- d: "M13.9,4.6l-2.5-2.5C11.3,2.1,11.1,2,11,2H3C2.4,2,2,2.4,2,3v10c0,0.6,0.4,1,1,1h10c0.6,0,1-0.4,1-1V5 C14,4.9,13.9,4.7,13.9,4.6z M6,3h4v2H6V3z M10,13H6V9h4V13z M11,13V9c0-0.6-0.4-1-1-1H6C5.4,8,5,8.4,5,9v4H3V3h2v2c0,0.6,0.4,1,1,1 h4c0.6,0,1-0.4,1-1V3.2l2,2V13H11z"
2237
- })), children);
2238
- }
2239
- if (size === 20 || size === "20" || size === "20px") {
2240
- return /*#__PURE__*/React.createElement(Icon.default, {
2241
- width: size,
2242
- height: size,
2243
- ref: ref,
2244
- xmlns: "http://www.w3.org/2000/svg",
2245
- viewBox: "0 0 20 20",
2246
- fill: "currentColor",
2247
- ...rest
2248
- }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2249
- d: "M17.8,5.5l-3.3-3.3C14.3,2.1,14.2,2,14,2H3.3C2.6,2,2,2.6,2,3.3v13.3C2,17.4,2.6,18,3.3,18h13.3c0.7,0,1.4-0.5,1.4-1.2V6.1 C18,5.7,17.9,5.7,17.8,5.5z M7.3,3.3h5.3v3.3H7.3V3.3z M12.7,16.7H7.3v-5.3h5.3L12.7,16.7L12.7,16.7z M14,16.7v-5.3 c0-0.7-0.6-1.3-1.3-1.3H7.3C6.6,10,6,10.6,6,11.3v5.3H3.3V3.3H6v3.3C6,7.4,6.6,8,7.3,8h5.3C13.4,8,14,7.4,14,6.7v-3l2.7,2.7v10.4 L14,16.7L14,16.7z"
2250
- })), children);
2251
- }
2252
- if (size === 24 || size === "24" || size === "24px") {
2253
- return /*#__PURE__*/React.createElement(Icon.default, {
2254
- width: size,
2255
- height: size,
2256
- ref: ref,
2257
- xmlns: "http://www.w3.org/2000/svg",
2258
- viewBox: "0 0 24 24",
2259
- fill: "currentColor",
2260
- ...rest
2261
- }, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2262
- d: "M20.8,7L17,3.2C16.9,3.1,16.7,3,16.5,3h-12C3.7,3,3,3.7,3,4.5v15C3,20.3,3.7,21,4.5,21h15c0.8,0,1.5-0.7,1.5-1.5v-12 C21,7.3,20.9,7.1,20.8,7z M9,4.5h6v3H9V4.5z M15,19.5H9v-6h6V19.5z M16.5,19.5v-6c0-0.8-0.7-1.5-1.5-1.5H9c-0.8,0-1.5,0.7-1.5,1.5v6 h-3v-15h3v3C7.5,8.3,8.2,9,9,9h6c0.8,0,1.5-0.7,1.5-1.5V4.8l3,3v11.7H16.5z"
2263
- })), children);
2264
- }
2265
- return /*#__PURE__*/React.createElement(Icon.default, {
2266
- width: size,
2267
- height: size,
2268
- ref: ref,
2269
- xmlns: "http://www.w3.org/2000/svg",
2270
- viewBox: "0 0 32 32",
2271
- fill: "currentColor",
2272
- ...rest
2273
- }, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2274
- d: "M27.71,9.29l-5-5A1,1,0,0,0,22,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V10A1,1,0,0,0,27.71,9.29ZM12,6h8v4H12Zm8,20H12V18h8Zm2,0V18a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2v8H6V6h4v4a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V6.41l4,4V26Z"
2275
- })), children);
2276
- });
2277
- if (process.env.NODE_ENV !== "production") {
2278
- Save.propTypes = iconPropTypes4cbeb95d.i;
2279
- }
2280
- const WatsonHealthSaveAnnotation = /*#__PURE__*/React.forwardRef(function WatsonHealthSaveAnnotation(_ref99, ref) {
2281
- let {
2282
- children,
2283
- size = 16,
2284
- ...rest
2285
- } = _ref99;
2286
- return /*#__PURE__*/React.createElement(Icon.default, {
2287
- width: size,
2288
- height: size,
2289
- ref: ref,
2290
- xmlns: "http://www.w3.org/2000/svg",
2291
- viewBox: "0 0 32 32",
2292
- fill: "currentColor",
2293
- ...rest
2294
- }, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2295
- d: "M21.56,15.1l-3.48-4.35A2,2,0,0,0,16.52,10H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V16.35A2,2,0,0,0,21.56,15.1ZM9,12h6v3H9Zm6,16H9V22h6Zm2,0V22a2,2,0,0,0-2-2H9a2,2,0,0,0-2,2v6H4V12H7v3a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V12.6l3,3.75V28Z"
2296
- })), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2297
- d: "M28,20H25V18h3V4H8V7H6V4A2,2,0,0,1,8,2H28a2,2,0,0,1,2,2V18A2,2,0,0,1,28,20Z"
2298
- })), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2299
- d: "M20 6H26V8H20zM22 10H26V12H22z"
2300
- })), children);
2301
- });
2302
- if (process.env.NODE_ENV !== "production") {
2303
- WatsonHealthSaveAnnotation.propTypes = iconPropTypes4cbeb95d.i;
2304
- }
2305
- const WatsonHealthSaveImage = /*#__PURE__*/React.forwardRef(function WatsonHealthSaveImage(_ref100, ref) {
2306
- let {
2307
- children,
2308
- size = 16,
2309
- ...rest
2310
- } = _ref100;
2311
- return /*#__PURE__*/React.createElement(Icon.default, {
2312
- width: size,
2313
- height: size,
2314
- ref: ref,
2315
- xmlns: "http://www.w3.org/2000/svg",
2316
- viewBox: "0 0 32 32",
2317
- fill: "currentColor",
2318
- ...rest
2319
- }, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2320
- d: "M21.56,15.1l-3.48-4.35A2,2,0,0,0,16.52,10H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V16.35A2,2,0,0,0,21.56,15.1ZM9,12h6v3H9Zm6,16H9V22h6Zm2,0V22a2,2,0,0,0-2-2H9a2,2,0,0,0-2,2v6H4V12H7v3a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V12.6l3,3.75V28Z"
2321
- })), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2322
- d: "M28,20H25V18h3V4H14V7H12V4a2,2,0,0,1,2-2H28a2,2,0,0,1,2,2V18A2,2,0,0,1,28,20Z"
2323
- })), children);
2324
- });
2325
- if (process.env.NODE_ENV !== "production") {
2326
- WatsonHealthSaveImage.propTypes = iconPropTypes4cbeb95d.i;
2327
- }
2328
- const SaveModel = /*#__PURE__*/React.forwardRef(function SaveModel(_ref101, ref) {
2329
- let {
2330
- children,
2331
- size = 16,
2332
- ...rest
2333
- } = _ref101;
2334
- return /*#__PURE__*/React.createElement(Icon.default, {
2335
- width: size,
2336
- height: size,
2337
- ref: ref,
2338
- xmlns: "http://www.w3.org/2000/svg",
2339
- viewBox: "0 0 32 32",
2340
- fill: "currentColor",
2341
- ...rest
2342
- }, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2343
- d: "M26,20l1.4272,1.9028L23,26.9629l-4.4272-5.06L20,20h6m1-2H19l-3,4,7,8,7-8-3-4Z"
2344
- })), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2345
- d: "M16,26H12V18h2V16H12a2,2,0,0,0-2,2v8H6V6h4v4a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V6.41l4,4V16h2V10a1,1,0,0,0-.29-.71l-5-5A.9989.9989,0,0,0,22,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H16ZM12,6h8v4H12Z"
2346
- })), children);
2347
- });
2348
- if (process.env.NODE_ENV !== "production") {
2349
- SaveModel.propTypes = iconPropTypes4cbeb95d.i;
2350
- }
2351
- const WatsonHealthSaveSeries = /*#__PURE__*/React.forwardRef(function WatsonHealthSaveSeries(_ref102, ref) {
2352
- let {
2353
- children,
2354
- size = 16,
2355
- ...rest
2356
- } = _ref102;
2357
- return /*#__PURE__*/React.createElement(Icon.default, {
2358
- width: size,
2359
- height: size,
2360
- ref: ref,
2361
- xmlns: "http://www.w3.org/2000/svg",
2362
- viewBox: "0 0 32 32",
2363
- fill: "currentColor",
2364
- ...rest
2365
- }, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2366
- d: "M21.56,15.1l-3.48-4.35A2,2,0,0,0,16.52,10H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V16.35A2,2,0,0,0,21.56,15.1ZM9,12h6v3H9Zm6,16H9V22h6Zm2,0V22a2,2,0,0,0-2-2H9a2,2,0,0,0-2,2v6H4V12H7v3a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V12.6l3,3.75V28Z"
2367
- })), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2368
- d: "M27,21H25V7H11V5H25a2,2,0,0,1,2,2Z"
2369
- })), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2370
- d: "M32,14H30V2H18V0H30a2,2,0,0,1,2,2Z"
2371
- })), children);
2372
- });
2373
- if (process.env.NODE_ENV !== "production") {
2374
- WatsonHealthSaveSeries.propTypes = iconPropTypes4cbeb95d.i;
2375
- }
2376
- const Scale = /*#__PURE__*/React.forwardRef(function Scale(_ref103, ref) {
2377
- let {
2378
- children,
2379
- size = 16,
2380
- ...rest
2381
- } = _ref103;
2382
- return /*#__PURE__*/React.createElement(Icon.default, {
2383
- width: size,
2384
- height: size,
2385
- ref: ref,
2386
- xmlns: "http://www.w3.org/2000/svg",
2387
- viewBox: "0 0 32 32",
2388
- fill: "currentColor",
2389
- ...rest
2390
- }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2391
- d: "M13,17H7a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V19A2,2,0,0,0,13,17ZM7,25V19h6v6Z"
2392
- })), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2393
- d: "M19,21v2h6a2,2,0,0,0,2-2V7a2,2,0,0,0-2-2H11A2,2,0,0,0,9,7v6h2V7H25V21"
2394
- })), children);
2395
- });
2396
- if (process.env.NODE_ENV !== "production") {
2397
- Scale.propTypes = iconPropTypes4cbeb95d.i;
2398
- }
2399
- const Scales = /*#__PURE__*/React.forwardRef(function Scales(_ref104, ref) {
2400
- let {
2401
- children,
2402
- size = 16,
2403
- ...rest
2404
- } = _ref104;
2405
- return /*#__PURE__*/React.createElement(Icon.default, {
2406
- width: size,
2407
- height: size,
2408
- ref: ref,
2409
- xmlns: "http://www.w3.org/2000/svg",
2410
- viewBox: "0 0 32 32",
2411
- fill: "currentColor",
2412
- ...rest
2413
- }, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2414
- d: "M20,16a5,5,0,0,0,10,0,1,1,0,0,0-.1055-.4473L25.896,7.5562a.8913.8913,0,0,0-.0454-.0816A1,1,0,0,0,25,7H18.8218A3.0155,3.0155,0,0,0,17,5.1841V2H15V5.1841A3.0155,3.0155,0,0,0,13.1782,7H7a1,1,0,0,0-.8945.5527l-4,8A1,1,0,0,0,2,16a5,5,0,0,0,10,0,1,1,0,0,0-.1055-.4473L8.6182,9h4.56A3.0147,3.0147,0,0,0,15,10.8154V28H6v2H26V28H17V10.8159A3.0155,3.0155,0,0,0,18.8218,9h4.56l-3.2763,6.5527A1,1,0,0,0,20,16ZM7,19a2.9958,2.9958,0,0,1-2.8152-2h5.63A2.9956,2.9956,0,0,1,7,19Zm2.3821-4H4.6179L7,10.2363ZM16,9a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,16,9Zm9,10a2.9958,2.9958,0,0,1-2.8152-2h5.63A2.9956,2.9956,0,0,1,25,19Zm0-8.7637L27.3821,15H22.6179Z"
2415
- })), children);
2416
- });
2417
- if (process.env.NODE_ENV !== "production") {
2418
- Scales.propTypes = iconPropTypes4cbeb95d.i;
2419
- }
2420
- const ScalesTipped = /*#__PURE__*/React.forwardRef(function ScalesTipped(_ref105, ref) {
2421
- let {
2422
- children,
2423
- size = 16,
2424
- ...rest
2425
- } = _ref105;
2426
- return /*#__PURE__*/React.createElement(Icon.default, {
2427
- width: size,
2428
- height: size,
2429
- ref: ref,
2430
- xmlns: "http://www.w3.org/2000/svg",
2431
- viewBox: "0 0 32 32",
2432
- fill: "currentColor",
2433
- ...rest
2434
- }, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2435
- d: "M20,13a5,5,0,0,0,10,0,1,1,0,0,0-.1055-.4473l-4-8a1,1,0,0,0-1.2109-.5014l-6.3308,2.11A3.0322,3.0322,0,0,0,17,5.1841V2H15V5.1841a2.9949,2.9949,0,0,0-1.9956,2.76l-6.3208,2.107a1,1,0,0,0-.5781.5014l-4,8A1,1,0,0,0,2,19a5,5,0,0,0,10,0,1,1,0,0,0-.1055-.4473L8.41,11.584l5.237-1.7456A3.0285,3.0285,0,0,0,15,10.8154V28H6v2H26V28H17V10.8159a2.9951,2.9951,0,0,0,1.9956-2.76l4.03-1.3438-2.92,5.8408A1,1,0,0,0,20,13ZM7,22a2.9956,2.9956,0,0,1-2.8152-2h5.63A2.9956,2.9956,0,0,1,7,22Zm2.3821-4H4.6179L7,13.2363ZM16,9a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,16,9Zm9,7a2.9958,2.9958,0,0,1-2.8152-2h5.63A2.9956,2.9956,0,0,1,25,16Zm0-8.7637L27.3821,12H22.6179Z"
2436
- })), children);
2437
- });
2438
- if (process.env.NODE_ENV !== "production") {
2439
- ScalesTipped.propTypes = iconPropTypes4cbeb95d.i;
2440
- }
2441
- const Scalpel = /*#__PURE__*/React.forwardRef(function Scalpel(_ref106, ref) {
2442
- let {
2443
- children,
2444
- size = 16,
2445
- ...rest
2446
- } = _ref106;
2447
- return /*#__PURE__*/React.createElement(Icon.default, {
2448
- width: size,
2449
- height: size,
2450
- ref: ref,
2451
- xmlns: "http://www.w3.org/2000/svg",
2452
- viewBox: "0 0 32 32",
2453
- fill: "currentColor",
2454
- ...rest
2455
- }, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2456
- d: "M28.83,5.17a4.1,4.1,0,0,0-5.66,0L.34,28H9.59a5,5,0,0,0,3.53-1.46L28.83,10.83a4,4,0,0,0,0-5.66ZM12.29,18.88l2.09-2.09,2.83,2.83-2.09,2.09Zm-.58,6.24A3,3,0,0,1,9.59,26H5.17l5.71-5.71,2.83,2.83ZM27.41,9.41l-8.79,8.8-2.83-2.83,8.8-8.79a2,2,0,0,1,2.82,0,2,2,0,0,1,0,2.82Z"
2457
- })), children);
2458
- });
2459
- if (process.env.NODE_ENV !== "production") {
2460
- Scalpel.propTypes = iconPropTypes4cbeb95d.i;
2461
- }
2462
- const WatsonHealthScalpelCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthScalpelCursor(_ref107, ref) {
2463
- let {
2464
- children,
2465
- size = 16,
2466
- ...rest
2467
- } = _ref107;
2468
- return /*#__PURE__*/React.createElement(Icon.default, {
2469
- width: size,
2470
- height: size,
2471
- ref: ref,
2472
- xmlns: "http://www.w3.org/2000/svg",
2473
- viewBox: "0 0 32 32",
2474
- fill: "currentColor",
2475
- ...rest
2476
- }, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2477
- d: "M28.8281 7.1338a4.0941 4.0941 0 00-5.6562 0L.3433 29.9619H9.5889a4.9682 4.9682 0 003.5356-1.4648L28.8281 12.79a3.9984 3.9984 0 000-5.6562zM12.2928 20.8406l2.086-2.0858 2.8293 2.8293L15.1224 23.67zM11.71 27.083a2.9824 2.9824 0 01-2.1215.8789H5.1714l5.7073-5.7072 2.83 2.83zM27.4141 11.376L18.6221 20.17l-2.8293-2.8292 8.7931-8.7928a2.0471 2.0471 0 012.8282 0 1.9993 1.9993 0 010 2.8281zM13 4L4 4 4 13 6 13 6 6 13 6 13 4z"
2478
- })), children);
2479
- });
2480
- if (process.env.NODE_ENV !== "production") {
2481
- WatsonHealthScalpelCursor.propTypes = iconPropTypes4cbeb95d.i;
2482
- }
2483
- const WatsonHealthScalpelLasso = /*#__PURE__*/React.forwardRef(function WatsonHealthScalpelLasso(_ref108, ref) {
2484
- let {
2485
- children,
2486
- size = 16,
2487
- ...rest
2488
- } = _ref108;
2489
- return /*#__PURE__*/React.createElement(Icon.default, {
2490
- width: size,
2491
- height: size,
2492
- ref: ref,
2493
- xmlns: "http://www.w3.org/2000/svg",
2494
- viewBox: "0 0 32 32",
2495
- fill: "currentColor",
2496
- ...rest
2497
- }, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2498
- d: "M28.8281 7.1338a4.0941 4.0941 0 00-5.6562 0L.3433 29.9619H9.5889a4.9682 4.9682 0 003.5356-1.4648L28.8281 12.79a3.9984 3.9984 0 000-5.6562zM12.2928 20.8406l2.086-2.0858 2.8293 2.8293L15.1224 23.67zM11.71 27.083a2.9824 2.9824 0 01-2.1215.8789H5.1714l5.7073-5.7072 2.83 2.83zM27.4141 11.376L18.6221 20.17l-2.8293-2.8292 8.7931-8.7928a2.0471 2.0471 0 012.8282 0 1.9993 1.9993 0 010 2.8281zM11 2H7a4.9843 4.9843 0 00-3.8633 8.1528A2.9586 2.9586 0 003 11a2.9945 2.9945 0 002 2.8154V14a2.0025 2.0025 0 01-2 2H2v2H3a4.0045 4.0045 0 004-4v-.1841A2.9959 2.9959 0 008.8157 12H11A5 5 0 0011 2zM6 12a1 1 0 111-1A1.0009 1.0009 0 016 12zm5-2H8.8157A2.974 2.974 0 004.394 8.4746 2.9908 2.9908 0 017 4h4a3 3 0 010 6z"
2499
- })), children);
2500
- });
2501
- if (process.env.NODE_ENV !== "production") {
2502
- WatsonHealthScalpelLasso.propTypes = iconPropTypes4cbeb95d.i;
2503
- }
2504
- const WatsonHealthScalpelSelect = /*#__PURE__*/React.forwardRef(function WatsonHealthScalpelSelect(_ref109, ref) {
2505
- let {
2506
- children,
2507
- size = 16,
2508
- ...rest
2509
- } = _ref109;
2510
- return /*#__PURE__*/React.createElement(Icon.default, {
2511
- width: size,
2512
- height: size,
2513
- ref: ref,
2514
- xmlns: "http://www.w3.org/2000/svg",
2515
- viewBox: "0 0 32 32",
2516
- fill: "currentColor",
2517
- ...rest
2518
- }, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2519
- d: "M28.8281 7.1719a4.0941 4.0941 0 00-5.6562 0L.3433 30H9.5889a4.9682 4.9682 0 003.5356-1.4648L28.8281 12.8281a3.9984 3.9984 0 000-5.6562zM12.2928 20.8787l2.086-2.0859 2.8293 2.8294-2.0857 2.0862zM11.71 27.1211A2.9824 2.9824 0 019.5889 28H5.1714l5.7073-5.7072 2.83 2.83zm15.7037-15.707l-8.792 8.7939-2.8293-2.8292 8.7931-8.7929a2.0473 2.0473 0 012.8282 0 1.9995 1.9995 0 010 2.8282zM15 2a2.9948 2.9948 0 00-2.8157 2H7.8156A2.9925 2.9925 0 104 7.8154v4.3687a3 3 0 102 0V7.8159A2.9959 2.9959 0 007.8156 6h4.3686A2.9947 2.9947 0 1015 2zM5 16a1 1 0 111-1A1.0008 1.0008 0 015 16zM5 6A1 1 0 116 5 1.0008 1.0008 0 015 6zM15 6a1 1 0 111-1A1.0008 1.0008 0 0115 6z"
2520
- })), children);
2521
- });
2522
- if (process.env.NODE_ENV !== "production") {
2523
- WatsonHealthScalpelSelect.propTypes = iconPropTypes4cbeb95d.i;
2524
- }
2525
- const Scan = /*#__PURE__*/React.forwardRef(function Scan(_ref110, ref) {
2526
- let {
2527
- children,
2528
- size = 16,
2529
- ...rest
2530
- } = _ref110;
2531
- return /*#__PURE__*/React.createElement(Icon.default, {
2532
- width: size,
2533
- height: size,
2534
- ref: ref,
2535
- xmlns: "http://www.w3.org/2000/svg",
2536
- viewBox: "0 0 32 32",
2537
- fill: "currentColor",
2538
- ...rest
2539
- }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2540
- d: "M21,29H5a2,2,0,0,1-2-2V5A2,2,0,0,1,5,3H21V5H5V27H21Z"
2541
- })), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2542
- d: "M15 9H17V23H15zM27 9H29V23H27zM21 9H23V23H21z"
2543
- })), children);
2544
- });
2545
- if (process.env.NODE_ENV !== "production") {
2546
- Scan.propTypes = iconPropTypes4cbeb95d.i;
2547
- }
2548
- const ScanAlt = /*#__PURE__*/React.forwardRef(function ScanAlt(_ref111, ref) {
2549
- let {
2550
- children,
2551
- size = 16,
2552
- ...rest
2553
- } = _ref111;
2554
- return /*#__PURE__*/React.createElement(Icon.default, {
2555
- width: size,
2556
- height: size,
2557
- ref: ref,
2558
- xmlns: "http://www.w3.org/2000/svg",
2559
- viewBox: "0 0 32 32",
2560
- fill: "currentColor",
2561
- ...rest
2562
- }, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2563
- d: "M22 24H10a2 2 0 01-2-2V19h2v3H22V19h2v3A2 2 0 0122 24zM2 15H30V17H2zM24 13H22V10H10v3H8V10a2 2 0 012-2H22a2 2 0 012 2zM30 10L28 10 28 4 22 4 22 2 30 2 30 10zM4 10L2 10 2 2 10 2 10 4 4 4 4 10zM10 30L2 30 2 22 4 22 4 28 10 28 10 30zM30 30L22 30 22 28 28 28 28 22 30 22 30 30z"
2564
- })), children);
2565
- });
2566
- if (process.env.NODE_ENV !== "production") {
2567
- ScanAlt.propTypes = iconPropTypes4cbeb95d.i;
2568
- }
2569
- const ScanDisabled = /*#__PURE__*/React.forwardRef(function ScanDisabled(_ref112, ref) {
2570
- let {
2571
- children,
2572
- size = 16,
2573
- ...rest
2574
- } = _ref112;
2575
- return /*#__PURE__*/React.createElement(Icon.default, {
2576
- width: size,
2577
- height: size,
2578
- ref: ref,
2579
- xmlns: "http://www.w3.org/2000/svg",
2580
- viewBox: "0 0 32 32",
2581
- fill: "currentColor",
2582
- ...rest
2583
- }, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2584
- d: "M29.3826 2.0762a.9993.9993 0 00-1.09.2168l-26 26A1 1 0 003 30h8V28H5.4143l4-4H22a2.0021 2.0021 0 002-2V9.4146l4-4V11h2V3A1 1 0 0029.3826 2.0762zM22 22H11.4143L22 11.4146zM10 17.7554V10h7.7554l2-2H10a2.0025 2.0025 0 00-2 2v9.7554zM11 2L2 2 2 11 4 11 4 4 11 4 11 2zM21 30L30 30 30 21 28 21 28 28 21 28 21 30zM4 23.755L4 21 2 21 2 25.754 4 23.755zM25.755 2L21 2 21 4 23.755 4 25.755 2z"
2585
- })), children);
2586
- });
2587
- if (process.env.NODE_ENV !== "production") {
2588
- ScanDisabled.propTypes = iconPropTypes4cbeb95d.i;
2589
- }
2590
- const ScatterMatrix = /*#__PURE__*/React.forwardRef(function ScatterMatrix(_ref113, ref) {
2591
- let {
2592
- children,
2593
- size = 16,
2594
- ...rest
2595
- } = _ref113;
2596
- return /*#__PURE__*/React.createElement(Icon.default, {
2597
- width: size,
2598
- height: size,
2599
- ref: ref,
2600
- xmlns: "http://www.w3.org/2000/svg",
2601
- viewBox: "0 0 32 32",
2602
- fill: "currentColor",
2603
- ...rest
2604
- }, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
2605
- cx: "9.5",
2606
- cy: "9.5",
2607
- r: "2.5"
2608
- })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
2609
- cx: "9.5",
2610
- cy: "22.5",
2611
- r: "2.5"
2612
- })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
2613
- cx: "22.5",
2614
- cy: "22.5",
2615
- r: "2.5"
2616
- })), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2617
- d: "M28,2H4A2.0023,2.0023,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,13H17V4H28ZM15,4V15H4V4ZM4,17H15V28H4ZM17,28V17H28V28Z"
2618
- })), children);
2619
- });
2620
- if (process.env.NODE_ENV !== "production") {
2621
- ScatterMatrix.propTypes = iconPropTypes4cbeb95d.i;
2622
- }
2623
- const Schematics = /*#__PURE__*/React.forwardRef(function Schematics(_ref114, ref) {
2624
- let {
2625
- children,
2626
- size = 16,
2627
- ...rest
2628
- } = _ref114;
2629
- return /*#__PURE__*/React.createElement(Icon.default, {
2630
- width: size,
2631
- height: size,
2632
- ref: ref,
2633
- xmlns: "http://www.w3.org/2000/svg",
2634
- viewBox: "0 0 32 32",
2635
- fill: "currentColor",
2636
- ...rest
2637
- }, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2638
- d: "M27,19.001A4.0056,4.0056,0,0,0,22.9991,15H9.0011A2.0031,2.0031,0,0,1,7,12.9991V9.858A3.9949,3.9949,0,0,0,9.8581,7h12.284a4,4,0,1,0,0-2H9.8581A3.9916,3.9916,0,1,0,5,9.858v3.1411A4.0057,4.0057,0,0,0,9.0011,17h13.998A2.003,2.003,0,0,1,25,19.001V22H22v3H9.8581a4,4,0,1,0,0,2H22v3h8V22H27ZM26,4a2,2,0,1,1-2,2A2.0019,2.0019,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2.0019,2.0019,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2.002,2.002,0,0,1,6,28Zm22-4v4H24V24Z"
2639
- })), children);
2640
- });
2641
- if (process.env.NODE_ENV !== "production") {
2642
- Schematics.propTypes = iconPropTypes4cbeb95d.i;
2643
- }
2644
- const ScisControlTower = /*#__PURE__*/React.forwardRef(function ScisControlTower(_ref115, ref) {
2645
- let {
2646
- children,
2647
- size = 16,
2648
- ...rest
2649
- } = _ref115;
2650
- return /*#__PURE__*/React.createElement(Icon.default, {
2651
- width: size,
2652
- height: size,
2653
- ref: ref,
2654
- xmlns: "http://www.w3.org/2000/svg",
2655
- viewBox: "0 0 32 32",
2656
- fill: "currentColor",
2657
- ...rest
2658
- }, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2659
- d: "M27,19c-0.3,0-0.7,0.1-1,0.2L20.4,12c1-1.1,1.6-2.5,1.6-4c0-3.3-2.7-6-6-6s-6,2.7-6,6c0,1.6,0.6,3,1.6,4L6,19.2 C5.7,19.1,5.3,19,5,19c-1.7,0-3,1.3-3,3s1.3,3,3,3s3-1.3,3-3c0-0.6-0.2-1.1-0.5-1.6l5.6-7.1c0.6,0.3,1.2,0.5,1.9,0.6v10.3 c-1.2,0.4-2,1.5-2,2.8c0,1.7,1.3,3,3,3s3-1.3,3-3c0-1.3-0.8-2.4-2-2.8V13.9c0.7-0.1,1.3-0.3,1.9-0.6l5.6,7.1c-0.3,0.5-0.5,1-0.5,1.6 c0,1.7,1.3,3,3,3s3-1.3,3-3S28.7,19,27,19z M16,4c2.2,0,4,1.8,4,4s-1.8,4-4,4s-4-1.8-4-4S13.8,4,16,4z M5,23c-0.6,0-1-0.4-1-1 s0.4-1,1-1s1,0.4,1,1S5.6,23,5,23z M16,28c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S16.6,28,16,28z M27,23c-0.6,0-1-0.4-1-1s0.4-1,1-1 s1,0.4,1,1S27.6,23,27,23z"
2660
- })), children);
2661
- });
2662
- if (process.env.NODE_ENV !== "production") {
2663
- ScisControlTower.propTypes = iconPropTypes4cbeb95d.i;
2664
- }
2665
- const ScisTransparentSupply = /*#__PURE__*/React.forwardRef(function ScisTransparentSupply(_ref116, ref) {
2666
- let {
2667
- children,
2668
- size = 16,
2669
- ...rest
2670
- } = _ref116;
2671
- return /*#__PURE__*/React.createElement(Icon.default, {
2672
- width: size,
2673
- height: size,
2674
- ref: ref,
2675
- xmlns: "http://www.w3.org/2000/svg",
2676
- viewBox: "0 0 32 32",
2677
- fill: "currentColor",
2678
- ...rest
2679
- }, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2680
- d: "M23,23v3H8.5a4.5,4.5,0,0,1,0-9H9V15H8.5a6.5,6.5,0,0,0,0,13H23v3h8V23Zm6,6H25V25h4Z"
2681
- })), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2682
- d: "M21 22H19V19H13v3H11V19a2.0023 2.0023 0 012-2h6a2.0023 2.0023 0 012 2zM16 16a3 3 0 113-3A3.0033 3.0033 0 0116 16zm0-4a1 1 0 101 1A1.0013 1.0013 0 0016 12z"
2683
- })), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2684
- d: "M23.5,4H9V1H1V9H9V6H23.5a4.5,4.5,0,0,1,0,9H23v2h.5a6.5,6.5,0,0,0,0-13ZM7,7H3V3H7Z"
2685
- })), children);
2686
- });
2687
- if (process.env.NODE_ENV !== "production") {
2688
- ScisTransparentSupply.propTypes = iconPropTypes4cbeb95d.i;
2689
- }
2690
- const Scooter = /*#__PURE__*/React.forwardRef(function Scooter(_ref117, ref) {
2691
- let {
2692
- children,
2693
- size = 16,
2694
- ...rest
2695
- } = _ref117;
2696
- return /*#__PURE__*/React.createElement(Icon.default, {
2697
- width: size,
2698
- height: size,
2699
- ref: ref,
2700
- xmlns: "http://www.w3.org/2000/svg",
2701
- viewBox: "0 0 32 32",
2702
- fill: "currentColor",
2703
- ...rest
2704
- }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2705
- d: "M26 28a4 4 0 114-4A4.0045 4.0045 0 0126 28zm0-6a2 2 0 102 2A2.0023 2.0023 0 0026 22zM24 8H18v2h6a1 1 0 010 2H21a1 1 0 00-.98 1.1963l.9241 4.6211L18.4338 22h-2.69l-2.5723-8.5752A1.988 1.988 0 0011.2559 12H6v2h5.2561l.6 2H7a5.0057 5.0057 0 00-5 5v2a1 1 0 001 1H4a4 4 0 008 0h7a1 1 0 00.8574-.4854l3-5a1 1 0 00.1231-.7109L22.22 14H24a3 3 0 000-6zM8 26a2.0025 2.0025 0 01-2-2h4A2.0025 2.0025 0 018 26zM4 22V21a3.0033 3.0033 0 013-3h5.4561l1.2 4z"
2706
- })), children);
2707
- });
2708
- if (process.env.NODE_ENV !== "production") {
2709
- Scooter.propTypes = iconPropTypes4cbeb95d.i;
2710
- }
2711
- const ScooterFront = /*#__PURE__*/React.forwardRef(function ScooterFront(_ref118, ref) {
2712
- let {
2713
- children,
2714
- size = 16,
2715
- ...rest
2716
- } = _ref118;
2717
- return /*#__PURE__*/React.createElement(Icon.default, {
2718
- width: size,
2719
- height: size,
2720
- ref: ref,
2721
- xmlns: "http://www.w3.org/2000/svg",
2722
- viewBox: "0 0 32 32",
2723
- fill: "currentColor",
2724
- ...rest
2725
- }, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2726
- d: "M15 19H17V28H15z"
2727
- })), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2728
- d: "M23,10V8H20a2.0025,2.0025,0,0,0-2-2H14a2.0025,2.0025,0,0,0-2,2H9v2h3v4.1841A2.9957,2.9957,0,0,0,10,17v7h2V17a1.0008,1.0008,0,0,1,1-1h6a1.0008,1.0008,0,0,1,1,1v7h2V17a2.9957,2.9957,0,0,0-2-2.8159V10ZM18,8v6H14V8Z"
2729
- })), children);
2730
- });
2731
- if (process.env.NODE_ENV !== "production") {
2732
- ScooterFront.propTypes = iconPropTypes4cbeb95d.i;
2733
- }
2734
- const Screen = /*#__PURE__*/React.forwardRef(function Screen(_ref119, ref) {
2735
- let {
2736
- children,
2737
- size = 16,
2738
- ...rest
2739
- } = _ref119;
2740
- return /*#__PURE__*/React.createElement(Icon.default, {
2741
- width: size,
2742
- height: size,
2743
- ref: ref,
2744
- xmlns: "http://www.w3.org/2000/svg",
2745
- viewBox: "0 0 32 32",
2746
- fill: "currentColor",
2747
- ...rest
2748
- }, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2749
- d: "M28,4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM18,28H14V24h4Zm10-6H4V6H28Z"
2750
- })), children);
2751
- });
2752
- if (process.env.NODE_ENV !== "production") {
2753
- Screen.propTypes = iconPropTypes4cbeb95d.i;
2754
- }
2755
- const ScreenOff = /*#__PURE__*/React.forwardRef(function ScreenOff(_ref120, ref) {
2756
- let {
2757
- children,
2758
- size = 16,
2759
- ...rest
2760
- } = _ref120;
2761
- return /*#__PURE__*/React.createElement(Icon.default, {
2762
- width: size,
2763
- height: size,
2764
- ref: ref,
2765
- xmlns: "http://www.w3.org/2000/svg",
2766
- viewBox: "0 0 32 32",
2767
- fill: "currentColor",
2768
- ...rest
2769
- }, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2770
- d: "M28,22H11.41L30,3.41,28.59,2l-2,2H4A2,2,0,0,0,2,6V22H4V6H24.59L2,28.59,3.41,30l6-6H12v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V9H28ZM18,28H14V24h4Z"
2771
- })), children);
2772
- });
2773
- if (process.env.NODE_ENV !== "production") {
2774
- ScreenOff.propTypes = iconPropTypes4cbeb95d.i;
2775
- }
2776
- const ScreenMap = /*#__PURE__*/React.forwardRef(function ScreenMap(_ref121, ref) {
2777
- let {
2778
- children,
2779
- size = 16,
2780
- ...rest
2781
- } = _ref121;
2782
- return /*#__PURE__*/React.createElement(Icon.default, {
2783
- width: size,
2784
- height: size,
2785
- ref: ref,
2786
- xmlns: "http://www.w3.org/2000/svg",
2787
- viewBox: "0 0 32 32",
2788
- fill: "currentColor",
2789
- ...rest
2790
- }, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2791
- d: "M22 25H30V27H22zM22 21H30V23H22zM18.4141 11L23 11 23 9 15 9 15 17 17 17 17 12.4141 23.5859 19 25 17.5859 18.4141 11z"
2792
- })), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2793
- d: "M28,3H4c-1.1028,0-2,.8975-2,2V21c0,1.1025,.8972,2,2,2H12v4h-4v2h12v-8H4V5H28v14h2V5c0-1.1025-.8972-2-2-2Zm-10,24h-4v-4h4v4Z"
2794
- })), children);
2795
- });
2796
- if (process.env.NODE_ENV !== "production") {
2797
- ScreenMap.propTypes = iconPropTypes4cbeb95d.i;
2798
- }
2799
- const ScreenMapSet = /*#__PURE__*/React.forwardRef(function ScreenMapSet(_ref122, ref) {
2800
- let {
2801
- children,
2802
- size = 16,
2803
- ...rest
2804
- } = _ref122;
2805
- return /*#__PURE__*/React.createElement(Icon.default, {
2806
- width: size,
2807
- height: size,
2808
- ref: ref,
2809
- xmlns: "http://www.w3.org/2000/svg",
2810
- viewBox: "0 0 32 32",
2811
- fill: "currentColor",
2812
- ...rest
2813
- }, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2814
- d: "M24 26H31V28H24zM24 22H31V24H24zM20.4141 12L25 12 25 10 17 10 17 18 19 18 19 13.4141 25.5859 20 27 18.5859 20.4141 12z"
2815
- })), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2816
- d: "M7,7H29v12h2V7c0-1.1025-.8972-2-2-2H7c-1.1028,0-2,.8975-2,2v15c0,1.1025,.8972,2,2,2h7v4h-4v2h12v-8H7V7Zm13,21h-4v-4h4v4Z"
2817
- })), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2818
- d: "M26,3V1H3C1.8972,1,1,1.8965,1,3v15H3V3H26Z"
2819
- })), children);
2820
- });
2821
- if (process.env.NODE_ENV !== "production") {
2822
- ScreenMapSet.propTypes = iconPropTypes4cbeb95d.i;
2823
- }
2824
- const Script = /*#__PURE__*/React.forwardRef(function Script(_ref123, ref) {
2825
- let {
2826
- children,
2827
- size = 16,
2828
- ...rest
2829
- } = _ref123;
2830
- return /*#__PURE__*/React.createElement(Icon.default, {
2831
- width: size,
2832
- height: size,
2833
- ref: ref,
2834
- xmlns: "http://www.w3.org/2000/svg",
2835
- viewBox: "0 0 32 32",
2836
- fill: "currentColor",
2837
- ...rest
2838
- }, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2839
- d: "M18.83 26L21.41 23.42 20 22 16 26 20 30 21.42 28.59 18.83 26zM27.17 26L24.59 28.58 26 30 30 26 26 22 24.58 23.41 27.17 26z"
2840
- })), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2841
- d: "M14,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,2h6ZM18,4.4,23.6,10H18Z"
2842
- })), children);
2843
- });
2844
- if (process.env.NODE_ENV !== "production") {
2845
- Script.propTypes = iconPropTypes4cbeb95d.i;
2846
- }
2847
- const ScriptReference = /*#__PURE__*/React.forwardRef(function ScriptReference(_ref124, ref) {
2848
- let {
2849
- children,
2850
- size = 16,
2851
- ...rest
2852
- } = _ref124;
2853
- return /*#__PURE__*/React.createElement(Icon.default, {
2854
- width: size,
2855
- height: size,
2856
- ref: ref,
2857
- xmlns: "http://www.w3.org/2000/svg",
2858
- viewBox: "0 0 32 32",
2859
- fill: "currentColor",
2860
- ...rest
2861
- }, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2862
- d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM27.17 26L24.59 28.58 26 30 30 26 26 22 24.58 23.41 27.17 26zM18.83 26L21.41 23.42 20 22 16 26 20 30 21.42 28.59 18.83 26zM25.7 9.3l-7-7A.9087.9087 0 0018 2H8A2.0058 2.0058 0 006 4V16H8V4h8v6a2.0058 2.0058 0 002 2h6v6h2V10A.9092.9092 0 0025.7 9.3zM18 10V4.4L23.6 10z"
2863
- })), children);
2864
- });
2865
- if (process.env.NODE_ENV !== "production") {
2866
- ScriptReference.propTypes = iconPropTypes4cbeb95d.i;
2867
- }
2868
- const Sdk = /*#__PURE__*/React.forwardRef(function Sdk(_ref125, ref) {
2869
- let {
2870
- children,
2871
- size = 16,
2872
- ...rest
2873
- } = _ref125;
2874
- return /*#__PURE__*/React.createElement(Icon.default, {
2875
- width: size,
2876
- height: size,
2877
- ref: ref,
2878
- xmlns: "http://www.w3.org/2000/svg",
2879
- viewBox: "0 0 32 32",
2880
- fill: "currentColor",
2881
- ...rest
2882
- }, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2883
- d: "M30 9L27.9 9 24 15.6 24 9 22 9 22 23 24 23 24 18.7 24.9 17.2 27.9 23 30 23 26.1 15.4 30 9zM16 23H12V9h4a4.0118 4.0118 0 014 4v6A4.0118 4.0118 0 0116 23zm-2-2h2a2.0059 2.0059 0 002-2V13a2.0059 2.0059 0 00-2-2H14zM8 23H2V21H8V17H4a2.0059 2.0059 0 01-2-2V11A2.0059 2.0059 0 014 9h6v2H4v4H8a2.0059 2.0059 0 012 2v4A2.0059 2.0059 0 018 23z"
2884
- })), children);
2885
- });
2886
- if (process.env.NODE_ENV !== "production") {
2887
- Sdk.propTypes = iconPropTypes4cbeb95d.i;
2888
- }
2889
-
2890
- exports.QS = QS;
2891
- exports.QSAlt = QSAlt;
2892
- exports.RecentlyViewed = RecentlyViewed;
2893
- exports.Recommend = Recommend;
2894
- exports.Recording = Recording;
2895
- exports.RecordingFilled = RecordingFilled;
2896
- exports.RecordingFilledAlt = RecordingFilledAlt;
2897
- exports.Recycle = Recycle;
2898
- exports.Redo = Redo;
2899
- exports.RefEvapotranspiration = RefEvapotranspiration;
2900
- exports.ReferenceArchitecture = ReferenceArchitecture;
2901
- exports.ReflectHorizontal = ReflectHorizontal;
2902
- exports.ReflectVertical = ReflectVertical;
2903
- exports.Reminder = Reminder;
2904
- exports.ReminderMedical = ReminderMedical;
2905
- exports.Renew = Renew;
2906
- exports.Repeat = Repeat;
2907
- exports.RepeatOne = RepeatOne;
2908
- exports.Replicate = Replicate;
2909
- exports.Reply = Reply;
2910
- exports.ReplyAll = ReplyAll;
2911
- exports.RepoArtifact = RepoArtifact;
2912
- exports.RepoSourceCode = RepoSourceCode;
2913
- exports.Report = Report;
2914
- exports.ReportData = ReportData;
2915
- exports.RequestQuote = RequestQuote;
2916
- exports.RequirementDefinition = RequirementDefinition;
2917
- exports.RequirementUsage = RequirementUsage;
2918
- exports.Reset = Reset;
2919
- exports.ResetAlt = ResetAlt;
2920
- exports.Restart = Restart;
2921
- exports.Restaurant = Restaurant;
2922
- exports.RestaurantFine = RestaurantFine;
2923
- exports.Result = Result;
2924
- exports.ResultDraft = ResultDraft;
2925
- exports.ResultNew = ResultNew;
2926
- exports.ResultOld = ResultOld;
2927
- exports.RetryFailed = RetryFailed;
2928
- exports.Return = Return;
2929
- exports.Review = Review;
2930
- exports.Rewind_10 = Rewind_10;
2931
- exports.Rewind_30 = Rewind_30;
2932
- exports.Rewind_5 = Rewind_5;
2933
- exports.RightPanelClose = RightPanelClose;
2934
- exports.RightPanelCloseFilled = RightPanelCloseFilled;
2935
- exports.RightPanelOpen = RightPanelOpen;
2936
- exports.RightPanelOpenFilled = RightPanelOpenFilled;
2937
- exports.Road = Road;
2938
- exports.RoadWeather = RoadWeather;
2939
- exports.Roadmap = Roadmap;
2940
- exports.Rocket = Rocket;
2941
- exports.Rotate = Rotate;
2942
- exports.RotateClockwise = RotateClockwise;
2943
- exports.RotateClockwiseAlt = RotateClockwiseAlt;
2944
- exports.RotateClockwiseAltFilled = RotateClockwiseAltFilled;
2945
- exports.RotateClockwiseFilled = RotateClockwiseFilled;
2946
- exports.RotateCounterclockwise = RotateCounterclockwise;
2947
- exports.RotateCounterclockwiseAlt = RotateCounterclockwiseAlt;
2948
- exports.RotateCounterclockwiseAltFilled = RotateCounterclockwiseAltFilled;
2949
- exports.RotateCounterclockwiseFilled = RotateCounterclockwiseFilled;
2950
- exports.Router = Router;
2951
- exports.RouterVoice = RouterVoice;
2952
- exports.RouterWifi = RouterWifi;
2953
- exports.Row = Row;
2954
- exports.RowCollapse = RowCollapse;
2955
- exports.RowDelete = RowDelete;
2956
- exports.RowExpand = RowExpand;
2957
- exports.RowInsert = RowInsert;
2958
- exports.Rss = Rss;
2959
- exports.Rule = Rule;
2960
- exports.RuleCancelled = RuleCancelled;
2961
- exports.RuleDataQuality = RuleDataQuality;
2962
- exports.RuleDraft = RuleDraft;
2963
- exports.RuleFilled = RuleFilled;
2964
- exports.RuleLocked = RuleLocked;
2965
- exports.RulePartial = RulePartial;
2966
- exports.RuleTest = RuleTest;
2967
- exports.Ruler = Ruler;
2968
- exports.RulerAlt = RulerAlt;
2969
- exports.Run = Run;
2970
- exports.RunMirror = RunMirror;
2971
- exports.Running = Running;
2972
- exports.SailboatCoastal = SailboatCoastal;
2973
- exports.SailboatOffshore = SailboatOffshore;
2974
- exports.SalesOps = SalesOps;
2975
- exports.SankeyDiagram = SankeyDiagram;
2976
- exports.SankeyDiagramAlt = SankeyDiagramAlt;
2977
- exports.Satellite = Satellite;
2978
- exports.SatelliteRadar = SatelliteRadar;
2979
- exports.SatelliteWeather = SatelliteWeather;
2980
- exports.SatisfyDefinition = SatisfyDefinition;
2981
- exports.SatisfyUsage = SatisfyUsage;
2982
- exports.Save = Save;
2983
- exports.SaveModel = SaveModel;
2984
- exports.Scale = Scale;
2985
- exports.Scales = Scales;
2986
- exports.ScalesTipped = ScalesTipped;
2987
- exports.Scalpel = Scalpel;
2988
- exports.Scan = Scan;
2989
- exports.ScanAlt = ScanAlt;
2990
- exports.ScanDisabled = ScanDisabled;
2991
- exports.ScatterMatrix = ScatterMatrix;
2992
- exports.Schematics = Schematics;
2993
- exports.ScisControlTower = ScisControlTower;
2994
- exports.ScisTransparentSupply = ScisTransparentSupply;
2995
- exports.Scooter = Scooter;
2996
- exports.ScooterFront = ScooterFront;
2997
- exports.Screen = Screen;
2998
- exports.ScreenMap = ScreenMap;
2999
- exports.ScreenMapSet = ScreenMapSet;
3000
- exports.ScreenOff = ScreenOff;
3001
- exports.Script = Script;
3002
- exports.ScriptReference = ScriptReference;
3003
- exports.Sdk = Sdk;
3004
- exports.WatsonHealthRegionAnalysisArea = WatsonHealthRegionAnalysisArea;
3005
- exports.WatsonHealthRegionAnalysisVolume = WatsonHealthRegionAnalysisVolume;
3006
- exports.WatsonHealthRegistration = WatsonHealthRegistration;
3007
- exports.WatsonHealthRotate_180 = WatsonHealthRotate_180;
3008
- exports.WatsonHealthRotate_360 = WatsonHealthRotate_360;
3009
- exports.WatsonHealthSaveAnnotation = WatsonHealthSaveAnnotation;
3010
- exports.WatsonHealthSaveImage = WatsonHealthSaveImage;
3011
- exports.WatsonHealthSaveSeries = WatsonHealthSaveSeries;
3012
- exports.WatsonHealthScalpelCursor = WatsonHealthScalpelCursor;
3013
- exports.WatsonHealthScalpelLasso = WatsonHealthScalpelLasso;
3014
- exports.WatsonHealthScalpelSelect = WatsonHealthScalpelSelect;