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