@carbon-labs/react-ui-shell 0.59.0 → 0.61.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 (81) hide show
  1. package/es/components/HeaderContainer.js +10 -11
  2. package/es/components/HeaderDivider.js +6 -7
  3. package/es/components/HeaderPopover.js +28 -31
  4. package/es/components/Link.js +10 -11
  5. package/es/components/Profile.js +31 -34
  6. package/es/components/SharkFinIcon.js +10 -11
  7. package/es/components/SideNav.js +38 -40
  8. package/es/components/SideNavFlyoutMenu.js +29 -31
  9. package/es/components/SideNavItems.js +12 -13
  10. package/es/components/SideNavLink.js +18 -19
  11. package/es/components/SideNavLinkPopover.js +8 -9
  12. package/es/components/SideNavMenu.js +40 -42
  13. package/es/components/SideNavMenuItem.js +9 -9
  14. package/es/components/SideNavSlot.js +10 -11
  15. package/es/components/SideNavToggle.js +11 -12
  16. package/es/components/TrialCountdown.js +10 -11
  17. package/es/internal/keyboard/match.js +6 -7
  18. package/es/internal/useDelayedState.js +1 -2
  19. package/es/internal/useId.js +4 -6
  20. package/es/internal/useIdPrefix.js +3 -3
  21. package/es/internal/usePrefix.js +3 -3
  22. package/es/internal/warning.js +1 -4
  23. package/es/node_modules/@carbon/ibm-products/es/components/TooltipTrigger/TooltipTrigger.js +4 -4
  24. package/es/node_modules/@carbon/ibm-products/es/components/UserAvatar/UserAvatar.js +10 -10
  25. package/es/node_modules/@carbon/ibm-products/es/components/_Canary/Canary.js +5 -5
  26. package/es/node_modules/@carbon/ibm-products/es/settings.js +2 -2
  27. package/es/prop-types/deprecate.js +1 -4
  28. package/es/prop-types/isRequiredOneOf.js +1 -4
  29. package/lib/components/HeaderContainer.js +18 -19
  30. package/lib/components/HeaderDivider.js +7 -8
  31. package/lib/components/HeaderPopover.js +34 -37
  32. package/lib/components/Link.js +11 -12
  33. package/lib/components/Profile.js +34 -37
  34. package/lib/components/SharkFinIcon.js +11 -12
  35. package/lib/components/SideNav.js +54 -56
  36. package/lib/components/SideNavFlyoutMenu.js +44 -46
  37. package/lib/components/SideNavItems.js +16 -17
  38. package/lib/components/SideNavLink.js +20 -21
  39. package/lib/components/SideNavLinkPopover.js +9 -10
  40. package/lib/components/SideNavMenu.js +60 -62
  41. package/lib/components/SideNavMenuItem.js +12 -12
  42. package/lib/components/SideNavSlot.js +11 -12
  43. package/lib/components/SideNavToggle.js +12 -13
  44. package/lib/components/TrialCountdown.js +11 -12
  45. package/lib/internal/keyboard/match.js +6 -7
  46. package/lib/internal/useDelayedState.js +5 -6
  47. package/lib/internal/useEvent.js +4 -4
  48. package/lib/internal/useId.js +7 -9
  49. package/lib/internal/useIdPrefix.js +3 -3
  50. package/lib/internal/useMatchMedia.js +3 -3
  51. package/lib/internal/useMergedRefs.js +2 -2
  52. package/lib/internal/usePrefix.js +3 -3
  53. package/lib/internal/warning.js +1 -4
  54. package/lib/node_modules/@carbon/ibm-products/es/components/TooltipTrigger/TooltipTrigger.js +8 -8
  55. package/lib/node_modules/@carbon/ibm-products/es/components/UserAvatar/UserAvatar.js +11 -11
  56. package/lib/node_modules/@carbon/ibm-products/es/components/_Canary/Canary.js +9 -9
  57. package/lib/node_modules/@carbon/ibm-products/es/settings.js +2 -2
  58. package/lib/prop-types/deprecate.js +1 -4
  59. package/lib/prop-types/isRequiredOneOf.js +1 -4
  60. package/package.json +3 -3
  61. package/scss/styles/_content.scss +3 -1
  62. package/es/_virtual/_commonjsHelpers.js +0 -12
  63. package/es/_virtual/index.js +0 -14
  64. package/es/_virtual/index2.js +0 -10
  65. package/es/node_modules/@carbon/icons-react/es/Icon.js +0 -71
  66. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +0 -2956
  67. package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +0 -3043
  68. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +0 -3181
  69. package/es/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +0 -14
  70. package/es/node_modules/@carbon/icons-react/node_modules/@carbon/icon-helpers/es/index.js +0 -125
  71. package/es/node_modules/classnames/index.js +0 -71
  72. package/lib/_virtual/_commonjsHelpers.js +0 -14
  73. package/lib/_virtual/index.js +0 -18
  74. package/lib/_virtual/index2.js +0 -12
  75. package/lib/node_modules/@carbon/icons-react/es/Icon.js +0 -75
  76. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +0 -3082
  77. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +0 -3169
  78. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +0 -3307
  79. package/lib/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +0 -16
  80. package/lib/node_modules/@carbon/icons-react/node_modules/@carbon/icon-helpers/es/index.js +0 -128
  81. package/lib/node_modules/classnames/index.js +0 -73
@@ -1,3169 +0,0 @@
1
- /**
2
- * Copyright IBM Corp. 2024
3
- *
4
- * This source code is licensed under the Apache-2.0 license found in the
5
- * LICENSE file in the root directory of this source tree.
6
- */
7
-
8
- 'use strict';
9
-
10
- var React = require('react');
11
- var Icon = require('../Icon.js');
12
- var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
13
- require('prop-types');
14
-
15
- var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path0, _path1, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _circle, _circle2, _circle3, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _circle4, _path68, _circle5, _path69, _path70, _circle6, _path71, _path72, _path73, _path74, _path75, _circle7, _circle8, _circle9, _circle0, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _circle1, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _circle10, _circle11, _path103, _circle12, _circle13, _path104, _path105, _circle14, _circle15, _path106, _path107, _circle16, _circle17, _path108, _path109, _circle18, _circle19, _path110, _path111, _circle20, _circle21, _path112, _path113, _circle22, _circle23, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _rect, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _circle24, _path168, _path169, _path170, _path171, _path172, _circle25, _path173, _circle26, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _circle27, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _circle28, _circle29, _circle30, _circle31, _circle32, _circle33, _circle34, _circle35, _path206, _path207;
16
- const SatisfyUsage = /*#__PURE__*/React.forwardRef(function SatisfyUsage(_ref, ref) {
17
- let {
18
- children,
19
- size = 16,
20
- ...rest
21
- } = _ref;
22
- return /*#__PURE__*/React.createElement(Icon.default, {
23
- width: size,
24
- height: size,
25
- ref: ref,
26
- xmlns: "http://www.w3.org/2000/svg",
27
- viewBox: "0 0 32 32",
28
- fill: "currentColor",
29
- ...rest
30
- }, _path || (_path = /*#__PURE__*/React.createElement("path", {
31
- strokeWidth: "0",
32
- 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"
33
- })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
34
- strokeWidth: "0",
35
- 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"
36
- })), children);
37
- });
38
- if (process.env.NODE_ENV !== "production") {
39
- SatisfyUsage.propTypes = iconPropTypes4cbeb95d.i;
40
- }
41
- const Save = /*#__PURE__*/React.forwardRef(function Save(_ref2, ref) {
42
- let {
43
- children,
44
- size = 16,
45
- ...rest
46
- } = _ref2;
47
- if (size === 16 || size === "16" || size === "16px") {
48
- return /*#__PURE__*/React.createElement(Icon.default, {
49
- width: size,
50
- height: size,
51
- ref: ref,
52
- xmlns: "http://www.w3.org/2000/svg",
53
- viewBox: "0 0 16 16",
54
- fill: "currentColor",
55
- ...rest
56
- }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
57
- 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"
58
- })), children);
59
- }
60
- if (size === 20 || size === "20" || size === "20px") {
61
- return /*#__PURE__*/React.createElement(Icon.default, {
62
- width: size,
63
- height: size,
64
- ref: ref,
65
- xmlns: "http://www.w3.org/2000/svg",
66
- viewBox: "0 0 20 20",
67
- fill: "currentColor",
68
- ...rest
69
- }, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
70
- 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"
71
- })), children);
72
- }
73
- if (size === 24 || size === "24" || size === "24px") {
74
- return /*#__PURE__*/React.createElement(Icon.default, {
75
- width: size,
76
- height: size,
77
- ref: ref,
78
- xmlns: "http://www.w3.org/2000/svg",
79
- viewBox: "0 0 24 24",
80
- fill: "currentColor",
81
- ...rest
82
- }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
83
- 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"
84
- })), children);
85
- }
86
- return /*#__PURE__*/React.createElement(Icon.default, {
87
- width: size,
88
- height: size,
89
- ref: ref,
90
- xmlns: "http://www.w3.org/2000/svg",
91
- viewBox: "0 0 32 32",
92
- fill: "currentColor",
93
- ...rest
94
- }, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
95
- 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"
96
- })), children);
97
- });
98
- if (process.env.NODE_ENV !== "production") {
99
- Save.propTypes = iconPropTypes4cbeb95d.i;
100
- }
101
- const WatsonHealthSaveAnnotation = /*#__PURE__*/React.forwardRef(function WatsonHealthSaveAnnotation(_ref3, ref) {
102
- let {
103
- children,
104
- size = 16,
105
- ...rest
106
- } = _ref3;
107
- return /*#__PURE__*/React.createElement(Icon.default, {
108
- width: size,
109
- height: size,
110
- ref: ref,
111
- xmlns: "http://www.w3.org/2000/svg",
112
- viewBox: "0 0 32 32",
113
- fill: "currentColor",
114
- ...rest
115
- }, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
116
- 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"
117
- })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
118
- d: "M28,20H25V18h3V4H8V7H6V4A2,2,0,0,1,8,2H28a2,2,0,0,1,2,2V18A2,2,0,0,1,28,20Z"
119
- })), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
120
- d: "M20 6H26V8H20zM22 10H26V12H22z"
121
- })), children);
122
- });
123
- if (process.env.NODE_ENV !== "production") {
124
- WatsonHealthSaveAnnotation.propTypes = iconPropTypes4cbeb95d.i;
125
- }
126
- const WatsonHealthSaveImage = /*#__PURE__*/React.forwardRef(function WatsonHealthSaveImage(_ref4, ref) {
127
- let {
128
- children,
129
- size = 16,
130
- ...rest
131
- } = _ref4;
132
- return /*#__PURE__*/React.createElement(Icon.default, {
133
- width: size,
134
- height: size,
135
- ref: ref,
136
- xmlns: "http://www.w3.org/2000/svg",
137
- viewBox: "0 0 32 32",
138
- fill: "currentColor",
139
- ...rest
140
- }, _path0 || (_path0 = /*#__PURE__*/React.createElement("path", {
141
- 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"
142
- })), _path1 || (_path1 = /*#__PURE__*/React.createElement("path", {
143
- d: "M28,20H25V18h3V4H14V7H12V4a2,2,0,0,1,2-2H28a2,2,0,0,1,2,2V18A2,2,0,0,1,28,20Z"
144
- })), children);
145
- });
146
- if (process.env.NODE_ENV !== "production") {
147
- WatsonHealthSaveImage.propTypes = iconPropTypes4cbeb95d.i;
148
- }
149
- const SaveModel = /*#__PURE__*/React.forwardRef(function SaveModel(_ref5, ref) {
150
- let {
151
- children,
152
- size = 16,
153
- ...rest
154
- } = _ref5;
155
- return /*#__PURE__*/React.createElement(Icon.default, {
156
- width: size,
157
- height: size,
158
- ref: ref,
159
- xmlns: "http://www.w3.org/2000/svg",
160
- viewBox: "0 0 32 32",
161
- fill: "currentColor",
162
- ...rest
163
- }, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
164
- d: "M26,20l1.4272,1.9028L23,26.9629l-4.4272-5.06L20,20h6m1-2H19l-3,4,7,8,7-8-3-4Z"
165
- })), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
166
- 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"
167
- })), children);
168
- });
169
- if (process.env.NODE_ENV !== "production") {
170
- SaveModel.propTypes = iconPropTypes4cbeb95d.i;
171
- }
172
- const WatsonHealthSaveSeries = /*#__PURE__*/React.forwardRef(function WatsonHealthSaveSeries(_ref6, ref) {
173
- let {
174
- children,
175
- size = 16,
176
- ...rest
177
- } = _ref6;
178
- return /*#__PURE__*/React.createElement(Icon.default, {
179
- width: size,
180
- height: size,
181
- ref: ref,
182
- xmlns: "http://www.w3.org/2000/svg",
183
- viewBox: "0 0 32 32",
184
- fill: "currentColor",
185
- ...rest
186
- }, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
187
- 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"
188
- })), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
189
- d: "M27,21H25V7H11V5H25a2,2,0,0,1,2,2Z"
190
- })), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
191
- d: "M32,14H30V2H18V0H30a2,2,0,0,1,2,2Z"
192
- })), children);
193
- });
194
- if (process.env.NODE_ENV !== "production") {
195
- WatsonHealthSaveSeries.propTypes = iconPropTypes4cbeb95d.i;
196
- }
197
- const Scale = /*#__PURE__*/React.forwardRef(function Scale(_ref7, ref) {
198
- let {
199
- children,
200
- size = 16,
201
- ...rest
202
- } = _ref7;
203
- return /*#__PURE__*/React.createElement(Icon.default, {
204
- width: size,
205
- height: size,
206
- ref: ref,
207
- xmlns: "http://www.w3.org/2000/svg",
208
- viewBox: "0 0 32 32",
209
- fill: "currentColor",
210
- ...rest
211
- }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
212
- 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"
213
- })), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
214
- d: "M19,21v2h6a2,2,0,0,0,2-2V7a2,2,0,0,0-2-2H11A2,2,0,0,0,9,7v6h2V7H25V21"
215
- })), children);
216
- });
217
- if (process.env.NODE_ENV !== "production") {
218
- Scale.propTypes = iconPropTypes4cbeb95d.i;
219
- }
220
- const Scales = /*#__PURE__*/React.forwardRef(function Scales(_ref8, ref) {
221
- let {
222
- children,
223
- size = 16,
224
- ...rest
225
- } = _ref8;
226
- return /*#__PURE__*/React.createElement(Icon.default, {
227
- width: size,
228
- height: size,
229
- ref: ref,
230
- xmlns: "http://www.w3.org/2000/svg",
231
- viewBox: "0 0 32 32",
232
- fill: "currentColor",
233
- ...rest
234
- }, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
235
- 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"
236
- })), children);
237
- });
238
- if (process.env.NODE_ENV !== "production") {
239
- Scales.propTypes = iconPropTypes4cbeb95d.i;
240
- }
241
- const ScalesTipped = /*#__PURE__*/React.forwardRef(function ScalesTipped(_ref9, ref) {
242
- let {
243
- children,
244
- size = 16,
245
- ...rest
246
- } = _ref9;
247
- return /*#__PURE__*/React.createElement(Icon.default, {
248
- width: size,
249
- height: size,
250
- ref: ref,
251
- xmlns: "http://www.w3.org/2000/svg",
252
- viewBox: "0 0 32 32",
253
- fill: "currentColor",
254
- ...rest
255
- }, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
256
- 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"
257
- })), children);
258
- });
259
- if (process.env.NODE_ENV !== "production") {
260
- ScalesTipped.propTypes = iconPropTypes4cbeb95d.i;
261
- }
262
- const Scalpel = /*#__PURE__*/React.forwardRef(function Scalpel(_ref10, ref) {
263
- let {
264
- children,
265
- size = 16,
266
- ...rest
267
- } = _ref10;
268
- return /*#__PURE__*/React.createElement(Icon.default, {
269
- width: size,
270
- height: size,
271
- ref: ref,
272
- xmlns: "http://www.w3.org/2000/svg",
273
- viewBox: "0 0 32 32",
274
- fill: "currentColor",
275
- ...rest
276
- }, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
277
- 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"
278
- })), children);
279
- });
280
- if (process.env.NODE_ENV !== "production") {
281
- Scalpel.propTypes = iconPropTypes4cbeb95d.i;
282
- }
283
- const WatsonHealthScalpelCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthScalpelCursor(_ref11, ref) {
284
- let {
285
- children,
286
- size = 16,
287
- ...rest
288
- } = _ref11;
289
- return /*#__PURE__*/React.createElement(Icon.default, {
290
- width: size,
291
- height: size,
292
- ref: ref,
293
- xmlns: "http://www.w3.org/2000/svg",
294
- viewBox: "0 0 32 32",
295
- fill: "currentColor",
296
- ...rest
297
- }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
298
- 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"
299
- })), children);
300
- });
301
- if (process.env.NODE_ENV !== "production") {
302
- WatsonHealthScalpelCursor.propTypes = iconPropTypes4cbeb95d.i;
303
- }
304
- const WatsonHealthScalpelLasso = /*#__PURE__*/React.forwardRef(function WatsonHealthScalpelLasso(_ref12, ref) {
305
- let {
306
- children,
307
- size = 16,
308
- ...rest
309
- } = _ref12;
310
- return /*#__PURE__*/React.createElement(Icon.default, {
311
- width: size,
312
- height: size,
313
- ref: ref,
314
- xmlns: "http://www.w3.org/2000/svg",
315
- viewBox: "0 0 32 32",
316
- fill: "currentColor",
317
- ...rest
318
- }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
319
- 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"
320
- })), children);
321
- });
322
- if (process.env.NODE_ENV !== "production") {
323
- WatsonHealthScalpelLasso.propTypes = iconPropTypes4cbeb95d.i;
324
- }
325
- const WatsonHealthScalpelSelect = /*#__PURE__*/React.forwardRef(function WatsonHealthScalpelSelect(_ref13, ref) {
326
- let {
327
- children,
328
- size = 16,
329
- ...rest
330
- } = _ref13;
331
- return /*#__PURE__*/React.createElement(Icon.default, {
332
- width: size,
333
- height: size,
334
- ref: ref,
335
- xmlns: "http://www.w3.org/2000/svg",
336
- viewBox: "0 0 32 32",
337
- fill: "currentColor",
338
- ...rest
339
- }, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
340
- 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"
341
- })), children);
342
- });
343
- if (process.env.NODE_ENV !== "production") {
344
- WatsonHealthScalpelSelect.propTypes = iconPropTypes4cbeb95d.i;
345
- }
346
- const Scan = /*#__PURE__*/React.forwardRef(function Scan(_ref14, ref) {
347
- let {
348
- children,
349
- size = 16,
350
- ...rest
351
- } = _ref14;
352
- return /*#__PURE__*/React.createElement(Icon.default, {
353
- width: size,
354
- height: size,
355
- ref: ref,
356
- xmlns: "http://www.w3.org/2000/svg",
357
- viewBox: "0 0 32 32",
358
- fill: "currentColor",
359
- ...rest
360
- }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
361
- d: "M21,29H5a2,2,0,0,1-2-2V5A2,2,0,0,1,5,3H21V5H5V27H21Z"
362
- })), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
363
- d: "M15 9H17V23H15zM27 9H29V23H27zM21 9H23V23H21z"
364
- })), children);
365
- });
366
- if (process.env.NODE_ENV !== "production") {
367
- Scan.propTypes = iconPropTypes4cbeb95d.i;
368
- }
369
- const ScanAlt = /*#__PURE__*/React.forwardRef(function ScanAlt(_ref15, ref) {
370
- let {
371
- children,
372
- size = 16,
373
- ...rest
374
- } = _ref15;
375
- return /*#__PURE__*/React.createElement(Icon.default, {
376
- width: size,
377
- height: size,
378
- ref: ref,
379
- xmlns: "http://www.w3.org/2000/svg",
380
- viewBox: "0 0 32 32",
381
- fill: "currentColor",
382
- ...rest
383
- }, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
384
- 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"
385
- })), children);
386
- });
387
- if (process.env.NODE_ENV !== "production") {
388
- ScanAlt.propTypes = iconPropTypes4cbeb95d.i;
389
- }
390
- const ScanDisabled = /*#__PURE__*/React.forwardRef(function ScanDisabled(_ref16, ref) {
391
- let {
392
- children,
393
- size = 16,
394
- ...rest
395
- } = _ref16;
396
- return /*#__PURE__*/React.createElement(Icon.default, {
397
- width: size,
398
- height: size,
399
- ref: ref,
400
- xmlns: "http://www.w3.org/2000/svg",
401
- viewBox: "0 0 32 32",
402
- fill: "currentColor",
403
- ...rest
404
- }, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
405
- 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"
406
- })), children);
407
- });
408
- if (process.env.NODE_ENV !== "production") {
409
- ScanDisabled.propTypes = iconPropTypes4cbeb95d.i;
410
- }
411
- const ScatterMatrix = /*#__PURE__*/React.forwardRef(function ScatterMatrix(_ref17, ref) {
412
- let {
413
- children,
414
- size = 16,
415
- ...rest
416
- } = _ref17;
417
- return /*#__PURE__*/React.createElement(Icon.default, {
418
- width: size,
419
- height: size,
420
- ref: ref,
421
- xmlns: "http://www.w3.org/2000/svg",
422
- viewBox: "0 0 32 32",
423
- fill: "currentColor",
424
- ...rest
425
- }, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
426
- cx: "9.5",
427
- cy: "9.5",
428
- r: "2.5"
429
- })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
430
- cx: "9.5",
431
- cy: "22.5",
432
- r: "2.5"
433
- })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
434
- cx: "22.5",
435
- cy: "22.5",
436
- r: "2.5"
437
- })), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
438
- 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"
439
- })), children);
440
- });
441
- if (process.env.NODE_ENV !== "production") {
442
- ScatterMatrix.propTypes = iconPropTypes4cbeb95d.i;
443
- }
444
- const Schematics = /*#__PURE__*/React.forwardRef(function Schematics(_ref18, ref) {
445
- let {
446
- children,
447
- size = 16,
448
- ...rest
449
- } = _ref18;
450
- return /*#__PURE__*/React.createElement(Icon.default, {
451
- width: size,
452
- height: size,
453
- ref: ref,
454
- xmlns: "http://www.w3.org/2000/svg",
455
- viewBox: "0 0 32 32",
456
- fill: "currentColor",
457
- ...rest
458
- }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
459
- 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"
460
- })), children);
461
- });
462
- if (process.env.NODE_ENV !== "production") {
463
- Schematics.propTypes = iconPropTypes4cbeb95d.i;
464
- }
465
- const ScisControlTower = /*#__PURE__*/React.forwardRef(function ScisControlTower(_ref19, ref) {
466
- let {
467
- children,
468
- size = 16,
469
- ...rest
470
- } = _ref19;
471
- return /*#__PURE__*/React.createElement(Icon.default, {
472
- width: size,
473
- height: size,
474
- ref: ref,
475
- xmlns: "http://www.w3.org/2000/svg",
476
- viewBox: "0 0 32 32",
477
- fill: "currentColor",
478
- ...rest
479
- }, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
480
- 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"
481
- })), children);
482
- });
483
- if (process.env.NODE_ENV !== "production") {
484
- ScisControlTower.propTypes = iconPropTypes4cbeb95d.i;
485
- }
486
- const ScisTransparentSupply = /*#__PURE__*/React.forwardRef(function ScisTransparentSupply(_ref20, ref) {
487
- let {
488
- children,
489
- size = 16,
490
- ...rest
491
- } = _ref20;
492
- return /*#__PURE__*/React.createElement(Icon.default, {
493
- width: size,
494
- height: size,
495
- ref: ref,
496
- xmlns: "http://www.w3.org/2000/svg",
497
- viewBox: "0 0 32 32",
498
- fill: "currentColor",
499
- ...rest
500
- }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
501
- d: "M23,23v3H8.5a4.5,4.5,0,0,1,0-9H9V15H8.5a6.5,6.5,0,0,0,0,13H23v3h8V23Zm6,6H25V25h4Z"
502
- })), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
503
- 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"
504
- })), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
505
- d: "M23.5,4H9V1H1V9H9V6H23.5a4.5,4.5,0,0,1,0,9H23v2h.5a6.5,6.5,0,0,0,0-13ZM7,7H3V3H7Z"
506
- })), children);
507
- });
508
- if (process.env.NODE_ENV !== "production") {
509
- ScisTransparentSupply.propTypes = iconPropTypes4cbeb95d.i;
510
- }
511
- const Scooter = /*#__PURE__*/React.forwardRef(function Scooter(_ref21, ref) {
512
- let {
513
- children,
514
- size = 16,
515
- ...rest
516
- } = _ref21;
517
- return /*#__PURE__*/React.createElement(Icon.default, {
518
- width: size,
519
- height: size,
520
- ref: ref,
521
- xmlns: "http://www.w3.org/2000/svg",
522
- viewBox: "0 0 32 32",
523
- fill: "currentColor",
524
- ...rest
525
- }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
526
- 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"
527
- })), children);
528
- });
529
- if (process.env.NODE_ENV !== "production") {
530
- Scooter.propTypes = iconPropTypes4cbeb95d.i;
531
- }
532
- const ScooterFront = /*#__PURE__*/React.forwardRef(function ScooterFront(_ref22, ref) {
533
- let {
534
- children,
535
- size = 16,
536
- ...rest
537
- } = _ref22;
538
- return /*#__PURE__*/React.createElement(Icon.default, {
539
- width: size,
540
- height: size,
541
- ref: ref,
542
- xmlns: "http://www.w3.org/2000/svg",
543
- viewBox: "0 0 32 32",
544
- fill: "currentColor",
545
- ...rest
546
- }, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
547
- d: "M15 19H17V28H15z"
548
- })), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
549
- 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"
550
- })), children);
551
- });
552
- if (process.env.NODE_ENV !== "production") {
553
- ScooterFront.propTypes = iconPropTypes4cbeb95d.i;
554
- }
555
- const Screen = /*#__PURE__*/React.forwardRef(function Screen(_ref23, ref) {
556
- let {
557
- children,
558
- size = 16,
559
- ...rest
560
- } = _ref23;
561
- return /*#__PURE__*/React.createElement(Icon.default, {
562
- width: size,
563
- height: size,
564
- ref: ref,
565
- xmlns: "http://www.w3.org/2000/svg",
566
- viewBox: "0 0 32 32",
567
- fill: "currentColor",
568
- ...rest
569
- }, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
570
- 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"
571
- })), children);
572
- });
573
- if (process.env.NODE_ENV !== "production") {
574
- Screen.propTypes = iconPropTypes4cbeb95d.i;
575
- }
576
- const ScreenOff = /*#__PURE__*/React.forwardRef(function ScreenOff(_ref24, ref) {
577
- let {
578
- children,
579
- size = 16,
580
- ...rest
581
- } = _ref24;
582
- return /*#__PURE__*/React.createElement(Icon.default, {
583
- width: size,
584
- height: size,
585
- ref: ref,
586
- xmlns: "http://www.w3.org/2000/svg",
587
- viewBox: "0 0 32 32",
588
- fill: "currentColor",
589
- ...rest
590
- }, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
591
- 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"
592
- })), children);
593
- });
594
- if (process.env.NODE_ENV !== "production") {
595
- ScreenOff.propTypes = iconPropTypes4cbeb95d.i;
596
- }
597
- const ScreenMap = /*#__PURE__*/React.forwardRef(function ScreenMap(_ref25, ref) {
598
- let {
599
- children,
600
- size = 16,
601
- ...rest
602
- } = _ref25;
603
- return /*#__PURE__*/React.createElement(Icon.default, {
604
- width: size,
605
- height: size,
606
- ref: ref,
607
- xmlns: "http://www.w3.org/2000/svg",
608
- viewBox: "0 0 32 32",
609
- fill: "currentColor",
610
- ...rest
611
- }, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
612
- 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"
613
- })), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
614
- 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"
615
- })), children);
616
- });
617
- if (process.env.NODE_ENV !== "production") {
618
- ScreenMap.propTypes = iconPropTypes4cbeb95d.i;
619
- }
620
- const ScreenMapSet = /*#__PURE__*/React.forwardRef(function ScreenMapSet(_ref26, ref) {
621
- let {
622
- children,
623
- size = 16,
624
- ...rest
625
- } = _ref26;
626
- return /*#__PURE__*/React.createElement(Icon.default, {
627
- width: size,
628
- height: size,
629
- ref: ref,
630
- xmlns: "http://www.w3.org/2000/svg",
631
- viewBox: "0 0 32 32",
632
- fill: "currentColor",
633
- ...rest
634
- }, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
635
- 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"
636
- })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
637
- 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"
638
- })), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
639
- d: "M26,3V1H3C1.8972,1,1,1.8965,1,3v15H3V3H26Z"
640
- })), children);
641
- });
642
- if (process.env.NODE_ENV !== "production") {
643
- ScreenMapSet.propTypes = iconPropTypes4cbeb95d.i;
644
- }
645
- const Script = /*#__PURE__*/React.forwardRef(function Script(_ref27, ref) {
646
- let {
647
- children,
648
- size = 16,
649
- ...rest
650
- } = _ref27;
651
- return /*#__PURE__*/React.createElement(Icon.default, {
652
- width: size,
653
- height: size,
654
- ref: ref,
655
- xmlns: "http://www.w3.org/2000/svg",
656
- viewBox: "0 0 32 32",
657
- fill: "currentColor",
658
- ...rest
659
- }, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
660
- 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"
661
- })), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
662
- 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"
663
- })), children);
664
- });
665
- if (process.env.NODE_ENV !== "production") {
666
- Script.propTypes = iconPropTypes4cbeb95d.i;
667
- }
668
- const ScriptReference = /*#__PURE__*/React.forwardRef(function ScriptReference(_ref28, ref) {
669
- let {
670
- children,
671
- size = 16,
672
- ...rest
673
- } = _ref28;
674
- return /*#__PURE__*/React.createElement(Icon.default, {
675
- width: size,
676
- height: size,
677
- ref: ref,
678
- xmlns: "http://www.w3.org/2000/svg",
679
- viewBox: "0 0 32 32",
680
- fill: "currentColor",
681
- ...rest
682
- }, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
683
- 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"
684
- })), children);
685
- });
686
- if (process.env.NODE_ENV !== "production") {
687
- ScriptReference.propTypes = iconPropTypes4cbeb95d.i;
688
- }
689
- const Sdk = /*#__PURE__*/React.forwardRef(function Sdk(_ref29, ref) {
690
- let {
691
- children,
692
- size = 16,
693
- ...rest
694
- } = _ref29;
695
- return /*#__PURE__*/React.createElement(Icon.default, {
696
- width: size,
697
- height: size,
698
- ref: ref,
699
- xmlns: "http://www.w3.org/2000/svg",
700
- viewBox: "0 0 32 32",
701
- fill: "currentColor",
702
- ...rest
703
- }, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
704
- 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"
705
- })), children);
706
- });
707
- if (process.env.NODE_ENV !== "production") {
708
- Sdk.propTypes = iconPropTypes4cbeb95d.i;
709
- }
710
- const Search = /*#__PURE__*/React.forwardRef(function Search(_ref30, ref) {
711
- let {
712
- children,
713
- size = 16,
714
- ...rest
715
- } = _ref30;
716
- if (size === 16 || size === "16" || size === "16px") {
717
- return /*#__PURE__*/React.createElement(Icon.default, {
718
- width: size,
719
- height: size,
720
- ref: ref,
721
- xmlns: "http://www.w3.org/2000/svg",
722
- viewBox: "0 0 16 16",
723
- fill: "currentColor",
724
- ...rest
725
- }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
726
- 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"
727
- })), children);
728
- }
729
- return /*#__PURE__*/React.createElement(Icon.default, {
730
- width: size,
731
- height: size,
732
- ref: ref,
733
- xmlns: "http://www.w3.org/2000/svg",
734
- viewBox: "0 0 32 32",
735
- fill: "currentColor",
736
- ...rest
737
- }, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
738
- 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"
739
- })), children);
740
- });
741
- if (process.env.NODE_ENV !== "production") {
742
- Search.propTypes = iconPropTypes4cbeb95d.i;
743
- }
744
- const SearchAdvanced = /*#__PURE__*/React.forwardRef(function SearchAdvanced(_ref31, ref) {
745
- let {
746
- children,
747
- size = 16,
748
- ...rest
749
- } = _ref31;
750
- return /*#__PURE__*/React.createElement(Icon.default, {
751
- width: size,
752
- height: size,
753
- ref: ref,
754
- xmlns: "http://www.w3.org/2000/svg",
755
- viewBox: "0 0 32 32",
756
- fill: "currentColor",
757
- ...rest
758
- }, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
759
- 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"
760
- })), children);
761
- });
762
- if (process.env.NODE_ENV !== "production") {
763
- SearchAdvanced.propTypes = iconPropTypes4cbeb95d.i;
764
- }
765
- const SearchLocate = /*#__PURE__*/React.forwardRef(function SearchLocate(_ref32, ref) {
766
- let {
767
- children,
768
- size = 16,
769
- ...rest
770
- } = _ref32;
771
- return /*#__PURE__*/React.createElement(Icon.default, {
772
- width: size,
773
- height: size,
774
- ref: ref,
775
- xmlns: "http://www.w3.org/2000/svg",
776
- viewBox: "0 0 32 32",
777
- fill: "currentColor",
778
- ...rest
779
- }, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
780
- 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"
781
- })), children);
782
- });
783
- if (process.env.NODE_ENV !== "production") {
784
- SearchLocate.propTypes = iconPropTypes4cbeb95d.i;
785
- }
786
- const SearchLocateMirror = /*#__PURE__*/React.forwardRef(function SearchLocateMirror(_ref33, ref) {
787
- let {
788
- children,
789
- size = 16,
790
- ...rest
791
- } = _ref33;
792
- return /*#__PURE__*/React.createElement(Icon.default, {
793
- width: size,
794
- height: size,
795
- ref: ref,
796
- xmlns: "http://www.w3.org/2000/svg",
797
- viewBox: "0 0 32 32",
798
- fill: "currentColor",
799
- ...rest
800
- }, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
801
- 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"
802
- })), children);
803
- });
804
- if (process.env.NODE_ENV !== "production") {
805
- SearchLocateMirror.propTypes = iconPropTypes4cbeb95d.i;
806
- }
807
- const Security = /*#__PURE__*/React.forwardRef(function Security(_ref34, ref) {
808
- let {
809
- children,
810
- size = 16,
811
- ...rest
812
- } = _ref34;
813
- return /*#__PURE__*/React.createElement(Icon.default, {
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
- }, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
822
- d: "M14 16.59L11.41 14 10 15.41 14 19.41 22 11.41 20.59 10 14 16.59z"
823
- })), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
824
- 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"
825
- })), children);
826
- });
827
- if (process.env.NODE_ENV !== "production") {
828
- Security.propTypes = iconPropTypes4cbeb95d.i;
829
- }
830
- const SecurityServices = /*#__PURE__*/React.forwardRef(function SecurityServices(_ref35, ref) {
831
- let {
832
- children,
833
- size = 16,
834
- ...rest
835
- } = _ref35;
836
- return /*#__PURE__*/React.createElement(Icon.default, {
837
- width: size,
838
- height: size,
839
- ref: ref,
840
- xmlns: "http://www.w3.org/2000/svg",
841
- viewBox: "0 0 32 32",
842
- fill: "currentColor",
843
- ...rest
844
- }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
845
- 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"
846
- })), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
847
- 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"
848
- })), children);
849
- });
850
- if (process.env.NODE_ENV !== "production") {
851
- SecurityServices.propTypes = iconPropTypes4cbeb95d.i;
852
- }
853
- const Select_01 = /*#__PURE__*/React.forwardRef(function Select_01(_ref36, ref) {
854
- let {
855
- children,
856
- size = 16,
857
- ...rest
858
- } = _ref36;
859
- return /*#__PURE__*/React.createElement(Icon.default, {
860
- width: size,
861
- height: size,
862
- ref: ref,
863
- xmlns: "http://www.w3.org/2000/svg",
864
- viewBox: "0 0 32 32",
865
- fill: "currentColor",
866
- ...rest
867
- }, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
868
- 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"
869
- })), children);
870
- });
871
- if (process.env.NODE_ENV !== "production") {
872
- Select_01.propTypes = iconPropTypes4cbeb95d.i;
873
- }
874
- const Select_02 = /*#__PURE__*/React.forwardRef(function Select_02(_ref37, ref) {
875
- let {
876
- children,
877
- size = 16,
878
- ...rest
879
- } = _ref37;
880
- return /*#__PURE__*/React.createElement(Icon.default, {
881
- width: size,
882
- height: size,
883
- ref: ref,
884
- xmlns: "http://www.w3.org/2000/svg",
885
- viewBox: "0 0 32 32",
886
- fill: "currentColor",
887
- ...rest
888
- }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
889
- 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"
890
- })), children);
891
- });
892
- if (process.env.NODE_ENV !== "production") {
893
- Select_02.propTypes = iconPropTypes4cbeb95d.i;
894
- }
895
- const SelectWindow = /*#__PURE__*/React.forwardRef(function SelectWindow(_ref38, ref) {
896
- let {
897
- children,
898
- size = 16,
899
- ...rest
900
- } = _ref38;
901
- return /*#__PURE__*/React.createElement(Icon.default, {
902
- width: size,
903
- height: size,
904
- ref: ref,
905
- xmlns: "http://www.w3.org/2000/svg",
906
- viewBox: "0 0 32 32",
907
- fill: "currentColor",
908
- ...rest
909
- }, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
910
- 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"
911
- })), children);
912
- });
913
- if (process.env.NODE_ENV !== "production") {
914
- SelectWindow.propTypes = iconPropTypes4cbeb95d.i;
915
- }
916
- const Send = /*#__PURE__*/React.forwardRef(function Send(_ref39, ref) {
917
- let {
918
- children,
919
- size = 16,
920
- ...rest
921
- } = _ref39;
922
- return /*#__PURE__*/React.createElement(Icon.default, {
923
- width: size,
924
- height: size,
925
- ref: ref,
926
- xmlns: "http://www.w3.org/2000/svg",
927
- viewBox: "0 0 32 32",
928
- fill: "currentColor",
929
- ...rest
930
- }, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
931
- 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"
932
- })), children);
933
- });
934
- if (process.env.NODE_ENV !== "production") {
935
- Send.propTypes = iconPropTypes4cbeb95d.i;
936
- }
937
- const SendAlt = /*#__PURE__*/React.forwardRef(function SendAlt(_ref40, ref) {
938
- let {
939
- children,
940
- size = 16,
941
- ...rest
942
- } = _ref40;
943
- return /*#__PURE__*/React.createElement(Icon.default, {
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
- }, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
952
- 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"
953
- })), children);
954
- });
955
- if (process.env.NODE_ENV !== "production") {
956
- SendAlt.propTypes = iconPropTypes4cbeb95d.i;
957
- }
958
- const SendAltFilled = /*#__PURE__*/React.forwardRef(function SendAltFilled(_ref41, ref) {
959
- let {
960
- children,
961
- size = 16,
962
- ...rest
963
- } = _ref41;
964
- return /*#__PURE__*/React.createElement(Icon.default, {
965
- width: size,
966
- height: size,
967
- ref: ref,
968
- xmlns: "http://www.w3.org/2000/svg",
969
- viewBox: "0 0 32 32",
970
- fill: "currentColor",
971
- ...rest
972
- }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
973
- 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"
974
- })), children);
975
- });
976
- if (process.env.NODE_ENV !== "production") {
977
- SendAltFilled.propTypes = iconPropTypes4cbeb95d.i;
978
- }
979
- const SendFilled = /*#__PURE__*/React.forwardRef(function SendFilled(_ref42, ref) {
980
- let {
981
- children,
982
- size = 16,
983
- ...rest
984
- } = _ref42;
985
- return /*#__PURE__*/React.createElement(Icon.default, {
986
- width: size,
987
- height: size,
988
- ref: ref,
989
- xmlns: "http://www.w3.org/2000/svg",
990
- viewBox: "0 0 32 32",
991
- fill: "currentColor",
992
- ...rest
993
- }, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
994
- 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"
995
- })), children);
996
- });
997
- if (process.env.NODE_ENV !== "production") {
998
- SendFilled.propTypes = iconPropTypes4cbeb95d.i;
999
- }
1000
- const SendActionUsage = /*#__PURE__*/React.forwardRef(function SendActionUsage(_ref43, ref) {
1001
- let {
1002
- children,
1003
- size = 16,
1004
- ...rest
1005
- } = _ref43;
1006
- return /*#__PURE__*/React.createElement(Icon.default, {
1007
- width: size,
1008
- height: size,
1009
- ref: ref,
1010
- xmlns: "http://www.w3.org/2000/svg",
1011
- viewBox: "0 0 32 32",
1012
- fill: "currentColor",
1013
- ...rest
1014
- }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
1015
- strokeWidth: "0",
1016
- 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"
1017
- })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
1018
- strokeWidth: "0",
1019
- 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"
1020
- })), children);
1021
- });
1022
- if (process.env.NODE_ENV !== "production") {
1023
- SendActionUsage.propTypes = iconPropTypes4cbeb95d.i;
1024
- }
1025
- const SendBackward = /*#__PURE__*/React.forwardRef(function SendBackward(_ref44, ref) {
1026
- let {
1027
- children,
1028
- size = 16,
1029
- ...rest
1030
- } = _ref44;
1031
- return /*#__PURE__*/React.createElement(Icon.default, {
1032
- width: size,
1033
- height: size,
1034
- ref: ref,
1035
- xmlns: "http://www.w3.org/2000/svg",
1036
- viewBox: "0 0 32 32",
1037
- fill: "currentColor",
1038
- ...rest
1039
- }, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
1040
- 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"
1041
- })), children);
1042
- });
1043
- if (process.env.NODE_ENV !== "production") {
1044
- SendBackward.propTypes = iconPropTypes4cbeb95d.i;
1045
- }
1046
- const SendToBack = /*#__PURE__*/React.forwardRef(function SendToBack(_ref45, ref) {
1047
- let {
1048
- children,
1049
- size = 16,
1050
- ...rest
1051
- } = _ref45;
1052
- return /*#__PURE__*/React.createElement(Icon.default, {
1053
- width: size,
1054
- height: size,
1055
- ref: ref,
1056
- xmlns: "http://www.w3.org/2000/svg",
1057
- viewBox: "0 0 32 32",
1058
- fill: "currentColor",
1059
- ...rest
1060
- }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
1061
- 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"
1062
- })), children);
1063
- });
1064
- if (process.env.NODE_ENV !== "production") {
1065
- SendToBack.propTypes = iconPropTypes4cbeb95d.i;
1066
- }
1067
- const ServerDns = /*#__PURE__*/React.forwardRef(function ServerDns(_ref46, ref) {
1068
- let {
1069
- children,
1070
- size = 16,
1071
- ...rest
1072
- } = _ref46;
1073
- return /*#__PURE__*/React.createElement(Icon.default, {
1074
- width: size,
1075
- height: size,
1076
- ref: ref,
1077
- xmlns: "http://www.w3.org/2000/svg",
1078
- viewBox: "0 0 32 32",
1079
- fill: "currentColor",
1080
- ...rest
1081
- }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
1082
- 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"
1083
- })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
1084
- cx: "7",
1085
- cy: "25",
1086
- r: "1"
1087
- })), children);
1088
- });
1089
- if (process.env.NODE_ENV !== "production") {
1090
- ServerDns.propTypes = iconPropTypes4cbeb95d.i;
1091
- }
1092
- const ServerProxy = /*#__PURE__*/React.forwardRef(function ServerProxy(_ref47, ref) {
1093
- let {
1094
- children,
1095
- size = 16,
1096
- ...rest
1097
- } = _ref47;
1098
- return /*#__PURE__*/React.createElement(Icon.default, {
1099
- width: size,
1100
- height: size,
1101
- ref: ref,
1102
- xmlns: "http://www.w3.org/2000/svg",
1103
- viewBox: "0 0 32 32",
1104
- fill: "currentColor",
1105
- ...rest
1106
- }, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
1107
- 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"
1108
- })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
1109
- cx: "9",
1110
- cy: "25",
1111
- r: "1"
1112
- })), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1113
- 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"
1114
- })), children);
1115
- });
1116
- if (process.env.NODE_ENV !== "production") {
1117
- ServerProxy.propTypes = iconPropTypes4cbeb95d.i;
1118
- }
1119
- const ServerTime = /*#__PURE__*/React.forwardRef(function ServerTime(_ref48, ref) {
1120
- let {
1121
- children,
1122
- size = 16,
1123
- ...rest
1124
- } = _ref48;
1125
- return /*#__PURE__*/React.createElement(Icon.default, {
1126
- width: size,
1127
- height: size,
1128
- ref: ref,
1129
- xmlns: "http://www.w3.org/2000/svg",
1130
- viewBox: "0 0 32 32",
1131
- fill: "currentColor",
1132
- ...rest
1133
- }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1134
- 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"
1135
- })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
1136
- cx: "7",
1137
- cy: "25",
1138
- r: "1"
1139
- })), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1140
- d: "M19 11.586L17 9.586 17 6 15 6 15 10.414 17.586 13 19 11.586z"
1141
- })), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1142
- 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"
1143
- })), children);
1144
- });
1145
- if (process.env.NODE_ENV !== "production") {
1146
- ServerTime.propTypes = iconPropTypes4cbeb95d.i;
1147
- }
1148
- const ServiceDesk = /*#__PURE__*/React.forwardRef(function ServiceDesk(_ref49, ref) {
1149
- let {
1150
- children,
1151
- size = 16,
1152
- ...rest
1153
- } = _ref49;
1154
- return /*#__PURE__*/React.createElement(Icon.default, {
1155
- width: size,
1156
- height: size,
1157
- ref: ref,
1158
- xmlns: "http://www.w3.org/2000/svg",
1159
- viewBox: "0 0 32 32",
1160
- fill: "currentColor",
1161
- ...rest
1162
- }, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1163
- 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",
1164
- transform: "translate(0 .005)"
1165
- })), children);
1166
- });
1167
- if (process.env.NODE_ENV !== "production") {
1168
- ServiceDesk.propTypes = iconPropTypes4cbeb95d.i;
1169
- }
1170
- const ServiceId = /*#__PURE__*/React.forwardRef(function ServiceId(_ref50, ref) {
1171
- let {
1172
- children,
1173
- size = 16,
1174
- ...rest
1175
- } = _ref50;
1176
- return /*#__PURE__*/React.createElement(Icon.default, {
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
- }, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1185
- 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"
1186
- })), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1187
- 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"
1188
- })), children);
1189
- });
1190
- if (process.env.NODE_ENV !== "production") {
1191
- ServiceId.propTypes = iconPropTypes4cbeb95d.i;
1192
- }
1193
- const ServiceLevels = /*#__PURE__*/React.forwardRef(function ServiceLevels(_ref51, ref) {
1194
- let {
1195
- children,
1196
- size = 16,
1197
- ...rest
1198
- } = _ref51;
1199
- return /*#__PURE__*/React.createElement(Icon.default, {
1200
- width: size,
1201
- height: size,
1202
- ref: ref,
1203
- xmlns: "http://www.w3.org/2000/svg",
1204
- viewBox: "0 0 32 32",
1205
- fill: "currentColor",
1206
- ...rest
1207
- }, _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
1208
- cx: "7",
1209
- cy: "19",
1210
- r: "1"
1211
- })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
1212
- cx: "16",
1213
- cy: "11",
1214
- r: "1"
1215
- })), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
1216
- cx: "25",
1217
- cy: "19",
1218
- r: "1"
1219
- })), _circle0 || (_circle0 = /*#__PURE__*/React.createElement("circle", {
1220
- cx: "10",
1221
- cy: "14",
1222
- r: "1"
1223
- })), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1224
- 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"
1225
- })), children);
1226
- });
1227
- if (process.env.NODE_ENV !== "production") {
1228
- ServiceLevels.propTypes = iconPropTypes4cbeb95d.i;
1229
- }
1230
- const SessionBorderControl = /*#__PURE__*/React.forwardRef(function SessionBorderControl(_ref52, ref) {
1231
- let {
1232
- children,
1233
- size = 16,
1234
- ...rest
1235
- } = _ref52;
1236
- return /*#__PURE__*/React.createElement(Icon.default, {
1237
- width: size,
1238
- height: size,
1239
- ref: ref,
1240
- xmlns: "http://www.w3.org/2000/svg",
1241
- viewBox: "0 0 32 32",
1242
- fill: "currentColor",
1243
- ...rest
1244
- }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1245
- 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"
1246
- })), children);
1247
- });
1248
- if (process.env.NODE_ENV !== "production") {
1249
- SessionBorderControl.propTypes = iconPropTypes4cbeb95d.i;
1250
- }
1251
- const Settings = /*#__PURE__*/React.forwardRef(function Settings(_ref53, ref) {
1252
- let {
1253
- children,
1254
- size = 16,
1255
- ...rest
1256
- } = _ref53;
1257
- if (size === 16 || size === "16" || size === "16px") {
1258
- return /*#__PURE__*/React.createElement(Icon.default, {
1259
- width: size,
1260
- height: size,
1261
- ref: ref,
1262
- xmlns: "http://www.w3.org/2000/svg",
1263
- viewBox: "0 0 16 16",
1264
- fill: "currentColor",
1265
- ...rest
1266
- }, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1267
- 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"
1268
- })), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1269
- 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"
1270
- })), children);
1271
- }
1272
- return /*#__PURE__*/React.createElement(Icon.default, {
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
- }, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1281
- 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"
1282
- })), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1283
- 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"
1284
- })), children);
1285
- });
1286
- if (process.env.NODE_ENV !== "production") {
1287
- Settings.propTypes = iconPropTypes4cbeb95d.i;
1288
- }
1289
- const SettingsAdjust = /*#__PURE__*/React.forwardRef(function SettingsAdjust(_ref54, ref) {
1290
- let {
1291
- children,
1292
- size = 16,
1293
- ...rest
1294
- } = _ref54;
1295
- return /*#__PURE__*/React.createElement(Icon.default, {
1296
- width: size,
1297
- height: size,
1298
- ref: ref,
1299
- xmlns: "http://www.w3.org/2000/svg",
1300
- viewBox: "0 0 32 32",
1301
- fill: "currentColor",
1302
- ...rest
1303
- }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1304
- 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"
1305
- })), children);
1306
- });
1307
- if (process.env.NODE_ENV !== "production") {
1308
- SettingsAdjust.propTypes = iconPropTypes4cbeb95d.i;
1309
- }
1310
- const SettingsCheck = /*#__PURE__*/React.forwardRef(function SettingsCheck(_ref55, ref) {
1311
- let {
1312
- children,
1313
- size = 16,
1314
- ...rest
1315
- } = _ref55;
1316
- return /*#__PURE__*/React.createElement(Icon.default, {
1317
- width: size,
1318
- height: size,
1319
- ref: ref,
1320
- xmlns: "http://www.w3.org/2000/svg",
1321
- viewBox: "0 0 32 32",
1322
- fill: "currentColor",
1323
- ...rest
1324
- }, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1325
- 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"
1326
- })), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1327
- 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"
1328
- })), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1329
- d: "M23 26.18L20.41 23.59 19 25 23 29 30 22 28.59 20.59 23 26.18z"
1330
- })), children);
1331
- });
1332
- if (process.env.NODE_ENV !== "production") {
1333
- SettingsCheck.propTypes = iconPropTypes4cbeb95d.i;
1334
- }
1335
- const SettingsEdit = /*#__PURE__*/React.forwardRef(function SettingsEdit(_ref56, ref) {
1336
- let {
1337
- children,
1338
- size = 16,
1339
- ...rest
1340
- } = _ref56;
1341
- return /*#__PURE__*/React.createElement(Icon.default, {
1342
- width: size,
1343
- height: size,
1344
- ref: ref,
1345
- xmlns: "http://www.w3.org/2000/svg",
1346
- viewBox: "0 0 32 32",
1347
- fill: "currentColor",
1348
- ...rest
1349
- }, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1350
- 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"
1351
- })), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1352
- 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"
1353
- })), children);
1354
- });
1355
- if (process.env.NODE_ENV !== "production") {
1356
- SettingsEdit.propTypes = iconPropTypes4cbeb95d.i;
1357
- }
1358
- const SettingsServices = /*#__PURE__*/React.forwardRef(function SettingsServices(_ref57, ref) {
1359
- let {
1360
- children,
1361
- size = 16,
1362
- ...rest
1363
- } = _ref57;
1364
- return /*#__PURE__*/React.createElement(Icon.default, {
1365
- width: size,
1366
- height: size,
1367
- ref: ref,
1368
- xmlns: "http://www.w3.org/2000/svg",
1369
- viewBox: "0 0 32 32",
1370
- fill: "currentColor",
1371
- ...rest
1372
- }, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1373
- d: "M29,25H27V23h1V19H24v1H22V18a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v6A1,1,0,0,1,29,25Z"
1374
- })), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1375
- 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"
1376
- })), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1377
- 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"
1378
- })), children);
1379
- });
1380
- if (process.env.NODE_ENV !== "production") {
1381
- SettingsServices.propTypes = iconPropTypes4cbeb95d.i;
1382
- }
1383
- const SettingsView = /*#__PURE__*/React.forwardRef(function SettingsView(_ref58, ref) {
1384
- let {
1385
- children,
1386
- size = 16,
1387
- ...rest
1388
- } = _ref58;
1389
- return /*#__PURE__*/React.createElement(Icon.default, {
1390
- width: size,
1391
- height: size,
1392
- ref: ref,
1393
- xmlns: "http://www.w3.org/2000/svg",
1394
- viewBox: "0 0 32 32",
1395
- fill: "currentColor",
1396
- ...rest
1397
- }, _circle1 || (_circle1 = /*#__PURE__*/React.createElement("circle", {
1398
- cx: "23",
1399
- cy: "24",
1400
- r: "2"
1401
- })), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1402
- 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"
1403
- })), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1404
- 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"
1405
- })), children);
1406
- });
1407
- if (process.env.NODE_ENV !== "production") {
1408
- SettingsView.propTypes = iconPropTypes4cbeb95d.i;
1409
- }
1410
- const ShapeExcept = /*#__PURE__*/React.forwardRef(function ShapeExcept(_ref59, ref) {
1411
- let {
1412
- children,
1413
- size = 16,
1414
- ...rest
1415
- } = _ref59;
1416
- return /*#__PURE__*/React.createElement(Icon.default, {
1417
- width: size,
1418
- height: size,
1419
- ref: ref,
1420
- xmlns: "http://www.w3.org/2000/svg",
1421
- viewBox: "0 0 32 32",
1422
- fill: "currentColor",
1423
- ...rest
1424
- }, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1425
- 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"
1426
- })), children);
1427
- });
1428
- if (process.env.NODE_ENV !== "production") {
1429
- ShapeExcept.propTypes = iconPropTypes4cbeb95d.i;
1430
- }
1431
- const ShapeExclude = /*#__PURE__*/React.forwardRef(function ShapeExclude(_ref60, ref) {
1432
- let {
1433
- children,
1434
- size = 16,
1435
- ...rest
1436
- } = _ref60;
1437
- return /*#__PURE__*/React.createElement(Icon.default, {
1438
- width: size,
1439
- height: size,
1440
- ref: ref,
1441
- xmlns: "http://www.w3.org/2000/svg",
1442
- viewBox: "0 0 32 32",
1443
- fill: "currentColor",
1444
- ...rest
1445
- }, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1446
- 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"
1447
- })), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1448
- 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"
1449
- })), children);
1450
- });
1451
- if (process.env.NODE_ENV !== "production") {
1452
- ShapeExclude.propTypes = iconPropTypes4cbeb95d.i;
1453
- }
1454
- const ShapeIntersect = /*#__PURE__*/React.forwardRef(function ShapeIntersect(_ref61, ref) {
1455
- let {
1456
- children,
1457
- size = 16,
1458
- ...rest
1459
- } = _ref61;
1460
- return /*#__PURE__*/React.createElement(Icon.default, {
1461
- width: size,
1462
- height: size,
1463
- ref: ref,
1464
- xmlns: "http://www.w3.org/2000/svg",
1465
- viewBox: "0 0 32 32",
1466
- fill: "currentColor",
1467
- ...rest
1468
- }, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1469
- d: "M28,10H22V4a2.0025,2.0025,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4V20a2.0025,2.0025,0,0,0,2,2h6v6a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V12A2.0025,2.0025,0,0,0,28,10ZM4,20V4H20v6H12a2.0025,2.0025,0,0,0-2,2v8Zm8,8V22h8a2.0025,2.0025,0,0,0,2-2V12h6V28Z"
1470
- })), children);
1471
- });
1472
- if (process.env.NODE_ENV !== "production") {
1473
- ShapeIntersect.propTypes = iconPropTypes4cbeb95d.i;
1474
- }
1475
- const ShapeJoin = /*#__PURE__*/React.forwardRef(function ShapeJoin(_ref62, ref) {
1476
- let {
1477
- children,
1478
- size = 16,
1479
- ...rest
1480
- } = _ref62;
1481
- return /*#__PURE__*/React.createElement(Icon.default, {
1482
- width: size,
1483
- height: size,
1484
- ref: ref,
1485
- xmlns: "http://www.w3.org/2000/svg",
1486
- viewBox: "0 0 32 32",
1487
- fill: "currentColor",
1488
- ...rest
1489
- }, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1490
- d: "M28,10H22V4a2.0025,2.0025,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4V20a2.0025,2.0025,0,0,0,2,2h6v6a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V12A2.0025,2.0025,0,0,0,28,10ZM4,20V4h6V20Zm18,8V12h6V28Z"
1491
- })), children);
1492
- });
1493
- if (process.env.NODE_ENV !== "production") {
1494
- ShapeJoin.propTypes = iconPropTypes4cbeb95d.i;
1495
- }
1496
- const ShapeUnite = /*#__PURE__*/React.forwardRef(function ShapeUnite(_ref63, ref) {
1497
- let {
1498
- children,
1499
- size = 16,
1500
- ...rest
1501
- } = _ref63;
1502
- return /*#__PURE__*/React.createElement(Icon.default, {
1503
- width: size,
1504
- height: size,
1505
- ref: ref,
1506
- xmlns: "http://www.w3.org/2000/svg",
1507
- viewBox: "0 0 32 32",
1508
- fill: "currentColor",
1509
- ...rest
1510
- }, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1511
- d: "M28,10H22V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2h6v6a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A2,2,0,0,0,28,10Z"
1512
- })), children);
1513
- });
1514
- if (process.env.NODE_ENV !== "production") {
1515
- ShapeUnite.propTypes = iconPropTypes4cbeb95d.i;
1516
- }
1517
- const Shapes = /*#__PURE__*/React.forwardRef(function Shapes(_ref64, ref) {
1518
- let {
1519
- children,
1520
- size = 16,
1521
- ...rest
1522
- } = _ref64;
1523
- return /*#__PURE__*/React.createElement(Icon.default, {
1524
- width: size,
1525
- height: size,
1526
- ref: ref,
1527
- xmlns: "http://www.w3.org/2000/svg",
1528
- viewBox: "0 0 32 32",
1529
- fill: "currentColor",
1530
- ...rest
1531
- }, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1532
- strokeWidth: "0",
1533
- d: "M5 16h-2v11c0 1.1045.8954 2 2 2h8v-2H5v-11zM28 29h-11c-.3535 0-.6809-.1866-.8608-.4911-.0927-.1568-.1392-.3328-.1392-.5089 0-.1658.0412-.3317.1238-.4819l5.5-10c.1898-.3451.5333-.5178.8762-.5181.3434-.0003.6861.1724.8762.5181l5.5 10c.0826.1502.1238.3162.1238.4819 0 .1762-.0465.3521-.1392.5089-.1799.3044-.5073.4911-.8608.4911zm-9.3088-2h7.6177l-3.8088-6.9249-3.8088 6.9249zM27 3h-11v2h11v13.9922h2V5c0-1.1045-.8954-2-2-2zM11 3h-6c-1.1046 0-2 .8955-2 2v6c0 1.1045.8954 2 2 2h6c1.1046 0 2-.8955 2-2v-6c0-1.1045-.8954-2-2-2zm0 8h-6v-6h6v6z"
1534
- })), children);
1535
- });
1536
- if (process.env.NODE_ENV !== "production") {
1537
- Shapes.propTypes = iconPropTypes4cbeb95d.i;
1538
- }
1539
- const Share = /*#__PURE__*/React.forwardRef(function Share(_ref65, ref) {
1540
- let {
1541
- children,
1542
- size = 16,
1543
- ...rest
1544
- } = _ref65;
1545
- return /*#__PURE__*/React.createElement(Icon.default, {
1546
- width: size,
1547
- height: size,
1548
- ref: ref,
1549
- xmlns: "http://www.w3.org/2000/svg",
1550
- viewBox: "0 0 32 32",
1551
- fill: "currentColor",
1552
- ...rest
1553
- }, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1554
- d: "M23,20a5,5,0,0,0-3.89,1.89L11.8,17.32a4.46,4.46,0,0,0,0-2.64l7.31-4.57A5,5,0,1,0,18,7a4.79,4.79,0,0,0,.2,1.32l-7.31,4.57a5,5,0,1,0,0,6.22l7.31,4.57A4.79,4.79,0,0,0,18,25a5,5,0,1,0,5-5ZM23,4a3,3,0,1,1-3,3A3,3,0,0,1,23,4ZM7,19a3,3,0,1,1,3-3A3,3,0,0,1,7,19Zm16,9a3,3,0,1,1,3-3A3,3,0,0,1,23,28Z"
1555
- })), children);
1556
- });
1557
- if (process.env.NODE_ENV !== "production") {
1558
- Share.propTypes = iconPropTypes4cbeb95d.i;
1559
- }
1560
- const ShareKnowledge = /*#__PURE__*/React.forwardRef(function ShareKnowledge(_ref66, ref) {
1561
- let {
1562
- children,
1563
- size = 16,
1564
- ...rest
1565
- } = _ref66;
1566
- return /*#__PURE__*/React.createElement(Icon.default, {
1567
- width: size,
1568
- height: size,
1569
- ref: ref,
1570
- xmlns: "http://www.w3.org/2000/svg",
1571
- viewBox: "0 0 32 32",
1572
- fill: "currentColor",
1573
- ...rest
1574
- }, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1575
- d: "M27 25H21a3 3 0 00-3 3v2h2V28a1 1 0 011-1h6a1 1 0 011 1v2h2V28A3 3 0 0027 25zM20 20a4 4 0 104-4A4 4 0 0020 20zm6 0a2 2 0 11-2-2A2 2 0 0126 20zM6 21V20H4v1a7 7 0 007 7h3V26H11A5 5 0 016 21zM19 10H26V12H19zM19 6H29V8H19zM19 2H29V4H19zM11 11H5a3 3 0 00-3 3v2H4V14a1 1 0 011-1h6a1 1 0 011 1v2h2V14A3 3 0 0011 11zM8 10A4 4 0 104 6 4 4 0 008 10zM8 4A2 2 0 116 6 2 2 0 018 4z"
1576
- })), children);
1577
- });
1578
- if (process.env.NODE_ENV !== "production") {
1579
- ShareKnowledge.propTypes = iconPropTypes4cbeb95d.i;
1580
- }
1581
- const ShoppingBag = /*#__PURE__*/React.forwardRef(function ShoppingBag(_ref67, ref) {
1582
- let {
1583
- children,
1584
- size = 16,
1585
- ...rest
1586
- } = _ref67;
1587
- return /*#__PURE__*/React.createElement(Icon.default, {
1588
- width: size,
1589
- height: size,
1590
- ref: ref,
1591
- xmlns: "http://www.w3.org/2000/svg",
1592
- viewBox: "0 0 32 32",
1593
- fill: "currentColor",
1594
- ...rest
1595
- }, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1596
- d: "M28.76,11.35A1,1,0,0,0,28,11H22V7a3,3,0,0,0-3-3H13a3,3,0,0,0-3,3v4H4a1,1,0,0,0-1,1.15L4.88,24.3a2,2,0,0,0,2,1.7H25.14a2,2,0,0,0,2-1.7L29,12.15A1,1,0,0,0,28.76,11.35ZM12,7a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v4H12ZM25.14,24H6.86L5.17,13H26.83Z"
1597
- })), children);
1598
- });
1599
- if (process.env.NODE_ENV !== "production") {
1600
- ShoppingBag.propTypes = iconPropTypes4cbeb95d.i;
1601
- }
1602
- const ShoppingCart = /*#__PURE__*/React.forwardRef(function ShoppingCart(_ref68, ref) {
1603
- let {
1604
- children,
1605
- size = 16,
1606
- ...rest
1607
- } = _ref68;
1608
- return /*#__PURE__*/React.createElement(Icon.default, {
1609
- width: size,
1610
- height: size,
1611
- ref: ref,
1612
- xmlns: "http://www.w3.org/2000/svg",
1613
- viewBox: "0 0 32 32",
1614
- fill: "currentColor",
1615
- ...rest
1616
- }, _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
1617
- cx: "10",
1618
- cy: "28",
1619
- r: "2"
1620
- })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
1621
- cx: "24",
1622
- cy: "28",
1623
- r: "2"
1624
- })), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1625
- d: "M28,7H5.82L5,2.8A1,1,0,0,0,4,2H0V4H3.18L7,23.2A1,1,0,0,0,8,24H26V22H8.82L8,18H26a1,1,0,0,0,1-.78l2-9A1,1,0,0,0,28,7Zm-2.8,9H7.62L6.22,9H26.75Z"
1626
- })), children);
1627
- });
1628
- if (process.env.NODE_ENV !== "production") {
1629
- ShoppingCart.propTypes = iconPropTypes4cbeb95d.i;
1630
- }
1631
- const ShoppingCartArrowDown = /*#__PURE__*/React.forwardRef(function ShoppingCartArrowDown(_ref69, ref) {
1632
- let {
1633
- children,
1634
- size = 16,
1635
- ...rest
1636
- } = _ref69;
1637
- return /*#__PURE__*/React.createElement(Icon.default, {
1638
- width: size,
1639
- height: size,
1640
- ref: ref,
1641
- xmlns: "http://www.w3.org/2000/svg",
1642
- viewBox: "0 0 32 32",
1643
- fill: "currentColor",
1644
- ...rest
1645
- }, _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
1646
- cx: "10",
1647
- cy: "28",
1648
- r: "2"
1649
- })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
1650
- cx: "24",
1651
- cy: "28",
1652
- r: "2"
1653
- })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1654
- d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
1655
- })), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1656
- d: "M21.586 6.586L18 10.172 18 2 16 2 16 10.172 12.414 6.586 11 8 17 14 23 8 21.586 6.586z"
1657
- })), children);
1658
- });
1659
- if (process.env.NODE_ENV !== "production") {
1660
- ShoppingCartArrowDown.propTypes = iconPropTypes4cbeb95d.i;
1661
- }
1662
- const ShoppingCartArrowUp = /*#__PURE__*/React.forwardRef(function ShoppingCartArrowUp(_ref70, ref) {
1663
- let {
1664
- children,
1665
- size = 16,
1666
- ...rest
1667
- } = _ref70;
1668
- return /*#__PURE__*/React.createElement(Icon.default, {
1669
- width: size,
1670
- height: size,
1671
- ref: ref,
1672
- xmlns: "http://www.w3.org/2000/svg",
1673
- viewBox: "0 0 32 32",
1674
- fill: "currentColor",
1675
- ...rest
1676
- }, _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
1677
- cx: "10",
1678
- cy: "28",
1679
- r: "2"
1680
- })), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
1681
- cx: "24",
1682
- cy: "28",
1683
- r: "2"
1684
- })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1685
- d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
1686
- })), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1687
- d: "M21.586 9.414L18 5.828 18 14 16 14 16 5.828 12.414 9.414 11 8 17 2 23 8 21.586 9.414z"
1688
- })), children);
1689
- });
1690
- if (process.env.NODE_ENV !== "production") {
1691
- ShoppingCartArrowUp.propTypes = iconPropTypes4cbeb95d.i;
1692
- }
1693
- const ShoppingCartClear = /*#__PURE__*/React.forwardRef(function ShoppingCartClear(_ref71, ref) {
1694
- let {
1695
- children,
1696
- size = 16,
1697
- ...rest
1698
- } = _ref71;
1699
- return /*#__PURE__*/React.createElement(Icon.default, {
1700
- width: size,
1701
- height: size,
1702
- ref: ref,
1703
- xmlns: "http://www.w3.org/2000/svg",
1704
- viewBox: "0 0 32 32",
1705
- fill: "currentColor",
1706
- ...rest
1707
- }, _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
1708
- cx: "10",
1709
- cy: "28",
1710
- r: "2"
1711
- })), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
1712
- cx: "24",
1713
- cy: "28",
1714
- r: "2"
1715
- })), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1716
- d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
1717
- })), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1718
- d: "M18.41 8L22 4.41 20.59 3 17 6.59 13.41 3 12 4.41 15.59 8 12 11.59 13.41 13 17 9.41 20.59 13 22 11.59 18.41 8z"
1719
- })), children);
1720
- });
1721
- if (process.env.NODE_ENV !== "production") {
1722
- ShoppingCartClear.propTypes = iconPropTypes4cbeb95d.i;
1723
- }
1724
- const ShoppingCartError = /*#__PURE__*/React.forwardRef(function ShoppingCartError(_ref72, ref) {
1725
- let {
1726
- children,
1727
- size = 16,
1728
- ...rest
1729
- } = _ref72;
1730
- return /*#__PURE__*/React.createElement(Icon.default, {
1731
- width: size,
1732
- height: size,
1733
- ref: ref,
1734
- xmlns: "http://www.w3.org/2000/svg",
1735
- viewBox: "0 0 32 32",
1736
- fill: "currentColor",
1737
- ...rest
1738
- }, _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
1739
- cx: "10",
1740
- cy: "28",
1741
- r: "2"
1742
- })), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
1743
- cx: "24",
1744
- cy: "28",
1745
- r: "2"
1746
- })), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1747
- d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
1748
- })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1749
- d: "M17,2a6,6,0,1,0,6,6A6.0066,6.0066,0,0,0,17,2Zm0,2a3.9521,3.9521,0,0,1,2.019.5669L13.5669,10.019A3.9529,3.9529,0,0,1,13,8,4.0045,4.0045,0,0,1,17,4Zm0,8a3.9521,3.9521,0,0,1-2.019-.5669L20.4331,5.981A3.9529,3.9529,0,0,1,21,8,4.0045,4.0045,0,0,1,17,12Z"
1750
- })), children);
1751
- });
1752
- if (process.env.NODE_ENV !== "production") {
1753
- ShoppingCartError.propTypes = iconPropTypes4cbeb95d.i;
1754
- }
1755
- const ShoppingCartMinus = /*#__PURE__*/React.forwardRef(function ShoppingCartMinus(_ref73, ref) {
1756
- let {
1757
- children,
1758
- size = 16,
1759
- ...rest
1760
- } = _ref73;
1761
- return /*#__PURE__*/React.createElement(Icon.default, {
1762
- width: size,
1763
- height: size,
1764
- ref: ref,
1765
- xmlns: "http://www.w3.org/2000/svg",
1766
- viewBox: "0 0 32 32",
1767
- fill: "currentColor",
1768
- ...rest
1769
- }, _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
1770
- cx: "10",
1771
- cy: "28",
1772
- r: "2"
1773
- })), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
1774
- cx: "24",
1775
- cy: "28",
1776
- r: "2"
1777
- })), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1778
- d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
1779
- })), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1780
- d: "M12 6L12 8 22 8 22 6 12 6z"
1781
- })), children);
1782
- });
1783
- if (process.env.NODE_ENV !== "production") {
1784
- ShoppingCartMinus.propTypes = iconPropTypes4cbeb95d.i;
1785
- }
1786
- const ShoppingCartPlus = /*#__PURE__*/React.forwardRef(function ShoppingCartPlus(_ref74, ref) {
1787
- let {
1788
- children,
1789
- size = 16,
1790
- ...rest
1791
- } = _ref74;
1792
- return /*#__PURE__*/React.createElement(Icon.default, {
1793
- width: size,
1794
- height: size,
1795
- ref: ref,
1796
- xmlns: "http://www.w3.org/2000/svg",
1797
- viewBox: "0 0 32 32",
1798
- fill: "currentColor",
1799
- ...rest
1800
- }, _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
1801
- cx: "10",
1802
- cy: "28",
1803
- r: "2"
1804
- })), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
1805
- cx: "24",
1806
- cy: "28",
1807
- r: "2"
1808
- })), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1809
- d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
1810
- })), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1811
- d: "M18 6L18 2 16 2 16 6 12 6 12 8 16 8 16 12 18 12 18 8 22 8 22 6 18 6z"
1812
- })), children);
1813
- });
1814
- if (process.env.NODE_ENV !== "production") {
1815
- ShoppingCartPlus.propTypes = iconPropTypes4cbeb95d.i;
1816
- }
1817
- const ShoppingCatalog = /*#__PURE__*/React.forwardRef(function ShoppingCatalog(_ref75, ref) {
1818
- let {
1819
- children,
1820
- size = 16,
1821
- ...rest
1822
- } = _ref75;
1823
- return /*#__PURE__*/React.createElement(Icon.default, {
1824
- width: size,
1825
- height: size,
1826
- ref: ref,
1827
- xmlns: "http://www.w3.org/2000/svg",
1828
- viewBox: "0 0 32 32",
1829
- fill: "currentColor",
1830
- ...rest
1831
- }, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1832
- d: "M17 24H21V28H17zM24 24H28V28H24zM17 17H21V21H17zM24 17H28V21H24z"
1833
- })), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1834
- d: "M28,11h-6V7c0-1.7-1.3-3-3-3h-6c-1.7,0-3,1.3-3,3v4H4c-0.6,0-1,0.4-1,1c0,0.1,0,0.1,0,0.2l1.9,12.1c0.1,1,1,1.7,2,1.7H15v-2 H6.9L5.2,13H28V11z M12,7c0-0.6,0.4-1,1-1h6c0.6,0,1,0.4,1,1v4h-8V7z"
1835
- })), children);
1836
- });
1837
- if (process.env.NODE_ENV !== "production") {
1838
- ShoppingCatalog.propTypes = iconPropTypes4cbeb95d.i;
1839
- }
1840
- const ShowDataCards = /*#__PURE__*/React.forwardRef(function ShowDataCards(_ref76, ref) {
1841
- let {
1842
- children,
1843
- size = 16,
1844
- ...rest
1845
- } = _ref76;
1846
- return /*#__PURE__*/React.createElement(Icon.default, {
1847
- width: size,
1848
- height: size,
1849
- ref: ref,
1850
- xmlns: "http://www.w3.org/2000/svg",
1851
- viewBox: "0 0 32 32",
1852
- fill: "currentColor",
1853
- ...rest
1854
- }, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1855
- d: "M28 10H4A2.0022 2.0022 0 012 8V4A2.0021 2.0021 0 014 2H28a2.0021 2.0021 0 012 2V8A2.0022 2.0022 0 0128 10zM4 4V8H28V4zM28 30H4a2.0022 2.0022 0 01-2-2V24a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v4A2.0022 2.0022 0 0128 30zM4 24v4H28V24zM28 20H4a2.0022 2.0022 0 01-2-2V14a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v4A2.0022 2.0022 0 0128 20zM4 14v4H28V14z"
1856
- })), children);
1857
- });
1858
- if (process.env.NODE_ENV !== "production") {
1859
- ShowDataCards.propTypes = iconPropTypes4cbeb95d.i;
1860
- }
1861
- const ShrinkScreen = /*#__PURE__*/React.forwardRef(function ShrinkScreen(_ref77, ref) {
1862
- let {
1863
- children,
1864
- size = 16,
1865
- ...rest
1866
- } = _ref77;
1867
- return /*#__PURE__*/React.createElement(Icon.default, {
1868
- width: size,
1869
- height: size,
1870
- ref: ref,
1871
- xmlns: "http://www.w3.org/2000/svg",
1872
- viewBox: "0 0 32 32",
1873
- fill: "currentColor",
1874
- ...rest
1875
- }, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1876
- d: "M28 28H17a2.0023 2.0023 0 01-2-2V20a2.0023 2.0023 0 012-2H28a2.0027 2.0027 0 012 2v6A2.0027 2.0027 0 0128 28zM17 20v6H28.002L28 20zM12 10L12 13.586 7.707 9.293 6.293 10.707 10.586 15 7 15 7 17 14 17 14 10 12 10z"
1877
- })), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1878
- d: "M13,22H4a2.0023,2.0023,0,0,1-2-2V7A2.002,2.002,0,0,1,4,5H26a2.0023,2.0023,0,0,1,2,2v9H26V7H4V20h9Z"
1879
- })), children);
1880
- });
1881
- if (process.env.NODE_ENV !== "production") {
1882
- ShrinkScreen.propTypes = iconPropTypes4cbeb95d.i;
1883
- }
1884
- const ShrinkScreenFilled = /*#__PURE__*/React.forwardRef(function ShrinkScreenFilled(_ref78, ref) {
1885
- let {
1886
- children,
1887
- size = 16,
1888
- ...rest
1889
- } = _ref78;
1890
- return /*#__PURE__*/React.createElement(Icon.default, {
1891
- width: size,
1892
- height: size,
1893
- ref: ref,
1894
- xmlns: "http://www.w3.org/2000/svg",
1895
- viewBox: "0 0 32 32",
1896
- fill: "currentColor",
1897
- ...rest
1898
- }, _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
1899
- width: "15",
1900
- height: "10",
1901
- x: "15",
1902
- y: "18",
1903
- rx: "2"
1904
- })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1905
- d: "M12 10L12 13.586 7.707 9.293 6.293 10.707 10.586 15 7 15 7 17 14 17 14 10 12 10z"
1906
- })), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1907
- d: "M13,22H4a2.0023,2.0023,0,0,1-2-2V7A2.002,2.002,0,0,1,4,5H26a2.0023,2.0023,0,0,1,2,2v9H26V7H4V20h9Z"
1908
- })), children);
1909
- });
1910
- if (process.env.NODE_ENV !== "production") {
1911
- ShrinkScreenFilled.propTypes = iconPropTypes4cbeb95d.i;
1912
- }
1913
- const Shuffle = /*#__PURE__*/React.forwardRef(function Shuffle(_ref79, ref) {
1914
- let {
1915
- children,
1916
- size = 16,
1917
- ...rest
1918
- } = _ref79;
1919
- return /*#__PURE__*/React.createElement(Icon.default, {
1920
- width: size,
1921
- height: size,
1922
- ref: ref,
1923
- xmlns: "http://www.w3.org/2000/svg",
1924
- viewBox: "0 0 32 32",
1925
- fill: "currentColor",
1926
- ...rest
1927
- }, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1928
- d: "M22.59,19.41,26.17,23H19.55l-4.37-7,4.37-7h6.62l-3.58,3.59L24,14l6-6L24,2,22.59,3.41,26.17,7H19.55a2,2,0,0,0-1.69.94L14,14.11,10.14,7.94A2,2,0,0,0,8.45,7H2V9H8.45l4.37,7L8.45,23H2v2H8.45a2,2,0,0,0,1.69-.94L14,17.89l3.86,6.17a2,2,0,0,0,1.69.94h6.62l-3.58,3.59L24,30l6-6-6-6Z"
1929
- })), children);
1930
- });
1931
- if (process.env.NODE_ENV !== "production") {
1932
- Shuffle.propTypes = iconPropTypes4cbeb95d.i;
1933
- }
1934
- const Shuttle = /*#__PURE__*/React.forwardRef(function Shuttle(_ref80, ref) {
1935
- let {
1936
- children,
1937
- size = 16,
1938
- ...rest
1939
- } = _ref80;
1940
- return /*#__PURE__*/React.createElement(Icon.default, {
1941
- width: size,
1942
- height: size,
1943
- ref: ref,
1944
- xmlns: "http://www.w3.org/2000/svg",
1945
- viewBox: "0 0 32 32",
1946
- fill: "currentColor",
1947
- ...rest
1948
- }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1949
- d: "M29.81,16l-7-9.56A1,1,0,0,0,22,6H3A1,1,0,0,0,2,7V24a1,1,0,0,0,1,1H5.14a4,4,0,0,0,7.72,0h6.28a4,4,0,0,0,7.72,0H29a1,1,0,0,0,1-1V16.56A1,1,0,0,0,29.81,16ZM20,8h1.49l5.13,7H20ZM4,8H18v7H4ZM9,26a2,2,0,1,1,2-2A2,2,0,0,1,9,26Zm14,0a2,2,0,1,1,2-2A2,2,0,0,1,23,26Zm5-3H26.86a4,4,0,0,0-7.72,0H12.86a4,4,0,0,0-7.72,0H4V17H28Z"
1950
- })), children);
1951
- });
1952
- if (process.env.NODE_ENV !== "production") {
1953
- Shuttle.propTypes = iconPropTypes4cbeb95d.i;
1954
- }
1955
- const SidePanelClose = /*#__PURE__*/React.forwardRef(function SidePanelClose(_ref81, ref) {
1956
- let {
1957
- children,
1958
- size = 16,
1959
- ...rest
1960
- } = _ref81;
1961
- return /*#__PURE__*/React.createElement(Icon.default, {
1962
- width: size,
1963
- height: size,
1964
- ref: ref,
1965
- xmlns: "http://www.w3.org/2000/svg",
1966
- viewBox: "0 0 32 32",
1967
- fill: "currentColor",
1968
- ...rest
1969
- }, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1970
- d: "M28,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V6C30,4.9,29.1,4,28,4z M10,26H4V6h6V26z M28,15H17.8 l3.6-3.6L20,10l-6,6l6,6l1.4-1.4L17.8,17H28v9H12V6h16V15z"
1971
- })), children);
1972
- });
1973
- if (process.env.NODE_ENV !== "production") {
1974
- SidePanelClose.propTypes = iconPropTypes4cbeb95d.i;
1975
- }
1976
- const SidePanelCloseFilled = /*#__PURE__*/React.forwardRef(function SidePanelCloseFilled(_ref82, ref) {
1977
- let {
1978
- children,
1979
- size = 16,
1980
- ...rest
1981
- } = _ref82;
1982
- return /*#__PURE__*/React.createElement(Icon.default, {
1983
- width: size,
1984
- height: size,
1985
- ref: ref,
1986
- xmlns: "http://www.w3.org/2000/svg",
1987
- viewBox: "0 0 32 32",
1988
- fill: "currentColor",
1989
- ...rest
1990
- }, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1991
- d: "M28,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V6C30,4.9,29.1,4,28,4z M28,15H17.8l3.6-3.6L20,10l-6,6l6,6 l1.4-1.4L17.8,17H28v9H12V6h16V15z"
1992
- })), children);
1993
- });
1994
- if (process.env.NODE_ENV !== "production") {
1995
- SidePanelCloseFilled.propTypes = iconPropTypes4cbeb95d.i;
1996
- }
1997
- const SidePanelOpen = /*#__PURE__*/React.forwardRef(function SidePanelOpen(_ref83, ref) {
1998
- let {
1999
- children,
2000
- size = 16,
2001
- ...rest
2002
- } = _ref83;
2003
- return /*#__PURE__*/React.createElement(Icon.default, {
2004
- width: size,
2005
- height: size,
2006
- ref: ref,
2007
- xmlns: "http://www.w3.org/2000/svg",
2008
- viewBox: "0 0 32 32",
2009
- fill: "currentColor",
2010
- ...rest
2011
- }, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
2012
- d: "M28,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V6C30,4.9,29.1,4,28,4z M10,26H4V6h6V26z M28,26H12v-9h10.2 l-3.6,3.6L20,22l6-6l-6-6l-1.4,1.4l3.6,3.6H12V6h16V26z"
2013
- })), children);
2014
- });
2015
- if (process.env.NODE_ENV !== "production") {
2016
- SidePanelOpen.propTypes = iconPropTypes4cbeb95d.i;
2017
- }
2018
- const SidePanelOpenFilled = /*#__PURE__*/React.forwardRef(function SidePanelOpenFilled(_ref84, ref) {
2019
- let {
2020
- children,
2021
- size = 16,
2022
- ...rest
2023
- } = _ref84;
2024
- return /*#__PURE__*/React.createElement(Icon.default, {
2025
- width: size,
2026
- height: size,
2027
- ref: ref,
2028
- xmlns: "http://www.w3.org/2000/svg",
2029
- viewBox: "0 0 32 32",
2030
- fill: "currentColor",
2031
- ...rest
2032
- }, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
2033
- d: "M28,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V6C30,4.9,29.1,4,28,4z M28,26H12v-9h10.2l-3.6,3.6L20,22 l6-6l-6-6l-1.4,1.4l3.6,3.6H12V6h16V26z"
2034
- })), children);
2035
- });
2036
- if (process.env.NODE_ENV !== "production") {
2037
- SidePanelOpenFilled.propTypes = iconPropTypes4cbeb95d.i;
2038
- }
2039
- const Sight = /*#__PURE__*/React.forwardRef(function Sight(_ref85, ref) {
2040
- let {
2041
- children,
2042
- size = 16,
2043
- ...rest
2044
- } = _ref85;
2045
- return /*#__PURE__*/React.createElement(Icon.default, {
2046
- width: size,
2047
- height: size,
2048
- ref: ref,
2049
- xmlns: "http://www.w3.org/2000/svg",
2050
- viewBox: "0 0 32 32",
2051
- fill: "currentColor",
2052
- ...rest
2053
- }, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
2054
- d: "M10 12H12V14H10zM6 12H8V14H6zM2 12H4V14H2zM26 30H24V27H20a5.0055 5.0055 0 01-5-5V20.7207l-2.3162-.772a1 1 0 01-.5412-1.4631L15 13.7229V11a9.01 9.01 0 019-9h5V4H24a7.0078 7.0078 0 00-7 7v3a.9991.9991 0 01-.1426.5144l-2.3586 3.9312 1.8174.6057A1 1 0 0117 20v2a3.0033 3.0033 0 003 3h5a1 1 0 011 1z"
2055
- })), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
2056
- d: "M19 12H23V14H19z"
2057
- })), children);
2058
- });
2059
- if (process.env.NODE_ENV !== "production") {
2060
- Sight.propTypes = iconPropTypes4cbeb95d.i;
2061
- }
2062
- const Sigma = /*#__PURE__*/React.forwardRef(function Sigma(_ref86, ref) {
2063
- let {
2064
- children,
2065
- size = 16,
2066
- ...rest
2067
- } = _ref86;
2068
- return /*#__PURE__*/React.createElement(Icon.default, {
2069
- width: size,
2070
- height: size,
2071
- ref: ref,
2072
- xmlns: "http://www.w3.org/2000/svg",
2073
- viewBox: "0 0 32 32",
2074
- fill: "currentColor",
2075
- ...rest
2076
- }, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
2077
- d: "M24 5L7 5 7 7.414 15.586 16 7 24.586 7 27 24 27 24 25 9.414 25 18.414 16 9.414 7 24 7 24 5z"
2078
- })), children);
2079
- });
2080
- if (process.env.NODE_ENV !== "production") {
2081
- Sigma.propTypes = iconPropTypes4cbeb95d.i;
2082
- }
2083
- const SignalStrength = /*#__PURE__*/React.forwardRef(function SignalStrength(_ref87, ref) {
2084
- let {
2085
- children,
2086
- size = 16,
2087
- ...rest
2088
- } = _ref87;
2089
- return /*#__PURE__*/React.createElement(Icon.default, {
2090
- width: size,
2091
- height: size,
2092
- ref: ref,
2093
- xmlns: "http://www.w3.org/2000/svg",
2094
- viewBox: "0 0 32 32",
2095
- fill: "currentColor",
2096
- ...rest
2097
- }, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
2098
- d: "M26 6H28V26H26zM18 11H20V26H18zM11 16H13V26H11zM4 20H6V26H4z"
2099
- })), children);
2100
- });
2101
- if (process.env.NODE_ENV !== "production") {
2102
- SignalStrength.propTypes = iconPropTypes4cbeb95d.i;
2103
- }
2104
- const SimCard = /*#__PURE__*/React.forwardRef(function SimCard(_ref88, ref) {
2105
- let {
2106
- children,
2107
- size = 16,
2108
- ...rest
2109
- } = _ref88;
2110
- return /*#__PURE__*/React.createElement(Icon.default, {
2111
- width: size,
2112
- height: size,
2113
- ref: ref,
2114
- xmlns: "http://www.w3.org/2000/svg",
2115
- viewBox: "0 0 32 32",
2116
- fill: "currentColor",
2117
- ...rest
2118
- }, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
2119
- d: "M21,9H8a2.0023,2.0023,0,0,0-2,2V21a2.0023,2.0023,0,0,0,2,2H21a2.0023,2.0023,0,0,0,2-2V11A2.0023,2.0023,0,0,0,21,9Zm0,4H18V11h3Zm-3,2h3v2H18Zm-2-4V21H13V14a1,1,0,0,0-1-1H8V11Zm-5,6H8V15h3ZM8,19h3v2H8Zm10,2V19h3v2Z"
2120
- })), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
2121
- d: "M23.5317,27H4a2.0021,2.0021,0,0,1-2-2V7A2.0021,2.0021,0,0,1,4,5H28a2.0021,2.0021,0,0,1,2,2V19.6379a2.0044,2.0044,0,0,1-.4639,1.2808L25.0679,26.28A1.9944,1.9944,0,0,1,23.5317,27ZM4,7V25H23.5317L28,19.6379V7Z"
2122
- })), children);
2123
- });
2124
- if (process.env.NODE_ENV !== "production") {
2125
- SimCard.propTypes = iconPropTypes4cbeb95d.i;
2126
- }
2127
- const SkillLevel = /*#__PURE__*/React.forwardRef(function SkillLevel(_ref89, ref) {
2128
- let {
2129
- children,
2130
- size = 16,
2131
- ...rest
2132
- } = _ref89;
2133
- return /*#__PURE__*/React.createElement(Icon.default, {
2134
- width: size,
2135
- height: size,
2136
- ref: ref,
2137
- xmlns: "http://www.w3.org/2000/svg",
2138
- viewBox: "0 0 32 32",
2139
- fill: "currentColor",
2140
- ...rest
2141
- }, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
2142
- d: "M30 30H22V4h8zm-6-2h4V6H24zM20 30H12V12h8zm-6-2h4V14H14zM10 30H2V18h8zM4 28H8V20H4z"
2143
- })), children);
2144
- });
2145
- if (process.env.NODE_ENV !== "production") {
2146
- SkillLevel.propTypes = iconPropTypes4cbeb95d.i;
2147
- }
2148
- const SkillLevelAdvanced = /*#__PURE__*/React.forwardRef(function SkillLevelAdvanced(_ref90, ref) {
2149
- let {
2150
- children,
2151
- size = 16,
2152
- ...rest
2153
- } = _ref90;
2154
- return /*#__PURE__*/React.createElement(Icon.default, {
2155
- width: size,
2156
- height: size,
2157
- ref: ref,
2158
- xmlns: "http://www.w3.org/2000/svg",
2159
- viewBox: "0 0 32 32",
2160
- fill: "currentColor",
2161
- ...rest
2162
- }, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
2163
- d: "M30 30H22V4h8zM20 30H12V12h8zM10 30H2V18h8z"
2164
- })), children);
2165
- });
2166
- if (process.env.NODE_ENV !== "production") {
2167
- SkillLevelAdvanced.propTypes = iconPropTypes4cbeb95d.i;
2168
- }
2169
- const SkillLevelBasic = /*#__PURE__*/React.forwardRef(function SkillLevelBasic(_ref91, ref) {
2170
- let {
2171
- children,
2172
- size = 16,
2173
- ...rest
2174
- } = _ref91;
2175
- return /*#__PURE__*/React.createElement(Icon.default, {
2176
- width: size,
2177
- height: size,
2178
- ref: ref,
2179
- xmlns: "http://www.w3.org/2000/svg",
2180
- viewBox: "0 0 32 32",
2181
- fill: "currentColor",
2182
- ...rest
2183
- }, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
2184
- d: "M30 30H22V4h8zm-6-2h4V6H24zM20 30H12V12h8zm-6-2h4V14H14zM10 30H2V18h8z"
2185
- })), children);
2186
- });
2187
- if (process.env.NODE_ENV !== "production") {
2188
- SkillLevelBasic.propTypes = iconPropTypes4cbeb95d.i;
2189
- }
2190
- const SkillLevelIntermediate = /*#__PURE__*/React.forwardRef(function SkillLevelIntermediate(_ref92, ref) {
2191
- let {
2192
- children,
2193
- size = 16,
2194
- ...rest
2195
- } = _ref92;
2196
- return /*#__PURE__*/React.createElement(Icon.default, {
2197
- width: size,
2198
- height: size,
2199
- ref: ref,
2200
- xmlns: "http://www.w3.org/2000/svg",
2201
- viewBox: "0 0 32 32",
2202
- fill: "currentColor",
2203
- ...rest
2204
- }, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
2205
- d: "M30 30H22V4h8zm-6-2h4V6H24zM20 30H12V12h8zM10 30H2V18h8z"
2206
- })), children);
2207
- });
2208
- if (process.env.NODE_ENV !== "production") {
2209
- SkillLevelIntermediate.propTypes = iconPropTypes4cbeb95d.i;
2210
- }
2211
- const SkipBack = /*#__PURE__*/React.forwardRef(function SkipBack(_ref93, ref) {
2212
- let {
2213
- children,
2214
- size = 16,
2215
- ...rest
2216
- } = _ref93;
2217
- return /*#__PURE__*/React.createElement(Icon.default, {
2218
- width: size,
2219
- height: size,
2220
- ref: ref,
2221
- xmlns: "http://www.w3.org/2000/svg",
2222
- viewBox: "0 0 32 32",
2223
- fill: "currentColor",
2224
- ...rest
2225
- }, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
2226
- d: "M27 28a1 1 0 01-.5-.13l-19-11a1 1 0 010-1.74l19-11a1 1 0 011 0A1 1 0 0128 5V27a1 1 0 01-1 1zM10 16l16 9.27V6.73zM2 4H4V28H2z"
2227
- })), children);
2228
- });
2229
- if (process.env.NODE_ENV !== "production") {
2230
- SkipBack.propTypes = iconPropTypes4cbeb95d.i;
2231
- }
2232
- const SkipBackFilled = /*#__PURE__*/React.forwardRef(function SkipBackFilled(_ref94, ref) {
2233
- let {
2234
- children,
2235
- size = 16,
2236
- ...rest
2237
- } = _ref94;
2238
- return /*#__PURE__*/React.createElement(Icon.default, {
2239
- width: size,
2240
- height: size,
2241
- ref: ref,
2242
- xmlns: "http://www.w3.org/2000/svg",
2243
- viewBox: "0 0 32 32",
2244
- fill: "currentColor",
2245
- ...rest
2246
- }, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
2247
- d: "M27 28a.9975.9975 0 01-.501-.1348l-19-11a1 1 0 010-1.73l19-11A1 1 0 0128 5V27a1 1 0 01-1 1zM2 4H4V28H2z"
2248
- })), children);
2249
- });
2250
- if (process.env.NODE_ENV !== "production") {
2251
- SkipBackFilled.propTypes = iconPropTypes4cbeb95d.i;
2252
- }
2253
- const SkipBackOutline = /*#__PURE__*/React.forwardRef(function SkipBackOutline(_ref95, ref) {
2254
- let {
2255
- children,
2256
- size = 16,
2257
- ...rest
2258
- } = _ref95;
2259
- return /*#__PURE__*/React.createElement(Icon.default, {
2260
- width: size,
2261
- height: size,
2262
- ref: ref,
2263
- xmlns: "http://www.w3.org/2000/svg",
2264
- viewBox: "0 0 32 32",
2265
- fill: "currentColor",
2266
- ...rest
2267
- }, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
2268
- d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7485l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Zm-6.9409-6L22,19.3006V12.7Z"
2269
- })), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
2270
- d: "M9 10H11V22H9z",
2271
- transform: "rotate(-180 10 16)"
2272
- })), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
2273
- d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
2274
- })), children);
2275
- });
2276
- if (process.env.NODE_ENV !== "production") {
2277
- SkipBackOutline.propTypes = iconPropTypes4cbeb95d.i;
2278
- }
2279
- const SkipBackOutlineFilled = /*#__PURE__*/React.forwardRef(function SkipBackOutlineFilled(_ref96, ref) {
2280
- let {
2281
- children,
2282
- size = 16,
2283
- ...rest
2284
- } = _ref96;
2285
- return /*#__PURE__*/React.createElement(Icon.default, {
2286
- width: size,
2287
- height: size,
2288
- ref: ref,
2289
- xmlns: "http://www.w3.org/2000/svg",
2290
- viewBox: "0 0 32 32",
2291
- fill: "currentColor",
2292
- ...rest
2293
- }, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
2294
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM10,22H8V10h2Zm14-1a1,1,0,0,1-1.4858.874l-9-5a1,1,0,0,1,0-1.748l9-5A1,1,0,0,1,24,11Z"
2295
- })), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2296
- d: "M22 19.301L22 12.699 16.059 16 22 19.301z"
2297
- })), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2298
- fill: "none",
2299
- d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7486l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Zm-6.9409-6L22,19.3005V12.7Z"
2300
- })), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2301
- fill: "none",
2302
- d: "M8 10H10V22H8z",
2303
- transform: "rotate(-180 9 16)"
2304
- })), children);
2305
- });
2306
- if (process.env.NODE_ENV !== "production") {
2307
- SkipBackOutlineFilled.propTypes = iconPropTypes4cbeb95d.i;
2308
- }
2309
- const SkipBackOutlineSolid = /*#__PURE__*/React.forwardRef(function SkipBackOutlineSolid(_ref97, ref) {
2310
- let {
2311
- children,
2312
- size = 16,
2313
- ...rest
2314
- } = _ref97;
2315
- return /*#__PURE__*/React.createElement(Icon.default, {
2316
- width: size,
2317
- height: size,
2318
- ref: ref,
2319
- xmlns: "http://www.w3.org/2000/svg",
2320
- viewBox: "0 0 32 32",
2321
- fill: "currentColor",
2322
- ...rest
2323
- }, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2324
- d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7485l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Z"
2325
- })), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2326
- d: "M9 10H11V22H9z",
2327
- transform: "rotate(-180 10 16)"
2328
- })), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2329
- d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
2330
- })), children);
2331
- });
2332
- if (process.env.NODE_ENV !== "production") {
2333
- SkipBackOutlineSolid.propTypes = iconPropTypes4cbeb95d.i;
2334
- }
2335
- const SkipBackSolidFilled = /*#__PURE__*/React.forwardRef(function SkipBackSolidFilled(_ref98, ref) {
2336
- let {
2337
- children,
2338
- size = 16,
2339
- ...rest
2340
- } = _ref98;
2341
- return /*#__PURE__*/React.createElement(Icon.default, {
2342
- width: size,
2343
- height: size,
2344
- ref: ref,
2345
- xmlns: "http://www.w3.org/2000/svg",
2346
- viewBox: "0 0 32 32",
2347
- fill: "currentColor",
2348
- ...rest
2349
- }, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2350
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM10,22H8V10h2Zm14-1a1,1,0,0,1-1.4858.874l-9-5a1,1,0,0,1,0-1.748l9-5A1,1,0,0,1,24,11Z"
2351
- })), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2352
- fill: "none",
2353
- d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7486l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Z"
2354
- })), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2355
- fill: "none",
2356
- d: "M8 10H10V22H8z",
2357
- transform: "rotate(-180 9 16)"
2358
- })), children);
2359
- });
2360
- if (process.env.NODE_ENV !== "production") {
2361
- SkipBackSolidFilled.propTypes = iconPropTypes4cbeb95d.i;
2362
- }
2363
- const SkipForward = /*#__PURE__*/React.forwardRef(function SkipForward(_ref99, ref) {
2364
- let {
2365
- children,
2366
- size = 16,
2367
- ...rest
2368
- } = _ref99;
2369
- return /*#__PURE__*/React.createElement(Icon.default, {
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
- }, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2378
- d: "M5 28a1 1 0 01-1-1V5a1 1 0 01.5-.87 1 1 0 011 0l19 11a1 1 0 010 1.74l-19 11A1 1 0 015 28zM6 6.73V25.27L22 16zM28 4H30V28H28z"
2379
- })), children);
2380
- });
2381
- if (process.env.NODE_ENV !== "production") {
2382
- SkipForward.propTypes = iconPropTypes4cbeb95d.i;
2383
- }
2384
- const SkipForwardFilled = /*#__PURE__*/React.forwardRef(function SkipForwardFilled(_ref100, ref) {
2385
- let {
2386
- children,
2387
- size = 16,
2388
- ...rest
2389
- } = _ref100;
2390
- return /*#__PURE__*/React.createElement(Icon.default, {
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
- }, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2399
- d: "M28 4H30V28H28zM5 28a1 1 0 01-1-1V5a1 1 0 011.501-.8652l19 11a1 1 0 010 1.73l-19 11A.9975.9975 0 015 28z"
2400
- })), children);
2401
- });
2402
- if (process.env.NODE_ENV !== "production") {
2403
- SkipForwardFilled.propTypes = iconPropTypes4cbeb95d.i;
2404
- }
2405
- const SkipForwardOutline = /*#__PURE__*/React.forwardRef(function SkipForwardOutline(_ref101, ref) {
2406
- let {
2407
- children,
2408
- size = 16,
2409
- ...rest
2410
- } = _ref101;
2411
- return /*#__PURE__*/React.createElement(Icon.default, {
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
- }, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2420
- d: "M21 10H23V22H21zM8.4927 21.8618A1 1 0 018 21V11a1 1 0 011.4858-.8742l9 5a1 1 0 010 1.7485l-9 5a1.0009 1.0009 0 01-.9931-.0125zM10 12.7v6.6011L15.9409 16z"
2421
- })), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2422
- d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
2423
- })), children);
2424
- });
2425
- if (process.env.NODE_ENV !== "production") {
2426
- SkipForwardOutline.propTypes = iconPropTypes4cbeb95d.i;
2427
- }
2428
- const SkipForwardOutlineFilled = /*#__PURE__*/React.forwardRef(function SkipForwardOutlineFilled(_ref102, ref) {
2429
- let {
2430
- children,
2431
- size = 16,
2432
- ...rest
2433
- } = _ref102;
2434
- return /*#__PURE__*/React.createElement(Icon.default, {
2435
- width: size,
2436
- height: size,
2437
- ref: ref,
2438
- xmlns: "http://www.w3.org/2000/svg",
2439
- viewBox: "0 0 32 32",
2440
- fill: "currentColor",
2441
- ...rest
2442
- }, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2443
- d: "M10 19.301L15.941 16 10 12.699 10 19.301z"
2444
- })), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2445
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm2.4858,14.874-9,5A1,1,0,0,1,8,21V11a1,1,0,0,1,1.4858-.874l9,5a1,1,0,0,1,0,1.748ZM24,22H22V10h2Z"
2446
- })), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2447
- fill: "none",
2448
- d: "M22 10H24V22H22zM8.4927 21.8618A1 1 0 018 21V11a1 1 0 011.4858-.8743l9 5a1 1 0 010 1.7486l-9 5a1.0009 1.0009 0 01-.9931-.0125zM10 12.7v6.601L15.9409 16z"
2449
- })), children);
2450
- });
2451
- if (process.env.NODE_ENV !== "production") {
2452
- SkipForwardOutlineFilled.propTypes = iconPropTypes4cbeb95d.i;
2453
- }
2454
- const SkipForwardOutlineSolid = /*#__PURE__*/React.forwardRef(function SkipForwardOutlineSolid(_ref103, ref) {
2455
- let {
2456
- children,
2457
- size = 16,
2458
- ...rest
2459
- } = _ref103;
2460
- return /*#__PURE__*/React.createElement(Icon.default, {
2461
- width: size,
2462
- height: size,
2463
- ref: ref,
2464
- xmlns: "http://www.w3.org/2000/svg",
2465
- viewBox: "0 0 32 32",
2466
- fill: "currentColor",
2467
- ...rest
2468
- }, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2469
- d: "M21 10H23V22H21zM8.4927 21.8618A1 1 0 018 21V11a1 1 0 011.4858-.8742l9 5a1 1 0 010 1.7485l-9 5a1.0009 1.0009 0 01-.9931-.0125z"
2470
- })), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2471
- d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
2472
- })), children);
2473
- });
2474
- if (process.env.NODE_ENV !== "production") {
2475
- SkipForwardOutlineSolid.propTypes = iconPropTypes4cbeb95d.i;
2476
- }
2477
- const SkipForwardSolidFilled = /*#__PURE__*/React.forwardRef(function SkipForwardSolidFilled(_ref104, ref) {
2478
- let {
2479
- children,
2480
- size = 16,
2481
- ...rest
2482
- } = _ref104;
2483
- return /*#__PURE__*/React.createElement(Icon.default, {
2484
- width: size,
2485
- height: size,
2486
- ref: ref,
2487
- xmlns: "http://www.w3.org/2000/svg",
2488
- viewBox: "0 0 32 32",
2489
- fill: "currentColor",
2490
- ...rest
2491
- }, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2492
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm2.4858,14.874-9,5A1,1,0,0,1,8,21V11a1,1,0,0,1,1.4858-.874l9,5a1,1,0,0,1,0,1.748ZM24,22H22V10h2Z"
2493
- })), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2494
- fill: "none",
2495
- d: "M22 10H24V22H22zM8.4927 21.8618A1 1 0 018 21V11a1 1 0 011.4858-.8743l9 5a1 1 0 010 1.7486l-9 5a1.0009 1.0009 0 01-.9931-.0125z"
2496
- })), children);
2497
- });
2498
- if (process.env.NODE_ENV !== "production") {
2499
- SkipForwardSolidFilled.propTypes = iconPropTypes4cbeb95d.i;
2500
- }
2501
- const Sleet = /*#__PURE__*/React.forwardRef(function Sleet(_ref105, ref) {
2502
- let {
2503
- children,
2504
- size = 16,
2505
- ...rest
2506
- } = _ref105;
2507
- return /*#__PURE__*/React.createElement(Icon.default, {
2508
- width: size,
2509
- height: size,
2510
- ref: ref,
2511
- xmlns: "http://www.w3.org/2000/svg",
2512
- viewBox: "0 0 32 32",
2513
- fill: "currentColor",
2514
- ...rest
2515
- }, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2516
- d: "M6 24H8V26H6zM8 26H10V28H8zM10 28H12V30H10zM10 24H12V26H10zM6 28H8V30H6z"
2517
- })), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2518
- d: "M21 30a1 1 0 01-.8944-1.4474l2-4.0005a1 1 0 111.7888.8947l-2 4A.9981.9981 0 0121 30zM24.8008 9.1362a8.9943 8.9943 0 00-17.6006 0A6.4973 6.4973 0 008.5 22h8.8818L16.106 24.5527a1 1 0 101.7885.8946L19.6177 22H23.5A6.4974 6.4974 0 0024.8008 9.1362zM23.5 20H8.5a4.4975 4.4975 0 01-.356-8.981l.8155-.0639.0991-.812a6.9938 6.9938 0 0113.8838 0l.0986.812.8154.0639A4.4975 4.4975 0 0123.5 20z"
2519
- })), children);
2520
- });
2521
- if (process.env.NODE_ENV !== "production") {
2522
- Sleet.propTypes = iconPropTypes4cbeb95d.i;
2523
- }
2524
- const Slisor = /*#__PURE__*/React.forwardRef(function Slisor(_ref106, ref) {
2525
- let {
2526
- children,
2527
- size = 16,
2528
- ...rest
2529
- } = _ref106;
2530
- return /*#__PURE__*/React.createElement(Icon.default, {
2531
- width: size,
2532
- height: size,
2533
- ref: ref,
2534
- xmlns: "http://www.w3.org/2000/svg",
2535
- viewBox: "0 0 32 32",
2536
- fill: "currentColor",
2537
- ...rest
2538
- }, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2539
- d: "M28,20H26v2h2v6H4V22H6V20H4a2.0024,2.0024,0,0,0-2,2v6a2.0024,2.0024,0,0,0,2,2H28a2.0024,2.0024,0,0,0,2-2V22A2.0024,2.0024,0,0,0,28,20Z"
2540
- })), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
2541
- cx: "7",
2542
- cy: "25",
2543
- r: "1"
2544
- })), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2545
- d: "M16,22a1.0005,1.0005,0,0,1-.4473-.1055l-10-5,.8946-1.789L16,19.8821l9.5527-4.7766.8946,1.789-10,5A1.0005,1.0005,0,0,1,16,22Z"
2546
- })), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2547
- d: "M16,16a1.0005,1.0005,0,0,1-.4473-.1055l-10-5a1,1,0,0,1,0-1.789l10-5a1.0008,1.0008,0,0,1,.8946,0l10,5a1,1,0,0,1,0,1.789l-10,5A1.0005,1.0005,0,0,1,16,16ZM8.2358,10,16,13.8821,23.7642,10,16,6.1179Z"
2548
- })), children);
2549
- });
2550
- if (process.env.NODE_ENV !== "production") {
2551
- Slisor.propTypes = iconPropTypes4cbeb95d.i;
2552
- }
2553
- const Slm = /*#__PURE__*/React.forwardRef(function Slm(_ref107, ref) {
2554
- let {
2555
- children,
2556
- size = 16,
2557
- ...rest
2558
- } = _ref107;
2559
- return /*#__PURE__*/React.createElement(Icon.default, {
2560
- width: size,
2561
- height: size,
2562
- ref: ref,
2563
- xmlns: "http://www.w3.org/2000/svg",
2564
- viewBox: "0 0 32 32",
2565
- fill: "currentColor",
2566
- ...rest
2567
- }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2568
- d: "M28 9L26.5 14 26 16 25.5 14 24 9 22 9 22 23 24 23 24 15 23.8 13 24.4 15 26 19.6 27.6 15 28.2 13 28 15 28 23 30 23 30 9zM14 21L14 9 12 9 12 23 20 23 20 21zM8 23H2v-2h6v-4H4c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h6v2H4v4h4c1.1 0 2 .9 2 2v4C10 22.1 9.1 23 8 23z"
2569
- })), children);
2570
- });
2571
- if (process.env.NODE_ENV !== "production") {
2572
- Slm.propTypes = iconPropTypes4cbeb95d.i;
2573
- }
2574
- const Smell = /*#__PURE__*/React.forwardRef(function Smell(_ref108, ref) {
2575
- let {
2576
- children,
2577
- size = 16,
2578
- ...rest
2579
- } = _ref108;
2580
- return /*#__PURE__*/React.createElement(Icon.default, {
2581
- width: size,
2582
- height: size,
2583
- ref: ref,
2584
- xmlns: "http://www.w3.org/2000/svg",
2585
- viewBox: "0 0 32 32",
2586
- fill: "currentColor",
2587
- ...rest
2588
- }, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2589
- d: "M22,15V10H20v7h2a3,3,0,0,1,0,6H21V21H19v2a3,3,0,0,1-6,0V21H11v2H10a3,3,0,0,1,0-6h2V9a3,3,0,0,1,3-3h1V4H15a5,5,0,0,0-5,5v6a5,5,0,0,0,0,10h1.42a5,5,0,0,0,9.16,0H22a5,5,0,0,0,0-10Z"
2590
- })), children);
2591
- });
2592
- if (process.env.NODE_ENV !== "production") {
2593
- Smell.propTypes = iconPropTypes4cbeb95d.i;
2594
- }
2595
- const Smoke = /*#__PURE__*/React.forwardRef(function Smoke(_ref109, ref) {
2596
- let {
2597
- children,
2598
- size = 16,
2599
- ...rest
2600
- } = _ref109;
2601
- return /*#__PURE__*/React.createElement(Icon.default, {
2602
- width: size,
2603
- height: size,
2604
- ref: ref,
2605
- xmlns: "http://www.w3.org/2000/svg",
2606
- viewBox: "0 0 32 32",
2607
- fill: "currentColor",
2608
- ...rest
2609
- }, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2610
- d: "M27.001 28a.998.998 0 01-.8008-.4l-.8145-1.086a8.9976 8.9976 0 01-1.6005-7.2856l1.4736-6.8762a6.9956 6.9956 0 00-1.2446-5.6668L23.2 5.6a1 1 0 111.6-1.2l.8145 1.0857a8.9976 8.9976 0 011.6005 7.2856l-1.4736 6.8762a6.9956 6.9956 0 001.2446 5.6668L27.8 26.4A1 1 0 0127.001 28zM22.001 28a.998.998 0 01-.8008-.4l-.8145-1.086a8.9976 8.9976 0 01-1.6005-7.2856l1.4736-6.8762a6.9956 6.9956 0 00-1.2446-5.6668L18.2 5.6a1 1 0 111.6-1.2l.8145 1.0857a8.9976 8.9976 0 011.6005 7.2856l-1.4736 6.8762a6.9956 6.9956 0 001.2446 5.6668L22.8 26.4A1 1 0 0122.001 28zM17.001 28a.998.998 0 01-.8008-.4l-.8145-1.086a8.9976 8.9976 0 01-1.6005-7.2856l1.4736-6.8762a6.9956 6.9956 0 00-1.2446-5.6668L13.2 5.6a1 1 0 111.6-1.2l.8145 1.0857a8.9976 8.9976 0 011.6005 7.2856l-1.4736 6.8762a6.9956 6.9956 0 001.2446 5.6668L17.8 26.4A1 1 0 0117.001 28zM12.001 28a.998.998 0 01-.8008-.4l-.8145-1.086a8.9976 8.9976 0 01-1.6005-7.2856l1.4736-6.8762A6.9956 6.9956 0 009.0142 6.6855L8.2 5.6A1 1 0 119.8 4.4l.8145 1.0857a8.9976 8.9976 0 011.6005 7.2856l-1.4736 6.8762a6.9956 6.9956 0 001.2446 5.6668L12.8 26.4A1 1 0 0112.001 28zM7.001 28A.998.998 0 016.2 27.6l-.8145-1.086a8.9976 8.9976 0 01-1.6-7.2856l1.4736-6.8762A6.9956 6.9956 0 004.0142 6.6855L3.2 5.6A1 1 0 114.8 4.4l.8145 1.0857a8.9976 8.9976 0 011.6005 7.2856L5.7412 19.6474a6.9956 6.9956 0 001.2446 5.6668L7.8 26.4A1 1 0 017.001 28z"
2611
- })), children);
2612
- });
2613
- if (process.env.NODE_ENV !== "production") {
2614
- Smoke.propTypes = iconPropTypes4cbeb95d.i;
2615
- }
2616
- const WatsonHealthSmoothing = /*#__PURE__*/React.forwardRef(function WatsonHealthSmoothing(_ref110, ref) {
2617
- let {
2618
- children,
2619
- size = 16,
2620
- ...rest
2621
- } = _ref110;
2622
- return /*#__PURE__*/React.createElement(Icon.default, {
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
- }, _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
2631
- cx: "16",
2632
- cy: "16",
2633
- r: "5"
2634
- })), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2635
- d: "M7.7 4.7a14.7029 14.7029 0 00-3 3.1L6.3 9A13.2634 13.2634 0 018.9 6.3zM4.6 12.3l-1.9-.6A12.5111 12.5111 0 002 16H4A11.4756 11.4756 0 014.6 12.3zM2.7 20.4a14.4029 14.4029 0 002 3.9l1.6-1.2a12.8867 12.8867 0 01-1.7-3.3zM7.8 27.3a14.4029 14.4029 0 003.9 2l.6-1.9A12.8867 12.8867 0 019 25.7zM11.7 2.7l.6 1.9A11.4756 11.4756 0 0116 4V2A12.5111 12.5111 0 0011.7 2.7zM24.2 27.3a15.18 15.18 0 003.1-3.1L25.7 23A11.526 11.526 0 0123 25.7zM27.4 19.7l1.9.6A15.4747 15.4747 0 0030 16H28A11.4756 11.4756 0 0127.4 19.7zM29.2 11.6a14.4029 14.4029 0 00-2-3.9L25.6 8.9a12.8867 12.8867 0 011.7 3.3zM24.1 4.6a14.4029 14.4029 0 00-3.9-2l-.6 1.9a12.8867 12.8867 0 013.3 1.7zM20.3 29.3l-.6-1.9A11.4756 11.4756 0 0116 28v2A21.4206 21.4206 0 0020.3 29.3z"
2636
- })), children);
2637
- });
2638
- if (process.env.NODE_ENV !== "production") {
2639
- WatsonHealthSmoothing.propTypes = iconPropTypes4cbeb95d.i;
2640
- }
2641
- const WatsonHealthSmoothingCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthSmoothingCursor(_ref111, ref) {
2642
- let {
2643
- children,
2644
- size = 16,
2645
- ...rest
2646
- } = _ref111;
2647
- return /*#__PURE__*/React.createElement(Icon.default, {
2648
- width: size,
2649
- height: size,
2650
- ref: ref,
2651
- xmlns: "http://www.w3.org/2000/svg",
2652
- viewBox: "0 0 32 32",
2653
- fill: "currentColor",
2654
- ...rest
2655
- }, _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
2656
- cx: "18",
2657
- cy: "18",
2658
- r: "4"
2659
- })), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2660
- d: "M18 30a11.8932 11.8932 0 01-4.1035-.72L14.58 27.4A9.9725 9.9725 0 0018 28zM22.1484 29.2637l-.6914-1.877a9.9556 9.9556 0 002.9973-1.748l1.2916 1.5268A11.9525 11.9525 0 0122.1484 29.2637zM10.2893 27.1951A12.0141 12.0141 0 017.61 24.0078l1.73-1.0029a10.0236 10.0236 0 002.2347 2.6584zM28.4133 23.967l-1.7343-.9956a9.9159 9.9159 0 001.176-3.2641l1.9712.3388A11.8956 11.8956 0 0128.4133 23.967zM6.1821 20.0925A12.1282 12.1282 0 016.1777 15.93l1.9707.3423a10.1214 10.1214 0 00.0035 3.4738zM27.8447 16.2339a9.9019 9.9019 0 00-1.1953-3.2564l1.7285-1.0063a11.9029 11.9029 0 011.4361 3.9121zM9.3313 13.0107l-1.7324-.999a12.01 12.01 0 012.6738-3.1931l1.2886 1.53A10.01 10.01 0 009.3313 13.0107zM24.4094 10.3237a9.96 9.96 0 00-3.0088-1.7309l.68-1.8809a11.9491 11.9491 0 013.6118 2.0772zM14.562 8.6064l-.6875-1.8779A12.1031 12.1031 0 0118 6V8A10.0875 10.0875 0 0014.562 8.6064zM11 2L2 2 2 11 4 11 4 4 11 4 11 2z"
2661
- })), children);
2662
- });
2663
- if (process.env.NODE_ENV !== "production") {
2664
- WatsonHealthSmoothingCursor.propTypes = iconPropTypes4cbeb95d.i;
2665
- }
2666
- const Snooze = /*#__PURE__*/React.forwardRef(function Snooze(_ref112, ref) {
2667
- let {
2668
- children,
2669
- size = 16,
2670
- ...rest
2671
- } = _ref112;
2672
- return /*#__PURE__*/React.createElement(Icon.default, {
2673
- width: size,
2674
- height: size,
2675
- ref: ref,
2676
- xmlns: "http://www.w3.org/2000/svg",
2677
- viewBox: "0 0 32 32",
2678
- fill: "currentColor",
2679
- ...rest
2680
- }, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2681
- d: "M20 14L20 12 12 12 12 14 17.5 14 12 20 12 22 20 22 20 20 14.507 20 20 14z"
2682
- })), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2683
- d: "M24.5 3.965H26.499V9.036999999999999H24.5z",
2684
- transform: "rotate(-44.945 25.5 6.5)"
2685
- })), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2686
- d: "M16,28A11,11,0,1,1,27,17,11.0125,11.0125,0,0,1,16,28ZM16,8a9,9,0,1,0,9,9A9.01,9.01,0,0,0,16,8Z"
2687
- })), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2688
- d: "M3.965 5.501H9.036999999999999V7.5H3.965z",
2689
- transform: "rotate(-45.055 6.5 6.5)"
2690
- })), children);
2691
- });
2692
- if (process.env.NODE_ENV !== "production") {
2693
- Snooze.propTypes = iconPropTypes4cbeb95d.i;
2694
- }
2695
- const Snow = /*#__PURE__*/React.forwardRef(function Snow(_ref113, ref) {
2696
- let {
2697
- children,
2698
- size = 16,
2699
- ...rest
2700
- } = _ref113;
2701
- return /*#__PURE__*/React.createElement(Icon.default, {
2702
- width: size,
2703
- height: size,
2704
- ref: ref,
2705
- xmlns: "http://www.w3.org/2000/svg",
2706
- viewBox: "0 0 32 32",
2707
- fill: "currentColor",
2708
- ...rest
2709
- }, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2710
- d: "M23.5 22H8.5A6.5 6.5 0 017.2 9.14a9 9 0 0117.6 0A6.5 6.5 0 0123.5 22zM16 4a7 7 0 00-6.94 6.14L9 11 8.14 11a4.5 4.5 0 00.36 9h15a4.5 4.5 0 00.36-9L23 11l-.1-.82A7 7 0 0016 4zM12 25.05L10.95 24 9.5 25.45 8.05 24 7 25.05 8.45 26.5 7 27.95 8.05 29 9.5 27.55 10.95 29 12 27.95 10.55 26.5 12 25.05zM26 25.05L24.95 24 23.5 25.45 22.05 24 21 25.05 22.45 26.5 21 27.95 22.05 29 23.5 27.55 24.95 29 26 27.95 24.55 26.5 26 25.05zM19 27.05L17.95 26 16.5 27.45 15.05 26 14 27.05 15.45 28.5 14 29.95 15.05 31 16.5 29.55 17.95 31 19 29.95 17.55 28.5 19 27.05z"
2711
- })), children);
2712
- });
2713
- if (process.env.NODE_ENV !== "production") {
2714
- Snow.propTypes = iconPropTypes4cbeb95d.i;
2715
- }
2716
- const SnowBlizzard = /*#__PURE__*/React.forwardRef(function SnowBlizzard(_ref114, ref) {
2717
- let {
2718
- children,
2719
- size = 16,
2720
- ...rest
2721
- } = _ref114;
2722
- return /*#__PURE__*/React.createElement(Icon.default, {
2723
- width: size,
2724
- height: size,
2725
- ref: ref,
2726
- xmlns: "http://www.w3.org/2000/svg",
2727
- viewBox: "0 0 32 32",
2728
- fill: "currentColor",
2729
- ...rest
2730
- }, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2731
- d: "M13 10H15V12H13zM15 12H17V14H15zM17 14H19V16H17zM17 10H19V12H17zM13 14H15V16H13zM3 26H5V28H3zM5 28H7V30H5zM7 30H9V32H7zM7 26H9V28H7zM3 30H5V32H3zM23 26H25V28H23zM25 28H27V30H25zM27 30H29V32H27zM27 26H29V28H27zM23 30H25V32H23zM8 18H10V20H8zM10 20H12V22H10zM12 22H14V24H12zM12 18H14V20H12zM8 22H10V24H8zM18 18H20V20H18zM20 20H22V22H20zM22 22H24V24H22zM22 18H24V20H22zM18 22H20V24H18zM13 26H15V28H13zM15 28H17V30H15zM17 30H19V32H17zM17 26H19V28H17zM13 30H15V32H13z"
2732
- })), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2733
- d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0A6.4957,6.4957,0,0,0,6,21.4985v-2.26A4.4943,4.4943,0,0,1,8.144,11.019l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4944,4.4944,0,0,1,26,19.2383v2.26A6.4958,6.4958,0,0,0,24.8008,9.1362Z"
2734
- })), children);
2735
- });
2736
- if (process.env.NODE_ENV !== "production") {
2737
- SnowBlizzard.propTypes = iconPropTypes4cbeb95d.i;
2738
- }
2739
- const SnowHeavy = /*#__PURE__*/React.forwardRef(function SnowHeavy(_ref115, ref) {
2740
- let {
2741
- children,
2742
- size = 16,
2743
- ...rest
2744
- } = _ref115;
2745
- return /*#__PURE__*/React.createElement(Icon.default, {
2746
- width: size,
2747
- height: size,
2748
- ref: ref,
2749
- xmlns: "http://www.w3.org/2000/svg",
2750
- viewBox: "0 0 32 32",
2751
- fill: "currentColor",
2752
- ...rest
2753
- }, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2754
- d: "M4 26H6V28H4zM6 28H8V30H6zM8 30H10V32H8zM8 26H10V28H8zM4 30H6V32H4zM8 18H10V20H8zM10 20H12V22H10zM12 22H14V24H12zM12 18H14V20H12zM8 22H10V24H8zM18 18H20V20H18zM20 20H22V22H20zM22 22H24V24H22zM22 18H24V20H22zM18 22H20V24H18zM14 26H16V28H14zM16 28H18V30H16zM18 30H20V32H18zM18 26H20V28H18zM14 30H16V32H14z"
2755
- })), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2756
- d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0A6.4957,6.4957,0,0,0,6,21.4985v-2.26A4.4943,4.4943,0,0,1,8.144,11.019l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4944,4.4944,0,0,1,26,19.2383v2.26A6.4958,6.4958,0,0,0,24.8008,9.1362Z"
2757
- })), children);
2758
- });
2759
- if (process.env.NODE_ENV !== "production") {
2760
- SnowHeavy.propTypes = iconPropTypes4cbeb95d.i;
2761
- }
2762
- const SnowScattered = /*#__PURE__*/React.forwardRef(function SnowScattered(_ref116, ref) {
2763
- let {
2764
- children,
2765
- size = 16,
2766
- ...rest
2767
- } = _ref116;
2768
- return /*#__PURE__*/React.createElement(Icon.default, {
2769
- width: size,
2770
- height: size,
2771
- ref: ref,
2772
- xmlns: "http://www.w3.org/2000/svg",
2773
- viewBox: "0 0 32 32",
2774
- fill: "currentColor",
2775
- ...rest
2776
- }, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2777
- d: "M2 26H4V28H2zM4 28H6V30H4zM6 30H8V32H6zM6 26H8V28H6zM2 30H4V32H2zM20 26H22V28H20zM22 28H24V30H22zM24 30H26V32H24zM24 26H26V28H24zM20 30H22V32H20zM11 26H13V28H11zM13 28H15V30H13zM15 30H17V32H15zM15 26H17V28H15zM11 30H13V32H11zM20 0H22V3H20zM29 10.001H32V12.001H29z"
2778
- })), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2779
- d: "M26.732 3.768H29.732V5.768H26.732z",
2780
- transform: "rotate(-45 28.232 4.768)"
2781
- })), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2782
- d: "M26.732 16.233H29.732V18.233H26.732z",
2783
- transform: "rotate(-135 28.232 17.233)"
2784
- })), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2785
- d: "M12.268 3.768H15.268V5.768H12.268z",
2786
- transform: "rotate(-135 13.768 4.768)"
2787
- })), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2788
- d: "M27,11A5.9852,5.9852,0,0,0,16.1431,7.5083,7.3737,7.3737,0,0,0,13.5,7a7.5511,7.5511,0,0,0-7.1494,5.2441A5.9926,5.9926,0,0,0,8,24H19a5.9672,5.9672,0,0,0,5.5667-8.2A5.9722,5.9722,0,0,0,27,11ZM19,22H8a3.9926,3.9926,0,0,1-.6733-7.9292l.663-.1128.1456-.6562a5.496,5.496,0,0,1,10.7294,0l.1456.6562.6626.1128A3.9925,3.9925,0,0,1,19,22Zm4.5222-7.9131a5.9592,5.9592,0,0,0-2.8728-1.8428,7.5212,7.5212,0,0,0-2.7224-3.78,3.9869,3.9869,0,1,1,5.5952,5.6225Z"
2789
- })), children);
2790
- });
2791
- if (process.env.NODE_ENV !== "production") {
2792
- SnowScattered.propTypes = iconPropTypes4cbeb95d.i;
2793
- }
2794
- const SnowScatteredNight = /*#__PURE__*/React.forwardRef(function SnowScatteredNight(_ref117, ref) {
2795
- let {
2796
- children,
2797
- size = 16,
2798
- ...rest
2799
- } = _ref117;
2800
- return /*#__PURE__*/React.createElement(Icon.default, {
2801
- width: size,
2802
- height: size,
2803
- ref: ref,
2804
- xmlns: "http://www.w3.org/2000/svg",
2805
- viewBox: "0 0 32 32",
2806
- fill: "currentColor",
2807
- ...rest
2808
- }, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2809
- d: "M2 26H4V28H2zM4 28H6V30H4zM6 30H8V32H6zM6 26H8V28H6zM2 30H4V32H2zM20 26H22V28H20zM22 28H24V30H22zM24 30H26V32H24zM24 26H26V28H24zM20 30H22V32H20zM11 26H13V28H11zM13 28H15V30H13zM15 30H17V32H15zM15 26H17V28H15zM11 30H13V32H11zM29.8439 13.0347a1.517 1.517 0 00-1.23-.8658 5.3552 5.3552 0 01-3.4095-1.7158 6.4655 6.4655 0 01-1.286-6.3926 1.6025 1.6025 0 00-.2989-1.5459 1.4543 1.4543 0 00-1.36-.4931l-.0191.0039a7.7685 7.7685 0 00-5.8847 5.5737A7.3706 7.3706 0 0013.5 7a7.5511 7.5511 0 00-7.1494 5.2441A5.9926 5.9926 0 008 24H19a6.0066 6.0066 0 006-6c0-.0571-.0123-.1113-.0139-.1685a7.5076 7.5076 0 004.7611-3.2768A1.5369 1.5369 0 0029.8439 13.0347zM19 22H8a3.9926 3.9926 0 01-.6733-7.9292l.663-.1128.1456-.6562a5.496 5.496 0 0110.7294 0l.1456.6562.6626.1128A3.9925 3.9925 0 0119 22zm5.5974-6.1289a5.9661 5.9661 0 00-3.948-3.627 7.49 7.49 0 00-2.489-3.58 5.9018 5.9018 0 013.6381-4.4473 8.4577 8.4577 0 001.94 7.5967A7.4007 7.4007 0 0027.64 14.041 5.4487 5.4487 0 0124.5974 15.8711z"
2810
- })), children);
2811
- });
2812
- if (process.env.NODE_ENV !== "production") {
2813
- SnowScatteredNight.propTypes = iconPropTypes4cbeb95d.i;
2814
- }
2815
- const SnowDensity = /*#__PURE__*/React.forwardRef(function SnowDensity(_ref118, ref) {
2816
- let {
2817
- children,
2818
- size = 16,
2819
- ...rest
2820
- } = _ref118;
2821
- return /*#__PURE__*/React.createElement(Icon.default, {
2822
- width: size,
2823
- height: size,
2824
- ref: ref,
2825
- xmlns: "http://www.w3.org/2000/svg",
2826
- viewBox: "0 0 32 32",
2827
- fill: "currentColor",
2828
- ...rest
2829
- }, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2830
- d: "M16,28a9.0114,9.0114,0,0,1-9-9,9.9843,9.9843,0,0,1,1.4941-4.9554L15.1528,3.4367a1.04,1.04,0,0,1,1.6944,0l6.6289,10.5564A10.0633,10.0633,0,0,1,25,19,9.0114,9.0114,0,0,1,16,28ZM16,5.8483l-5.7817,9.2079A7.9771,7.9771,0,0,0,9,19a7,7,0,0,0,14,0,8.0615,8.0615,0,0,0-1.248-3.9953Z"
2831
- })), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2832
- d: "M20.6 16.8L19.4 15.2 17 17 17 14 15 14 15 17 12.6 15.2 11.4 16.8 14.333 19 11.4 21.2 12.6 22.8 15 21 15 24 17 24 17 21 19.4 22.8 20.6 21.2 17.667 19 20.6 16.8z"
2833
- })), children);
2834
- });
2835
- if (process.env.NODE_ENV !== "production") {
2836
- SnowDensity.propTypes = iconPropTypes4cbeb95d.i;
2837
- }
2838
- const Snowflake = /*#__PURE__*/React.forwardRef(function Snowflake(_ref119, ref) {
2839
- let {
2840
- children,
2841
- size = 16,
2842
- ...rest
2843
- } = _ref119;
2844
- return /*#__PURE__*/React.createElement(Icon.default, {
2845
- width: size,
2846
- height: size,
2847
- ref: ref,
2848
- xmlns: "http://www.w3.org/2000/svg",
2849
- viewBox: "0 0 32 32",
2850
- fill: "currentColor",
2851
- ...rest
2852
- }, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2853
- d: "M21.4148,12H28V10H23.4148l4.5857-4.5854L26.5864,4,22,8.5869V4H20v6.5869L18.5867,12H17V8H15v4H13.4133L12,10.5869V4H10V8.5869L5.4136,4,4,5.4146,8.5852,10H4v2h6.5852L12,13.415V15H8v2h4v1.5869L10.5867,20H4v2H8.5867L4,26.5864l1.4141,1.4141L10,23.415V28h2V21.415L13.4148,20H15v4h2V20h1.5852L20,21.415V28h2V23.415l4.5854,4.5855L28,26.5864,23.4133,22H28V20H21.4133L20,18.5869V17h4V15H20V13.415ZM18,18H14V14h4Z"
2854
- })), children);
2855
- });
2856
- if (process.env.NODE_ENV !== "production") {
2857
- Snowflake.propTypes = iconPropTypes4cbeb95d.i;
2858
- }
2859
- const Soccer = /*#__PURE__*/React.forwardRef(function Soccer(_ref120, ref) {
2860
- let {
2861
- children,
2862
- size = 16,
2863
- ...rest
2864
- } = _ref120;
2865
- return /*#__PURE__*/React.createElement(Icon.default, {
2866
- width: size,
2867
- height: size,
2868
- ref: ref,
2869
- xmlns: "http://www.w3.org/2000/svg",
2870
- viewBox: "0 0 32 32",
2871
- fill: "currentColor",
2872
- ...rest
2873
- }, _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
2874
- cx: "17",
2875
- cy: "28",
2876
- r: "2"
2877
- })), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2878
- d: "M7.55 17.5H15.45V19.5H7.55z",
2879
- transform: "rotate(-45 11.5 18.5)"
2880
- })), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2881
- d: "M28 16.584L19.4143 8H6v2H18.5857l3 3L6 28.5859 7.4141 30 23 14.415 26.584 18 23 21.5859 24.4141 23 28 19.416A2.0044 2.0044 0 0028 16.584zM24.5 9A3.5 3.5 0 1128 5.5 3.504 3.504 0 0124.5 9zm0-5A1.5 1.5 0 1026 5.5 1.5017 1.5017 0 0024.5 4z"
2882
- })), children);
2883
- });
2884
- if (process.env.NODE_ENV !== "production") {
2885
- Soccer.propTypes = iconPropTypes4cbeb95d.i;
2886
- }
2887
- const SoftwareResource = /*#__PURE__*/React.forwardRef(function SoftwareResource(_ref121, ref) {
2888
- let {
2889
- children,
2890
- size = 16,
2891
- ...rest
2892
- } = _ref121;
2893
- return /*#__PURE__*/React.createElement(Icon.default, {
2894
- width: size,
2895
- height: size,
2896
- ref: ref,
2897
- xmlns: "http://www.w3.org/2000/svg",
2898
- viewBox: "0 0 32 32",
2899
- fill: "currentColor",
2900
- ...rest
2901
- }, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2902
- d: "M29.391,14.527L17.473,2.609C17.067,2.203,16.533,2,16,2c-0.533,0-1.067,0.203-1.473,0.609L2.609,14.527 C2.203,14.933,2,15.466,2,16s0.203,1.067,0.609,1.473l11.917,11.917C14.933,29.797,15.467,30,16,30c0.533,0,1.067-0.203,1.473-0.609 l11.917-11.917C29.797,17.067,30,16.534,30,16S29.797,14.933,29.391,14.527z M16,28.036L3.965,16L16,3.964L28.036,16L16,28.036z"
2903
- })), children);
2904
- });
2905
- if (process.env.NODE_ENV !== "production") {
2906
- SoftwareResource.propTypes = iconPropTypes4cbeb95d.i;
2907
- }
2908
- const SoftwareResourceCluster = /*#__PURE__*/React.forwardRef(function SoftwareResourceCluster(_ref122, ref) {
2909
- let {
2910
- children,
2911
- size = 16,
2912
- ...rest
2913
- } = _ref122;
2914
- return /*#__PURE__*/React.createElement(Icon.default, {
2915
- width: size,
2916
- height: size,
2917
- ref: ref,
2918
- xmlns: "http://www.w3.org/2000/svg",
2919
- viewBox: "0 0 32 32",
2920
- fill: "currentColor",
2921
- ...rest
2922
- }, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2923
- d: "M24 21c-.5 0-1-.2-1.4-.6l-3-3C19.2 17 19 16.5 19 16s.2-1 .6-1.4l3-3C23 11.2 23.5 11 24 11c.5 0 1 .2 1.4.6l3 3C28.8 15 29 15.5 29 16c0 .5-.2 1-.6 1.4l-3 3C25 20.8 24.5 21 24 21zM24 13l-3 3 3 3 3-3L24 13zM16 13c-.5 0-1-.2-1.4-.6l-3-3C11.2 9 11 8.5 11 8s.2-1 .6-1.4l3-3C15 3.2 15.5 3 16 3c.5 0 1 .2 1.4.6l3 3C20.8 7 21 7.5 21 8c0 .5-.2 1-.6 1.4l-3 3C17 12.8 16.5 13 16 13zM16 5l-3 3 3 3 3-3L16 5zM16 29c-.5 0-1-.2-1.4-.6l-3-3C11.2 25 11 24.5 11 24s.2-1 .6-1.4l3-3C15 19.2 15.5 19 16 19c.5 0 1 .2 1.4.6l3 3C20.8 23 21 23.5 21 24c0 .5-.2 1-.6 1.4l-3 3C17 28.8 16.5 29 16 29zM16 21l-3 3 3 3 3-3L16 21zM8 21c-.5 0-1-.2-1.4-.6l-3-3C3.2 17 3 16.5 3 16s.2-1 .6-1.4l3-3C7 11.2 7.5 11 8 11c.5 0 1 .2 1.4.6l3 3C12.8 15 13 15.5 13 16c0 .5-.2 1-.6 1.4l-3 3C9 20.8 8.5 21 8 21zM8 13l-3 3 3 3 3-3L8 13z"
2924
- })), children);
2925
- });
2926
- if (process.env.NODE_ENV !== "production") {
2927
- SoftwareResourceCluster.propTypes = iconPropTypes4cbeb95d.i;
2928
- }
2929
- const SoftwareResourceResource = /*#__PURE__*/React.forwardRef(function SoftwareResourceResource(_ref123, ref) {
2930
- let {
2931
- children,
2932
- size = 16,
2933
- ...rest
2934
- } = _ref123;
2935
- return /*#__PURE__*/React.createElement(Icon.default, {
2936
- width: size,
2937
- height: size,
2938
- ref: ref,
2939
- xmlns: "http://www.w3.org/2000/svg",
2940
- viewBox: "0 0 32 32",
2941
- fill: "currentColor",
2942
- ...rest
2943
- }, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2944
- d: "M6.9 8.3H11.7V10.3H6.9z",
2945
- transform: "rotate(-45.001 9.293 9.293)"
2946
- })), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2947
- d: "M4.9,19.7l-2.3-2.3C2.2,17,2,16.5,2,16s0.2-1,0.6-1.4l2.3-2.3l1.4,1.4L4,16l2.3,2.3L4.9,19.7z"
2948
- })), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2949
- d: "M8.3 20.3H10.3V25.1H8.3z",
2950
- transform: "rotate(-45.001 9.293 22.707)"
2951
- })), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2952
- d: "M16,30c-0.5,0-1-0.2-1.4-0.6l-2.3-2.3l1.4-1.4L16,28l2.3-2.3l1.4,1.4l-2.3,2.3C17,29.8,16.5,30,16,30z"
2953
- })), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2954
- d: "M20.3 21.7H25.1V23.7H20.3z",
2955
- transform: "rotate(-45.001 22.707 22.707)"
2956
- })), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2957
- d: "M27.1,19.7l-1.4-1.4L28,16l-2.3-2.3l1.4-1.4l2.3,2.3C29.8,15,30,15.5,30,16s-0.2,1-0.6,1.4L27.1,19.7z"
2958
- })), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2959
- d: "M21.7 6.9H23.7V11.7H21.7z",
2960
- transform: "rotate(-45.001 22.707 9.293)"
2961
- })), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2962
- d: "M16,2c-0.5,0-1,0.2-1.4,0.6l-2.3,2.3l1.4,1.4L16,4l2.3,2.3l1.4-1.4l-2.3-2.3C17,2.2,16.5,2,16,2z"
2963
- })), children);
2964
- });
2965
- if (process.env.NODE_ENV !== "production") {
2966
- SoftwareResourceResource.propTypes = iconPropTypes4cbeb95d.i;
2967
- }
2968
- const SoilMoisture = /*#__PURE__*/React.forwardRef(function SoilMoisture(_ref124, ref) {
2969
- let {
2970
- children,
2971
- size = 16,
2972
- ...rest
2973
- } = _ref124;
2974
- return /*#__PURE__*/React.createElement(Icon.default, {
2975
- width: size,
2976
- height: size,
2977
- ref: ref,
2978
- xmlns: "http://www.w3.org/2000/svg",
2979
- viewBox: "0 0 32 32",
2980
- fill: "currentColor",
2981
- ...rest
2982
- }, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
2983
- d: "M24.5,28A5.385,5.385,0,0,1,19,22.751a5.3837,5.3837,0,0,1,.874-2.8308L23.49,14.5383a1.217,1.217,0,0,1,2.02,0L29.06,19.8154A5.4923,5.4923,0,0,1,30,22.751,5.385,5.385,0,0,1,24.5,28Zm0-11.38-2.9356,4.3672A3.3586,3.3586,0,0,0,21,22.751a3.51,3.51,0,0,0,7,0,3.4356,3.4356,0,0,0-.63-1.867Z"
2984
- })), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
2985
- cx: "5",
2986
- cy: "13",
2987
- r: "1"
2988
- })), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
2989
- cx: "11",
2990
- cy: "19",
2991
- r: "1"
2992
- })), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
2993
- cx: "15",
2994
- cy: "25",
2995
- r: "1"
2996
- })), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
2997
- cx: "17",
2998
- cy: "15",
2999
- r: "1"
3000
- })), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
3001
- cx: "13",
3002
- cy: "11",
3003
- r: "1"
3004
- })), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
3005
- cx: "27",
3006
- cy: "11",
3007
- r: "1"
3008
- })), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
3009
- cx: "9",
3010
- cy: "27",
3011
- r: "1"
3012
- })), _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
3013
- cx: "3",
3014
- cy: "21",
3015
- r: "1"
3016
- })), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
3017
- d: "M2 6H30V8H2z"
3018
- })), children);
3019
- });
3020
- if (process.env.NODE_ENV !== "production") {
3021
- SoilMoisture.propTypes = iconPropTypes4cbeb95d.i;
3022
- }
3023
- const SoilMoistureField = /*#__PURE__*/React.forwardRef(function SoilMoistureField(_ref125, ref) {
3024
- let {
3025
- children,
3026
- size = 16,
3027
- ...rest
3028
- } = _ref125;
3029
- return /*#__PURE__*/React.createElement(Icon.default, {
3030
- width: size,
3031
- height: size,
3032
- ref: ref,
3033
- xmlns: "http://www.w3.org/2000/svg",
3034
- viewBox: "0 0 32 32",
3035
- fill: "currentColor",
3036
- ...rest
3037
- }, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
3038
- d: "M24.5 30a5.202 5.202 0 01-4.626-8.08L23.49 16.5382a1.217 1.217 0 012.02 0L29.06 21.8154A5.4921 5.4921 0 0130 24.751 5.385 5.385 0 0124.5 30zm0-11.38l-2.9356 4.3672A3.2079 3.2079 0 0024.5 28 3.3855 3.3855 0 0028 24.751a3.4354 3.4354 0 00-.63-1.867zM11 16V11h1a4.0045 4.0045 0 004-4V4H13a3.9779 3.9779 0 00-2.7468 1.1067A6.0034 6.0034 0 005 2H2V5a6.0066 6.0066 0 006 6H9v5H2v2H16V16zM13 6h1V7a2.002 2.002 0 01-2 2H11V8A2.002 2.002 0 0113 6zM8 9A4.0045 4.0045 0 014 5V4H5A4.0045 4.0045 0 019 8V9zM2 21H16V23H2zM2 26H16V28H2z"
3039
- })), children);
3040
- });
3041
- if (process.env.NODE_ENV !== "production") {
3042
- SoilMoistureField.propTypes = iconPropTypes4cbeb95d.i;
3043
- }
3044
-
3045
- exports.SatisfyUsage = SatisfyUsage;
3046
- exports.Save = Save;
3047
- exports.SaveModel = SaveModel;
3048
- exports.Scale = Scale;
3049
- exports.Scales = Scales;
3050
- exports.ScalesTipped = ScalesTipped;
3051
- exports.Scalpel = Scalpel;
3052
- exports.Scan = Scan;
3053
- exports.ScanAlt = ScanAlt;
3054
- exports.ScanDisabled = ScanDisabled;
3055
- exports.ScatterMatrix = ScatterMatrix;
3056
- exports.Schematics = Schematics;
3057
- exports.ScisControlTower = ScisControlTower;
3058
- exports.ScisTransparentSupply = ScisTransparentSupply;
3059
- exports.Scooter = Scooter;
3060
- exports.ScooterFront = ScooterFront;
3061
- exports.Screen = Screen;
3062
- exports.ScreenMap = ScreenMap;
3063
- exports.ScreenMapSet = ScreenMapSet;
3064
- exports.ScreenOff = ScreenOff;
3065
- exports.Script = Script;
3066
- exports.ScriptReference = ScriptReference;
3067
- exports.Sdk = Sdk;
3068
- exports.Search = Search;
3069
- exports.SearchAdvanced = SearchAdvanced;
3070
- exports.SearchLocate = SearchLocate;
3071
- exports.SearchLocateMirror = SearchLocateMirror;
3072
- exports.Security = Security;
3073
- exports.SecurityServices = SecurityServices;
3074
- exports.SelectWindow = SelectWindow;
3075
- exports.Select_01 = Select_01;
3076
- exports.Select_02 = Select_02;
3077
- exports.Send = Send;
3078
- exports.SendActionUsage = SendActionUsage;
3079
- exports.SendAlt = SendAlt;
3080
- exports.SendAltFilled = SendAltFilled;
3081
- exports.SendBackward = SendBackward;
3082
- exports.SendFilled = SendFilled;
3083
- exports.SendToBack = SendToBack;
3084
- exports.ServerDns = ServerDns;
3085
- exports.ServerProxy = ServerProxy;
3086
- exports.ServerTime = ServerTime;
3087
- exports.ServiceDesk = ServiceDesk;
3088
- exports.ServiceId = ServiceId;
3089
- exports.ServiceLevels = ServiceLevels;
3090
- exports.SessionBorderControl = SessionBorderControl;
3091
- exports.Settings = Settings;
3092
- exports.SettingsAdjust = SettingsAdjust;
3093
- exports.SettingsCheck = SettingsCheck;
3094
- exports.SettingsEdit = SettingsEdit;
3095
- exports.SettingsServices = SettingsServices;
3096
- exports.SettingsView = SettingsView;
3097
- exports.ShapeExcept = ShapeExcept;
3098
- exports.ShapeExclude = ShapeExclude;
3099
- exports.ShapeIntersect = ShapeIntersect;
3100
- exports.ShapeJoin = ShapeJoin;
3101
- exports.ShapeUnite = ShapeUnite;
3102
- exports.Shapes = Shapes;
3103
- exports.Share = Share;
3104
- exports.ShareKnowledge = ShareKnowledge;
3105
- exports.ShoppingBag = ShoppingBag;
3106
- exports.ShoppingCart = ShoppingCart;
3107
- exports.ShoppingCartArrowDown = ShoppingCartArrowDown;
3108
- exports.ShoppingCartArrowUp = ShoppingCartArrowUp;
3109
- exports.ShoppingCartClear = ShoppingCartClear;
3110
- exports.ShoppingCartError = ShoppingCartError;
3111
- exports.ShoppingCartMinus = ShoppingCartMinus;
3112
- exports.ShoppingCartPlus = ShoppingCartPlus;
3113
- exports.ShoppingCatalog = ShoppingCatalog;
3114
- exports.ShowDataCards = ShowDataCards;
3115
- exports.ShrinkScreen = ShrinkScreen;
3116
- exports.ShrinkScreenFilled = ShrinkScreenFilled;
3117
- exports.Shuffle = Shuffle;
3118
- exports.Shuttle = Shuttle;
3119
- exports.SidePanelClose = SidePanelClose;
3120
- exports.SidePanelCloseFilled = SidePanelCloseFilled;
3121
- exports.SidePanelOpen = SidePanelOpen;
3122
- exports.SidePanelOpenFilled = SidePanelOpenFilled;
3123
- exports.Sight = Sight;
3124
- exports.Sigma = Sigma;
3125
- exports.SignalStrength = SignalStrength;
3126
- exports.SimCard = SimCard;
3127
- exports.SkillLevel = SkillLevel;
3128
- exports.SkillLevelAdvanced = SkillLevelAdvanced;
3129
- exports.SkillLevelBasic = SkillLevelBasic;
3130
- exports.SkillLevelIntermediate = SkillLevelIntermediate;
3131
- exports.SkipBack = SkipBack;
3132
- exports.SkipBackFilled = SkipBackFilled;
3133
- exports.SkipBackOutline = SkipBackOutline;
3134
- exports.SkipBackOutlineFilled = SkipBackOutlineFilled;
3135
- exports.SkipBackOutlineSolid = SkipBackOutlineSolid;
3136
- exports.SkipBackSolidFilled = SkipBackSolidFilled;
3137
- exports.SkipForward = SkipForward;
3138
- exports.SkipForwardFilled = SkipForwardFilled;
3139
- exports.SkipForwardOutline = SkipForwardOutline;
3140
- exports.SkipForwardOutlineFilled = SkipForwardOutlineFilled;
3141
- exports.SkipForwardOutlineSolid = SkipForwardOutlineSolid;
3142
- exports.SkipForwardSolidFilled = SkipForwardSolidFilled;
3143
- exports.Sleet = Sleet;
3144
- exports.Slisor = Slisor;
3145
- exports.Slm = Slm;
3146
- exports.Smell = Smell;
3147
- exports.Smoke = Smoke;
3148
- exports.Snooze = Snooze;
3149
- exports.Snow = Snow;
3150
- exports.SnowBlizzard = SnowBlizzard;
3151
- exports.SnowDensity = SnowDensity;
3152
- exports.SnowHeavy = SnowHeavy;
3153
- exports.SnowScattered = SnowScattered;
3154
- exports.SnowScatteredNight = SnowScatteredNight;
3155
- exports.Snowflake = Snowflake;
3156
- exports.Soccer = Soccer;
3157
- exports.SoftwareResource = SoftwareResource;
3158
- exports.SoftwareResourceCluster = SoftwareResourceCluster;
3159
- exports.SoftwareResourceResource = SoftwareResourceResource;
3160
- exports.SoilMoisture = SoilMoisture;
3161
- exports.SoilMoistureField = SoilMoistureField;
3162
- exports.WatsonHealthSaveAnnotation = WatsonHealthSaveAnnotation;
3163
- exports.WatsonHealthSaveImage = WatsonHealthSaveImage;
3164
- exports.WatsonHealthSaveSeries = WatsonHealthSaveSeries;
3165
- exports.WatsonHealthScalpelCursor = WatsonHealthScalpelCursor;
3166
- exports.WatsonHealthScalpelLasso = WatsonHealthScalpelLasso;
3167
- exports.WatsonHealthScalpelSelect = WatsonHealthScalpelSelect;
3168
- exports.WatsonHealthSmoothing = WatsonHealthSmoothing;
3169
- exports.WatsonHealthSmoothingCursor = WatsonHealthSmoothingCursor;