@carbon-labs/react-animated-header 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/LICENSE +201 -0
  2. package/es/__stories__/AnimatedHeader.stories.d.ts +17275 -0
  3. package/es/_virtual/_commonjsHelpers.js +12 -0
  4. package/es/_virtual/lottie.js +14 -0
  5. package/es/_virtual/lottie2.js +10 -0
  6. package/es/assets/index.d.ts +7 -0
  7. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +31 -0
  8. package/es/components/AnimatedHeader/AnimatedHeader.js +277 -0
  9. package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +20 -0
  10. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +94 -0
  11. package/es/components/Tiles/BaseTile/BaseTile.d.ts +22 -0
  12. package/es/components/Tiles/BaseTile/BaseTile.js +39 -0
  13. package/es/components/Tiles/GlassTile/GlassTile.d.ts +21 -0
  14. package/es/components/Tiles/GlassTile/GlassTile.js +53 -0
  15. package/es/components/Tiles/index.d.ts +12 -0
  16. package/es/data/index.d.ts +47 -0
  17. package/es/index.d.ts +11 -0
  18. package/es/index.js +11 -0
  19. package/es/node_modules/@carbon/icon-helpers/es/index.js +125 -0
  20. package/es/node_modules/@carbon/icons-react/es/Icon.js +71 -0
  21. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +2967 -0
  22. package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +3260 -0
  23. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +2906 -0
  24. package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +3151 -0
  25. package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +2966 -0
  26. package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +3019 -0
  27. package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +2923 -0
  28. package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +3076 -0
  29. package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +2913 -0
  30. package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +2917 -0
  31. package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +3141 -0
  32. package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +811 -0
  33. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3195 -0
  34. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3119 -0
  35. package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +3002 -0
  36. package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +2929 -0
  37. package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +2978 -0
  38. package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +3017 -0
  39. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3149 -0
  40. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +3084 -0
  41. package/es/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +14 -0
  42. package/es/node_modules/@carbon/icons-react/es/index.js +30 -0
  43. package/es/node_modules/@carbon-labs/utilities/es/usePrefix.js +20 -0
  44. package/es/node_modules/lottie-web/build/player/lottie.js +682 -0
  45. package/lib/__stories__/AnimatedHeader.stories.d.ts +17275 -0
  46. package/lib/_virtual/_commonjsHelpers.js +14 -0
  47. package/lib/_virtual/lottie.js +18 -0
  48. package/lib/_virtual/lottie2.js +12 -0
  49. package/lib/assets/index.d.ts +7 -0
  50. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +31 -0
  51. package/lib/components/AnimatedHeader/AnimatedHeader.js +281 -0
  52. package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +20 -0
  53. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +96 -0
  54. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +22 -0
  55. package/lib/components/Tiles/BaseTile/BaseTile.js +41 -0
  56. package/lib/components/Tiles/GlassTile/GlassTile.d.ts +21 -0
  57. package/lib/components/Tiles/GlassTile/GlassTile.js +55 -0
  58. package/lib/components/Tiles/index.d.ts +12 -0
  59. package/lib/data/index.d.ts +47 -0
  60. package/lib/index.d.ts +11 -0
  61. package/lib/index.js +18 -0
  62. package/lib/node_modules/@carbon/icon-helpers/es/index.js +128 -0
  63. package/lib/node_modules/@carbon/icons-react/es/Icon.js +75 -0
  64. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +3093 -0
  65. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +3386 -0
  66. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +3032 -0
  67. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +3277 -0
  68. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +3092 -0
  69. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +3145 -0
  70. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +3049 -0
  71. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +3202 -0
  72. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +3039 -0
  73. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +3043 -0
  74. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +3267 -0
  75. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +847 -0
  76. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3321 -0
  77. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3245 -0
  78. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +3128 -0
  79. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +3055 -0
  80. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +3104 -0
  81. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +3143 -0
  82. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3275 -0
  83. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +3210 -0
  84. package/lib/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +16 -0
  85. package/lib/node_modules/@carbon/icons-react/es/index.js +2446 -0
  86. package/lib/node_modules/@carbon-labs/utilities/es/usePrefix.js +23 -0
  87. package/lib/node_modules/lottie-web/build/player/lottie.js +684 -0
  88. package/package.json +35 -0
  89. package/scss/AnimatedHeader/animated-header.scss +619 -0
  90. package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +187 -0
  91. package/scss/Tiles/GlassTile/glass-tile.scss +111 -0
  92. package/scss/animated_header.scss +10 -0
@@ -0,0 +1,2923 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import React from 'react';
9
+ import Icon from '../Icon.js';
10
+ import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
11
+ import 'prop-types';
12
+
13
+ var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _circle, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _circle2, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _switch, _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, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _circle3, _circle4, _circle5, _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, _circle6, _path171, _circle7, _path172, _path173, _circle8, _path174, _path175, _path176, _path177, _path178, _circle9, _circle10, _circle11, _circle12, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _circle13, _path194, _path195, _path196, _path197, _path198;
14
+ const Restart = /*#__PURE__*/React.forwardRef(function Restart(_ref, ref) {
15
+ let {
16
+ children,
17
+ size = 16,
18
+ ...rest
19
+ } = _ref;
20
+ if (size === 16 || size === "16" || size === "16px") {
21
+ return /*#__PURE__*/React.createElement(Icon, {
22
+ width: size,
23
+ height: size,
24
+ ref: ref,
25
+ xmlns: "http://www.w3.org/2000/svg",
26
+ viewBox: "0 0 16 16",
27
+ fill: "currentColor",
28
+ ...rest
29
+ }, _path || (_path = /*#__PURE__*/React.createElement("path", {
30
+ 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"
31
+ })), children);
32
+ }
33
+ return /*#__PURE__*/React.createElement(Icon, {
34
+ width: size,
35
+ height: size,
36
+ ref: ref,
37
+ xmlns: "http://www.w3.org/2000/svg",
38
+ viewBox: "0 0 32 32",
39
+ fill: "currentColor",
40
+ ...rest
41
+ }, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
42
+ 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"
43
+ })), children);
44
+ });
45
+ if (process.env.NODE_ENV !== "production") {
46
+ Restart.propTypes = iconPropTypes;
47
+ }
48
+ const Restaurant = /*#__PURE__*/React.forwardRef(function Restaurant(_ref2, ref) {
49
+ let {
50
+ children,
51
+ size = 16,
52
+ ...rest
53
+ } = _ref2;
54
+ return /*#__PURE__*/React.createElement(Icon, {
55
+ width: size,
56
+ height: size,
57
+ ref: ref,
58
+ xmlns: "http://www.w3.org/2000/svg",
59
+ viewBox: "0 0 32 32",
60
+ fill: "currentColor",
61
+ ...rest
62
+ }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
63
+ d: "M9 2H11V12H9z"
64
+ })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
65
+ 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"
66
+ })), children);
67
+ });
68
+ if (process.env.NODE_ENV !== "production") {
69
+ Restaurant.propTypes = iconPropTypes;
70
+ }
71
+ const RestaurantFine = /*#__PURE__*/React.forwardRef(function RestaurantFine(_ref3, ref) {
72
+ let {
73
+ children,
74
+ size = 16,
75
+ ...rest
76
+ } = _ref3;
77
+ return /*#__PURE__*/React.createElement(Icon, {
78
+ width: size,
79
+ height: size,
80
+ ref: ref,
81
+ xmlns: "http://www.w3.org/2000/svg",
82
+ viewBox: "0 0 32 32",
83
+ fill: "currentColor",
84
+ ...rest
85
+ }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
86
+ 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"
87
+ })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
88
+ d: "M7 2H9V11.98H7z"
89
+ })), children);
90
+ });
91
+ if (process.env.NODE_ENV !== "production") {
92
+ RestaurantFine.propTypes = iconPropTypes;
93
+ }
94
+ const Result = /*#__PURE__*/React.forwardRef(function Result(_ref4, ref) {
95
+ let {
96
+ children,
97
+ size = 16,
98
+ ...rest
99
+ } = _ref4;
100
+ return /*#__PURE__*/React.createElement(Icon, {
101
+ width: size,
102
+ height: size,
103
+ ref: ref,
104
+ xmlns: "http://www.w3.org/2000/svg",
105
+ viewBox: "0 0 32 32",
106
+ fill: "currentColor",
107
+ ...rest
108
+ }, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
109
+ d: "M14 23H22V25H14zM10 23H12V25H10zM14 18H22V20H14zM10 18H12V20H10zM14 13H22V15H14zM10 13H12V15H10z"
110
+ })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
111
+ 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"
112
+ })), children);
113
+ });
114
+ if (process.env.NODE_ENV !== "production") {
115
+ Result.propTypes = iconPropTypes;
116
+ }
117
+ const ResultDraft = /*#__PURE__*/React.forwardRef(function ResultDraft(_ref5, ref) {
118
+ let {
119
+ children,
120
+ size = 16,
121
+ ...rest
122
+ } = _ref5;
123
+ return /*#__PURE__*/React.createElement(Icon, {
124
+ width: size,
125
+ height: size,
126
+ ref: ref,
127
+ xmlns: "http://www.w3.org/2000/svg",
128
+ viewBox: "0 0 32 32",
129
+ fill: "currentColor",
130
+ ...rest
131
+ }, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
132
+ 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"
133
+ })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
134
+ 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"
135
+ })), children);
136
+ });
137
+ if (process.env.NODE_ENV !== "production") {
138
+ ResultDraft.propTypes = iconPropTypes;
139
+ }
140
+ const ResultNew = /*#__PURE__*/React.forwardRef(function ResultNew(_ref6, ref) {
141
+ let {
142
+ children,
143
+ size = 16,
144
+ ...rest
145
+ } = _ref6;
146
+ return /*#__PURE__*/React.createElement(Icon, {
147
+ width: size,
148
+ height: size,
149
+ ref: ref,
150
+ xmlns: "http://www.w3.org/2000/svg",
151
+ viewBox: "0 0 32 32",
152
+ fill: "currentColor",
153
+ ...rest
154
+ }, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
155
+ cx: "26",
156
+ cy: "26",
157
+ r: "4"
158
+ })), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
159
+ d: "M10 13H12V15H10zM10 18H12V20H10zM10 23H12V25H10zM14 13H22V15H14zM14 18H22V20H14zM14 23H18V25H14z"
160
+ })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
161
+ 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"
162
+ })), children);
163
+ });
164
+ if (process.env.NODE_ENV !== "production") {
165
+ ResultNew.propTypes = iconPropTypes;
166
+ }
167
+ const ResultOld = /*#__PURE__*/React.forwardRef(function ResultOld(_ref7, ref) {
168
+ let {
169
+ children,
170
+ size = 16,
171
+ ...rest
172
+ } = _ref7;
173
+ return /*#__PURE__*/React.createElement(Icon, {
174
+ width: size,
175
+ height: size,
176
+ ref: ref,
177
+ xmlns: "http://www.w3.org/2000/svg",
178
+ viewBox: "0 0 32 32",
179
+ fill: "currentColor",
180
+ ...rest
181
+ }, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
182
+ d: "M10 13H12V15H10zM14 13H22V15H14zM10 18H12V20H10zM10 23H12V25H10z"
183
+ })), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
184
+ 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"
185
+ })), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
186
+ d: "M18,19v2.4131A6.996,6.996,0,1,1,24,32V30a5,5,0,1,0-4.5762-7H22v2H16V19Z"
187
+ })), children);
188
+ });
189
+ if (process.env.NODE_ENV !== "production") {
190
+ ResultOld.propTypes = iconPropTypes;
191
+ }
192
+ const RetryFailed = /*#__PURE__*/React.forwardRef(function RetryFailed(_ref8, ref) {
193
+ let {
194
+ children,
195
+ size = 16,
196
+ ...rest
197
+ } = _ref8;
198
+ return /*#__PURE__*/React.createElement(Icon, {
199
+ width: size,
200
+ height: size,
201
+ ref: ref,
202
+ xmlns: "http://www.w3.org/2000/svg",
203
+ viewBox: "0 0 32 32",
204
+ fill: "currentColor",
205
+ ...rest
206
+ }, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
207
+ 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"
208
+ })), children);
209
+ });
210
+ if (process.env.NODE_ENV !== "production") {
211
+ RetryFailed.propTypes = iconPropTypes;
212
+ }
213
+ const Return = /*#__PURE__*/React.forwardRef(function Return(_ref9, ref) {
214
+ let {
215
+ children,
216
+ size = 16,
217
+ ...rest
218
+ } = _ref9;
219
+ return /*#__PURE__*/React.createElement(Icon, {
220
+ width: size,
221
+ height: size,
222
+ ref: ref,
223
+ xmlns: "http://www.w3.org/2000/svg",
224
+ viewBox: "0 0 32 32",
225
+ fill: "currentColor",
226
+ ...rest
227
+ }, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
228
+ 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"
229
+ })), children);
230
+ });
231
+ if (process.env.NODE_ENV !== "production") {
232
+ Return.propTypes = iconPropTypes;
233
+ }
234
+ const Review = /*#__PURE__*/React.forwardRef(function Review(_ref10, ref) {
235
+ let {
236
+ children,
237
+ size = 16,
238
+ ...rest
239
+ } = _ref10;
240
+ return /*#__PURE__*/React.createElement(Icon, {
241
+ width: size,
242
+ height: size,
243
+ ref: ref,
244
+ xmlns: "http://www.w3.org/2000/svg",
245
+ viewBox: "0 0 32 32",
246
+ fill: "currentColor",
247
+ ...rest
248
+ }, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
249
+ 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"
250
+ })), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
251
+ 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"
252
+ })), children);
253
+ });
254
+ if (process.env.NODE_ENV !== "production") {
255
+ Review.propTypes = iconPropTypes;
256
+ }
257
+ const Rewind_10 = /*#__PURE__*/React.forwardRef(function Rewind_10(_ref11, ref) {
258
+ let {
259
+ children,
260
+ size = 16,
261
+ ...rest
262
+ } = _ref11;
263
+ return /*#__PURE__*/React.createElement(Icon, {
264
+ width: size,
265
+ height: size,
266
+ ref: ref,
267
+ xmlns: "http://www.w3.org/2000/svg",
268
+ viewBox: "0 0 32 32",
269
+ fill: "currentColor",
270
+ ...rest
271
+ }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
272
+ d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
273
+ })), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
274
+ 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"
275
+ })), children);
276
+ });
277
+ if (process.env.NODE_ENV !== "production") {
278
+ Rewind_10.propTypes = iconPropTypes;
279
+ }
280
+ const Rewind_30 = /*#__PURE__*/React.forwardRef(function Rewind_30(_ref12, ref) {
281
+ let {
282
+ children,
283
+ size = 16,
284
+ ...rest
285
+ } = _ref12;
286
+ return /*#__PURE__*/React.createElement(Icon, {
287
+ width: size,
288
+ height: size,
289
+ ref: ref,
290
+ xmlns: "http://www.w3.org/2000/svg",
291
+ viewBox: "0 0 32 32",
292
+ fill: "currentColor",
293
+ ...rest
294
+ }, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
295
+ d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
296
+ })), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
297
+ 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"
298
+ })), children);
299
+ });
300
+ if (process.env.NODE_ENV !== "production") {
301
+ Rewind_30.propTypes = iconPropTypes;
302
+ }
303
+ const Rewind_5 = /*#__PURE__*/React.forwardRef(function Rewind_5(_ref13, ref) {
304
+ let {
305
+ children,
306
+ size = 16,
307
+ ...rest
308
+ } = _ref13;
309
+ return /*#__PURE__*/React.createElement(Icon, {
310
+ width: size,
311
+ height: size,
312
+ ref: ref,
313
+ xmlns: "http://www.w3.org/2000/svg",
314
+ viewBox: "0 0 32 32",
315
+ fill: "currentColor",
316
+ ...rest
317
+ }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
318
+ d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
319
+ })), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
320
+ 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"
321
+ })), children);
322
+ });
323
+ if (process.env.NODE_ENV !== "production") {
324
+ Rewind_5.propTypes = iconPropTypes;
325
+ }
326
+ const RightPanelClose = /*#__PURE__*/React.forwardRef(function RightPanelClose(_ref14, ref) {
327
+ let {
328
+ children,
329
+ size = 16,
330
+ ...rest
331
+ } = _ref14;
332
+ return /*#__PURE__*/React.createElement(Icon, {
333
+ width: size,
334
+ height: size,
335
+ ref: ref,
336
+ xmlns: "http://www.w3.org/2000/svg",
337
+ viewBox: "0 0 32 32",
338
+ fill: "currentColor",
339
+ ...rest
340
+ }, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
341
+ strokeWidth: "0",
342
+ 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"
343
+ })), children);
344
+ });
345
+ if (process.env.NODE_ENV !== "production") {
346
+ RightPanelClose.propTypes = iconPropTypes;
347
+ }
348
+ const RightPanelCloseFilled = /*#__PURE__*/React.forwardRef(function RightPanelCloseFilled(_ref15, ref) {
349
+ let {
350
+ children,
351
+ size = 16,
352
+ ...rest
353
+ } = _ref15;
354
+ return /*#__PURE__*/React.createElement(Icon, {
355
+ width: size,
356
+ height: size,
357
+ ref: ref,
358
+ xmlns: "http://www.w3.org/2000/svg",
359
+ viewBox: "0 0 32 32",
360
+ fill: "currentColor",
361
+ ...rest
362
+ }, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
363
+ strokeWidth: "0",
364
+ 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"
365
+ })), children);
366
+ });
367
+ if (process.env.NODE_ENV !== "production") {
368
+ RightPanelCloseFilled.propTypes = iconPropTypes;
369
+ }
370
+ const RightPanelOpen = /*#__PURE__*/React.forwardRef(function RightPanelOpen(_ref16, ref) {
371
+ let {
372
+ children,
373
+ size = 16,
374
+ ...rest
375
+ } = _ref16;
376
+ return /*#__PURE__*/React.createElement(Icon, {
377
+ width: size,
378
+ height: size,
379
+ ref: ref,
380
+ xmlns: "http://www.w3.org/2000/svg",
381
+ viewBox: "0 0 32 32",
382
+ fill: "currentColor",
383
+ ...rest
384
+ }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
385
+ strokeWidth: "0",
386
+ 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"
387
+ })), children);
388
+ });
389
+ if (process.env.NODE_ENV !== "production") {
390
+ RightPanelOpen.propTypes = iconPropTypes;
391
+ }
392
+ const RightPanelOpenFilled = /*#__PURE__*/React.forwardRef(function RightPanelOpenFilled(_ref17, ref) {
393
+ let {
394
+ children,
395
+ size = 16,
396
+ ...rest
397
+ } = _ref17;
398
+ return /*#__PURE__*/React.createElement(Icon, {
399
+ width: size,
400
+ height: size,
401
+ ref: ref,
402
+ xmlns: "http://www.w3.org/2000/svg",
403
+ viewBox: "0 0 32 32",
404
+ fill: "currentColor",
405
+ ...rest
406
+ }, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
407
+ strokeWidth: "0",
408
+ 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"
409
+ })), children);
410
+ });
411
+ if (process.env.NODE_ENV !== "production") {
412
+ RightPanelOpenFilled.propTypes = iconPropTypes;
413
+ }
414
+ const Road = /*#__PURE__*/React.forwardRef(function Road(_ref18, ref) {
415
+ let {
416
+ children,
417
+ size = 16,
418
+ ...rest
419
+ } = _ref18;
420
+ return /*#__PURE__*/React.createElement(Icon, {
421
+ width: size,
422
+ height: size,
423
+ ref: ref,
424
+ xmlns: "http://www.w3.org/2000/svg",
425
+ viewBox: "0 0 32 32",
426
+ fill: "currentColor",
427
+ ...rest
428
+ }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
429
+ d: "M13 13H19V15H13z"
430
+ })), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
431
+ 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"
432
+ })), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
433
+ d: "M15 21H17V24H15zM15 26H17V30H15z"
434
+ })), children);
435
+ });
436
+ if (process.env.NODE_ENV !== "production") {
437
+ Road.propTypes = iconPropTypes;
438
+ }
439
+ const RoadWeather = /*#__PURE__*/React.forwardRef(function RoadWeather(_ref19, ref) {
440
+ let {
441
+ children,
442
+ size = 16,
443
+ ...rest
444
+ } = _ref19;
445
+ return /*#__PURE__*/React.createElement(Icon, {
446
+ width: size,
447
+ height: size,
448
+ ref: ref,
449
+ xmlns: "http://www.w3.org/2000/svg",
450
+ viewBox: "0 0 32 32",
451
+ fill: "currentColor",
452
+ ...rest
453
+ }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
454
+ 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"
455
+ })), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
456
+ 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"
457
+ })), children);
458
+ });
459
+ if (process.env.NODE_ENV !== "production") {
460
+ RoadWeather.propTypes = iconPropTypes;
461
+ }
462
+ const Roadmap = /*#__PURE__*/React.forwardRef(function Roadmap(_ref20, ref) {
463
+ let {
464
+ children,
465
+ size = 16,
466
+ ...rest
467
+ } = _ref20;
468
+ return /*#__PURE__*/React.createElement(Icon, {
469
+ width: size,
470
+ height: size,
471
+ ref: ref,
472
+ xmlns: "http://www.w3.org/2000/svg",
473
+ viewBox: "0 0 32 32",
474
+ fill: "currentColor",
475
+ ...rest
476
+ }, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
477
+ 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"
478
+ })), children);
479
+ });
480
+ if (process.env.NODE_ENV !== "production") {
481
+ Roadmap.propTypes = iconPropTypes;
482
+ }
483
+ const Rocket = /*#__PURE__*/React.forwardRef(function Rocket(_ref21, ref) {
484
+ let {
485
+ children,
486
+ size = 16,
487
+ ...rest
488
+ } = _ref21;
489
+ return /*#__PURE__*/React.createElement(Icon, {
490
+ width: size,
491
+ height: size,
492
+ ref: ref,
493
+ xmlns: "http://www.w3.org/2000/svg",
494
+ viewBox: "0 0 32 32",
495
+ fill: "currentColor",
496
+ ...rest
497
+ }, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
498
+ d: "M6.34 19H17.65V21H6.34z",
499
+ transform: "rotate(-45 11.995 20.002)"
500
+ })), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
501
+ 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"
502
+ })), children);
503
+ });
504
+ if (process.env.NODE_ENV !== "production") {
505
+ Rocket.propTypes = iconPropTypes;
506
+ }
507
+ const Rotate = /*#__PURE__*/React.forwardRef(function Rotate(_ref22, ref) {
508
+ let {
509
+ children,
510
+ size = 16,
511
+ ...rest
512
+ } = _ref22;
513
+ return /*#__PURE__*/React.createElement(Icon, {
514
+ width: size,
515
+ height: size,
516
+ ref: ref,
517
+ xmlns: "http://www.w3.org/2000/svg",
518
+ viewBox: "0 0 32 32",
519
+ fill: "currentColor",
520
+ ...rest
521
+ }, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
522
+ 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"
523
+ })), children);
524
+ });
525
+ if (process.env.NODE_ENV !== "production") {
526
+ Rotate.propTypes = iconPropTypes;
527
+ }
528
+ const WatsonHealthRotate_180 = /*#__PURE__*/React.forwardRef(function WatsonHealthRotate_180(_ref23, ref) {
529
+ let {
530
+ children,
531
+ size = 16,
532
+ ...rest
533
+ } = _ref23;
534
+ return /*#__PURE__*/React.createElement(Icon, {
535
+ width: size,
536
+ height: size,
537
+ ref: ref,
538
+ xmlns: "http://www.w3.org/2000/svg",
539
+ viewBox: "0 0 32 32",
540
+ fill: "currentColor",
541
+ ...rest
542
+ }, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
543
+ 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"
544
+ })), children);
545
+ });
546
+ if (process.env.NODE_ENV !== "production") {
547
+ WatsonHealthRotate_180.propTypes = iconPropTypes;
548
+ }
549
+ const WatsonHealthRotate_360 = /*#__PURE__*/React.forwardRef(function WatsonHealthRotate_360(_ref24, ref) {
550
+ let {
551
+ children,
552
+ size = 16,
553
+ ...rest
554
+ } = _ref24;
555
+ return /*#__PURE__*/React.createElement(Icon, {
556
+ width: size,
557
+ height: size,
558
+ ref: ref,
559
+ xmlns: "http://www.w3.org/2000/svg",
560
+ viewBox: "0 0 32 32",
561
+ fill: "currentColor",
562
+ ...rest
563
+ }, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
564
+ 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"
565
+ })), children);
566
+ });
567
+ if (process.env.NODE_ENV !== "production") {
568
+ WatsonHealthRotate_360.propTypes = iconPropTypes;
569
+ }
570
+ const RotateClockwise = /*#__PURE__*/React.forwardRef(function RotateClockwise(_ref25, ref) {
571
+ let {
572
+ children,
573
+ size = 16,
574
+ ...rest
575
+ } = _ref25;
576
+ return /*#__PURE__*/React.createElement(Icon, {
577
+ width: size,
578
+ height: size,
579
+ ref: ref,
580
+ xmlns: "http://www.w3.org/2000/svg",
581
+ viewBox: "0 0 32 32",
582
+ fill: "currentColor",
583
+ ...rest
584
+ }, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
585
+ 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"
586
+ })), children);
587
+ });
588
+ if (process.env.NODE_ENV !== "production") {
589
+ RotateClockwise.propTypes = iconPropTypes;
590
+ }
591
+ const RotateClockwiseAlt = /*#__PURE__*/React.forwardRef(function RotateClockwiseAlt(_ref26, ref) {
592
+ let {
593
+ children,
594
+ size = 16,
595
+ ...rest
596
+ } = _ref26;
597
+ return /*#__PURE__*/React.createElement(Icon, {
598
+ width: size,
599
+ height: size,
600
+ ref: ref,
601
+ xmlns: "http://www.w3.org/2000/svg",
602
+ viewBox: "0 0 32 32",
603
+ fill: "currentColor",
604
+ ...rest
605
+ }, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
606
+ 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"
607
+ })), children);
608
+ });
609
+ if (process.env.NODE_ENV !== "production") {
610
+ RotateClockwiseAlt.propTypes = iconPropTypes;
611
+ }
612
+ const RotateClockwiseAltFilled = /*#__PURE__*/React.forwardRef(function RotateClockwiseAltFilled(_ref27, ref) {
613
+ let {
614
+ children,
615
+ size = 16,
616
+ ...rest
617
+ } = _ref27;
618
+ return /*#__PURE__*/React.createElement(Icon, {
619
+ width: size,
620
+ height: size,
621
+ ref: ref,
622
+ xmlns: "http://www.w3.org/2000/svg",
623
+ viewBox: "0 0 32 32",
624
+ fill: "currentColor",
625
+ ...rest
626
+ }, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
627
+ 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"
628
+ })), children);
629
+ });
630
+ if (process.env.NODE_ENV !== "production") {
631
+ RotateClockwiseAltFilled.propTypes = iconPropTypes;
632
+ }
633
+ const RotateClockwiseFilled = /*#__PURE__*/React.forwardRef(function RotateClockwiseFilled(_ref28, ref) {
634
+ let {
635
+ children,
636
+ size = 16,
637
+ ...rest
638
+ } = _ref28;
639
+ return /*#__PURE__*/React.createElement(Icon, {
640
+ width: size,
641
+ height: size,
642
+ ref: ref,
643
+ xmlns: "http://www.w3.org/2000/svg",
644
+ viewBox: "0 0 32 32",
645
+ fill: "currentColor",
646
+ ...rest
647
+ }, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
648
+ 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"
649
+ })), children);
650
+ });
651
+ if (process.env.NODE_ENV !== "production") {
652
+ RotateClockwiseFilled.propTypes = iconPropTypes;
653
+ }
654
+ const RotateCounterclockwise = /*#__PURE__*/React.forwardRef(function RotateCounterclockwise(_ref29, ref) {
655
+ let {
656
+ children,
657
+ size = 16,
658
+ ...rest
659
+ } = _ref29;
660
+ return /*#__PURE__*/React.createElement(Icon, {
661
+ width: size,
662
+ height: size,
663
+ ref: ref,
664
+ xmlns: "http://www.w3.org/2000/svg",
665
+ viewBox: "0 0 32 32",
666
+ fill: "currentColor",
667
+ ...rest
668
+ }, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
669
+ 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"
670
+ })), children);
671
+ });
672
+ if (process.env.NODE_ENV !== "production") {
673
+ RotateCounterclockwise.propTypes = iconPropTypes;
674
+ }
675
+ const RotateCounterclockwiseAlt = /*#__PURE__*/React.forwardRef(function RotateCounterclockwiseAlt(_ref30, ref) {
676
+ let {
677
+ children,
678
+ size = 16,
679
+ ...rest
680
+ } = _ref30;
681
+ return /*#__PURE__*/React.createElement(Icon, {
682
+ width: size,
683
+ height: size,
684
+ ref: ref,
685
+ xmlns: "http://www.w3.org/2000/svg",
686
+ viewBox: "0 0 32 32",
687
+ fill: "currentColor",
688
+ ...rest
689
+ }, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
690
+ 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"
691
+ })), children);
692
+ });
693
+ if (process.env.NODE_ENV !== "production") {
694
+ RotateCounterclockwiseAlt.propTypes = iconPropTypes;
695
+ }
696
+ const RotateCounterclockwiseAltFilled = /*#__PURE__*/React.forwardRef(function RotateCounterclockwiseAltFilled(_ref31, ref) {
697
+ let {
698
+ children,
699
+ size = 16,
700
+ ...rest
701
+ } = _ref31;
702
+ return /*#__PURE__*/React.createElement(Icon, {
703
+ width: size,
704
+ height: size,
705
+ ref: ref,
706
+ xmlns: "http://www.w3.org/2000/svg",
707
+ viewBox: "0 0 32 32",
708
+ fill: "currentColor",
709
+ ...rest
710
+ }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
711
+ 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"
712
+ })), children);
713
+ });
714
+ if (process.env.NODE_ENV !== "production") {
715
+ RotateCounterclockwiseAltFilled.propTypes = iconPropTypes;
716
+ }
717
+ const RotateCounterclockwiseFilled = /*#__PURE__*/React.forwardRef(function RotateCounterclockwiseFilled(_ref32, ref) {
718
+ let {
719
+ children,
720
+ size = 16,
721
+ ...rest
722
+ } = _ref32;
723
+ return /*#__PURE__*/React.createElement(Icon, {
724
+ width: size,
725
+ height: size,
726
+ ref: ref,
727
+ xmlns: "http://www.w3.org/2000/svg",
728
+ viewBox: "0 0 32 32",
729
+ fill: "currentColor",
730
+ ...rest
731
+ }, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
732
+ 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"
733
+ })), children);
734
+ });
735
+ if (process.env.NODE_ENV !== "production") {
736
+ RotateCounterclockwiseFilled.propTypes = iconPropTypes;
737
+ }
738
+ const Router = /*#__PURE__*/React.forwardRef(function Router(_ref33, ref) {
739
+ let {
740
+ children,
741
+ size = 16,
742
+ ...rest
743
+ } = _ref33;
744
+ return /*#__PURE__*/React.createElement(Icon, {
745
+ width: size,
746
+ height: size,
747
+ ref: ref,
748
+ xmlns: "http://www.w3.org/2000/svg",
749
+ viewBox: "0 0 32 32",
750
+ fill: "currentColor",
751
+ ...rest
752
+ }, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
753
+ 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"
754
+ })), children);
755
+ });
756
+ if (process.env.NODE_ENV !== "production") {
757
+ Router.propTypes = iconPropTypes;
758
+ }
759
+ const RouterVoice = /*#__PURE__*/React.forwardRef(function RouterVoice(_ref34, ref) {
760
+ let {
761
+ children,
762
+ size = 16,
763
+ ...rest
764
+ } = _ref34;
765
+ return /*#__PURE__*/React.createElement(Icon, {
766
+ width: size,
767
+ height: size,
768
+ ref: ref,
769
+ xmlns: "http://www.w3.org/2000/svg",
770
+ viewBox: "0 0 32 32",
771
+ fill: "currentColor",
772
+ ...rest
773
+ }, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
774
+ 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"
775
+ })), children);
776
+ });
777
+ if (process.env.NODE_ENV !== "production") {
778
+ RouterVoice.propTypes = iconPropTypes;
779
+ }
780
+ const RouterWifi = /*#__PURE__*/React.forwardRef(function RouterWifi(_ref35, ref) {
781
+ let {
782
+ children,
783
+ size = 16,
784
+ ...rest
785
+ } = _ref35;
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
+ }, _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
795
+ cx: "16",
796
+ cy: "13.5",
797
+ r: "1.5"
798
+ })), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
799
+ d: "M19.5356,10.4648a5,5,0,0,0-7.0717,0L11.05,9.0508a6.9992,6.9992,0,0,1,9.9,0Z"
800
+ })), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
801
+ 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"
802
+ })), children);
803
+ });
804
+ if (process.env.NODE_ENV !== "production") {
805
+ RouterWifi.propTypes = iconPropTypes;
806
+ }
807
+ const Row = /*#__PURE__*/React.forwardRef(function Row(_ref36, ref) {
808
+ let {
809
+ children,
810
+ size = 16,
811
+ ...rest
812
+ } = _ref36;
813
+ return /*#__PURE__*/React.createElement(Icon, {
814
+ width: size,
815
+ height: size,
816
+ ref: ref,
817
+ xmlns: "http://www.w3.org/2000/svg",
818
+ viewBox: "0 0 32 32",
819
+ fill: "currentColor",
820
+ ...rest
821
+ }, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
822
+ d: "M4 24H28V26H4zM26 18H6V14H26v4m2 0V14a2 2 0 00-2-2H6a2 2 0 00-2 2v4a2 2 0 002 2H26a2 2 0 002-2zM4 6H28V8H4z"
823
+ })), children);
824
+ });
825
+ if (process.env.NODE_ENV !== "production") {
826
+ Row.propTypes = iconPropTypes;
827
+ }
828
+ const RowCollapse = /*#__PURE__*/React.forwardRef(function RowCollapse(_ref37, ref) {
829
+ let {
830
+ children,
831
+ size = 16,
832
+ ...rest
833
+ } = _ref37;
834
+ return /*#__PURE__*/React.createElement(Icon, {
835
+ width: size,
836
+ height: size,
837
+ ref: ref,
838
+ xmlns: "http://www.w3.org/2000/svg",
839
+ viewBox: "0 0 32 32",
840
+ fill: "currentColor",
841
+ ...rest
842
+ }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
843
+ 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"
844
+ })), children);
845
+ });
846
+ if (process.env.NODE_ENV !== "production") {
847
+ RowCollapse.propTypes = iconPropTypes;
848
+ }
849
+ const RowDelete = /*#__PURE__*/React.forwardRef(function RowDelete(_ref38, ref) {
850
+ let {
851
+ children,
852
+ size = 16,
853
+ ...rest
854
+ } = _ref38;
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
+ }, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
864
+ 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"
865
+ })), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
866
+ d: "M4,14V8H18V6H4A2.0023,2.0023,0,0,0,2,8v6a2.0023,2.0023,0,0,0,2,2H26V14Z"
867
+ })), children);
868
+ });
869
+ if (process.env.NODE_ENV !== "production") {
870
+ RowDelete.propTypes = iconPropTypes;
871
+ }
872
+ const RowExpand = /*#__PURE__*/React.forwardRef(function RowExpand(_ref39, ref) {
873
+ let {
874
+ children,
875
+ size = 16,
876
+ ...rest
877
+ } = _ref39;
878
+ return /*#__PURE__*/React.createElement(Icon, {
879
+ width: size,
880
+ height: size,
881
+ ref: ref,
882
+ xmlns: "http://www.w3.org/2000/svg",
883
+ viewBox: "0 0 32 32",
884
+ fill: "currentColor",
885
+ ...rest
886
+ }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
887
+ 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"
888
+ })), children);
889
+ });
890
+ if (process.env.NODE_ENV !== "production") {
891
+ RowExpand.propTypes = iconPropTypes;
892
+ }
893
+ const RowInsert = /*#__PURE__*/React.forwardRef(function RowInsert(_ref40, ref) {
894
+ let {
895
+ children,
896
+ size = 16,
897
+ ...rest
898
+ } = _ref40;
899
+ return /*#__PURE__*/React.createElement(Icon, {
900
+ width: size,
901
+ height: size,
902
+ ref: ref,
903
+ xmlns: "http://www.w3.org/2000/svg",
904
+ viewBox: "0 0 32 32",
905
+ fill: "currentColor",
906
+ ...rest
907
+ }, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
908
+ 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"
909
+ })), children);
910
+ });
911
+ if (process.env.NODE_ENV !== "production") {
912
+ RowInsert.propTypes = iconPropTypes;
913
+ }
914
+ const Rss = /*#__PURE__*/React.forwardRef(function Rss(_ref41, ref) {
915
+ let {
916
+ children,
917
+ size = 16,
918
+ ...rest
919
+ } = _ref41;
920
+ return /*#__PURE__*/React.createElement(Icon, {
921
+ width: size,
922
+ height: size,
923
+ ref: ref,
924
+ xmlns: "http://www.w3.org/2000/svg",
925
+ viewBox: "0 0 32 32",
926
+ fill: "currentColor",
927
+ ...rest
928
+ }, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
929
+ 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"
930
+ })), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
931
+ d: "M22,24h-2c0-6.6-5.4-12-12-12v-2C15.7,10,22,16.3,22,24z"
932
+ })), children);
933
+ });
934
+ if (process.env.NODE_ENV !== "production") {
935
+ Rss.propTypes = iconPropTypes;
936
+ }
937
+ const Rule = /*#__PURE__*/React.forwardRef(function Rule(_ref42, ref) {
938
+ let {
939
+ children,
940
+ size = 16,
941
+ ...rest
942
+ } = _ref42;
943
+ return /*#__PURE__*/React.createElement(Icon, {
944
+ width: size,
945
+ height: size,
946
+ ref: ref,
947
+ xmlns: "http://www.w3.org/2000/svg",
948
+ viewBox: "0 0 32 32",
949
+ fill: "currentColor",
950
+ ...rest
951
+ }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
952
+ d: "M10 16H22V18H10zM10 10H22V12H10z"
953
+ })), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
954
+ 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"
955
+ })), children);
956
+ });
957
+ if (process.env.NODE_ENV !== "production") {
958
+ Rule.propTypes = iconPropTypes;
959
+ }
960
+ const RuleCancelled = /*#__PURE__*/React.forwardRef(function RuleCancelled(_ref43, ref) {
961
+ let {
962
+ children,
963
+ size = 16,
964
+ ...rest
965
+ } = _ref43;
966
+ return /*#__PURE__*/React.createElement(Icon, {
967
+ width: size,
968
+ height: size,
969
+ ref: ref,
970
+ xmlns: "http://www.w3.org/2000/svg",
971
+ viewBox: "0 0 32 32",
972
+ fill: "currentColor",
973
+ ...rest
974
+ }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
975
+ 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"
976
+ })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
977
+ 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"
978
+ })), children);
979
+ });
980
+ if (process.env.NODE_ENV !== "production") {
981
+ RuleCancelled.propTypes = iconPropTypes;
982
+ }
983
+ const RuleDataQuality = /*#__PURE__*/React.forwardRef(function RuleDataQuality(_ref44, ref) {
984
+ let {
985
+ children,
986
+ size = 16,
987
+ ...rest
988
+ } = _ref44;
989
+ return /*#__PURE__*/React.createElement(Icon, {
990
+ width: size,
991
+ height: size,
992
+ ref: ref,
993
+ xmlns: "http://www.w3.org/2000/svg",
994
+ viewBox: "0 0 32 32",
995
+ fill: "currentColor",
996
+ ...rest
997
+ }, _switch || (_switch = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
998
+ 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"
999
+ }), /*#__PURE__*/React.createElement("path", {
1000
+ 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"
1001
+ })))), children);
1002
+ });
1003
+ if (process.env.NODE_ENV !== "production") {
1004
+ RuleDataQuality.propTypes = iconPropTypes;
1005
+ }
1006
+ const RuleDraft = /*#__PURE__*/React.forwardRef(function RuleDraft(_ref45, ref) {
1007
+ let {
1008
+ children,
1009
+ size = 16,
1010
+ ...rest
1011
+ } = _ref45;
1012
+ return /*#__PURE__*/React.createElement(Icon, {
1013
+ width: size,
1014
+ height: size,
1015
+ ref: ref,
1016
+ xmlns: "http://www.w3.org/2000/svg",
1017
+ viewBox: "0 0 32 32",
1018
+ fill: "currentColor",
1019
+ ...rest
1020
+ }, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
1021
+ 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"
1022
+ })), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
1023
+ 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"
1024
+ })), children);
1025
+ });
1026
+ if (process.env.NODE_ENV !== "production") {
1027
+ RuleDraft.propTypes = iconPropTypes;
1028
+ }
1029
+ const RuleFilled = /*#__PURE__*/React.forwardRef(function RuleFilled(_ref46, ref) {
1030
+ let {
1031
+ children,
1032
+ size = 16,
1033
+ ...rest
1034
+ } = _ref46;
1035
+ return /*#__PURE__*/React.createElement(Icon, {
1036
+ width: size,
1037
+ height: size,
1038
+ ref: ref,
1039
+ xmlns: "http://www.w3.org/2000/svg",
1040
+ viewBox: "0 0 32 32",
1041
+ fill: "currentColor",
1042
+ ...rest
1043
+ }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
1044
+ fill: "none",
1045
+ d: "M9 16H23V18H9z",
1046
+ "data-icon-path": "inner-path"
1047
+ })), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
1048
+ fill: "none",
1049
+ d: "M9 10H23V12H9z"
1050
+ })), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1051
+ 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"
1052
+ })), children);
1053
+ });
1054
+ if (process.env.NODE_ENV !== "production") {
1055
+ RuleFilled.propTypes = iconPropTypes;
1056
+ }
1057
+ const RuleLocked = /*#__PURE__*/React.forwardRef(function RuleLocked(_ref47, ref) {
1058
+ let {
1059
+ children,
1060
+ size = 16,
1061
+ ...rest
1062
+ } = _ref47;
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
+ }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1072
+ 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"
1073
+ })), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1074
+ 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"
1075
+ })), children);
1076
+ });
1077
+ if (process.env.NODE_ENV !== "production") {
1078
+ RuleLocked.propTypes = iconPropTypes;
1079
+ }
1080
+ const RulePartial = /*#__PURE__*/React.forwardRef(function RulePartial(_ref48, ref) {
1081
+ let {
1082
+ children,
1083
+ size = 16,
1084
+ ...rest
1085
+ } = _ref48;
1086
+ return /*#__PURE__*/React.createElement(Icon, {
1087
+ width: size,
1088
+ height: size,
1089
+ ref: ref,
1090
+ xmlns: "http://www.w3.org/2000/svg",
1091
+ viewBox: "0 0 32 32",
1092
+ fill: "currentColor",
1093
+ ...rest
1094
+ }, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1095
+ 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"
1096
+ })), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1097
+ 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"
1098
+ })), children);
1099
+ });
1100
+ if (process.env.NODE_ENV !== "production") {
1101
+ RulePartial.propTypes = iconPropTypes;
1102
+ }
1103
+ const RuleTest = /*#__PURE__*/React.forwardRef(function RuleTest(_ref49, ref) {
1104
+ let {
1105
+ children,
1106
+ size = 16,
1107
+ ...rest
1108
+ } = _ref49;
1109
+ return /*#__PURE__*/React.createElement(Icon, {
1110
+ width: size,
1111
+ height: size,
1112
+ ref: ref,
1113
+ xmlns: "http://www.w3.org/2000/svg",
1114
+ viewBox: "0 0 32 32",
1115
+ fill: "currentColor",
1116
+ ...rest
1117
+ }, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1118
+ 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"
1119
+ })), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1120
+ d: "M26 24.586L24 22.586 24 20 22 20 22 23.414 24.586 26 26 24.586zM8 16H14V18H8zM8 10H20V12H8z"
1121
+ })), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1122
+ 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"
1123
+ })), children);
1124
+ });
1125
+ if (process.env.NODE_ENV !== "production") {
1126
+ RuleTest.propTypes = iconPropTypes;
1127
+ }
1128
+ const Ruler = /*#__PURE__*/React.forwardRef(function Ruler(_ref50, ref) {
1129
+ let {
1130
+ children,
1131
+ size = 16,
1132
+ ...rest
1133
+ } = _ref50;
1134
+ return /*#__PURE__*/React.createElement(Icon, {
1135
+ width: size,
1136
+ height: size,
1137
+ ref: ref,
1138
+ xmlns: "http://www.w3.org/2000/svg",
1139
+ viewBox: "0 0 32 32",
1140
+ fill: "currentColor",
1141
+ ...rest
1142
+ }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1143
+ 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"
1144
+ })), children);
1145
+ });
1146
+ if (process.env.NODE_ENV !== "production") {
1147
+ Ruler.propTypes = iconPropTypes;
1148
+ }
1149
+ const RulerAlt = /*#__PURE__*/React.forwardRef(function RulerAlt(_ref51, ref) {
1150
+ let {
1151
+ children,
1152
+ size = 16,
1153
+ ...rest
1154
+ } = _ref51;
1155
+ return /*#__PURE__*/React.createElement(Icon, {
1156
+ width: size,
1157
+ height: size,
1158
+ ref: ref,
1159
+ xmlns: "http://www.w3.org/2000/svg",
1160
+ viewBox: "0 0 32 32",
1161
+ fill: "currentColor",
1162
+ ...rest
1163
+ }, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1164
+ 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"
1165
+ })), children);
1166
+ });
1167
+ if (process.env.NODE_ENV !== "production") {
1168
+ RulerAlt.propTypes = iconPropTypes;
1169
+ }
1170
+ const Run = /*#__PURE__*/React.forwardRef(function Run(_ref52, ref) {
1171
+ let {
1172
+ children,
1173
+ size = 16,
1174
+ ...rest
1175
+ } = _ref52;
1176
+ return /*#__PURE__*/React.createElement(Icon, {
1177
+ width: size,
1178
+ height: size,
1179
+ ref: ref,
1180
+ xmlns: "http://www.w3.org/2000/svg",
1181
+ viewBox: "0 0 32 32",
1182
+ fill: "currentColor",
1183
+ ...rest
1184
+ }, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1185
+ 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"
1186
+ })), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1187
+ d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V12H28V6A2,2,0,0,0,26,4ZM6,10V6H26v4Z"
1188
+ })), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1189
+ d: "M19 19L19 25 24 22 19 19z"
1190
+ })), children);
1191
+ });
1192
+ if (process.env.NODE_ENV !== "production") {
1193
+ Run.propTypes = iconPropTypes;
1194
+ }
1195
+ const RunMirror = /*#__PURE__*/React.forwardRef(function RunMirror(_ref53, ref) {
1196
+ let {
1197
+ children,
1198
+ size = 16,
1199
+ ...rest
1200
+ } = _ref53;
1201
+ return /*#__PURE__*/React.createElement(Icon, {
1202
+ width: size,
1203
+ height: size,
1204
+ ref: ref,
1205
+ xmlns: "http://www.w3.org/2000/svg",
1206
+ viewBox: "0 0 32 32",
1207
+ fill: "currentColor",
1208
+ ...rest
1209
+ }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1210
+ d: "M9 19L9 25 14 22z"
1211
+ })), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1212
+ 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"
1213
+ })), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1214
+ 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"
1215
+ })), children);
1216
+ });
1217
+ if (process.env.NODE_ENV !== "production") {
1218
+ RunMirror.propTypes = iconPropTypes;
1219
+ }
1220
+ const Running = /*#__PURE__*/React.forwardRef(function Running(_ref54, ref) {
1221
+ let {
1222
+ children,
1223
+ size = 16,
1224
+ ...rest
1225
+ } = _ref54;
1226
+ return /*#__PURE__*/React.createElement(Icon, {
1227
+ width: size,
1228
+ height: size,
1229
+ ref: ref,
1230
+ xmlns: "http://www.w3.org/2000/svg",
1231
+ viewBox: "0 0 32 32",
1232
+ fill: "currentColor",
1233
+ ...rest
1234
+ }, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1235
+ 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"
1236
+ })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1237
+ 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"
1238
+ })), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1239
+ 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"
1240
+ })), children);
1241
+ });
1242
+ if (process.env.NODE_ENV !== "production") {
1243
+ Running.propTypes = iconPropTypes;
1244
+ }
1245
+ const QS = /*#__PURE__*/React.forwardRef(function QS(_ref55, ref) {
1246
+ let {
1247
+ children,
1248
+ size = 16,
1249
+ ...rest
1250
+ } = _ref55;
1251
+ return /*#__PURE__*/React.createElement(Icon, {
1252
+ width: size,
1253
+ height: size,
1254
+ ref: ref,
1255
+ xmlns: "http://www.w3.org/2000/svg",
1256
+ viewBox: "0 0 32 32",
1257
+ fill: "currentColor",
1258
+ ...rest
1259
+ }, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1260
+ 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"
1261
+ })), children);
1262
+ });
1263
+ if (process.env.NODE_ENV !== "production") {
1264
+ QS.propTypes = iconPropTypes;
1265
+ }
1266
+ const QSAlt = /*#__PURE__*/React.forwardRef(function QSAlt(_ref56, ref) {
1267
+ let {
1268
+ children,
1269
+ size = 16,
1270
+ ...rest
1271
+ } = _ref56;
1272
+ return /*#__PURE__*/React.createElement(Icon, {
1273
+ width: size,
1274
+ height: size,
1275
+ ref: ref,
1276
+ xmlns: "http://www.w3.org/2000/svg",
1277
+ viewBox: "0 0 32 32",
1278
+ fill: "currentColor",
1279
+ ...rest
1280
+ }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1281
+ 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"
1282
+ })), children);
1283
+ });
1284
+ if (process.env.NODE_ENV !== "production") {
1285
+ QSAlt.propTypes = iconPropTypes;
1286
+ }
1287
+ const SailboatCoastal = /*#__PURE__*/React.forwardRef(function SailboatCoastal(_ref57, ref) {
1288
+ let {
1289
+ children,
1290
+ size = 16,
1291
+ ...rest
1292
+ } = _ref57;
1293
+ return /*#__PURE__*/React.createElement(Icon, {
1294
+ width: size,
1295
+ height: size,
1296
+ ref: ref,
1297
+ xmlns: "http://www.w3.org/2000/svg",
1298
+ viewBox: "0 0 32 32",
1299
+ fill: "currentColor",
1300
+ ...rest
1301
+ }, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1302
+ 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"
1303
+ })), children);
1304
+ });
1305
+ if (process.env.NODE_ENV !== "production") {
1306
+ SailboatCoastal.propTypes = iconPropTypes;
1307
+ }
1308
+ const SailboatOffshore = /*#__PURE__*/React.forwardRef(function SailboatOffshore(_ref58, ref) {
1309
+ let {
1310
+ children,
1311
+ size = 16,
1312
+ ...rest
1313
+ } = _ref58;
1314
+ return /*#__PURE__*/React.createElement(Icon, {
1315
+ width: size,
1316
+ height: size,
1317
+ ref: ref,
1318
+ xmlns: "http://www.w3.org/2000/svg",
1319
+ viewBox: "0 0 32 32",
1320
+ fill: "currentColor",
1321
+ ...rest
1322
+ }, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1323
+ 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"
1324
+ })), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1325
+ 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"
1326
+ })), children);
1327
+ });
1328
+ if (process.env.NODE_ENV !== "production") {
1329
+ SailboatOffshore.propTypes = iconPropTypes;
1330
+ }
1331
+ const SalesOps = /*#__PURE__*/React.forwardRef(function SalesOps(_ref59, ref) {
1332
+ let {
1333
+ children,
1334
+ size = 16,
1335
+ ...rest
1336
+ } = _ref59;
1337
+ return /*#__PURE__*/React.createElement(Icon, {
1338
+ width: size,
1339
+ height: size,
1340
+ ref: ref,
1341
+ xmlns: "http://www.w3.org/2000/svg",
1342
+ viewBox: "0 0 32 32",
1343
+ fill: "currentColor",
1344
+ ...rest
1345
+ }, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1346
+ 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"
1347
+ })), children);
1348
+ });
1349
+ if (process.env.NODE_ENV !== "production") {
1350
+ SalesOps.propTypes = iconPropTypes;
1351
+ }
1352
+ const SankeyDiagram = /*#__PURE__*/React.forwardRef(function SankeyDiagram(_ref60, ref) {
1353
+ let {
1354
+ children,
1355
+ size = 16,
1356
+ ...rest
1357
+ } = _ref60;
1358
+ return /*#__PURE__*/React.createElement(Icon, {
1359
+ width: size,
1360
+ height: size,
1361
+ ref: ref,
1362
+ xmlns: "http://www.w3.org/2000/svg",
1363
+ viewBox: "0 0 32 32",
1364
+ fill: "currentColor",
1365
+ ...rest
1366
+ }, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1367
+ 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"
1368
+ })), children);
1369
+ });
1370
+ if (process.env.NODE_ENV !== "production") {
1371
+ SankeyDiagram.propTypes = iconPropTypes;
1372
+ }
1373
+ const SankeyDiagramAlt = /*#__PURE__*/React.forwardRef(function SankeyDiagramAlt(_ref61, ref) {
1374
+ let {
1375
+ children,
1376
+ size = 16,
1377
+ ...rest
1378
+ } = _ref61;
1379
+ return /*#__PURE__*/React.createElement(Icon, {
1380
+ width: size,
1381
+ height: size,
1382
+ ref: ref,
1383
+ xmlns: "http://www.w3.org/2000/svg",
1384
+ viewBox: "0 0 32 32",
1385
+ fill: "currentColor",
1386
+ ...rest
1387
+ }, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1388
+ 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"
1389
+ })), children);
1390
+ });
1391
+ if (process.env.NODE_ENV !== "production") {
1392
+ SankeyDiagramAlt.propTypes = iconPropTypes;
1393
+ }
1394
+ const Satellite = /*#__PURE__*/React.forwardRef(function Satellite(_ref62, ref) {
1395
+ let {
1396
+ children,
1397
+ size = 16,
1398
+ ...rest
1399
+ } = _ref62;
1400
+ return /*#__PURE__*/React.createElement(Icon, {
1401
+ width: size,
1402
+ height: size,
1403
+ ref: ref,
1404
+ xmlns: "http://www.w3.org/2000/svg",
1405
+ viewBox: "0 0 32 32",
1406
+ fill: "currentColor",
1407
+ ...rest
1408
+ }, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1409
+ 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"
1410
+ })), children);
1411
+ });
1412
+ if (process.env.NODE_ENV !== "production") {
1413
+ Satellite.propTypes = iconPropTypes;
1414
+ }
1415
+ const SatelliteRadar = /*#__PURE__*/React.forwardRef(function SatelliteRadar(_ref63, ref) {
1416
+ let {
1417
+ children,
1418
+ size = 16,
1419
+ ...rest
1420
+ } = _ref63;
1421
+ return /*#__PURE__*/React.createElement(Icon, {
1422
+ width: size,
1423
+ height: size,
1424
+ ref: ref,
1425
+ xmlns: "http://www.w3.org/2000/svg",
1426
+ viewBox: "0 0 32 32",
1427
+ fill: "currentColor",
1428
+ ...rest
1429
+ }, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1430
+ d: "M30,14H28A10.0113,10.0113,0,0,0,18,4V2A12.0137,12.0137,0,0,1,30,14Z"
1431
+ })), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1432
+ 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"
1433
+ })), children);
1434
+ });
1435
+ if (process.env.NODE_ENV !== "production") {
1436
+ SatelliteRadar.propTypes = iconPropTypes;
1437
+ }
1438
+ const SatelliteWeather = /*#__PURE__*/React.forwardRef(function SatelliteWeather(_ref64, ref) {
1439
+ let {
1440
+ children,
1441
+ size = 16,
1442
+ ...rest
1443
+ } = _ref64;
1444
+ return /*#__PURE__*/React.createElement(Icon, {
1445
+ width: size,
1446
+ height: size,
1447
+ ref: ref,
1448
+ xmlns: "http://www.w3.org/2000/svg",
1449
+ viewBox: "0 0 32 32",
1450
+ fill: "currentColor",
1451
+ ...rest
1452
+ }, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1453
+ 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"
1454
+ })), children);
1455
+ });
1456
+ if (process.env.NODE_ENV !== "production") {
1457
+ SatelliteWeather.propTypes = iconPropTypes;
1458
+ }
1459
+ const SatisfyDefinition = /*#__PURE__*/React.forwardRef(function SatisfyDefinition(_ref65, ref) {
1460
+ let {
1461
+ children,
1462
+ size = 16,
1463
+ ...rest
1464
+ } = _ref65;
1465
+ return /*#__PURE__*/React.createElement(Icon, {
1466
+ width: size,
1467
+ height: size,
1468
+ ref: ref,
1469
+ xmlns: "http://www.w3.org/2000/svg",
1470
+ viewBox: "0 0 32 32",
1471
+ fill: "currentColor",
1472
+ ...rest
1473
+ }, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1474
+ strokeWidth: "0",
1475
+ 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"
1476
+ })), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1477
+ strokeWidth: "0",
1478
+ 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"
1479
+ })), children);
1480
+ });
1481
+ if (process.env.NODE_ENV !== "production") {
1482
+ SatisfyDefinition.propTypes = iconPropTypes;
1483
+ }
1484
+ const SatisfyUsage = /*#__PURE__*/React.forwardRef(function SatisfyUsage(_ref66, ref) {
1485
+ let {
1486
+ children,
1487
+ size = 16,
1488
+ ...rest
1489
+ } = _ref66;
1490
+ return /*#__PURE__*/React.createElement(Icon, {
1491
+ width: size,
1492
+ height: size,
1493
+ ref: ref,
1494
+ xmlns: "http://www.w3.org/2000/svg",
1495
+ viewBox: "0 0 32 32",
1496
+ fill: "currentColor",
1497
+ ...rest
1498
+ }, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1499
+ strokeWidth: "0",
1500
+ 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"
1501
+ })), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1502
+ strokeWidth: "0",
1503
+ 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"
1504
+ })), children);
1505
+ });
1506
+ if (process.env.NODE_ENV !== "production") {
1507
+ SatisfyUsage.propTypes = iconPropTypes;
1508
+ }
1509
+ const Save = /*#__PURE__*/React.forwardRef(function Save(_ref67, ref) {
1510
+ let {
1511
+ children,
1512
+ size = 16,
1513
+ ...rest
1514
+ } = _ref67;
1515
+ if (size === 16 || size === "16" || size === "16px") {
1516
+ return /*#__PURE__*/React.createElement(Icon, {
1517
+ width: size,
1518
+ height: size,
1519
+ ref: ref,
1520
+ xmlns: "http://www.w3.org/2000/svg",
1521
+ viewBox: "0 0 16 16",
1522
+ fill: "currentColor",
1523
+ ...rest
1524
+ }, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1525
+ 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"
1526
+ })), children);
1527
+ }
1528
+ if (size === 20 || size === "20" || size === "20px") {
1529
+ return /*#__PURE__*/React.createElement(Icon, {
1530
+ width: size,
1531
+ height: size,
1532
+ ref: ref,
1533
+ xmlns: "http://www.w3.org/2000/svg",
1534
+ viewBox: "0 0 20 20",
1535
+ fill: "currentColor",
1536
+ ...rest
1537
+ }, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1538
+ 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"
1539
+ })), children);
1540
+ }
1541
+ if (size === 24 || size === "24" || size === "24px") {
1542
+ return /*#__PURE__*/React.createElement(Icon, {
1543
+ width: size,
1544
+ height: size,
1545
+ ref: ref,
1546
+ xmlns: "http://www.w3.org/2000/svg",
1547
+ viewBox: "0 0 24 24",
1548
+ fill: "currentColor",
1549
+ ...rest
1550
+ }, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1551
+ 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"
1552
+ })), children);
1553
+ }
1554
+ return /*#__PURE__*/React.createElement(Icon, {
1555
+ width: size,
1556
+ height: size,
1557
+ ref: ref,
1558
+ xmlns: "http://www.w3.org/2000/svg",
1559
+ viewBox: "0 0 32 32",
1560
+ fill: "currentColor",
1561
+ ...rest
1562
+ }, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1563
+ 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"
1564
+ })), children);
1565
+ });
1566
+ if (process.env.NODE_ENV !== "production") {
1567
+ Save.propTypes = iconPropTypes;
1568
+ }
1569
+ const WatsonHealthSaveAnnotation = /*#__PURE__*/React.forwardRef(function WatsonHealthSaveAnnotation(_ref68, ref) {
1570
+ let {
1571
+ children,
1572
+ size = 16,
1573
+ ...rest
1574
+ } = _ref68;
1575
+ return /*#__PURE__*/React.createElement(Icon, {
1576
+ width: size,
1577
+ height: size,
1578
+ ref: ref,
1579
+ xmlns: "http://www.w3.org/2000/svg",
1580
+ viewBox: "0 0 32 32",
1581
+ fill: "currentColor",
1582
+ ...rest
1583
+ }, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1584
+ 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"
1585
+ })), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1586
+ d: "M28,20H25V18h3V4H8V7H6V4A2,2,0,0,1,8,2H28a2,2,0,0,1,2,2V18A2,2,0,0,1,28,20Z"
1587
+ })), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1588
+ d: "M20 6H26V8H20zM22 10H26V12H22z"
1589
+ })), children);
1590
+ });
1591
+ if (process.env.NODE_ENV !== "production") {
1592
+ WatsonHealthSaveAnnotation.propTypes = iconPropTypes;
1593
+ }
1594
+ const WatsonHealthSaveImage = /*#__PURE__*/React.forwardRef(function WatsonHealthSaveImage(_ref69, ref) {
1595
+ let {
1596
+ children,
1597
+ size = 16,
1598
+ ...rest
1599
+ } = _ref69;
1600
+ return /*#__PURE__*/React.createElement(Icon, {
1601
+ width: size,
1602
+ height: size,
1603
+ ref: ref,
1604
+ xmlns: "http://www.w3.org/2000/svg",
1605
+ viewBox: "0 0 32 32",
1606
+ fill: "currentColor",
1607
+ ...rest
1608
+ }, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1609
+ 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"
1610
+ })), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1611
+ d: "M28,20H25V18h3V4H14V7H12V4a2,2,0,0,1,2-2H28a2,2,0,0,1,2,2V18A2,2,0,0,1,28,20Z"
1612
+ })), children);
1613
+ });
1614
+ if (process.env.NODE_ENV !== "production") {
1615
+ WatsonHealthSaveImage.propTypes = iconPropTypes;
1616
+ }
1617
+ const SaveModel = /*#__PURE__*/React.forwardRef(function SaveModel(_ref70, ref) {
1618
+ let {
1619
+ children,
1620
+ size = 16,
1621
+ ...rest
1622
+ } = _ref70;
1623
+ return /*#__PURE__*/React.createElement(Icon, {
1624
+ width: size,
1625
+ height: size,
1626
+ ref: ref,
1627
+ xmlns: "http://www.w3.org/2000/svg",
1628
+ viewBox: "0 0 32 32",
1629
+ fill: "currentColor",
1630
+ ...rest
1631
+ }, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1632
+ d: "M26,20l1.4272,1.9028L23,26.9629l-4.4272-5.06L20,20h6m1-2H19l-3,4,7,8,7-8-3-4Z"
1633
+ })), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1634
+ 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"
1635
+ })), children);
1636
+ });
1637
+ if (process.env.NODE_ENV !== "production") {
1638
+ SaveModel.propTypes = iconPropTypes;
1639
+ }
1640
+ const WatsonHealthSaveSeries = /*#__PURE__*/React.forwardRef(function WatsonHealthSaveSeries(_ref71, ref) {
1641
+ let {
1642
+ children,
1643
+ size = 16,
1644
+ ...rest
1645
+ } = _ref71;
1646
+ return /*#__PURE__*/React.createElement(Icon, {
1647
+ width: size,
1648
+ height: size,
1649
+ ref: ref,
1650
+ xmlns: "http://www.w3.org/2000/svg",
1651
+ viewBox: "0 0 32 32",
1652
+ fill: "currentColor",
1653
+ ...rest
1654
+ }, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1655
+ 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"
1656
+ })), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1657
+ d: "M27,21H25V7H11V5H25a2,2,0,0,1,2,2Z"
1658
+ })), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1659
+ d: "M32,14H30V2H18V0H30a2,2,0,0,1,2,2Z"
1660
+ })), children);
1661
+ });
1662
+ if (process.env.NODE_ENV !== "production") {
1663
+ WatsonHealthSaveSeries.propTypes = iconPropTypes;
1664
+ }
1665
+ const Scale = /*#__PURE__*/React.forwardRef(function Scale(_ref72, ref) {
1666
+ let {
1667
+ children,
1668
+ size = 16,
1669
+ ...rest
1670
+ } = _ref72;
1671
+ return /*#__PURE__*/React.createElement(Icon, {
1672
+ width: size,
1673
+ height: size,
1674
+ ref: ref,
1675
+ xmlns: "http://www.w3.org/2000/svg",
1676
+ viewBox: "0 0 32 32",
1677
+ fill: "currentColor",
1678
+ ...rest
1679
+ }, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1680
+ 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"
1681
+ })), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1682
+ d: "M19,21v2h6a2,2,0,0,0,2-2V7a2,2,0,0,0-2-2H11A2,2,0,0,0,9,7v6h2V7H25V21"
1683
+ })), children);
1684
+ });
1685
+ if (process.env.NODE_ENV !== "production") {
1686
+ Scale.propTypes = iconPropTypes;
1687
+ }
1688
+ const Scales = /*#__PURE__*/React.forwardRef(function Scales(_ref73, ref) {
1689
+ let {
1690
+ children,
1691
+ size = 16,
1692
+ ...rest
1693
+ } = _ref73;
1694
+ return /*#__PURE__*/React.createElement(Icon, {
1695
+ width: size,
1696
+ height: size,
1697
+ ref: ref,
1698
+ xmlns: "http://www.w3.org/2000/svg",
1699
+ viewBox: "0 0 32 32",
1700
+ fill: "currentColor",
1701
+ ...rest
1702
+ }, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1703
+ 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"
1704
+ })), children);
1705
+ });
1706
+ if (process.env.NODE_ENV !== "production") {
1707
+ Scales.propTypes = iconPropTypes;
1708
+ }
1709
+ const ScalesTipped = /*#__PURE__*/React.forwardRef(function ScalesTipped(_ref74, ref) {
1710
+ let {
1711
+ children,
1712
+ size = 16,
1713
+ ...rest
1714
+ } = _ref74;
1715
+ return /*#__PURE__*/React.createElement(Icon, {
1716
+ width: size,
1717
+ height: size,
1718
+ ref: ref,
1719
+ xmlns: "http://www.w3.org/2000/svg",
1720
+ viewBox: "0 0 32 32",
1721
+ fill: "currentColor",
1722
+ ...rest
1723
+ }, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1724
+ 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"
1725
+ })), children);
1726
+ });
1727
+ if (process.env.NODE_ENV !== "production") {
1728
+ ScalesTipped.propTypes = iconPropTypes;
1729
+ }
1730
+ const Scalpel = /*#__PURE__*/React.forwardRef(function Scalpel(_ref75, ref) {
1731
+ let {
1732
+ children,
1733
+ size = 16,
1734
+ ...rest
1735
+ } = _ref75;
1736
+ return /*#__PURE__*/React.createElement(Icon, {
1737
+ width: size,
1738
+ height: size,
1739
+ ref: ref,
1740
+ xmlns: "http://www.w3.org/2000/svg",
1741
+ viewBox: "0 0 32 32",
1742
+ fill: "currentColor",
1743
+ ...rest
1744
+ }, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1745
+ 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"
1746
+ })), children);
1747
+ });
1748
+ if (process.env.NODE_ENV !== "production") {
1749
+ Scalpel.propTypes = iconPropTypes;
1750
+ }
1751
+ const WatsonHealthScalpelCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthScalpelCursor(_ref76, ref) {
1752
+ let {
1753
+ children,
1754
+ size = 16,
1755
+ ...rest
1756
+ } = _ref76;
1757
+ return /*#__PURE__*/React.createElement(Icon, {
1758
+ width: size,
1759
+ height: size,
1760
+ ref: ref,
1761
+ xmlns: "http://www.w3.org/2000/svg",
1762
+ viewBox: "0 0 32 32",
1763
+ fill: "currentColor",
1764
+ ...rest
1765
+ }, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1766
+ 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"
1767
+ })), children);
1768
+ });
1769
+ if (process.env.NODE_ENV !== "production") {
1770
+ WatsonHealthScalpelCursor.propTypes = iconPropTypes;
1771
+ }
1772
+ const WatsonHealthScalpelLasso = /*#__PURE__*/React.forwardRef(function WatsonHealthScalpelLasso(_ref77, ref) {
1773
+ let {
1774
+ children,
1775
+ size = 16,
1776
+ ...rest
1777
+ } = _ref77;
1778
+ return /*#__PURE__*/React.createElement(Icon, {
1779
+ width: size,
1780
+ height: size,
1781
+ ref: ref,
1782
+ xmlns: "http://www.w3.org/2000/svg",
1783
+ viewBox: "0 0 32 32",
1784
+ fill: "currentColor",
1785
+ ...rest
1786
+ }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1787
+ 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"
1788
+ })), children);
1789
+ });
1790
+ if (process.env.NODE_ENV !== "production") {
1791
+ WatsonHealthScalpelLasso.propTypes = iconPropTypes;
1792
+ }
1793
+ const WatsonHealthScalpelSelect = /*#__PURE__*/React.forwardRef(function WatsonHealthScalpelSelect(_ref78, ref) {
1794
+ let {
1795
+ children,
1796
+ size = 16,
1797
+ ...rest
1798
+ } = _ref78;
1799
+ return /*#__PURE__*/React.createElement(Icon, {
1800
+ width: size,
1801
+ height: size,
1802
+ ref: ref,
1803
+ xmlns: "http://www.w3.org/2000/svg",
1804
+ viewBox: "0 0 32 32",
1805
+ fill: "currentColor",
1806
+ ...rest
1807
+ }, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1808
+ 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"
1809
+ })), children);
1810
+ });
1811
+ if (process.env.NODE_ENV !== "production") {
1812
+ WatsonHealthScalpelSelect.propTypes = iconPropTypes;
1813
+ }
1814
+ const Scan = /*#__PURE__*/React.forwardRef(function Scan(_ref79, ref) {
1815
+ let {
1816
+ children,
1817
+ size = 16,
1818
+ ...rest
1819
+ } = _ref79;
1820
+ return /*#__PURE__*/React.createElement(Icon, {
1821
+ width: size,
1822
+ height: size,
1823
+ ref: ref,
1824
+ xmlns: "http://www.w3.org/2000/svg",
1825
+ viewBox: "0 0 32 32",
1826
+ fill: "currentColor",
1827
+ ...rest
1828
+ }, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1829
+ d: "M21,29H5a2,2,0,0,1-2-2V5A2,2,0,0,1,5,3H21V5H5V27H21Z"
1830
+ })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1831
+ d: "M15 9H17V23H15zM27 9H29V23H27zM21 9H23V23H21z"
1832
+ })), children);
1833
+ });
1834
+ if (process.env.NODE_ENV !== "production") {
1835
+ Scan.propTypes = iconPropTypes;
1836
+ }
1837
+ const ScanAlt = /*#__PURE__*/React.forwardRef(function ScanAlt(_ref80, ref) {
1838
+ let {
1839
+ children,
1840
+ size = 16,
1841
+ ...rest
1842
+ } = _ref80;
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
+ }, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1852
+ 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"
1853
+ })), children);
1854
+ });
1855
+ if (process.env.NODE_ENV !== "production") {
1856
+ ScanAlt.propTypes = iconPropTypes;
1857
+ }
1858
+ const ScanDisabled = /*#__PURE__*/React.forwardRef(function ScanDisabled(_ref81, ref) {
1859
+ let {
1860
+ children,
1861
+ size = 16,
1862
+ ...rest
1863
+ } = _ref81;
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
+ }, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1873
+ 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"
1874
+ })), children);
1875
+ });
1876
+ if (process.env.NODE_ENV !== "production") {
1877
+ ScanDisabled.propTypes = iconPropTypes;
1878
+ }
1879
+ const ScatterMatrix = /*#__PURE__*/React.forwardRef(function ScatterMatrix(_ref82, ref) {
1880
+ let {
1881
+ children,
1882
+ size = 16,
1883
+ ...rest
1884
+ } = _ref82;
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
+ }, _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
1894
+ cx: "9.5",
1895
+ cy: "9.5",
1896
+ r: "2.5"
1897
+ })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
1898
+ cx: "9.5",
1899
+ cy: "22.5",
1900
+ r: "2.5"
1901
+ })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
1902
+ cx: "22.5",
1903
+ cy: "22.5",
1904
+ r: "2.5"
1905
+ })), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1906
+ 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"
1907
+ })), children);
1908
+ });
1909
+ if (process.env.NODE_ENV !== "production") {
1910
+ ScatterMatrix.propTypes = iconPropTypes;
1911
+ }
1912
+ const Schematics = /*#__PURE__*/React.forwardRef(function Schematics(_ref83, ref) {
1913
+ let {
1914
+ children,
1915
+ size = 16,
1916
+ ...rest
1917
+ } = _ref83;
1918
+ return /*#__PURE__*/React.createElement(Icon, {
1919
+ width: size,
1920
+ height: size,
1921
+ ref: ref,
1922
+ xmlns: "http://www.w3.org/2000/svg",
1923
+ viewBox: "0 0 32 32",
1924
+ fill: "currentColor",
1925
+ ...rest
1926
+ }, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1927
+ 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"
1928
+ })), children);
1929
+ });
1930
+ if (process.env.NODE_ENV !== "production") {
1931
+ Schematics.propTypes = iconPropTypes;
1932
+ }
1933
+ const ScisControlTower = /*#__PURE__*/React.forwardRef(function ScisControlTower(_ref84, ref) {
1934
+ let {
1935
+ children,
1936
+ size = 16,
1937
+ ...rest
1938
+ } = _ref84;
1939
+ return /*#__PURE__*/React.createElement(Icon, {
1940
+ width: size,
1941
+ height: size,
1942
+ ref: ref,
1943
+ xmlns: "http://www.w3.org/2000/svg",
1944
+ viewBox: "0 0 32 32",
1945
+ fill: "currentColor",
1946
+ ...rest
1947
+ }, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1948
+ 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"
1949
+ })), children);
1950
+ });
1951
+ if (process.env.NODE_ENV !== "production") {
1952
+ ScisControlTower.propTypes = iconPropTypes;
1953
+ }
1954
+ const ScisTransparentSupply = /*#__PURE__*/React.forwardRef(function ScisTransparentSupply(_ref85, ref) {
1955
+ let {
1956
+ children,
1957
+ size = 16,
1958
+ ...rest
1959
+ } = _ref85;
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
+ }, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1969
+ d: "M23,23v3H8.5a4.5,4.5,0,0,1,0-9H9V15H8.5a6.5,6.5,0,0,0,0,13H23v3h8V23Zm6,6H25V25h4Z"
1970
+ })), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1971
+ 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"
1972
+ })), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1973
+ d: "M23.5,4H9V1H1V9H9V6H23.5a4.5,4.5,0,0,1,0,9H23v2h.5a6.5,6.5,0,0,0,0-13ZM7,7H3V3H7Z"
1974
+ })), children);
1975
+ });
1976
+ if (process.env.NODE_ENV !== "production") {
1977
+ ScisTransparentSupply.propTypes = iconPropTypes;
1978
+ }
1979
+ const Scooter = /*#__PURE__*/React.forwardRef(function Scooter(_ref86, ref) {
1980
+ let {
1981
+ children,
1982
+ size = 16,
1983
+ ...rest
1984
+ } = _ref86;
1985
+ return /*#__PURE__*/React.createElement(Icon, {
1986
+ width: size,
1987
+ height: size,
1988
+ ref: ref,
1989
+ xmlns: "http://www.w3.org/2000/svg",
1990
+ viewBox: "0 0 32 32",
1991
+ fill: "currentColor",
1992
+ ...rest
1993
+ }, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1994
+ 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"
1995
+ })), children);
1996
+ });
1997
+ if (process.env.NODE_ENV !== "production") {
1998
+ Scooter.propTypes = iconPropTypes;
1999
+ }
2000
+ const ScooterFront = /*#__PURE__*/React.forwardRef(function ScooterFront(_ref87, ref) {
2001
+ let {
2002
+ children,
2003
+ size = 16,
2004
+ ...rest
2005
+ } = _ref87;
2006
+ return /*#__PURE__*/React.createElement(Icon, {
2007
+ width: size,
2008
+ height: size,
2009
+ ref: ref,
2010
+ xmlns: "http://www.w3.org/2000/svg",
2011
+ viewBox: "0 0 32 32",
2012
+ fill: "currentColor",
2013
+ ...rest
2014
+ }, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
2015
+ d: "M15 19H17V28H15z"
2016
+ })), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
2017
+ 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"
2018
+ })), children);
2019
+ });
2020
+ if (process.env.NODE_ENV !== "production") {
2021
+ ScooterFront.propTypes = iconPropTypes;
2022
+ }
2023
+ const Screen = /*#__PURE__*/React.forwardRef(function Screen(_ref88, ref) {
2024
+ let {
2025
+ children,
2026
+ size = 16,
2027
+ ...rest
2028
+ } = _ref88;
2029
+ return /*#__PURE__*/React.createElement(Icon, {
2030
+ width: size,
2031
+ height: size,
2032
+ ref: ref,
2033
+ xmlns: "http://www.w3.org/2000/svg",
2034
+ viewBox: "0 0 32 32",
2035
+ fill: "currentColor",
2036
+ ...rest
2037
+ }, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
2038
+ 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"
2039
+ })), children);
2040
+ });
2041
+ if (process.env.NODE_ENV !== "production") {
2042
+ Screen.propTypes = iconPropTypes;
2043
+ }
2044
+ const ScreenOff = /*#__PURE__*/React.forwardRef(function ScreenOff(_ref89, ref) {
2045
+ let {
2046
+ children,
2047
+ size = 16,
2048
+ ...rest
2049
+ } = _ref89;
2050
+ return /*#__PURE__*/React.createElement(Icon, {
2051
+ width: size,
2052
+ height: size,
2053
+ ref: ref,
2054
+ xmlns: "http://www.w3.org/2000/svg",
2055
+ viewBox: "0 0 32 32",
2056
+ fill: "currentColor",
2057
+ ...rest
2058
+ }, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
2059
+ 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"
2060
+ })), children);
2061
+ });
2062
+ if (process.env.NODE_ENV !== "production") {
2063
+ ScreenOff.propTypes = iconPropTypes;
2064
+ }
2065
+ const ScreenMap = /*#__PURE__*/React.forwardRef(function ScreenMap(_ref90, ref) {
2066
+ let {
2067
+ children,
2068
+ size = 16,
2069
+ ...rest
2070
+ } = _ref90;
2071
+ return /*#__PURE__*/React.createElement(Icon, {
2072
+ width: size,
2073
+ height: size,
2074
+ ref: ref,
2075
+ xmlns: "http://www.w3.org/2000/svg",
2076
+ viewBox: "0 0 32 32",
2077
+ fill: "currentColor",
2078
+ ...rest
2079
+ }, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
2080
+ 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"
2081
+ })), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
2082
+ 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"
2083
+ })), children);
2084
+ });
2085
+ if (process.env.NODE_ENV !== "production") {
2086
+ ScreenMap.propTypes = iconPropTypes;
2087
+ }
2088
+ const ScreenMapSet = /*#__PURE__*/React.forwardRef(function ScreenMapSet(_ref91, ref) {
2089
+ let {
2090
+ children,
2091
+ size = 16,
2092
+ ...rest
2093
+ } = _ref91;
2094
+ return /*#__PURE__*/React.createElement(Icon, {
2095
+ width: size,
2096
+ height: size,
2097
+ ref: ref,
2098
+ xmlns: "http://www.w3.org/2000/svg",
2099
+ viewBox: "0 0 32 32",
2100
+ fill: "currentColor",
2101
+ ...rest
2102
+ }, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
2103
+ 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"
2104
+ })), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
2105
+ 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"
2106
+ })), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2107
+ d: "M26,3V1H3C1.8972,1,1,1.8965,1,3v15H3V3H26Z"
2108
+ })), children);
2109
+ });
2110
+ if (process.env.NODE_ENV !== "production") {
2111
+ ScreenMapSet.propTypes = iconPropTypes;
2112
+ }
2113
+ const Script = /*#__PURE__*/React.forwardRef(function Script(_ref92, ref) {
2114
+ let {
2115
+ children,
2116
+ size = 16,
2117
+ ...rest
2118
+ } = _ref92;
2119
+ return /*#__PURE__*/React.createElement(Icon, {
2120
+ width: size,
2121
+ height: size,
2122
+ ref: ref,
2123
+ xmlns: "http://www.w3.org/2000/svg",
2124
+ viewBox: "0 0 32 32",
2125
+ fill: "currentColor",
2126
+ ...rest
2127
+ }, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2128
+ 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"
2129
+ })), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2130
+ 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"
2131
+ })), children);
2132
+ });
2133
+ if (process.env.NODE_ENV !== "production") {
2134
+ Script.propTypes = iconPropTypes;
2135
+ }
2136
+ const ScriptReference = /*#__PURE__*/React.forwardRef(function ScriptReference(_ref93, ref) {
2137
+ let {
2138
+ children,
2139
+ size = 16,
2140
+ ...rest
2141
+ } = _ref93;
2142
+ return /*#__PURE__*/React.createElement(Icon, {
2143
+ width: size,
2144
+ height: size,
2145
+ ref: ref,
2146
+ xmlns: "http://www.w3.org/2000/svg",
2147
+ viewBox: "0 0 32 32",
2148
+ fill: "currentColor",
2149
+ ...rest
2150
+ }, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2151
+ 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"
2152
+ })), children);
2153
+ });
2154
+ if (process.env.NODE_ENV !== "production") {
2155
+ ScriptReference.propTypes = iconPropTypes;
2156
+ }
2157
+ const Sdk = /*#__PURE__*/React.forwardRef(function Sdk(_ref94, ref) {
2158
+ let {
2159
+ children,
2160
+ size = 16,
2161
+ ...rest
2162
+ } = _ref94;
2163
+ return /*#__PURE__*/React.createElement(Icon, {
2164
+ width: size,
2165
+ height: size,
2166
+ ref: ref,
2167
+ xmlns: "http://www.w3.org/2000/svg",
2168
+ viewBox: "0 0 32 32",
2169
+ fill: "currentColor",
2170
+ ...rest
2171
+ }, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2172
+ 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"
2173
+ })), children);
2174
+ });
2175
+ if (process.env.NODE_ENV !== "production") {
2176
+ Sdk.propTypes = iconPropTypes;
2177
+ }
2178
+ const Search = /*#__PURE__*/React.forwardRef(function Search(_ref95, ref) {
2179
+ let {
2180
+ children,
2181
+ size = 16,
2182
+ ...rest
2183
+ } = _ref95;
2184
+ if (size === 16 || size === "16" || size === "16px") {
2185
+ return /*#__PURE__*/React.createElement(Icon, {
2186
+ width: size,
2187
+ height: size,
2188
+ ref: ref,
2189
+ xmlns: "http://www.w3.org/2000/svg",
2190
+ viewBox: "0 0 16 16",
2191
+ fill: "currentColor",
2192
+ ...rest
2193
+ }, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2194
+ d: "M15,14.3L10.7,10c1.9-2.3,1.6-5.8-0.7-7.7S4.2,0.7,2.3,3S0.7,8.8,3,10.7c2,1.7,5,1.7,7,0l4.3,4.3L15,14.3z M2,6.5 C2,4,4,2,6.5,2S11,4,11,6.5S9,11,6.5,11S2,9,2,6.5z"
2195
+ })), children);
2196
+ }
2197
+ return /*#__PURE__*/React.createElement(Icon, {
2198
+ width: size,
2199
+ height: size,
2200
+ ref: ref,
2201
+ xmlns: "http://www.w3.org/2000/svg",
2202
+ viewBox: "0 0 32 32",
2203
+ fill: "currentColor",
2204
+ ...rest
2205
+ }, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2206
+ d: "M29,27.5859l-7.5521-7.5521a11.0177,11.0177,0,1,0-1.4141,1.4141L27.5859,29ZM4,13a9,9,0,1,1,9,9A9.01,9.01,0,0,1,4,13Z"
2207
+ })), children);
2208
+ });
2209
+ if (process.env.NODE_ENV !== "production") {
2210
+ Search.propTypes = iconPropTypes;
2211
+ }
2212
+ const SearchAdvanced = /*#__PURE__*/React.forwardRef(function SearchAdvanced(_ref96, ref) {
2213
+ let {
2214
+ children,
2215
+ size = 16,
2216
+ ...rest
2217
+ } = _ref96;
2218
+ return /*#__PURE__*/React.createElement(Icon, {
2219
+ width: size,
2220
+ height: size,
2221
+ ref: ref,
2222
+ xmlns: "http://www.w3.org/2000/svg",
2223
+ viewBox: "0 0 32 32",
2224
+ fill: "currentColor",
2225
+ ...rest
2226
+ }, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2227
+ d: "M30 6L26 6 26 2 24 2 24 6 20 6 20 8 24 8 24 12 26 12 26 8 30 8 30 6zM24 28.5859l-5.9751-5.9751a9.0234 9.0234 0 10-1.4141 1.4141L22.5859 30zM4 17a7 7 0 117 7A7.0078 7.0078 0 014 17z"
2228
+ })), children);
2229
+ });
2230
+ if (process.env.NODE_ENV !== "production") {
2231
+ SearchAdvanced.propTypes = iconPropTypes;
2232
+ }
2233
+ const SearchLocate = /*#__PURE__*/React.forwardRef(function SearchLocate(_ref97, ref) {
2234
+ let {
2235
+ children,
2236
+ size = 16,
2237
+ ...rest
2238
+ } = _ref97;
2239
+ return /*#__PURE__*/React.createElement(Icon, {
2240
+ width: size,
2241
+ height: size,
2242
+ ref: ref,
2243
+ xmlns: "http://www.w3.org/2000/svg",
2244
+ viewBox: "0 0 32 32",
2245
+ fill: "currentColor",
2246
+ ...rest
2247
+ }, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2248
+ d: "M30 28.5859l-4.6885-4.6884a8.028 8.028 0 10-1.414 1.414L28.5859 30zM19 25a6 6 0 116-6A6.0066 6.0066 0 0119 25zM2 12H10V14H2zM2 2H18V4H2zM2 7H18V9H2z"
2249
+ })), children);
2250
+ });
2251
+ if (process.env.NODE_ENV !== "production") {
2252
+ SearchLocate.propTypes = iconPropTypes;
2253
+ }
2254
+ const SearchLocateMirror = /*#__PURE__*/React.forwardRef(function SearchLocateMirror(_ref98, ref) {
2255
+ let {
2256
+ children,
2257
+ size = 16,
2258
+ ...rest
2259
+ } = _ref98;
2260
+ return /*#__PURE__*/React.createElement(Icon, {
2261
+ width: size,
2262
+ height: size,
2263
+ ref: ref,
2264
+ xmlns: "http://www.w3.org/2000/svg",
2265
+ viewBox: "0 0 32 32",
2266
+ fill: "currentColor",
2267
+ ...rest
2268
+ }, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2269
+ d: "M21 28.6l-4.7-4.7c1.1-1.4 1.7-3.1 1.7-4.9 0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8c1.8 0 3.5-.6 4.9-1.7l4.7 4.7L21 28.6zM10 25c-3.3 0-6-2.7-6-6s2.7-6 6-6 6 2.7 6 6S13.3 25 10 25zM22 12H30V14H22zM14 7H30V9H14zM14 2H30V4H14z"
2270
+ })), children);
2271
+ });
2272
+ if (process.env.NODE_ENV !== "production") {
2273
+ SearchLocateMirror.propTypes = iconPropTypes;
2274
+ }
2275
+ const Security = /*#__PURE__*/React.forwardRef(function Security(_ref99, ref) {
2276
+ let {
2277
+ children,
2278
+ size = 16,
2279
+ ...rest
2280
+ } = _ref99;
2281
+ return /*#__PURE__*/React.createElement(Icon, {
2282
+ width: size,
2283
+ height: size,
2284
+ ref: ref,
2285
+ xmlns: "http://www.w3.org/2000/svg",
2286
+ viewBox: "0 0 32 32",
2287
+ fill: "currentColor",
2288
+ ...rest
2289
+ }, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2290
+ d: "M14 16.59L11.41 14 10 15.41 14 19.41 22 11.41 20.59 10 14 16.59z"
2291
+ })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2292
+ d: "M16,30,9.8242,26.7071A10.9818,10.9818,0,0,1,4,17V4A2.0021,2.0021,0,0,1,6,2H26a2.0021,2.0021,0,0,1,2,2V17a10.9818,10.9818,0,0,1-5.8242,9.7071ZM6,4V17a8.9852,8.9852,0,0,0,4.7656,7.9423L16,27.7333l5.2344-2.791A8.9852,8.9852,0,0,0,26,17V4Z"
2293
+ })), children);
2294
+ });
2295
+ if (process.env.NODE_ENV !== "production") {
2296
+ Security.propTypes = iconPropTypes;
2297
+ }
2298
+ const SecurityServices = /*#__PURE__*/React.forwardRef(function SecurityServices(_ref100, ref) {
2299
+ let {
2300
+ children,
2301
+ size = 16,
2302
+ ...rest
2303
+ } = _ref100;
2304
+ return /*#__PURE__*/React.createElement(Icon, {
2305
+ width: size,
2306
+ height: size,
2307
+ ref: ref,
2308
+ xmlns: "http://www.w3.org/2000/svg",
2309
+ viewBox: "0 0 32 32",
2310
+ fill: "currentColor",
2311
+ ...rest
2312
+ }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2313
+ d: "M30,24V22H27.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,24,18.1011V16H22v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,18.1011,22H16v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,22,27.8989V30h2V27.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,27.8989,24Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,23,26Z"
2314
+ })), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2315
+ d: "M14,26.667l-3.2344-1.7246A8.9858,8.9858,0,0,1,6,17V4H26V14h2V4a2.0023,2.0023,0,0,0-2-2H6A2.0023,2.0023,0,0,0,4,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L14,28.9336Z"
2316
+ })), children);
2317
+ });
2318
+ if (process.env.NODE_ENV !== "production") {
2319
+ SecurityServices.propTypes = iconPropTypes;
2320
+ }
2321
+ const Select_01 = /*#__PURE__*/React.forwardRef(function Select_01(_ref101, ref) {
2322
+ let {
2323
+ children,
2324
+ size = 16,
2325
+ ...rest
2326
+ } = _ref101;
2327
+ return /*#__PURE__*/React.createElement(Icon, {
2328
+ width: size,
2329
+ height: size,
2330
+ ref: ref,
2331
+ xmlns: "http://www.w3.org/2000/svg",
2332
+ viewBox: "0 0 32 32",
2333
+ fill: "currentColor",
2334
+ ...rest
2335
+ }, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2336
+ d: "M12 6L8 6 8 2 6 2 6 6 2 6 2 8 6 8 6 12 8 12 8 8 12 8 12 6zM16 6H20V8H16zM24 6V8h4v4h2V8a2 2 0 00-2-2zM6 16H8V20H6zM8 28V24H6v4a2 2 0 002 2h4V28zM28 16H30V20H28zM16 28H20V30H16zM28 24v4H24v2h4a2 2 0 002-2V24z"
2337
+ })), children);
2338
+ });
2339
+ if (process.env.NODE_ENV !== "production") {
2340
+ Select_01.propTypes = iconPropTypes;
2341
+ }
2342
+ const Select_02 = /*#__PURE__*/React.forwardRef(function Select_02(_ref102, ref) {
2343
+ let {
2344
+ children,
2345
+ size = 16,
2346
+ ...rest
2347
+ } = _ref102;
2348
+ return /*#__PURE__*/React.createElement(Icon, {
2349
+ width: size,
2350
+ height: size,
2351
+ ref: ref,
2352
+ xmlns: "http://www.w3.org/2000/svg",
2353
+ viewBox: "0 0 32 32",
2354
+ fill: "currentColor",
2355
+ ...rest
2356
+ }, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2357
+ d: "M12 6L8 6 8 2 6 2 6 6 2 6 2 8 6 8 6 12 8 12 8 8 12 8 12 6zM30 10V4H24V6H16V8h8v2h2V24H24v2H10V24H8V16H6v8H4v6h6V28H24v2h6V24H28V10zM8 28H6V26H8zm20 0H26V26h2zM26 6h2V8H26z"
2358
+ })), children);
2359
+ });
2360
+ if (process.env.NODE_ENV !== "production") {
2361
+ Select_02.propTypes = iconPropTypes;
2362
+ }
2363
+ const SelectWindow = /*#__PURE__*/React.forwardRef(function SelectWindow(_ref103, ref) {
2364
+ let {
2365
+ children,
2366
+ size = 16,
2367
+ ...rest
2368
+ } = _ref103;
2369
+ return /*#__PURE__*/React.createElement(Icon, {
2370
+ width: size,
2371
+ height: size,
2372
+ ref: ref,
2373
+ xmlns: "http://www.w3.org/2000/svg",
2374
+ viewBox: "0 0 32 32",
2375
+ fill: "currentColor",
2376
+ ...rest
2377
+ }, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2378
+ d: "M8 26H4a2.0021 2.0021 0 01-2-2V20H4v4H8zM2 12H4V16H2zM26 8H24V4H20V2h4a2.0021 2.0021 0 012 2zM12 2H16V4H12zM4 8H2V4A2.0021 2.0021 0 014 2H8V4H4zM27 32a.9967.9967 0 01-.707-.293l-6.1377-6.1377L16.832 30.5547a1 1 0 01-1.79-.2676l-6-20A1 1 0 0110.2871 9.042l20 6a1 1 0 01.2676 1.79l-4.9854 3.3233L31.707 26.293a.9994.9994 0 010 1.414l-4 4A.9967.9967 0 0127 32zm0-2.4141L29.5859 27 22.431 19.845l5.2458-3.4978L11.4917 11.4917l4.8555 16.1851L19.845 22.431z"
2379
+ })), children);
2380
+ });
2381
+ if (process.env.NODE_ENV !== "production") {
2382
+ SelectWindow.propTypes = iconPropTypes;
2383
+ }
2384
+ const Send = /*#__PURE__*/React.forwardRef(function Send(_ref104, ref) {
2385
+ let {
2386
+ children,
2387
+ size = 16,
2388
+ ...rest
2389
+ } = _ref104;
2390
+ return /*#__PURE__*/React.createElement(Icon, {
2391
+ width: size,
2392
+ height: size,
2393
+ ref: ref,
2394
+ xmlns: "http://www.w3.org/2000/svg",
2395
+ viewBox: "0 0 32 32",
2396
+ fill: "currentColor",
2397
+ ...rest
2398
+ }, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2399
+ d: "M27.45,15.11l-22-11a1,1,0,0,0-1.08.12,1,1,0,0,0-.33,1L7,16,4,26.74A1,1,0,0,0,5,28a1,1,0,0,0,.45-.11l22-11a1,1,0,0,0,0-1.78Zm-20.9,10L8.76,17H18V15H8.76L6.55,6.89,24.76,16Z"
2400
+ })), children);
2401
+ });
2402
+ if (process.env.NODE_ENV !== "production") {
2403
+ Send.propTypes = iconPropTypes;
2404
+ }
2405
+ const SendAlt = /*#__PURE__*/React.forwardRef(function SendAlt(_ref105, ref) {
2406
+ let {
2407
+ children,
2408
+ size = 16,
2409
+ ...rest
2410
+ } = _ref105;
2411
+ return /*#__PURE__*/React.createElement(Icon, {
2412
+ width: size,
2413
+ height: size,
2414
+ ref: ref,
2415
+ xmlns: "http://www.w3.org/2000/svg",
2416
+ viewBox: "0 0 32 32",
2417
+ fill: "currentColor",
2418
+ ...rest
2419
+ }, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2420
+ d: "M27.71,4.29a1,1,0,0,0-1.05-.23l-22,8a1,1,0,0,0,0,1.87l9.6,3.84,3.84,9.6A1,1,0,0,0,19,28h0a1,1,0,0,0,.92-.66l8-22A1,1,0,0,0,27.71,4.29ZM19,24.2l-2.79-7L21,12.41,19.59,11l-4.83,4.83L7.8,13,25.33,6.67Z"
2421
+ })), children);
2422
+ });
2423
+ if (process.env.NODE_ENV !== "production") {
2424
+ SendAlt.propTypes = iconPropTypes;
2425
+ }
2426
+ const SendAltFilled = /*#__PURE__*/React.forwardRef(function SendAltFilled(_ref106, ref) {
2427
+ let {
2428
+ children,
2429
+ size = 16,
2430
+ ...rest
2431
+ } = _ref106;
2432
+ return /*#__PURE__*/React.createElement(Icon, {
2433
+ width: size,
2434
+ height: size,
2435
+ ref: ref,
2436
+ xmlns: "http://www.w3.org/2000/svg",
2437
+ viewBox: "0 0 32 32",
2438
+ fill: "currentColor",
2439
+ ...rest
2440
+ }, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2441
+ d: "M27.71,4.29a1,1,0,0,0-1.05-.23l-22,8a1,1,0,0,0,0,1.87l8.59,3.43L19.59,11,21,12.41l-6.37,6.37,3.44,8.59A1,1,0,0,0,19,28h0a1,1,0,0,0,.92-.66l8-22A1,1,0,0,0,27.71,4.29Z"
2442
+ })), children);
2443
+ });
2444
+ if (process.env.NODE_ENV !== "production") {
2445
+ SendAltFilled.propTypes = iconPropTypes;
2446
+ }
2447
+ const SendFilled = /*#__PURE__*/React.forwardRef(function SendFilled(_ref107, ref) {
2448
+ let {
2449
+ children,
2450
+ size = 16,
2451
+ ...rest
2452
+ } = _ref107;
2453
+ return /*#__PURE__*/React.createElement(Icon, {
2454
+ width: size,
2455
+ height: size,
2456
+ ref: ref,
2457
+ xmlns: "http://www.w3.org/2000/svg",
2458
+ viewBox: "0 0 32 32",
2459
+ fill: "currentColor",
2460
+ ...rest
2461
+ }, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2462
+ d: "M27.45,15.11l-22-11a1,1,0,0,0-1.08.12,1,1,0,0,0-.33,1L6.69,15H18v2H6.69L4,26.74A1,1,0,0,0,5,28a1,1,0,0,0,.45-.11l22-11a1,1,0,0,0,0-1.78Z"
2463
+ })), children);
2464
+ });
2465
+ if (process.env.NODE_ENV !== "production") {
2466
+ SendFilled.propTypes = iconPropTypes;
2467
+ }
2468
+ const SendActionUsage = /*#__PURE__*/React.forwardRef(function SendActionUsage(_ref108, ref) {
2469
+ let {
2470
+ children,
2471
+ size = 16,
2472
+ ...rest
2473
+ } = _ref108;
2474
+ return /*#__PURE__*/React.createElement(Icon, {
2475
+ width: size,
2476
+ height: size,
2477
+ ref: ref,
2478
+ xmlns: "http://www.w3.org/2000/svg",
2479
+ viewBox: "0 0 32 32",
2480
+ fill: "currentColor",
2481
+ ...rest
2482
+ }, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2483
+ strokeWidth: "0",
2484
+ d: "m9,21c-.5523,0-1-.4477-1-1v-8c0-.5523.4477-1,1-1h11.1716c.5304,0,1.0391.2107,1.4142.5858l4.4142,4.4142-4.4142,4.4142c-.3751.3751-.8838.5858-1.4142.5858h-11.1715Z"
2485
+ })), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2486
+ strokeWidth: "0",
2487
+ 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"
2488
+ })), children);
2489
+ });
2490
+ if (process.env.NODE_ENV !== "production") {
2491
+ SendActionUsage.propTypes = iconPropTypes;
2492
+ }
2493
+ const SendBackward = /*#__PURE__*/React.forwardRef(function SendBackward(_ref109, ref) {
2494
+ let {
2495
+ children,
2496
+ size = 16,
2497
+ ...rest
2498
+ } = _ref109;
2499
+ return /*#__PURE__*/React.createElement(Icon, {
2500
+ width: size,
2501
+ height: size,
2502
+ ref: ref,
2503
+ xmlns: "http://www.w3.org/2000/svg",
2504
+ viewBox: "0 0 32 32",
2505
+ fill: "currentColor",
2506
+ ...rest
2507
+ }, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2508
+ d: "M4 7H2V4A2.0023 2.0023 0 014 2H7V4H4zM7 22H4a2.0023 2.0023 0 01-2-2V17H4v3H7zM2 10H4V14H2zM22 7H20V4H17V2h3a2.0023 2.0023 0 012 2zM10 2H14V4H10zM28 30H12a2.0023 2.0023 0 01-2-2V12a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0128 30zM12 12V28H28V12z"
2509
+ })), children);
2510
+ });
2511
+ if (process.env.NODE_ENV !== "production") {
2512
+ SendBackward.propTypes = iconPropTypes;
2513
+ }
2514
+ const SendToBack = /*#__PURE__*/React.forwardRef(function SendToBack(_ref110, ref) {
2515
+ let {
2516
+ children,
2517
+ size = 16,
2518
+ ...rest
2519
+ } = _ref110;
2520
+ return /*#__PURE__*/React.createElement(Icon, {
2521
+ width: size,
2522
+ height: size,
2523
+ ref: ref,
2524
+ xmlns: "http://www.w3.org/2000/svg",
2525
+ viewBox: "0 0 32 32",
2526
+ fill: "currentColor",
2527
+ ...rest
2528
+ }, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2529
+ d: "M28,10H22V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2h6v6a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V12A2.0023,2.0023,0,0,0,28,10ZM12,28V12H28l.0015,16Z"
2530
+ })), children);
2531
+ });
2532
+ if (process.env.NODE_ENV !== "production") {
2533
+ SendToBack.propTypes = iconPropTypes;
2534
+ }
2535
+ const ServerDns = /*#__PURE__*/React.forwardRef(function ServerDns(_ref111, ref) {
2536
+ let {
2537
+ children,
2538
+ size = 16,
2539
+ ...rest
2540
+ } = _ref111;
2541
+ return /*#__PURE__*/React.createElement(Icon, {
2542
+ width: size,
2543
+ height: size,
2544
+ ref: ref,
2545
+ xmlns: "http://www.w3.org/2000/svg",
2546
+ viewBox: "0 0 32 32",
2547
+ fill: "currentColor",
2548
+ ...rest
2549
+ }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2550
+ d: "M16 2a8 8 0 108 8A8.0092 8.0092 0 0016 2zm5.91 7H19.4724a15.2457 15.2457 0 00-.7917-4.36A6.0088 6.0088 0 0121.91 9zM16.022 15.999h-.0076c-.3813-.1206-1.3091-1.8213-1.479-4.999h2.9292C17.2952 14.1763 16.3711 15.877 16.022 15.999zM14.5354 9c.1694-3.1763 1.0935-4.877 1.4426-4.999h.0076c.3813.1206 1.3091 1.8213 1.479 4.999zM13.3193 4.64A15.2457 15.2457 0 0012.5276 9H10.09A6.0088 6.0088 0 0113.3193 4.64zM10.09 11h2.4373a15.2457 15.2457 0 00.7917 4.36A6.0088 6.0088 0 0110.09 11zm8.59 4.36A15.2457 15.2457 0 0019.4724 11H21.91A6.0088 6.0088 0 0118.6807 15.36zM28 30H4a2.0021 2.0021 0 01-2-2V22a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 30zM4 22v6H28V22z"
2551
+ })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
2552
+ cx: "7",
2553
+ cy: "25",
2554
+ r: "1"
2555
+ })), children);
2556
+ });
2557
+ if (process.env.NODE_ENV !== "production") {
2558
+ ServerDns.propTypes = iconPropTypes;
2559
+ }
2560
+ const ServerProxy = /*#__PURE__*/React.forwardRef(function ServerProxy(_ref112, ref) {
2561
+ let {
2562
+ children,
2563
+ size = 16,
2564
+ ...rest
2565
+ } = _ref112;
2566
+ return /*#__PURE__*/React.createElement(Icon, {
2567
+ width: size,
2568
+ height: size,
2569
+ ref: ref,
2570
+ xmlns: "http://www.w3.org/2000/svg",
2571
+ viewBox: "0 0 32 32",
2572
+ fill: "currentColor",
2573
+ ...rest
2574
+ }, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2575
+ d: "M6,30H26a2,2,0,0,0,2-2V22a2,2,0,0,0-2-2H6a2,2,0,0,0-2,2v6A2,2,0,0,0,6,30Zm0-8H26v6H6Z"
2576
+ })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
2577
+ cx: "9",
2578
+ cy: "25",
2579
+ r: "1"
2580
+ })), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2581
+ d: "M26,2,24.59,3.41,27.17,6H22.315A6.9835,6.9835,0,0,0,9.08,10H4.83L7.41,7.41,6,6,1,11l5,5,1.41-1.41L4.83,12H9.685A6.9835,6.9835,0,0,0,22.92,8h4.25l-2.58,2.59L26,12l5-5ZM21,9a4.983,4.983,0,0,1-8.9745,3H16V10H11.1011a4.9852,4.9852,0,0,1,8.8734-4H16V8h4.8989A5.0019,5.0019,0,0,1,21,9Z"
2582
+ })), children);
2583
+ });
2584
+ if (process.env.NODE_ENV !== "production") {
2585
+ ServerProxy.propTypes = iconPropTypes;
2586
+ }
2587
+ const ServerTime = /*#__PURE__*/React.forwardRef(function ServerTime(_ref113, ref) {
2588
+ let {
2589
+ children,
2590
+ size = 16,
2591
+ ...rest
2592
+ } = _ref113;
2593
+ return /*#__PURE__*/React.createElement(Icon, {
2594
+ width: size,
2595
+ height: size,
2596
+ ref: ref,
2597
+ xmlns: "http://www.w3.org/2000/svg",
2598
+ viewBox: "0 0 32 32",
2599
+ fill: "currentColor",
2600
+ ...rest
2601
+ }, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2602
+ d: "M28,30H4a2.0021,2.0021,0,0,1-2-2V22a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,30ZM4,22v6H28V22Z"
2603
+ })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
2604
+ cx: "7",
2605
+ cy: "25",
2606
+ r: "1"
2607
+ })), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2608
+ d: "M19 11.586L17 9.586 17 6 15 6 15 10.414 17.586 13 19 11.586z"
2609
+ })), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2610
+ d: "M16,18a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,16,18ZM16,4a6,6,0,1,0,6,6A6.0067,6.0067,0,0,0,16,4Z"
2611
+ })), children);
2612
+ });
2613
+ if (process.env.NODE_ENV !== "production") {
2614
+ ServerTime.propTypes = iconPropTypes;
2615
+ }
2616
+ const ServiceDesk = /*#__PURE__*/React.forwardRef(function ServiceDesk(_ref114, ref) {
2617
+ let {
2618
+ children,
2619
+ size = 16,
2620
+ ...rest
2621
+ } = _ref114;
2622
+ return /*#__PURE__*/React.createElement(Icon, {
2623
+ width: size,
2624
+ height: size,
2625
+ ref: ref,
2626
+ xmlns: "http://www.w3.org/2000/svg",
2627
+ viewBox: "0 0 32 32",
2628
+ fill: "currentColor",
2629
+ ...rest
2630
+ }, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2631
+ d: "M28,24V22A12.01,12.01,0,0,0,17,10.0507V8h3V6H12V8h3v2.0507A12.01,12.01,0,0,0,4,22v2H2v2H30V24ZM16,12a10.0167,10.0167,0,0,1,9.7984,8H6.2015A10.0165,10.0165,0,0,1,16,12ZM6,22H26v2H6Z",
2632
+ transform: "translate(0 .005)"
2633
+ })), children);
2634
+ });
2635
+ if (process.env.NODE_ENV !== "production") {
2636
+ ServiceDesk.propTypes = iconPropTypes;
2637
+ }
2638
+ const ServiceId = /*#__PURE__*/React.forwardRef(function ServiceId(_ref115, ref) {
2639
+ let {
2640
+ children,
2641
+ size = 16,
2642
+ ...rest
2643
+ } = _ref115;
2644
+ return /*#__PURE__*/React.createElement(Icon, {
2645
+ width: size,
2646
+ height: size,
2647
+ ref: ref,
2648
+ xmlns: "http://www.w3.org/2000/svg",
2649
+ viewBox: "0 0 32 32",
2650
+ fill: "currentColor",
2651
+ ...rest
2652
+ }, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2653
+ d: "M30 24v-2h-2.101c-.13-.637-.384-1.229-.732-1.753l1.49-1.49-1.414-1.414-1.49 1.49c-.524-.348-1.116-.602-1.753-.732V16h-2v2.101c-.637.13-1.229.384-1.753.732l-1.49-1.49-1.414 1.414 1.49 1.49c-.348.524-.602 1.116-.732 1.753H16v2h2.101c.13.637.384 1.229.732 1.753l-1.49 1.49 1.414 1.414 1.49-1.49c.524.348 1.116.602 1.753.732V30h2v-2.101c.637-.13 1.229-.384 1.753-.732l1.49 1.49 1.414-1.414-1.49-1.49c.348-.524.602-1.116.732-1.753H30zM23 26c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3S24.654 26 23 26zM12 6H16V8H12z"
2654
+ })), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2655
+ d: "M6,28V4h16v9h2V4c0-1.103-0.897-2-2-2H6C4.897,2,4,2.897,4,4v24c0,1.103,0.897,2,2,2h8v-2H6z"
2656
+ })), children);
2657
+ });
2658
+ if (process.env.NODE_ENV !== "production") {
2659
+ ServiceId.propTypes = iconPropTypes;
2660
+ }
2661
+ const ServiceLevels = /*#__PURE__*/React.forwardRef(function ServiceLevels(_ref116, ref) {
2662
+ let {
2663
+ children,
2664
+ size = 16,
2665
+ ...rest
2666
+ } = _ref116;
2667
+ return /*#__PURE__*/React.createElement(Icon, {
2668
+ width: size,
2669
+ height: size,
2670
+ ref: ref,
2671
+ xmlns: "http://www.w3.org/2000/svg",
2672
+ viewBox: "0 0 32 32",
2673
+ fill: "currentColor",
2674
+ ...rest
2675
+ }, _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
2676
+ cx: "7",
2677
+ cy: "19",
2678
+ r: "1"
2679
+ })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
2680
+ cx: "16",
2681
+ cy: "11",
2682
+ r: "1"
2683
+ })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
2684
+ cx: "25",
2685
+ cy: "19",
2686
+ r: "1"
2687
+ })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
2688
+ cx: "10",
2689
+ cy: "14",
2690
+ r: "1"
2691
+ })), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2692
+ d: "M30 20h-2c0-1.2616-.1946-2.5042-.5786-3.6929l1.9033-.6146c.448 1.3876.6753 2.8369.6753 4.3075zM29.8508 8.9775l-2.4368 2.4365-.0005-.0005c-.3621.3623-.8621.5864-1.4136.5864-1.103 0-2-.897-2-2 0-.5518.2241-1.0518.5864-1.4136l-.0005-.0005 2.4368-2.4365c-.3284-.0879-.667-.1494-1.0227-.1494-2.2056 0-4 1.7944-4 4 0 .7393.2153 1.4238.5669 2.019l-4.5479 4.5479c-.595-.3516-1.2795-.5669-2.019-.5669-2.2056 0-4 1.7944-4 4s1.7944 4 4 4 4-1.7944 4-4c0-.7397-.2153-1.4243-.5669-2.019l4.5479-4.5479c.595.3516 1.2795.5669 2.019.5669 2.2056 0 4-1.7944 4-4 0-.3555-.0615-.6943-.1492-1.0225zm-13.8508 13.0225c-1.103 0-2-.8975-2-2s.897-2 2-2 2 .8975 2 2-.897 2-2 2zM4 20h-2c0-7.7196 6.2803-14 14-14 1.4707 0 2.9199.2272 4.3074.6754l-.6147 1.9031c-1.1885-.3838-2.4309-.5785-3.6926-.5785-6.6167 0-12 5.3832-12 12z"
2693
+ })), children);
2694
+ });
2695
+ if (process.env.NODE_ENV !== "production") {
2696
+ ServiceLevels.propTypes = iconPropTypes;
2697
+ }
2698
+ const SessionBorderControl = /*#__PURE__*/React.forwardRef(function SessionBorderControl(_ref117, ref) {
2699
+ let {
2700
+ children,
2701
+ size = 16,
2702
+ ...rest
2703
+ } = _ref117;
2704
+ return /*#__PURE__*/React.createElement(Icon, {
2705
+ width: size,
2706
+ height: size,
2707
+ ref: ref,
2708
+ xmlns: "http://www.w3.org/2000/svg",
2709
+ viewBox: "0 0 32 32",
2710
+ fill: "currentColor",
2711
+ ...rest
2712
+ }, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2713
+ d: "M26,8,24.59,9.41,27.17,12H16a5.967,5.967,0,0,0-4,1.54V6.83l2.59,2.58L16,8,11,3,6,8,7.41,9.41,10,6.83V18a5.969,5.969,0,0,0,1.54,4H4.83l2.58-2.59L6,18,1,23l5,5,1.41-1.41L4.83,24H16A5.99,5.99,0,0,0,20.46,14h6.71l-2.58,2.59L26,18l5-5ZM20,18a4,4,0,1,1-4-4A4.0045,4.0045,0,0,1,20,18Z"
2714
+ })), children);
2715
+ });
2716
+ if (process.env.NODE_ENV !== "production") {
2717
+ SessionBorderControl.propTypes = iconPropTypes;
2718
+ }
2719
+ const Settings = /*#__PURE__*/React.forwardRef(function Settings(_ref118, ref) {
2720
+ let {
2721
+ children,
2722
+ size = 16,
2723
+ ...rest
2724
+ } = _ref118;
2725
+ if (size === 16 || size === "16" || size === "16px") {
2726
+ return /*#__PURE__*/React.createElement(Icon, {
2727
+ width: size,
2728
+ height: size,
2729
+ ref: ref,
2730
+ xmlns: "http://www.w3.org/2000/svg",
2731
+ viewBox: "0 0 16 16",
2732
+ fill: "currentColor",
2733
+ ...rest
2734
+ }, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2735
+ d: "M13.5,8.4c0-0.1,0-0.3,0-0.4c0-0.1,0-0.3,0-0.4l1-0.8c0.4-0.3,0.4-0.9,0.2-1.3l-1.2-2C13.3,3.2,13,3,12.6,3 c-0.1,0-0.2,0-0.3,0.1l-1.2,0.4c-0.2-0.1-0.4-0.3-0.7-0.4l-0.3-1.3C10.1,1.3,9.7,1,9.2,1H6.8c-0.5,0-0.9,0.3-1,0.8L5.6,3.1 C5.3,3.2,5.1,3.3,4.9,3.4L3.7,3C3.6,3,3.5,3,3.4,3C3,3,2.7,3.2,2.5,3.5l-1.2,2C1.1,5.9,1.2,6.4,1.6,6.8l0.9,0.9c0,0.1,0,0.3,0,0.4 c0,0.1,0,0.3,0,0.4L1.6,9.2c-0.4,0.3-0.5,0.9-0.2,1.3l1.2,2C2.7,12.8,3,13,3.4,13c0.1,0,0.2,0,0.3-0.1l1.2-0.4 c0.2,0.1,0.4,0.3,0.7,0.4l0.3,1.3c0.1,0.5,0.5,0.8,1,0.8h2.4c0.5,0,0.9-0.3,1-0.8l0.3-1.3c0.2-0.1,0.4-0.2,0.7-0.4l1.2,0.4 c0.1,0,0.2,0.1,0.3,0.1c0.4,0,0.7-0.2,0.9-0.5l1.1-2c0.2-0.4,0.2-0.9-0.2-1.3L13.5,8.4z M12.6,12l-1.7-0.6c-0.4,0.3-0.9,0.6-1.4,0.8 L9.2,14H6.8l-0.4-1.8c-0.5-0.2-0.9-0.5-1.4-0.8L3.4,12l-1.2-2l1.4-1.2c-0.1-0.5-0.1-1.1,0-1.6L2.2,6l1.2-2l1.7,0.6 C5.5,4.2,6,4,6.5,3.8L6.8,2h2.4l0.4,1.8c0.5,0.2,0.9,0.5,1.4,0.8L12.6,4l1.2,2l-1.4,1.2c0.1,0.5,0.1,1.1,0,1.6l1.4,1.2L12.6,12z"
2736
+ })), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2737
+ d: "M8,11c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3C11,9.6,9.7,11,8,11C8,11,8,11,8,11z M8,6C6.9,6,6,6.8,6,7.9C6,7.9,6,8,6,8 c0,1.1,0.8,2,1.9,2c0,0,0.1,0,0.1,0c1.1,0,2-0.8,2-1.9c0,0,0-0.1,0-0.1C10,6.9,9.2,6,8,6C8.1,6,8,6,8,6z"
2738
+ })), children);
2739
+ }
2740
+ return /*#__PURE__*/React.createElement(Icon, {
2741
+ width: size,
2742
+ height: size,
2743
+ ref: ref,
2744
+ xmlns: "http://www.w3.org/2000/svg",
2745
+ viewBox: "0 0 32 32",
2746
+ fill: "currentColor",
2747
+ ...rest
2748
+ }, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2749
+ d: "M27,16.76c0-.25,0-.5,0-.76s0-.51,0-.77l1.92-1.68A2,2,0,0,0,29.3,11L26.94,7a2,2,0,0,0-1.73-1,2,2,0,0,0-.64.1l-2.43.82a11.35,11.35,0,0,0-1.31-.75l-.51-2.52a2,2,0,0,0-2-1.61H13.64a2,2,0,0,0-2,1.61l-.51,2.52a11.48,11.48,0,0,0-1.32.75L7.43,6.06A2,2,0,0,0,6.79,6,2,2,0,0,0,5.06,7L2.7,11a2,2,0,0,0,.41,2.51L5,15.24c0,.25,0,.5,0,.76s0,.51,0,.77L3.11,18.45A2,2,0,0,0,2.7,21L5.06,25a2,2,0,0,0,1.73,1,2,2,0,0,0,.64-.1l2.43-.82a11.35,11.35,0,0,0,1.31.75l.51,2.52a2,2,0,0,0,2,1.61h4.72a2,2,0,0,0,2-1.61l.51-2.52a11.48,11.48,0,0,0,1.32-.75l2.42.82a2,2,0,0,0,.64.1,2,2,0,0,0,1.73-1L29.3,21a2,2,0,0,0-.41-2.51ZM25.21,24l-3.43-1.16a8.86,8.86,0,0,1-2.71,1.57L18.36,28H13.64l-.71-3.55a9.36,9.36,0,0,1-2.7-1.57L6.79,24,4.43,20l2.72-2.4a8.9,8.9,0,0,1,0-3.13L4.43,12,6.79,8l3.43,1.16a8.86,8.86,0,0,1,2.71-1.57L13.64,4h4.72l.71,3.55a9.36,9.36,0,0,1,2.7,1.57L25.21,8,27.57,12l-2.72,2.4a8.9,8.9,0,0,1,0,3.13L27.57,20Z"
2750
+ })), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2751
+ d: "M16,22a6,6,0,1,1,6-6A5.94,5.94,0,0,1,16,22Zm0-10a3.91,3.91,0,0,0-4,4,3.91,3.91,0,0,0,4,4,3.91,3.91,0,0,0,4-4A3.91,3.91,0,0,0,16,12Z"
2752
+ })), children);
2753
+ });
2754
+ if (process.env.NODE_ENV !== "production") {
2755
+ Settings.propTypes = iconPropTypes;
2756
+ }
2757
+ const SettingsAdjust = /*#__PURE__*/React.forwardRef(function SettingsAdjust(_ref119, ref) {
2758
+ let {
2759
+ children,
2760
+ size = 16,
2761
+ ...rest
2762
+ } = _ref119;
2763
+ return /*#__PURE__*/React.createElement(Icon, {
2764
+ width: size,
2765
+ height: size,
2766
+ ref: ref,
2767
+ xmlns: "http://www.w3.org/2000/svg",
2768
+ viewBox: "0 0 32 32",
2769
+ fill: "currentColor",
2770
+ ...rest
2771
+ }, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2772
+ d: "M30 8h-4.1c-.5-2.3-2.5-4-4.9-4s-4.4 1.7-4.9 4H2v2h14.1c.5 2.3 2.5 4 4.9 4s4.4-1.7 4.9-4H30V8zM21 12c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3S22.7 12 21 12zM2 24h4.1c.5 2.3 2.5 4 4.9 4s4.4-1.7 4.9-4H30v-2H15.9c-.5-2.3-2.5-4-4.9-4s-4.4 1.7-4.9 4H2V24zM11 20c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3S9.3 20 11 20z"
2773
+ })), children);
2774
+ });
2775
+ if (process.env.NODE_ENV !== "production") {
2776
+ SettingsAdjust.propTypes = iconPropTypes;
2777
+ }
2778
+ const SettingsCheck = /*#__PURE__*/React.forwardRef(function SettingsCheck(_ref120, ref) {
2779
+ let {
2780
+ children,
2781
+ size = 16,
2782
+ ...rest
2783
+ } = _ref120;
2784
+ return /*#__PURE__*/React.createElement(Icon, {
2785
+ width: size,
2786
+ height: size,
2787
+ ref: ref,
2788
+ xmlns: "http://www.w3.org/2000/svg",
2789
+ viewBox: "0 0 32 32",
2790
+ fill: "currentColor",
2791
+ ...rest
2792
+ }, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2793
+ d: "M16,22a6,6,0,1,1,6-6A5.9364,5.9364,0,0,1,16,22Zm0-10a3.9123,3.9123,0,0,0-4,4,3.9123,3.9123,0,0,0,4,4,3.9123,3.9123,0,0,0,4-4A3.9123,3.9123,0,0,0,16,12Z"
2794
+ })), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2795
+ d: "M29.3047,11.044,26.9441,6.9562a1.9977,1.9977,0,0,0-2.3728-.8946l-2.4341.8233a11.0419,11.0419,0,0,0-1.312-.7583L20.3215,3.608A2,2,0,0,0,18.36,2H13.64A2,2,0,0,0,11.6785,3.608l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0616a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.044a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4947,5,15.7447,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025L5.0559,25.044a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H18V28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713L6.7878,24.044l-2.36-4.0878,2.7253-2.3951a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.044,6.7886,7.9562l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H18.36l.71,3.5508a9.0978,9.0978,0,0,1,2.6948,1.5713l3.4468-1.166,2.36,4.0878-2.7978,2.4522L26.0923,16l2.8-2.4536A2.0006,2.0006,0,0,0,29.3047,11.044Z"
2796
+ })), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2797
+ d: "M23 26.18L20.41 23.59 19 25 23 29 30 22 28.59 20.59 23 26.18z"
2798
+ })), children);
2799
+ });
2800
+ if (process.env.NODE_ENV !== "production") {
2801
+ SettingsCheck.propTypes = iconPropTypes;
2802
+ }
2803
+ const SettingsEdit = /*#__PURE__*/React.forwardRef(function SettingsEdit(_ref121, ref) {
2804
+ let {
2805
+ children,
2806
+ size = 16,
2807
+ ...rest
2808
+ } = _ref121;
2809
+ return /*#__PURE__*/React.createElement(Icon, {
2810
+ width: size,
2811
+ height: size,
2812
+ ref: ref,
2813
+ xmlns: "http://www.w3.org/2000/svg",
2814
+ viewBox: "0 0 32 32",
2815
+ fill: "currentColor",
2816
+ ...rest
2817
+ }, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2818
+ d: "M31.707 19.2929l-3-3c-.3906-.3906-1.0234-.3906-1.4141 0l-9.293 9.293v4.4141h4.4141l9.293-9.293c.3906-.3906.3906-1.0234 0-1.4141zm-10.1211 8.707h-1.5859v-1.5859l5-5 1.5859 1.5859-5 5zm6.4141-6.4141l-1.5859-1.5859 1.5859-1.5859 1.5859 1.5859-1.5859 1.5859zM16 22c-3.3643 0-6-2.6357-6-6s2.6357-6 6-6 6 2.6357 6 6-2.6357 6-6 6zm0-10c-2.2803 0-4 1.7197-4 4s1.7197 4 4 4 4-1.7197 4-4-1.7197-4-4-4z"
2819
+ })), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2820
+ d: "m27.5474,12.0005l1.7322-1-2.3354-4.0444c-.3652-.6328-1.0334-1.0005-1.7322-1.0005-.2134,0-.4294.0342-.6406.106l-2.4341.8232c-.418-.2812-.856-.5352-1.312-.7583l-.5037-2.5186c-.187-.9351-1.0078-1.6079-1.9612-1.6079h-4.7207c-.9534,0-1.7742.6729-1.9612,1.6079l-.5037,2.5186c-.459.2246-.9062.4692-1.3267.7534l-2.4194-.8184c-.2112-.0718-.4272-.106-.6406-.106-.6987,0-1.3669.3677-1.7322,1.0005l-2.3606,4.0879c-.4766.8257-.3042,1.873.4119,2.5024l1.9309,1.6968c-.0171.2515-.0381.5015-.0381.7568,0,.2578.0103.5127.0278.7656l-1.9207,1.688c-.7161.6294-.8884,1.6768-.4119,2.5024l2.3606,4.0879c.3652.6328,1.0334,1.0005,1.7322,1.0005.2134,0,.4297-.0342.6406-.106l2.4341-.8232c.418.2817.856.5352,1.312.7583l.5037,2.5186c.187.9351,1.0078,1.6079,1.9612,1.6079h2.3604v-2h-2.3604l-.7102-3.5508c-.9753-.356-1.9026-.9062-2.6948-1.5713l-3.4468,1.166-2.3604-4.0879,2.7253-2.395c-.1838-1.043-.1914-2.083-.0071-3.1279l-2.7183-2.3892,2.3611-4.0879,3.4268,1.1592c.8032-.6763,1.7295-1.2051,2.7141-1.5645l.7102-3.5508h4.7207l.7102,3.5508c.9753.356,1.9023.9062,2.6948,1.5713l3.4468-1.166,2.3352,4.0444Z"
2821
+ })), children);
2822
+ });
2823
+ if (process.env.NODE_ENV !== "production") {
2824
+ SettingsEdit.propTypes = iconPropTypes;
2825
+ }
2826
+ const SettingsServices = /*#__PURE__*/React.forwardRef(function SettingsServices(_ref122, ref) {
2827
+ let {
2828
+ children,
2829
+ size = 16,
2830
+ ...rest
2831
+ } = _ref122;
2832
+ return /*#__PURE__*/React.createElement(Icon, {
2833
+ width: size,
2834
+ height: size,
2835
+ ref: ref,
2836
+ xmlns: "http://www.w3.org/2000/svg",
2837
+ viewBox: "0 0 32 32",
2838
+ fill: "currentColor",
2839
+ ...rest
2840
+ }, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2841
+ d: "M29,25H27V23h1V19H24v1H22V18a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v6A1,1,0,0,1,29,25Z"
2842
+ })), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2843
+ d: "M24 30H18a1 1 0 01-1-1V23a1 1 0 011-1h6a1 1 0 011 1v6A1 1 0 0124 30zm-5-2h4V24H19zM15 19.8579A3.9934 3.9934 0 1120 16h2a6 6 0 10-7 5.91z"
2844
+ })), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2845
+ d: "M28.89,13.55l-2.31,2.03-1.42-1.42,2.41-2.12L25.21,7.96,21.77,9.12a9.3684,9.3684,0,0,0-2.7-1.57L18.36,4H13.64l-.71,3.55a8.8609,8.8609,0,0,0-2.71,1.57L6.79,7.96,4.43,12.04l2.72,2.39a8.8948,8.8948,0,0,0,0,3.13l-2.72,2.4,2.36,4.08,3.44-1.16a9.3684,9.3684,0,0,0,2.7,1.57L13.64,28H15v2H13.64a2.0007,2.0007,0,0,1-1.96-1.61l-.51-2.52a11.412,11.412,0,0,1-1.31-.75l-2.43.82a2.038,2.038,0,0,1-.64.1,1.973,1.973,0,0,1-1.73-1L2.7,20.96a2,2,0,0,1,.41-2.51l1.92-1.68C5.01,16.51,5,16.26,5,16s.02-.51.04-.76L3.11,13.55a2,2,0,0,1-.41-2.51L5.06,6.96a1.973,1.973,0,0,1,1.73-1,2.038,2.038,0,0,1,.64.1l2.42.82a11.5416,11.5416,0,0,1,1.32-.75l.51-2.52A2.0007,2.0007,0,0,1,13.64,2h4.72a2.0007,2.0007,0,0,1,1.96,1.61l.51,2.52a11.412,11.412,0,0,1,1.31.75l2.43-.82a2.038,2.038,0,0,1,.64-.1,1.973,1.973,0,0,1,1.73,1l2.36,4.08A2,2,0,0,1,28.89,13.55Z"
2846
+ })), children);
2847
+ });
2848
+ if (process.env.NODE_ENV !== "production") {
2849
+ SettingsServices.propTypes = iconPropTypes;
2850
+ }
2851
+ const SettingsView = /*#__PURE__*/React.forwardRef(function SettingsView(_ref123, ref) {
2852
+ let {
2853
+ children,
2854
+ size = 16,
2855
+ ...rest
2856
+ } = _ref123;
2857
+ return /*#__PURE__*/React.createElement(Icon, {
2858
+ width: size,
2859
+ height: size,
2860
+ ref: ref,
2861
+ xmlns: "http://www.w3.org/2000/svg",
2862
+ viewBox: "0 0 32 32",
2863
+ fill: "currentColor",
2864
+ ...rest
2865
+ }, _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
2866
+ cx: "23",
2867
+ cy: "24",
2868
+ r: "2"
2869
+ })), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2870
+ d: "M30.7769 23.4785A8.64 8.64 0 0023 18a8.64 8.64 0 00-7.7769 5.4785L15 24l.2231.5215A8.64 8.64 0 0023 30a8.64 8.64 0 007.7769-5.4785L31 24zM23 28a4 4 0 114-4A4.0045 4.0045 0 0123 28zM12.3989 20.8A6 6 0 1122 16H20a4 4 0 10-6.4 3.2z"
2871
+ })), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2872
+ d: "M29.3047,11.0439,26.9441,6.9561a1.9977,1.9977,0,0,0-2.3728-.8946l-2.4341.8233a11.0419,11.0419,0,0,0-1.312-.7583l-.5037-2.5186A2,2,0,0,0,18.36,2H13.64a2,2,0,0,0-1.9611,1.6079l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0615a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.0439a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4946,5,15.7446,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025l2.3606,4.0878a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H15V28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713l-3.4468,1.166-2.36-4.0878L7.1528,17.561a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.0439,6.7886,7.9561l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H18.36l.71,3.5508a9.0978,9.0978,0,0,1,2.6948,1.5713l3.4468-1.166,2.36,4.0878-2.7978,2.4522L26.0923,16l2.8-2.4536A2.0006,2.0006,0,0,0,29.3047,11.0439Z"
2873
+ })), children);
2874
+ });
2875
+ if (process.env.NODE_ENV !== "production") {
2876
+ SettingsView.propTypes = iconPropTypes;
2877
+ }
2878
+ const ShapeExcept = /*#__PURE__*/React.forwardRef(function ShapeExcept(_ref124, ref) {
2879
+ let {
2880
+ children,
2881
+ size = 16,
2882
+ ...rest
2883
+ } = _ref124;
2884
+ return /*#__PURE__*/React.createElement(Icon, {
2885
+ width: size,
2886
+ height: size,
2887
+ ref: ref,
2888
+ xmlns: "http://www.w3.org/2000/svg",
2889
+ viewBox: "0 0 32 32",
2890
+ fill: "currentColor",
2891
+ ...rest
2892
+ }, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2893
+ d: "M28,10H22V4a2.0023,2.0023,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4V20a2.0025,2.0025,0,0,0,2,2h6v6a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A2,2,0,0,0,28,10ZM12,20V12h8v8ZM3.9988,4H20v6H12a2.0023,2.0023,0,0,0-2,2v8H4Z"
2894
+ })), children);
2895
+ });
2896
+ if (process.env.NODE_ENV !== "production") {
2897
+ ShapeExcept.propTypes = iconPropTypes;
2898
+ }
2899
+ const ShapeExclude = /*#__PURE__*/React.forwardRef(function ShapeExclude(_ref125, ref) {
2900
+ let {
2901
+ children,
2902
+ size = 16,
2903
+ ...rest
2904
+ } = _ref125;
2905
+ return /*#__PURE__*/React.createElement(Icon, {
2906
+ width: size,
2907
+ height: size,
2908
+ ref: ref,
2909
+ xmlns: "http://www.w3.org/2000/svg",
2910
+ viewBox: "0 0 32 32",
2911
+ fill: "currentColor",
2912
+ ...rest
2913
+ }, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2914
+ d: "M12,10H22V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2h6V12A2,2,0,0,1,12,10Z"
2915
+ })), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2916
+ d: "M28,10H22V20a2,2,0,0,1-2,2H10v6a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A2,2,0,0,0,28,10Z"
2917
+ })), children);
2918
+ });
2919
+ if (process.env.NODE_ENV !== "production") {
2920
+ ShapeExclude.propTypes = iconPropTypes;
2921
+ }
2922
+
2923
+ export { QS, QSAlt, 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, Search, SearchAdvanced, SearchLocate, SearchLocateMirror, Security, SecurityServices, SelectWindow, Select_01, Select_02, Send, SendActionUsage, SendAlt, SendAltFilled, SendBackward, SendFilled, SendToBack, ServerDns, ServerProxy, ServerTime, ServiceDesk, ServiceId, ServiceLevels, SessionBorderControl, Settings, SettingsAdjust, SettingsCheck, SettingsEdit, SettingsServices, SettingsView, ShapeExcept, ShapeExclude, WatsonHealthRotate_180, WatsonHealthRotate_360, WatsonHealthSaveAnnotation, WatsonHealthSaveImage, WatsonHealthSaveSeries, WatsonHealthScalpelCursor, WatsonHealthScalpelLasso, WatsonHealthScalpelSelect };