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