@carbon/icons-react 11.43.0 → 11.44.1

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 (91) hide show
  1. package/es/AiGenerate.d.ts +11 -0
  2. package/es/AiGenerate.js +42 -0
  3. package/es/AiRecommend.d.ts +11 -0
  4. package/es/AiRecommend.js +42 -0
  5. package/es/KubernetesControlPlaneNode.js +10 -11
  6. package/es/KubernetesWorkerNode.js +10 -11
  7. package/es/generated/bucket-0.d.ts +3 -3
  8. package/es/generated/bucket-0.js +384 -382
  9. package/es/generated/bucket-1.d.ts +3 -3
  10. package/es/generated/bucket-1.js +588 -608
  11. package/es/generated/bucket-10.d.ts +3 -3
  12. package/es/generated/bucket-10.js +487 -495
  13. package/es/generated/bucket-11.d.ts +3 -3
  14. package/es/generated/bucket-11.js +525 -524
  15. package/es/generated/bucket-12.d.ts +3 -3
  16. package/es/generated/bucket-12.js +508 -509
  17. package/es/generated/bucket-13.d.ts +3 -3
  18. package/es/generated/bucket-13.js +506 -502
  19. package/es/generated/bucket-14.d.ts +3 -3
  20. package/es/generated/bucket-14.js +487 -495
  21. package/es/generated/bucket-15.d.ts +3 -3
  22. package/es/generated/bucket-15.js +554 -546
  23. package/es/generated/bucket-16.d.ts +3 -3
  24. package/es/generated/bucket-16.js +495 -499
  25. package/es/generated/bucket-17.d.ts +3 -3
  26. package/es/generated/bucket-17.js +495 -489
  27. package/es/generated/bucket-18.d.ts +3 -1
  28. package/es/generated/bucket-18.js +484 -440
  29. package/es/generated/bucket-2.d.ts +3 -3
  30. package/es/generated/bucket-2.js +533 -533
  31. package/es/generated/bucket-3.d.ts +3 -3
  32. package/es/generated/bucket-3.js +510 -488
  33. package/es/generated/bucket-4.d.ts +3 -3
  34. package/es/generated/bucket-4.js +470 -466
  35. package/es/generated/bucket-5.d.ts +3 -3
  36. package/es/generated/bucket-5.js +495 -499
  37. package/es/generated/bucket-6.d.ts +3 -3
  38. package/es/generated/bucket-6.js +501 -501
  39. package/es/generated/bucket-7.d.ts +3 -3
  40. package/es/generated/bucket-7.js +497 -499
  41. package/es/generated/bucket-8.d.ts +3 -3
  42. package/es/generated/bucket-8.js +555 -562
  43. package/es/generated/bucket-9.d.ts +3 -3
  44. package/es/generated/bucket-9.js +536 -525
  45. package/es/index.js +19 -19
  46. package/lib/AiGenerate.d.ts +11 -0
  47. package/lib/AiGenerate.js +48 -0
  48. package/lib/AiRecommend.d.ts +11 -0
  49. package/lib/AiRecommend.js +48 -0
  50. package/lib/KubernetesControlPlaneNode.js +10 -11
  51. package/lib/KubernetesWorkerNode.js +10 -11
  52. package/lib/generated/bucket-0.d.ts +3 -3
  53. package/lib/generated/bucket-0.js +385 -383
  54. package/lib/generated/bucket-1.d.ts +3 -3
  55. package/lib/generated/bucket-1.js +589 -609
  56. package/lib/generated/bucket-10.d.ts +3 -3
  57. package/lib/generated/bucket-10.js +488 -496
  58. package/lib/generated/bucket-11.d.ts +3 -3
  59. package/lib/generated/bucket-11.js +526 -525
  60. package/lib/generated/bucket-12.d.ts +3 -3
  61. package/lib/generated/bucket-12.js +509 -510
  62. package/lib/generated/bucket-13.d.ts +3 -3
  63. package/lib/generated/bucket-13.js +507 -503
  64. package/lib/generated/bucket-14.d.ts +3 -3
  65. package/lib/generated/bucket-14.js +488 -496
  66. package/lib/generated/bucket-15.d.ts +3 -3
  67. package/lib/generated/bucket-15.js +555 -547
  68. package/lib/generated/bucket-16.d.ts +3 -3
  69. package/lib/generated/bucket-16.js +496 -500
  70. package/lib/generated/bucket-17.d.ts +3 -3
  71. package/lib/generated/bucket-17.js +496 -490
  72. package/lib/generated/bucket-18.d.ts +3 -1
  73. package/lib/generated/bucket-18.js +485 -439
  74. package/lib/generated/bucket-2.d.ts +3 -3
  75. package/lib/generated/bucket-2.js +534 -534
  76. package/lib/generated/bucket-3.d.ts +3 -3
  77. package/lib/generated/bucket-3.js +511 -489
  78. package/lib/generated/bucket-4.d.ts +3 -3
  79. package/lib/generated/bucket-4.js +471 -467
  80. package/lib/generated/bucket-5.d.ts +3 -3
  81. package/lib/generated/bucket-5.js +496 -500
  82. package/lib/generated/bucket-6.d.ts +3 -3
  83. package/lib/generated/bucket-6.js +502 -502
  84. package/lib/generated/bucket-7.d.ts +3 -3
  85. package/lib/generated/bucket-7.js +498 -500
  86. package/lib/generated/bucket-8.d.ts +3 -3
  87. package/lib/generated/bucket-8.js +556 -563
  88. package/lib/generated/bucket-9.d.ts +3 -3
  89. package/lib/generated/bucket-9.js +537 -526
  90. package/lib/index.js +38 -36
  91. package/package.json +5 -5
@@ -20,8 +20,8 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
20
20
 
21
21
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
22
22
 
23
- var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _circle, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _circle2, _circle3, _circle4, _circle5, _circle6, _circle7, _circle8, _circle9, _path28, _path29, _path30, _path31, _path32, _circle10, _circle11, _circle12, _circle13, _circle14, _circle15, _circle16, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _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, _circle17, _circle18, _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, _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, _circle19, _circle20, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _circle21, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _circle22, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _path218, _path219, _path220, _path221, _path222, _path223, _path224, _path225, _path226, _circle23, _path227, _path228, _path229, _path230, _path231, _path232, _path233, _path234;
24
- const Snow = /*#__PURE__*/React__default["default"].forwardRef(function Snow(_ref, ref) {
23
+ var _circle, _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _circle2, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _circle3, _circle4, _circle5, _circle6, _circle7, _circle8, _circle9, _circle10, _path33, _path34, _path35, _path36, _path37, _circle11, _circle12, _circle13, _circle14, _circle15, _circle16, _circle17, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _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, _circle18, _circle19, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _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, _circle20, _circle21, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _circle22, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _circle23, _path214, _path215, _path216, _path217, _path218, _path219, _path220, _path221, _path222, _path223, _path224, _path225, _path226, _path227, _path228, _path229, _path230, _path231, _circle24, _path232, _path233, _path234, _path235;
24
+ const WatsonHealthSmoothingCursor = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthSmoothingCursor(_ref, ref) {
25
25
  let {
26
26
  children,
27
27
  size = 16,
@@ -35,14 +35,18 @@ const Snow = /*#__PURE__*/React__default["default"].forwardRef(function Snow(_re
35
35
  viewBox: "0 0 32 32",
36
36
  fill: "currentColor",
37
37
  ...rest
38
- }, _path || (_path = /*#__PURE__*/React__default["default"].createElement("path", {
39
- d: "M23.5 22H8.5A6.5 6.5 0 017.2 9.14a9 9 0 0117.6 0A6.5 6.5 0 0123.5 22zM16 4a7 7 0 00-6.94 6.14L9 11 8.14 11a4.5 4.5 0 00.36 9h15a4.5 4.5 0 00.36-9L23 11l-.1-.82A7 7 0 0016 4zM12 25.05L10.95 24 9.5 25.45 8.05 24 7 25.05 8.45 26.5 7 27.95 8.05 29 9.5 27.55 10.95 29 12 27.95 10.55 26.5 12 25.05zM26 25.05L24.95 24 23.5 25.45 22.05 24 21 25.05 22.45 26.5 21 27.95 22.05 29 23.5 27.55 24.95 29 26 27.95 24.55 26.5 26 25.05zM19 27.05L17.95 26 16.5 27.45 15.05 26 14 27.05 15.45 28.5 14 29.95 15.05 31 16.5 29.55 17.95 31 19 29.95 17.55 28.5 19 27.05z"
38
+ }, _circle || (_circle = /*#__PURE__*/React__default["default"].createElement("circle", {
39
+ cx: "18",
40
+ cy: "18",
41
+ r: "4"
42
+ })), _path || (_path = /*#__PURE__*/React__default["default"].createElement("path", {
43
+ d: "M18 30a11.8932 11.8932 0 01-4.1035-.72L14.58 27.4A9.9725 9.9725 0 0018 28zM22.1484 29.2637l-.6914-1.877a9.9556 9.9556 0 002.9973-1.748l1.2916 1.5268A11.9525 11.9525 0 0122.1484 29.2637zM10.2893 27.1951A12.0141 12.0141 0 017.61 24.0078l1.73-1.0029a10.0236 10.0236 0 002.2347 2.6584zM28.4133 23.967l-1.7343-.9956a9.9159 9.9159 0 001.176-3.2641l1.9712.3388A11.8956 11.8956 0 0128.4133 23.967zM6.1821 20.0925A12.1282 12.1282 0 016.1777 15.93l1.9707.3423a10.1214 10.1214 0 00.0035 3.4738zM27.8447 16.2339a9.9019 9.9019 0 00-1.1953-3.2564l1.7285-1.0063a11.9029 11.9029 0 011.4361 3.9121zM9.3313 13.0107l-1.7324-.999a12.01 12.01 0 012.6738-3.1931l1.2886 1.53A10.01 10.01 0 009.3313 13.0107zM24.4094 10.3237a9.96 9.96 0 00-3.0088-1.7309l.68-1.8809a11.9491 11.9491 0 013.6118 2.0772zM14.562 8.6064l-.6875-1.8779A12.1031 12.1031 0 0118 6V8A10.0875 10.0875 0 0014.562 8.6064zM11 2L2 2 2 11 4 11 4 4 11 4 11 2z"
40
44
  })), children);
41
45
  });
42
46
  if (process.env.NODE_ENV !== "production") {
43
- Snow.propTypes = iconPropTypes.iconPropTypes;
47
+ WatsonHealthSmoothingCursor.propTypes = iconPropTypes.iconPropTypes;
44
48
  }
45
- const SnowBlizzard = /*#__PURE__*/React__default["default"].forwardRef(function SnowBlizzard(_ref2, ref) {
49
+ const Snooze = /*#__PURE__*/React__default["default"].forwardRef(function Snooze(_ref2, ref) {
46
50
  let {
47
51
  children,
48
52
  size = 16,
@@ -57,20 +61,70 @@ const SnowBlizzard = /*#__PURE__*/React__default["default"].forwardRef(function
57
61
  fill: "currentColor",
58
62
  ...rest
59
63
  }, _path2 || (_path2 = /*#__PURE__*/React__default["default"].createElement("path", {
60
- d: "M13 10H15V12H13zM15 12H17V14H15zM17 14H19V16H17zM17 10H19V12H17zM13 14H15V16H13zM3 26H5V28H3zM5 28H7V30H5zM7 30H9V32H7zM7 26H9V28H7zM3 30H5V32H3zM23 26H25V28H23zM25 28H27V30H25zM27 30H29V32H27zM27 26H29V28H27zM23 30H25V32H23zM8 18H10V20H8zM10 20H12V22H10zM12 22H14V24H12zM12 18H14V20H12zM8 22H10V24H8zM18 18H20V20H18zM20 20H22V22H20zM22 22H24V24H22zM22 18H24V20H22zM18 22H20V24H18zM13 26H15V28H13zM15 28H17V30H15zM17 30H19V32H17zM17 26H19V28H17zM13 30H15V32H13z"
64
+ d: "M20 14L20 12 12 12 12 14 17.5 14 12 20 12 22 20 22 20 20 14.507 20 20 14z"
61
65
  })), _path3 || (_path3 = /*#__PURE__*/React__default["default"].createElement("path", {
66
+ d: "M24.5 3.965H26.499V9.036999999999999H24.5z",
67
+ transform: "rotate(-44.945 25.5 6.5)"
68
+ })), _path4 || (_path4 = /*#__PURE__*/React__default["default"].createElement("path", {
69
+ d: "M16,28A11,11,0,1,1,27,17,11.0125,11.0125,0,0,1,16,28ZM16,8a9,9,0,1,0,9,9A9.01,9.01,0,0,0,16,8Z"
70
+ })), _path5 || (_path5 = /*#__PURE__*/React__default["default"].createElement("path", {
71
+ d: "M3.965 5.501H9.036999999999999V7.5H3.965z",
72
+ transform: "rotate(-45.055 6.5 6.5)"
73
+ })), children);
74
+ });
75
+ if (process.env.NODE_ENV !== "production") {
76
+ Snooze.propTypes = iconPropTypes.iconPropTypes;
77
+ }
78
+ const Snow = /*#__PURE__*/React__default["default"].forwardRef(function Snow(_ref3, ref) {
79
+ let {
80
+ children,
81
+ size = 16,
82
+ ...rest
83
+ } = _ref3;
84
+ return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
85
+ width: size,
86
+ height: size,
87
+ ref: ref,
88
+ xmlns: "http://www.w3.org/2000/svg",
89
+ viewBox: "0 0 32 32",
90
+ fill: "currentColor",
91
+ ...rest
92
+ }, _path6 || (_path6 = /*#__PURE__*/React__default["default"].createElement("path", {
93
+ d: "M23.5 22H8.5A6.5 6.5 0 017.2 9.14a9 9 0 0117.6 0A6.5 6.5 0 0123.5 22zM16 4a7 7 0 00-6.94 6.14L9 11 8.14 11a4.5 4.5 0 00.36 9h15a4.5 4.5 0 00.36-9L23 11l-.1-.82A7 7 0 0016 4zM12 25.05L10.95 24 9.5 25.45 8.05 24 7 25.05 8.45 26.5 7 27.95 8.05 29 9.5 27.55 10.95 29 12 27.95 10.55 26.5 12 25.05zM26 25.05L24.95 24 23.5 25.45 22.05 24 21 25.05 22.45 26.5 21 27.95 22.05 29 23.5 27.55 24.95 29 26 27.95 24.55 26.5 26 25.05zM19 27.05L17.95 26 16.5 27.45 15.05 26 14 27.05 15.45 28.5 14 29.95 15.05 31 16.5 29.55 17.95 31 19 29.95 17.55 28.5 19 27.05z"
94
+ })), children);
95
+ });
96
+ if (process.env.NODE_ENV !== "production") {
97
+ Snow.propTypes = iconPropTypes.iconPropTypes;
98
+ }
99
+ const SnowBlizzard = /*#__PURE__*/React__default["default"].forwardRef(function SnowBlizzard(_ref4, ref) {
100
+ let {
101
+ children,
102
+ size = 16,
103
+ ...rest
104
+ } = _ref4;
105
+ return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
106
+ width: size,
107
+ height: size,
108
+ ref: ref,
109
+ xmlns: "http://www.w3.org/2000/svg",
110
+ viewBox: "0 0 32 32",
111
+ fill: "currentColor",
112
+ ...rest
113
+ }, _path7 || (_path7 = /*#__PURE__*/React__default["default"].createElement("path", {
114
+ d: "M13 10H15V12H13zM15 12H17V14H15zM17 14H19V16H17zM17 10H19V12H17zM13 14H15V16H13zM3 26H5V28H3zM5 28H7V30H5zM7 30H9V32H7zM7 26H9V28H7zM3 30H5V32H3zM23 26H25V28H23zM25 28H27V30H25zM27 30H29V32H27zM27 26H29V28H27zM23 30H25V32H23zM8 18H10V20H8zM10 20H12V22H10zM12 22H14V24H12zM12 18H14V20H12zM8 22H10V24H8zM18 18H20V20H18zM20 20H22V22H20zM22 22H24V24H22zM22 18H24V20H22zM18 22H20V24H18zM13 26H15V28H13zM15 28H17V30H15zM17 30H19V32H17zM17 26H19V28H17zM13 30H15V32H13z"
115
+ })), _path8 || (_path8 = /*#__PURE__*/React__default["default"].createElement("path", {
62
116
  d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0A6.4957,6.4957,0,0,0,6,21.4985v-2.26A4.4943,4.4943,0,0,1,8.144,11.019l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4944,4.4944,0,0,1,26,19.2383v2.26A6.4958,6.4958,0,0,0,24.8008,9.1362Z"
63
117
  })), children);
64
118
  });
65
119
  if (process.env.NODE_ENV !== "production") {
66
120
  SnowBlizzard.propTypes = iconPropTypes.iconPropTypes;
67
121
  }
68
- const SnowHeavy = /*#__PURE__*/React__default["default"].forwardRef(function SnowHeavy(_ref3, ref) {
122
+ const SnowHeavy = /*#__PURE__*/React__default["default"].forwardRef(function SnowHeavy(_ref5, ref) {
69
123
  let {
70
124
  children,
71
125
  size = 16,
72
126
  ...rest
73
- } = _ref3;
127
+ } = _ref5;
74
128
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
75
129
  width: size,
76
130
  height: size,
@@ -79,21 +133,21 @@ const SnowHeavy = /*#__PURE__*/React__default["default"].forwardRef(function Sno
79
133
  viewBox: "0 0 32 32",
80
134
  fill: "currentColor",
81
135
  ...rest
82
- }, _path4 || (_path4 = /*#__PURE__*/React__default["default"].createElement("path", {
136
+ }, _path9 || (_path9 = /*#__PURE__*/React__default["default"].createElement("path", {
83
137
  d: "M4 26H6V28H4zM6 28H8V30H6zM8 30H10V32H8zM8 26H10V28H8zM4 30H6V32H4zM8 18H10V20H8zM10 20H12V22H10zM12 22H14V24H12zM12 18H14V20H12zM8 22H10V24H8zM18 18H20V20H18zM20 20H22V22H20zM22 22H24V24H22zM22 18H24V20H22zM18 22H20V24H18zM14 26H16V28H14zM16 28H18V30H16zM18 30H20V32H18zM18 26H20V28H18zM14 30H16V32H14z"
84
- })), _path5 || (_path5 = /*#__PURE__*/React__default["default"].createElement("path", {
138
+ })), _path10 || (_path10 = /*#__PURE__*/React__default["default"].createElement("path", {
85
139
  d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0A6.4957,6.4957,0,0,0,6,21.4985v-2.26A4.4943,4.4943,0,0,1,8.144,11.019l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4944,4.4944,0,0,1,26,19.2383v2.26A6.4958,6.4958,0,0,0,24.8008,9.1362Z"
86
140
  })), children);
87
141
  });
88
142
  if (process.env.NODE_ENV !== "production") {
89
143
  SnowHeavy.propTypes = iconPropTypes.iconPropTypes;
90
144
  }
91
- const SnowScattered = /*#__PURE__*/React__default["default"].forwardRef(function SnowScattered(_ref4, ref) {
145
+ const SnowScattered = /*#__PURE__*/React__default["default"].forwardRef(function SnowScattered(_ref6, ref) {
92
146
  let {
93
147
  children,
94
148
  size = 16,
95
149
  ...rest
96
- } = _ref4;
150
+ } = _ref6;
97
151
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
98
152
  width: size,
99
153
  height: size,
@@ -102,30 +156,30 @@ const SnowScattered = /*#__PURE__*/React__default["default"].forwardRef(function
102
156
  viewBox: "0 0 32 32",
103
157
  fill: "currentColor",
104
158
  ...rest
105
- }, _path6 || (_path6 = /*#__PURE__*/React__default["default"].createElement("path", {
159
+ }, _path11 || (_path11 = /*#__PURE__*/React__default["default"].createElement("path", {
106
160
  d: "M2 26H4V28H2zM4 28H6V30H4zM6 30H8V32H6zM6 26H8V28H6zM2 30H4V32H2zM20 26H22V28H20zM22 28H24V30H22zM24 30H26V32H24zM24 26H26V28H24zM20 30H22V32H20zM11 26H13V28H11zM13 28H15V30H13zM15 30H17V32H15zM15 26H17V28H15zM11 30H13V32H11zM20 0H22V3H20zM29 10.001H32V12.001H29z"
107
- })), _path7 || (_path7 = /*#__PURE__*/React__default["default"].createElement("path", {
161
+ })), _path12 || (_path12 = /*#__PURE__*/React__default["default"].createElement("path", {
108
162
  d: "M26.732 3.768H29.732V5.768H26.732z",
109
163
  transform: "rotate(-45 28.232 4.768)"
110
- })), _path8 || (_path8 = /*#__PURE__*/React__default["default"].createElement("path", {
164
+ })), _path13 || (_path13 = /*#__PURE__*/React__default["default"].createElement("path", {
111
165
  d: "M26.732 16.233H29.732V18.233H26.732z",
112
166
  transform: "rotate(-135 28.232 17.233)"
113
- })), _path9 || (_path9 = /*#__PURE__*/React__default["default"].createElement("path", {
167
+ })), _path14 || (_path14 = /*#__PURE__*/React__default["default"].createElement("path", {
114
168
  d: "M12.268 3.768H15.268V5.768H12.268z",
115
169
  transform: "rotate(-135 13.768 4.768)"
116
- })), _path10 || (_path10 = /*#__PURE__*/React__default["default"].createElement("path", {
170
+ })), _path15 || (_path15 = /*#__PURE__*/React__default["default"].createElement("path", {
117
171
  d: "M27,11A5.9852,5.9852,0,0,0,16.1431,7.5083,7.3737,7.3737,0,0,0,13.5,7a7.5511,7.5511,0,0,0-7.1494,5.2441A5.9926,5.9926,0,0,0,8,24H19a5.9672,5.9672,0,0,0,5.5667-8.2A5.9722,5.9722,0,0,0,27,11ZM19,22H8a3.9926,3.9926,0,0,1-.6733-7.9292l.663-.1128.1456-.6562a5.496,5.496,0,0,1,10.7294,0l.1456.6562.6626.1128A3.9925,3.9925,0,0,1,19,22Zm4.5222-7.9131a5.9592,5.9592,0,0,0-2.8728-1.8428,7.5212,7.5212,0,0,0-2.7224-3.78,3.9869,3.9869,0,1,1,5.5952,5.6225Z"
118
172
  })), children);
119
173
  });
120
174
  if (process.env.NODE_ENV !== "production") {
121
175
  SnowScattered.propTypes = iconPropTypes.iconPropTypes;
122
176
  }
123
- const SnowScatteredNight = /*#__PURE__*/React__default["default"].forwardRef(function SnowScatteredNight(_ref5, ref) {
177
+ const SnowScatteredNight = /*#__PURE__*/React__default["default"].forwardRef(function SnowScatteredNight(_ref7, ref) {
124
178
  let {
125
179
  children,
126
180
  size = 16,
127
181
  ...rest
128
- } = _ref5;
182
+ } = _ref7;
129
183
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
130
184
  width: size,
131
185
  height: size,
@@ -134,19 +188,19 @@ const SnowScatteredNight = /*#__PURE__*/React__default["default"].forwardRef(fun
134
188
  viewBox: "0 0 32 32",
135
189
  fill: "currentColor",
136
190
  ...rest
137
- }, _path11 || (_path11 = /*#__PURE__*/React__default["default"].createElement("path", {
191
+ }, _path16 || (_path16 = /*#__PURE__*/React__default["default"].createElement("path", {
138
192
  d: "M2 26H4V28H2zM4 28H6V30H4zM6 30H8V32H6zM6 26H8V28H6zM2 30H4V32H2zM20 26H22V28H20zM22 28H24V30H22zM24 30H26V32H24zM24 26H26V28H24zM20 30H22V32H20zM11 26H13V28H11zM13 28H15V30H13zM15 30H17V32H15zM15 26H17V28H15zM11 30H13V32H11zM29.8439 13.0347a1.517 1.517 0 00-1.23-.8658 5.3552 5.3552 0 01-3.4095-1.7158 6.4655 6.4655 0 01-1.286-6.3926 1.6025 1.6025 0 00-.2989-1.5459 1.4543 1.4543 0 00-1.36-.4931l-.0191.0039a7.7685 7.7685 0 00-5.8847 5.5737A7.3706 7.3706 0 0013.5 7a7.5511 7.5511 0 00-7.1494 5.2441A5.9926 5.9926 0 008 24H19a6.0066 6.0066 0 006-6c0-.0571-.0123-.1113-.0139-.1685a7.5076 7.5076 0 004.7611-3.2768A1.5369 1.5369 0 0029.8439 13.0347zM19 22H8a3.9926 3.9926 0 01-.6733-7.9292l.663-.1128.1456-.6562a5.496 5.496 0 0110.7294 0l.1456.6562.6626.1128A3.9925 3.9925 0 0119 22zm5.5974-6.1289a5.9661 5.9661 0 00-3.948-3.627 7.49 7.49 0 00-2.489-3.58 5.9018 5.9018 0 013.6381-4.4473 8.4577 8.4577 0 001.94 7.5967A7.4007 7.4007 0 0027.64 14.041 5.4487 5.4487 0 0124.5974 15.8711z"
139
193
  })), children);
140
194
  });
141
195
  if (process.env.NODE_ENV !== "production") {
142
196
  SnowScatteredNight.propTypes = iconPropTypes.iconPropTypes;
143
197
  }
144
- const SnowDensity = /*#__PURE__*/React__default["default"].forwardRef(function SnowDensity(_ref6, ref) {
198
+ const SnowDensity = /*#__PURE__*/React__default["default"].forwardRef(function SnowDensity(_ref8, ref) {
145
199
  let {
146
200
  children,
147
201
  size = 16,
148
202
  ...rest
149
- } = _ref6;
203
+ } = _ref8;
150
204
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
151
205
  width: size,
152
206
  height: size,
@@ -155,21 +209,21 @@ const SnowDensity = /*#__PURE__*/React__default["default"].forwardRef(function S
155
209
  viewBox: "0 0 32 32",
156
210
  fill: "currentColor",
157
211
  ...rest
158
- }, _path12 || (_path12 = /*#__PURE__*/React__default["default"].createElement("path", {
212
+ }, _path17 || (_path17 = /*#__PURE__*/React__default["default"].createElement("path", {
159
213
  d: "M16,28a9.0114,9.0114,0,0,1-9-9,9.9843,9.9843,0,0,1,1.4941-4.9554L15.1528,3.4367a1.04,1.04,0,0,1,1.6944,0l6.6289,10.5564A10.0633,10.0633,0,0,1,25,19,9.0114,9.0114,0,0,1,16,28ZM16,5.8483l-5.7817,9.2079A7.9771,7.9771,0,0,0,9,19a7,7,0,0,0,14,0,8.0615,8.0615,0,0,0-1.248-3.9953Z"
160
- })), _path13 || (_path13 = /*#__PURE__*/React__default["default"].createElement("path", {
214
+ })), _path18 || (_path18 = /*#__PURE__*/React__default["default"].createElement("path", {
161
215
  d: "M20.6 16.8L19.4 15.2 17 17 17 14 15 14 15 17 12.6 15.2 11.4 16.8 14.333 19 11.4 21.2 12.6 22.8 15 21 15 24 17 24 17 21 19.4 22.8 20.6 21.2 17.667 19 20.6 16.8z"
162
216
  })), children);
163
217
  });
164
218
  if (process.env.NODE_ENV !== "production") {
165
219
  SnowDensity.propTypes = iconPropTypes.iconPropTypes;
166
220
  }
167
- const Snowflake = /*#__PURE__*/React__default["default"].forwardRef(function Snowflake(_ref7, ref) {
221
+ const Snowflake = /*#__PURE__*/React__default["default"].forwardRef(function Snowflake(_ref9, ref) {
168
222
  let {
169
223
  children,
170
224
  size = 16,
171
225
  ...rest
172
- } = _ref7;
226
+ } = _ref9;
173
227
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
174
228
  width: size,
175
229
  height: size,
@@ -178,19 +232,19 @@ const Snowflake = /*#__PURE__*/React__default["default"].forwardRef(function Sno
178
232
  viewBox: "0 0 32 32",
179
233
  fill: "currentColor",
180
234
  ...rest
181
- }, _path14 || (_path14 = /*#__PURE__*/React__default["default"].createElement("path", {
235
+ }, _path19 || (_path19 = /*#__PURE__*/React__default["default"].createElement("path", {
182
236
  d: "M21.4148,12H28V10H23.4148l4.5857-4.5854L26.5864,4,22,8.5869V4H20v6.5869L18.5867,12H17V8H15v4H13.4133L12,10.5869V4H10V8.5869L5.4136,4,4,5.4146,8.5852,10H4v2h6.5852L12,13.415V15H8v2h4v1.5869L10.5867,20H4v2H8.5867L4,26.5864l1.4141,1.4141L10,23.415V28h2V21.415L13.4148,20H15v4h2V20h1.5852L20,21.415V28h2V23.415l4.5854,4.5855L28,26.5864,23.4133,22H28V20H21.4133L20,18.5869V17h4V15H20V13.415ZM18,18H14V14h4Z"
183
237
  })), children);
184
238
  });
185
239
  if (process.env.NODE_ENV !== "production") {
186
240
  Snowflake.propTypes = iconPropTypes.iconPropTypes;
187
241
  }
188
- const Soccer = /*#__PURE__*/React__default["default"].forwardRef(function Soccer(_ref8, ref) {
242
+ const Soccer = /*#__PURE__*/React__default["default"].forwardRef(function Soccer(_ref10, ref) {
189
243
  let {
190
244
  children,
191
245
  size = 16,
192
246
  ...rest
193
- } = _ref8;
247
+ } = _ref10;
194
248
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
195
249
  width: size,
196
250
  height: size,
@@ -199,26 +253,26 @@ const Soccer = /*#__PURE__*/React__default["default"].forwardRef(function Soccer
199
253
  viewBox: "0 0 32 32",
200
254
  fill: "currentColor",
201
255
  ...rest
202
- }, _circle || (_circle = /*#__PURE__*/React__default["default"].createElement("circle", {
256
+ }, _circle2 || (_circle2 = /*#__PURE__*/React__default["default"].createElement("circle", {
203
257
  cx: "17",
204
258
  cy: "28",
205
259
  r: "2"
206
- })), _path15 || (_path15 = /*#__PURE__*/React__default["default"].createElement("path", {
260
+ })), _path20 || (_path20 = /*#__PURE__*/React__default["default"].createElement("path", {
207
261
  d: "M7.55 17.5H15.45V19.5H7.55z",
208
262
  transform: "rotate(-45 11.5 18.5)"
209
- })), _path16 || (_path16 = /*#__PURE__*/React__default["default"].createElement("path", {
263
+ })), _path21 || (_path21 = /*#__PURE__*/React__default["default"].createElement("path", {
210
264
  d: "M28 16.584L19.4143 8H6v2H18.5857l3 3L6 28.5859 7.4141 30 23 14.415 26.584 18 23 21.5859 24.4141 23 28 19.416A2.0044 2.0044 0 0028 16.584zM24.5 9A3.5 3.5 0 1128 5.5 3.504 3.504 0 0124.5 9zm0-5A1.5 1.5 0 1026 5.5 1.5017 1.5017 0 0024.5 4z"
211
265
  })), children);
212
266
  });
213
267
  if (process.env.NODE_ENV !== "production") {
214
268
  Soccer.propTypes = iconPropTypes.iconPropTypes;
215
269
  }
216
- const SoftwareResource = /*#__PURE__*/React__default["default"].forwardRef(function SoftwareResource(_ref9, ref) {
270
+ const SoftwareResource = /*#__PURE__*/React__default["default"].forwardRef(function SoftwareResource(_ref11, ref) {
217
271
  let {
218
272
  children,
219
273
  size = 16,
220
274
  ...rest
221
- } = _ref9;
275
+ } = _ref11;
222
276
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
223
277
  width: size,
224
278
  height: size,
@@ -227,19 +281,19 @@ const SoftwareResource = /*#__PURE__*/React__default["default"].forwardRef(funct
227
281
  viewBox: "0 0 32 32",
228
282
  fill: "currentColor",
229
283
  ...rest
230
- }, _path17 || (_path17 = /*#__PURE__*/React__default["default"].createElement("path", {
284
+ }, _path22 || (_path22 = /*#__PURE__*/React__default["default"].createElement("path", {
231
285
  d: "M29.391,14.527L17.473,2.609C17.067,2.203,16.533,2,16,2c-0.533,0-1.067,0.203-1.473,0.609L2.609,14.527 C2.203,14.933,2,15.466,2,16s0.203,1.067,0.609,1.473l11.917,11.917C14.933,29.797,15.467,30,16,30c0.533,0,1.067-0.203,1.473-0.609 l11.917-11.917C29.797,17.067,30,16.534,30,16S29.797,14.933,29.391,14.527z M16,28.036L3.965,16L16,3.964L28.036,16L16,28.036z"
232
286
  })), children);
233
287
  });
234
288
  if (process.env.NODE_ENV !== "production") {
235
289
  SoftwareResource.propTypes = iconPropTypes.iconPropTypes;
236
290
  }
237
- const SoftwareResourceCluster = /*#__PURE__*/React__default["default"].forwardRef(function SoftwareResourceCluster(_ref10, ref) {
291
+ const SoftwareResourceCluster = /*#__PURE__*/React__default["default"].forwardRef(function SoftwareResourceCluster(_ref12, ref) {
238
292
  let {
239
293
  children,
240
294
  size = 16,
241
295
  ...rest
242
- } = _ref10;
296
+ } = _ref12;
243
297
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
244
298
  width: size,
245
299
  height: size,
@@ -248,19 +302,19 @@ const SoftwareResourceCluster = /*#__PURE__*/React__default["default"].forwardRe
248
302
  viewBox: "0 0 32 32",
249
303
  fill: "currentColor",
250
304
  ...rest
251
- }, _path18 || (_path18 = /*#__PURE__*/React__default["default"].createElement("path", {
305
+ }, _path23 || (_path23 = /*#__PURE__*/React__default["default"].createElement("path", {
252
306
  d: "M24 21c-.5 0-1-.2-1.4-.6l-3-3C19.2 17 19 16.5 19 16s.2-1 .6-1.4l3-3C23 11.2 23.5 11 24 11c.5 0 1 .2 1.4.6l3 3C28.8 15 29 15.5 29 16c0 .5-.2 1-.6 1.4l-3 3C25 20.8 24.5 21 24 21zM24 13l-3 3 3 3 3-3L24 13zM16 13c-.5 0-1-.2-1.4-.6l-3-3C11.2 9 11 8.5 11 8s.2-1 .6-1.4l3-3C15 3.2 15.5 3 16 3c.5 0 1 .2 1.4.6l3 3C20.8 7 21 7.5 21 8c0 .5-.2 1-.6 1.4l-3 3C17 12.8 16.5 13 16 13zM16 5l-3 3 3 3 3-3L16 5zM16 29c-.5 0-1-.2-1.4-.6l-3-3C11.2 25 11 24.5 11 24s.2-1 .6-1.4l3-3C15 19.2 15.5 19 16 19c.5 0 1 .2 1.4.6l3 3C20.8 23 21 23.5 21 24c0 .5-.2 1-.6 1.4l-3 3C17 28.8 16.5 29 16 29zM16 21l-3 3 3 3 3-3L16 21zM8 21c-.5 0-1-.2-1.4-.6l-3-3C3.2 17 3 16.5 3 16s.2-1 .6-1.4l3-3C7 11.2 7.5 11 8 11c.5 0 1 .2 1.4.6l3 3C12.8 15 13 15.5 13 16c0 .5-.2 1-.6 1.4l-3 3C9 20.8 8.5 21 8 21zM8 13l-3 3 3 3 3-3L8 13z"
253
307
  })), children);
254
308
  });
255
309
  if (process.env.NODE_ENV !== "production") {
256
310
  SoftwareResourceCluster.propTypes = iconPropTypes.iconPropTypes;
257
311
  }
258
- const SoftwareResourceResource = /*#__PURE__*/React__default["default"].forwardRef(function SoftwareResourceResource(_ref11, ref) {
312
+ const SoftwareResourceResource = /*#__PURE__*/React__default["default"].forwardRef(function SoftwareResourceResource(_ref13, ref) {
259
313
  let {
260
314
  children,
261
315
  size = 16,
262
316
  ...rest
263
- } = _ref11;
317
+ } = _ref13;
264
318
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
265
319
  width: size,
266
320
  height: size,
@@ -269,37 +323,37 @@ const SoftwareResourceResource = /*#__PURE__*/React__default["default"].forwardR
269
323
  viewBox: "0 0 32 32",
270
324
  fill: "currentColor",
271
325
  ...rest
272
- }, _path19 || (_path19 = /*#__PURE__*/React__default["default"].createElement("path", {
326
+ }, _path24 || (_path24 = /*#__PURE__*/React__default["default"].createElement("path", {
273
327
  d: "M6.9 8.3H11.7V10.3H6.9z",
274
328
  transform: "rotate(-45.001 9.293 9.293)"
275
- })), _path20 || (_path20 = /*#__PURE__*/React__default["default"].createElement("path", {
329
+ })), _path25 || (_path25 = /*#__PURE__*/React__default["default"].createElement("path", {
276
330
  d: "M4.9,19.7l-2.3-2.3C2.2,17,2,16.5,2,16s0.2-1,0.6-1.4l2.3-2.3l1.4,1.4L4,16l2.3,2.3L4.9,19.7z"
277
- })), _path21 || (_path21 = /*#__PURE__*/React__default["default"].createElement("path", {
331
+ })), _path26 || (_path26 = /*#__PURE__*/React__default["default"].createElement("path", {
278
332
  d: "M8.3 20.3H10.3V25.1H8.3z",
279
333
  transform: "rotate(-45.001 9.293 22.707)"
280
- })), _path22 || (_path22 = /*#__PURE__*/React__default["default"].createElement("path", {
334
+ })), _path27 || (_path27 = /*#__PURE__*/React__default["default"].createElement("path", {
281
335
  d: "M16,30c-0.5,0-1-0.2-1.4-0.6l-2.3-2.3l1.4-1.4L16,28l2.3-2.3l1.4,1.4l-2.3,2.3C17,29.8,16.5,30,16,30z"
282
- })), _path23 || (_path23 = /*#__PURE__*/React__default["default"].createElement("path", {
336
+ })), _path28 || (_path28 = /*#__PURE__*/React__default["default"].createElement("path", {
283
337
  d: "M20.3 21.7H25.1V23.7H20.3z",
284
338
  transform: "rotate(-45.001 22.707 22.707)"
285
- })), _path24 || (_path24 = /*#__PURE__*/React__default["default"].createElement("path", {
339
+ })), _path29 || (_path29 = /*#__PURE__*/React__default["default"].createElement("path", {
286
340
  d: "M27.1,19.7l-1.4-1.4L28,16l-2.3-2.3l1.4-1.4l2.3,2.3C29.8,15,30,15.5,30,16s-0.2,1-0.6,1.4L27.1,19.7z"
287
- })), _path25 || (_path25 = /*#__PURE__*/React__default["default"].createElement("path", {
341
+ })), _path30 || (_path30 = /*#__PURE__*/React__default["default"].createElement("path", {
288
342
  d: "M21.7 6.9H23.7V11.7H21.7z",
289
343
  transform: "rotate(-45.001 22.707 9.293)"
290
- })), _path26 || (_path26 = /*#__PURE__*/React__default["default"].createElement("path", {
344
+ })), _path31 || (_path31 = /*#__PURE__*/React__default["default"].createElement("path", {
291
345
  d: "M16,2c-0.5,0-1,0.2-1.4,0.6l-2.3,2.3l1.4,1.4L16,4l2.3,2.3l1.4-1.4l-2.3-2.3C17,2.2,16.5,2,16,2z"
292
346
  })), children);
293
347
  });
294
348
  if (process.env.NODE_ENV !== "production") {
295
349
  SoftwareResourceResource.propTypes = iconPropTypes.iconPropTypes;
296
350
  }
297
- const SoilMoisture = /*#__PURE__*/React__default["default"].forwardRef(function SoilMoisture(_ref12, ref) {
351
+ const SoilMoisture = /*#__PURE__*/React__default["default"].forwardRef(function SoilMoisture(_ref14, ref) {
298
352
  let {
299
353
  children,
300
354
  size = 16,
301
355
  ...rest
302
- } = _ref12;
356
+ } = _ref14;
303
357
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
304
358
  width: size,
305
359
  height: size,
@@ -308,53 +362,53 @@ const SoilMoisture = /*#__PURE__*/React__default["default"].forwardRef(function
308
362
  viewBox: "0 0 32 32",
309
363
  fill: "currentColor",
310
364
  ...rest
311
- }, _path27 || (_path27 = /*#__PURE__*/React__default["default"].createElement("path", {
365
+ }, _path32 || (_path32 = /*#__PURE__*/React__default["default"].createElement("path", {
312
366
  d: "M24.5,28A5.385,5.385,0,0,1,19,22.751a5.3837,5.3837,0,0,1,.874-2.8308L23.49,14.5383a1.217,1.217,0,0,1,2.02,0L29.06,19.8154A5.4923,5.4923,0,0,1,30,22.751,5.385,5.385,0,0,1,24.5,28Zm0-11.38-2.9356,4.3672A3.3586,3.3586,0,0,0,21,22.751a3.51,3.51,0,0,0,7,0,3.4356,3.4356,0,0,0-.63-1.867Z"
313
- })), _circle2 || (_circle2 = /*#__PURE__*/React__default["default"].createElement("circle", {
367
+ })), _circle3 || (_circle3 = /*#__PURE__*/React__default["default"].createElement("circle", {
314
368
  cx: "5",
315
369
  cy: "13",
316
370
  r: "1"
317
- })), _circle3 || (_circle3 = /*#__PURE__*/React__default["default"].createElement("circle", {
371
+ })), _circle4 || (_circle4 = /*#__PURE__*/React__default["default"].createElement("circle", {
318
372
  cx: "11",
319
373
  cy: "19",
320
374
  r: "1"
321
- })), _circle4 || (_circle4 = /*#__PURE__*/React__default["default"].createElement("circle", {
375
+ })), _circle5 || (_circle5 = /*#__PURE__*/React__default["default"].createElement("circle", {
322
376
  cx: "15",
323
377
  cy: "25",
324
378
  r: "1"
325
- })), _circle5 || (_circle5 = /*#__PURE__*/React__default["default"].createElement("circle", {
379
+ })), _circle6 || (_circle6 = /*#__PURE__*/React__default["default"].createElement("circle", {
326
380
  cx: "17",
327
381
  cy: "15",
328
382
  r: "1"
329
- })), _circle6 || (_circle6 = /*#__PURE__*/React__default["default"].createElement("circle", {
383
+ })), _circle7 || (_circle7 = /*#__PURE__*/React__default["default"].createElement("circle", {
330
384
  cx: "13",
331
385
  cy: "11",
332
386
  r: "1"
333
- })), _circle7 || (_circle7 = /*#__PURE__*/React__default["default"].createElement("circle", {
387
+ })), _circle8 || (_circle8 = /*#__PURE__*/React__default["default"].createElement("circle", {
334
388
  cx: "27",
335
389
  cy: "11",
336
390
  r: "1"
337
- })), _circle8 || (_circle8 = /*#__PURE__*/React__default["default"].createElement("circle", {
391
+ })), _circle9 || (_circle9 = /*#__PURE__*/React__default["default"].createElement("circle", {
338
392
  cx: "9",
339
393
  cy: "27",
340
394
  r: "1"
341
- })), _circle9 || (_circle9 = /*#__PURE__*/React__default["default"].createElement("circle", {
395
+ })), _circle10 || (_circle10 = /*#__PURE__*/React__default["default"].createElement("circle", {
342
396
  cx: "3",
343
397
  cy: "21",
344
398
  r: "1"
345
- })), _path28 || (_path28 = /*#__PURE__*/React__default["default"].createElement("path", {
399
+ })), _path33 || (_path33 = /*#__PURE__*/React__default["default"].createElement("path", {
346
400
  d: "M2 6H30V8H2z"
347
401
  })), children);
348
402
  });
349
403
  if (process.env.NODE_ENV !== "production") {
350
404
  SoilMoisture.propTypes = iconPropTypes.iconPropTypes;
351
405
  }
352
- const SoilMoistureField = /*#__PURE__*/React__default["default"].forwardRef(function SoilMoistureField(_ref13, ref) {
406
+ const SoilMoistureField = /*#__PURE__*/React__default["default"].forwardRef(function SoilMoistureField(_ref15, ref) {
353
407
  let {
354
408
  children,
355
409
  size = 16,
356
410
  ...rest
357
- } = _ref13;
411
+ } = _ref15;
358
412
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
359
413
  width: size,
360
414
  height: size,
@@ -363,19 +417,19 @@ const SoilMoistureField = /*#__PURE__*/React__default["default"].forwardRef(func
363
417
  viewBox: "0 0 32 32",
364
418
  fill: "currentColor",
365
419
  ...rest
366
- }, _path29 || (_path29 = /*#__PURE__*/React__default["default"].createElement("path", {
420
+ }, _path34 || (_path34 = /*#__PURE__*/React__default["default"].createElement("path", {
367
421
  d: "M24.5 30a5.202 5.202 0 01-4.626-8.08L23.49 16.5382a1.217 1.217 0 012.02 0L29.06 21.8154A5.4921 5.4921 0 0130 24.751 5.385 5.385 0 0124.5 30zm0-11.38l-2.9356 4.3672A3.2079 3.2079 0 0024.5 28 3.3855 3.3855 0 0028 24.751a3.4354 3.4354 0 00-.63-1.867zM11 16V11h1a4.0045 4.0045 0 004-4V4H13a3.9779 3.9779 0 00-2.7468 1.1067A6.0034 6.0034 0 005 2H2V5a6.0066 6.0066 0 006 6H9v5H2v2H16V16zM13 6h1V7a2.002 2.002 0 01-2 2H11V8A2.002 2.002 0 0113 6zM8 9A4.0045 4.0045 0 014 5V4H5A4.0045 4.0045 0 019 8V9zM2 21H16V23H2zM2 26H16V28H2z"
368
422
  })), children);
369
423
  });
370
424
  if (process.env.NODE_ENV !== "production") {
371
425
  SoilMoistureField.propTypes = iconPropTypes.iconPropTypes;
372
426
  }
373
- const SoilMoistureGlobal = /*#__PURE__*/React__default["default"].forwardRef(function SoilMoistureGlobal(_ref14, ref) {
427
+ const SoilMoistureGlobal = /*#__PURE__*/React__default["default"].forwardRef(function SoilMoistureGlobal(_ref16, ref) {
374
428
  let {
375
429
  children,
376
430
  size = 16,
377
431
  ...rest
378
- } = _ref14;
432
+ } = _ref16;
379
433
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
380
434
  width: size,
381
435
  height: size,
@@ -384,23 +438,23 @@ const SoilMoistureGlobal = /*#__PURE__*/React__default["default"].forwardRef(fun
384
438
  viewBox: "0 0 32 32",
385
439
  fill: "currentColor",
386
440
  ...rest
387
- }, _path30 || (_path30 = /*#__PURE__*/React__default["default"].createElement("path", {
441
+ }, _path35 || (_path35 = /*#__PURE__*/React__default["default"].createElement("path", {
388
442
  d: "M25 30a4.7347 4.7347 0 01-4.2075-7.35l3.3687-5.1942a1 1 0 011.6779 0l3.3152 5.11A4.9753 4.9753 0 0130 25.2231 4.8979 4.8979 0 0125 30zm0-10.1629l-2.5078 3.8662A2.9264 2.9264 0 1028 25.2231a2.96 2.96 0 00-.5444-1.6028zM11 24H9A17.0192 17.0192 0 0126 7h4V9H26A15.017 15.017 0 0011 24z"
389
- })), _path31 || (_path31 = /*#__PURE__*/React__default["default"].createElement("path", {
443
+ })), _path36 || (_path36 = /*#__PURE__*/React__default["default"].createElement("path", {
390
444
  d: "M16,24H14A12.0137,12.0137,0,0,1,26,12h4v2H26A10.0113,10.0113,0,0,0,16,24Z"
391
- })), _path32 || (_path32 = /*#__PURE__*/React__default["default"].createElement("path", {
445
+ })), _path37 || (_path37 = /*#__PURE__*/React__default["default"].createElement("path", {
392
446
  d: "M26,2A21.8625,21.8625,0,0,0,13.9993,5.5757,21.856,21.856,0,0,0,2,2V4A19.8735,19.8735,0,0,1,12.2622,6.835,22.1514,22.1514,0,0,0,9.9475,8.979,17.001,17.001,0,0,0,2,7V9a15.0142,15.0142,0,0,1,6.6191,1.5366,22.0768,22.0768,0,0,0-1.7016,2.5371A12.0319,12.0319,0,0,0,2,12v2a9.8838,9.8838,0,0,1,4.0007.8506A21.861,21.861,0,0,0,4,24H6A20.0226,20.0226,0,0,1,26,4h4V2Z"
393
447
  })), children);
394
448
  });
395
449
  if (process.env.NODE_ENV !== "production") {
396
450
  SoilMoistureGlobal.propTypes = iconPropTypes.iconPropTypes;
397
451
  }
398
- const SoilTemperature = /*#__PURE__*/React__default["default"].forwardRef(function SoilTemperature(_ref15, ref) {
452
+ const SoilTemperature = /*#__PURE__*/React__default["default"].forwardRef(function SoilTemperature(_ref17, ref) {
399
453
  let {
400
454
  children,
401
455
  size = 16,
402
456
  ...rest
403
- } = _ref15;
457
+ } = _ref17;
404
458
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
405
459
  width: size,
406
460
  height: size,
@@ -409,47 +463,47 @@ const SoilTemperature = /*#__PURE__*/React__default["default"].forwardRef(functi
409
463
  viewBox: "0 0 32 32",
410
464
  fill: "currentColor",
411
465
  ...rest
412
- }, _circle10 || (_circle10 = /*#__PURE__*/React__default["default"].createElement("circle", {
466
+ }, _circle11 || (_circle11 = /*#__PURE__*/React__default["default"].createElement("circle", {
413
467
  cx: "5",
414
468
  cy: "13",
415
469
  r: "1"
416
- })), _circle11 || (_circle11 = /*#__PURE__*/React__default["default"].createElement("circle", {
470
+ })), _circle12 || (_circle12 = /*#__PURE__*/React__default["default"].createElement("circle", {
417
471
  cx: "11",
418
472
  cy: "19",
419
473
  r: "1"
420
- })), _circle12 || (_circle12 = /*#__PURE__*/React__default["default"].createElement("circle", {
474
+ })), _circle13 || (_circle13 = /*#__PURE__*/React__default["default"].createElement("circle", {
421
475
  cx: "15",
422
476
  cy: "25",
423
477
  r: "1"
424
- })), _circle13 || (_circle13 = /*#__PURE__*/React__default["default"].createElement("circle", {
478
+ })), _circle14 || (_circle14 = /*#__PURE__*/React__default["default"].createElement("circle", {
425
479
  cx: "17",
426
480
  cy: "15",
427
481
  r: "1"
428
- })), _circle14 || (_circle14 = /*#__PURE__*/React__default["default"].createElement("circle", {
482
+ })), _circle15 || (_circle15 = /*#__PURE__*/React__default["default"].createElement("circle", {
429
483
  cx: "13",
430
484
  cy: "11",
431
485
  r: "1"
432
- })), _circle15 || (_circle15 = /*#__PURE__*/React__default["default"].createElement("circle", {
486
+ })), _circle16 || (_circle16 = /*#__PURE__*/React__default["default"].createElement("circle", {
433
487
  cx: "9",
434
488
  cy: "27",
435
489
  r: "1"
436
- })), _circle16 || (_circle16 = /*#__PURE__*/React__default["default"].createElement("circle", {
490
+ })), _circle17 || (_circle17 = /*#__PURE__*/React__default["default"].createElement("circle", {
437
491
  cx: "3",
438
492
  cy: "21",
439
493
  r: "1"
440
- })), _path33 || (_path33 = /*#__PURE__*/React__default["default"].createElement("path", {
494
+ })), _path38 || (_path38 = /*#__PURE__*/React__default["default"].createElement("path", {
441
495
  d: "M25 30a4.9863 4.9863 0 01-3-8.98V15a3 3 0 016 0v6.02A4.9863 4.9863 0 0125 30zm0-16a1.0011 1.0011 0 00-1 1v7.13l-.4971.2893A2.9676 2.9676 0 0022 25a3 3 0 006 0 2.9676 2.9676 0 00-1.5029-2.5811L26 22.13V15A1.0011 1.0011 0 0025 14zM2 6H30V8H2z"
442
496
  })), children);
443
497
  });
444
498
  if (process.env.NODE_ENV !== "production") {
445
499
  SoilTemperature.propTypes = iconPropTypes.iconPropTypes;
446
500
  }
447
- const SoilTemperatureField = /*#__PURE__*/React__default["default"].forwardRef(function SoilTemperatureField(_ref16, ref) {
501
+ const SoilTemperatureField = /*#__PURE__*/React__default["default"].forwardRef(function SoilTemperatureField(_ref18, ref) {
448
502
  let {
449
503
  children,
450
504
  size = 16,
451
505
  ...rest
452
- } = _ref16;
506
+ } = _ref18;
453
507
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
454
508
  width: size,
455
509
  height: size,
@@ -458,19 +512,19 @@ const SoilTemperatureField = /*#__PURE__*/React__default["default"].forwardRef(f
458
512
  viewBox: "0 0 32 32",
459
513
  fill: "currentColor",
460
514
  ...rest
461
- }, _path34 || (_path34 = /*#__PURE__*/React__default["default"].createElement("path", {
515
+ }, _path39 || (_path39 = /*#__PURE__*/React__default["default"].createElement("path", {
462
516
  d: "M11 16V11h1a4.0045 4.0045 0 004-4V4H13a3.9779 3.9779 0 00-2.7468 1.1067A6.0034 6.0034 0 005 2H2V5a6.0066 6.0066 0 006 6H9v5H2v2H16V16zM13 6h1V7a2.002 2.002 0 01-2 2H11V8A2.002 2.002 0 0113 6zM8 9A4.0045 4.0045 0 014 5V4H5A4.0045 4.0045 0 019 8V9zM2 21H16V23H2zM2 26H16V28H2zM25 30a4.9863 4.9863 0 01-3-8.98V15a3 3 0 016 0v6.02A4.9863 4.9863 0 0125 30zm0-16a1.0011 1.0011 0 00-1 1v7.13l-.4971.2893A2.9676 2.9676 0 0022 25a3 3 0 006 0 2.9676 2.9676 0 00-1.5029-2.5811L26 22.13V15A1.0011 1.0011 0 0025 14z"
463
517
  })), children);
464
518
  });
465
519
  if (process.env.NODE_ENV !== "production") {
466
520
  SoilTemperatureField.propTypes = iconPropTypes.iconPropTypes;
467
521
  }
468
- const SoilTemperatureGlobal = /*#__PURE__*/React__default["default"].forwardRef(function SoilTemperatureGlobal(_ref17, ref) {
522
+ const SoilTemperatureGlobal = /*#__PURE__*/React__default["default"].forwardRef(function SoilTemperatureGlobal(_ref19, ref) {
469
523
  let {
470
524
  children,
471
525
  size = 16,
472
526
  ...rest
473
- } = _ref17;
527
+ } = _ref19;
474
528
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
475
529
  width: size,
476
530
  height: size,
@@ -479,23 +533,23 @@ const SoilTemperatureGlobal = /*#__PURE__*/React__default["default"].forwardRef(
479
533
  viewBox: "0 0 32 32",
480
534
  fill: "currentColor",
481
535
  ...rest
482
- }, _path35 || (_path35 = /*#__PURE__*/React__default["default"].createElement("path", {
536
+ }, _path40 || (_path40 = /*#__PURE__*/React__default["default"].createElement("path", {
483
537
  d: "M25 30a4.9863 4.9863 0 01-3-8.98V15a3 3 0 016 0v6.02A4.9863 4.9863 0 0125 30zm0-16a1.0011 1.0011 0 00-1 1v7.13l-.4971.2893A2.9676 2.9676 0 0022 25a3 3 0 006 0 2.9676 2.9676 0 00-1.5029-2.5811L26 22.13V15A1.0011 1.0011 0 0025 14zM16 24H14a11.89 11.89 0 013.7642-8.7271l1.373 1.4542A9.909 9.909 0 0016 24z"
484
- })), _path36 || (_path36 = /*#__PURE__*/React__default["default"].createElement("path", {
538
+ })), _path41 || (_path41 = /*#__PURE__*/React__default["default"].createElement("path", {
485
539
  d: "M11,24H9A17.0192,17.0192,0,0,1,26,7h4V9H26A15.017,15.017,0,0,0,11,24Z"
486
- })), _path37 || (_path37 = /*#__PURE__*/React__default["default"].createElement("path", {
540
+ })), _path42 || (_path42 = /*#__PURE__*/React__default["default"].createElement("path", {
487
541
  d: "M26,2A21.8625,21.8625,0,0,0,13.9993,5.5757,21.856,21.856,0,0,0,2,2V4A19.8735,19.8735,0,0,1,12.2622,6.835,22.1514,22.1514,0,0,0,9.9475,8.979,17.001,17.001,0,0,0,2,7V9a15.0142,15.0142,0,0,1,6.6191,1.5366,22.0768,22.0768,0,0,0-1.7016,2.5371A12.0319,12.0319,0,0,0,2,12v2a9.8838,9.8838,0,0,1,4.0007.8506A21.861,21.861,0,0,0,4,24H6A20.0226,20.0226,0,0,1,26,4h4V2Z"
488
542
  })), children);
489
543
  });
490
544
  if (process.env.NODE_ENV !== "production") {
491
545
  SoilTemperatureGlobal.propTypes = iconPropTypes.iconPropTypes;
492
546
  }
493
- const SolarPanel = /*#__PURE__*/React__default["default"].forwardRef(function SolarPanel(_ref18, ref) {
547
+ const SolarPanel = /*#__PURE__*/React__default["default"].forwardRef(function SolarPanel(_ref20, ref) {
494
548
  let {
495
549
  children,
496
550
  size = 16,
497
551
  ...rest
498
- } = _ref18;
552
+ } = _ref20;
499
553
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
500
554
  width: size,
501
555
  height: size,
@@ -504,12 +558,12 @@ const SolarPanel = /*#__PURE__*/React__default["default"].forwardRef(function So
504
558
  viewBox: "0 0 32 32",
505
559
  fill: "currentColor",
506
560
  ...rest
507
- }, _path38 || (_path38 = /*#__PURE__*/React__default["default"].createElement("path", {
561
+ }, _path43 || (_path43 = /*#__PURE__*/React__default["default"].createElement("path", {
508
562
  d: "M30 26V14H13V26h5v2H2v2H30V28H25V26zm-5-2V21h3v3zm-2-3v3H20V21zm-3-2V16h3v3zm8 0H25V16h3zM18 16v3H15V16zm-3 8V21h3v3zm8 4H20V26h3zM9.3328 14.981A4 4 0 1116 12H14a2 2 0 10-3.3333 1.4907zM11 2H13V6H11zM2 11H6V13H2z"
509
- })), _path39 || (_path39 = /*#__PURE__*/React__default["default"].createElement("path", {
563
+ })), _path44 || (_path44 = /*#__PURE__*/React__default["default"].createElement("path", {
510
564
  d: "M5.343 4.343H7.343V8.343H5.343z",
511
565
  transform: "rotate(-45 6.343 6.343)"
512
- })), _path40 || (_path40 = /*#__PURE__*/React__default["default"].createElement("path", {
566
+ })), _path45 || (_path45 = /*#__PURE__*/React__default["default"].createElement("path", {
513
567
  d: "M16.657 4.343H18.657V8.343H16.657z",
514
568
  transform: "rotate(-135 17.657 6.343)"
515
569
  })), children);
@@ -517,12 +571,12 @@ const SolarPanel = /*#__PURE__*/React__default["default"].forwardRef(function So
517
571
  if (process.env.NODE_ENV !== "production") {
518
572
  SolarPanel.propTypes = iconPropTypes.iconPropTypes;
519
573
  }
520
- const SortAscending = /*#__PURE__*/React__default["default"].forwardRef(function SortAscending(_ref19, ref) {
574
+ const SortAscending = /*#__PURE__*/React__default["default"].forwardRef(function SortAscending(_ref21, ref) {
521
575
  let {
522
576
  children,
523
577
  size = 16,
524
578
  ...rest
525
- } = _ref19;
579
+ } = _ref21;
526
580
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
527
581
  width: size,
528
582
  height: size,
@@ -531,19 +585,19 @@ const SortAscending = /*#__PURE__*/React__default["default"].forwardRef(function
531
585
  viewBox: "0 0 32 32",
532
586
  fill: "currentColor",
533
587
  ...rest
534
- }, _path41 || (_path41 = /*#__PURE__*/React__default["default"].createElement("path", {
588
+ }, _path46 || (_path46 = /*#__PURE__*/React__default["default"].createElement("path", {
535
589
  d: "M18 22L19.414 20.586 23 24.172 23 4 25 4 25 24.172 28.586 20.586 30 22 24 28 18 22zM2 18H16V20H2zM6 12H16V14H6zM10 6H16V8H10z"
536
590
  })), children);
537
591
  });
538
592
  if (process.env.NODE_ENV !== "production") {
539
593
  SortAscending.propTypes = iconPropTypes.iconPropTypes;
540
594
  }
541
- const SortDescending = /*#__PURE__*/React__default["default"].forwardRef(function SortDescending(_ref20, ref) {
595
+ const SortDescending = /*#__PURE__*/React__default["default"].forwardRef(function SortDescending(_ref22, ref) {
542
596
  let {
543
597
  children,
544
598
  size = 16,
545
599
  ...rest
546
- } = _ref20;
600
+ } = _ref22;
547
601
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
548
602
  width: size,
549
603
  height: size,
@@ -552,19 +606,19 @@ const SortDescending = /*#__PURE__*/React__default["default"].forwardRef(functio
552
606
  viewBox: "0 0 32 32",
553
607
  fill: "currentColor",
554
608
  ...rest
555
- }, _path42 || (_path42 = /*#__PURE__*/React__default["default"].createElement("path", {
609
+ }, _path47 || (_path47 = /*#__PURE__*/React__default["default"].createElement("path", {
556
610
  d: "M18 22L19.414 20.586 23 24.172 23 4 25 4 25 24.172 28.586 20.586 30 22 24 28 18 22zM2 6H16V8H2zM6 12H16V14H6zM10 18H16V20H10z"
557
611
  })), children);
558
612
  });
559
613
  if (process.env.NODE_ENV !== "production") {
560
614
  SortDescending.propTypes = iconPropTypes.iconPropTypes;
561
615
  }
562
- const SortRemove = /*#__PURE__*/React__default["default"].forwardRef(function SortRemove(_ref21, ref) {
616
+ const SortRemove = /*#__PURE__*/React__default["default"].forwardRef(function SortRemove(_ref23, ref) {
563
617
  let {
564
618
  children,
565
619
  size = 16,
566
620
  ...rest
567
- } = _ref21;
621
+ } = _ref23;
568
622
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
569
623
  width: size,
570
624
  height: size,
@@ -573,19 +627,19 @@ const SortRemove = /*#__PURE__*/React__default["default"].forwardRef(function So
573
627
  viewBox: "0 0 32 32",
574
628
  fill: "currentColor",
575
629
  ...rest
576
- }, _path43 || (_path43 = /*#__PURE__*/React__default["default"].createElement("path", {
630
+ }, _path48 || (_path48 = /*#__PURE__*/React__default["default"].createElement("path", {
577
631
  d: "M30 19.415L28.586 18 25 21.587 21.414 18 20 19.415 23.586 23 20 26.586 21.414 28 25 24.414 28.586 28 30 26.586 26.414 23 30 19.415zM10 18H16V20H10zM2 6H16V8H2zM6 12H16V14H6z"
578
632
  })), children);
579
633
  });
580
634
  if (process.env.NODE_ENV !== "production") {
581
635
  SortRemove.propTypes = iconPropTypes.iconPropTypes;
582
636
  }
583
- const SpellCheck = /*#__PURE__*/React__default["default"].forwardRef(function SpellCheck(_ref22, ref) {
637
+ const SpellCheck = /*#__PURE__*/React__default["default"].forwardRef(function SpellCheck(_ref24, ref) {
584
638
  let {
585
639
  children,
586
640
  size = 16,
587
641
  ...rest
588
- } = _ref22;
642
+ } = _ref24;
589
643
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
590
644
  width: size,
591
645
  height: size,
@@ -594,21 +648,21 @@ const SpellCheck = /*#__PURE__*/React__default["default"].forwardRef(function Sp
594
648
  viewBox: "0 0 32 32",
595
649
  fill: "currentColor",
596
650
  ...rest
597
- }, _path44 || (_path44 = /*#__PURE__*/React__default["default"].createElement("path", {
651
+ }, _path49 || (_path49 = /*#__PURE__*/React__default["default"].createElement("path", {
598
652
  d: "M20,22h2L17,10H15L10,22h2l1.24-3h5.53Zm-5.93-5,1.82-4.42h.25L18,17Z"
599
- })), _path45 || (_path45 = /*#__PURE__*/React__default["default"].createElement("path", {
653
+ })), _path50 || (_path50 = /*#__PURE__*/React__default["default"].createElement("path", {
600
654
  d: "M12 28H6a2 2 0 01-2-2V6A2 2 0 016 4H26a2 2 0 012 2V17H26V6H6V26h6zM23 27.18L20.41 24.59 19 26 23 30 30 23 28.59 21.59 23 27.18z"
601
655
  })), children);
602
656
  });
603
657
  if (process.env.NODE_ENV !== "production") {
604
658
  SpellCheck.propTypes = iconPropTypes.iconPropTypes;
605
659
  }
606
- const WatsonHealthSpineLabel = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthSpineLabel(_ref23, ref) {
660
+ const WatsonHealthSpineLabel = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthSpineLabel(_ref25, ref) {
607
661
  let {
608
662
  children,
609
663
  size = 16,
610
664
  ...rest
611
- } = _ref23;
665
+ } = _ref25;
612
666
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
613
667
  width: size,
614
668
  height: size,
@@ -617,19 +671,19 @@ const WatsonHealthSpineLabel = /*#__PURE__*/React__default["default"].forwardRef
617
671
  viewBox: "0 0 32 32",
618
672
  fill: "currentColor",
619
673
  ...rest
620
- }, _path46 || (_path46 = /*#__PURE__*/React__default["default"].createElement("path", {
674
+ }, _path51 || (_path51 = /*#__PURE__*/React__default["default"].createElement("path", {
621
675
  d: "M3 11L3 13 8.59 13 2.29 19.29 3.71 20.71 10 14.41 10 20 12 20 12 11 3 11zM26 13H23V12H21v1H18a2 2 0 00-2 2v2a2 2 0 002 2h3v1h2V19h3a2 2 0 002-2V15A2 2 0 0026 13zm-8 4V15h8v2zM26 23H23V22H21v1H18a2 2 0 00-2 2v2a2 2 0 002 2h3v1h2V29h3a2 2 0 002-2V25A2 2 0 0026 23zm-8 4V25h8v2zM26 3H23V2H21V3H18a2 2 0 00-2 2V7a2 2 0 002 2h3v1h2V9h3a2 2 0 002-2V5A2 2 0 0026 3zM18 7V5h8V7z"
622
676
  })), children);
623
677
  });
624
678
  if (process.env.NODE_ENV !== "production") {
625
679
  WatsonHealthSpineLabel.propTypes = iconPropTypes.iconPropTypes;
626
680
  }
627
- const Split = /*#__PURE__*/React__default["default"].forwardRef(function Split(_ref24, ref) {
681
+ const Split = /*#__PURE__*/React__default["default"].forwardRef(function Split(_ref26, ref) {
628
682
  let {
629
683
  children,
630
684
  size = 16,
631
685
  ...rest
632
- } = _ref24;
686
+ } = _ref26;
633
687
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
634
688
  width: size,
635
689
  height: size,
@@ -638,21 +692,21 @@ const Split = /*#__PURE__*/React__default["default"].forwardRef(function Split(_
638
692
  viewBox: "0 0 32 32",
639
693
  fill: "currentColor",
640
694
  ...rest
641
- }, _path47 || (_path47 = /*#__PURE__*/React__default["default"].createElement("path", {
695
+ }, _path52 || (_path52 = /*#__PURE__*/React__default["default"].createElement("path", {
642
696
  d: "M15 20H17V24H15zM15 14H17V18H15zM15 8H17V12H15z"
643
- })), _path48 || (_path48 = /*#__PURE__*/React__default["default"].createElement("path", {
697
+ })), _path53 || (_path53 = /*#__PURE__*/React__default["default"].createElement("path", {
644
698
  d: "M28,16A12.01,12.01,0,0,0,17,4.0508V2H15V4.0508a11.99,11.99,0,0,0,0,23.8984V30h2V27.9492A12.01,12.01,0,0,0,28,16ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"
645
699
  })), children);
646
700
  });
647
701
  if (process.env.NODE_ENV !== "production") {
648
702
  Split.propTypes = iconPropTypes.iconPropTypes;
649
703
  }
650
- const WatsonHealthSplitDiscard = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthSplitDiscard(_ref25, ref) {
704
+ const WatsonHealthSplitDiscard = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthSplitDiscard(_ref27, ref) {
651
705
  let {
652
706
  children,
653
707
  size = 16,
654
708
  ...rest
655
- } = _ref25;
709
+ } = _ref27;
656
710
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
657
711
  width: size,
658
712
  height: size,
@@ -661,19 +715,19 @@ const WatsonHealthSplitDiscard = /*#__PURE__*/React__default["default"].forwardR
661
715
  viewBox: "0 0 32 32",
662
716
  fill: "currentColor",
663
717
  ...rest
664
- }, _path49 || (_path49 = /*#__PURE__*/React__default["default"].createElement("path", {
718
+ }, _path54 || (_path54 = /*#__PURE__*/React__default["default"].createElement("path", {
665
719
  d: "M28,16A12.01,12.01,0,0,0,17,4.0508V2H15V4.0508a11.99,11.99,0,0,0,0,23.8984V30h2V27.9492A12.01,12.01,0,0,0,28,16ZM16,26V6a10,10,0,0,1,0,20Z"
666
720
  })), children);
667
721
  });
668
722
  if (process.env.NODE_ENV !== "production") {
669
723
  WatsonHealthSplitDiscard.propTypes = iconPropTypes.iconPropTypes;
670
724
  }
671
- const SplitScreen = /*#__PURE__*/React__default["default"].forwardRef(function SplitScreen(_ref26, ref) {
725
+ const SplitScreen = /*#__PURE__*/React__default["default"].forwardRef(function SplitScreen(_ref28, ref) {
672
726
  let {
673
727
  children,
674
728
  size = 16,
675
729
  ...rest
676
- } = _ref26;
730
+ } = _ref28;
677
731
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
678
732
  width: size,
679
733
  height: size,
@@ -682,19 +736,19 @@ const SplitScreen = /*#__PURE__*/React__default["default"].forwardRef(function S
682
736
  viewBox: "0 0 32 32",
683
737
  fill: "currentColor",
684
738
  ...rest
685
- }, _path50 || (_path50 = /*#__PURE__*/React__default["default"].createElement("path", {
739
+ }, _path55 || (_path55 = /*#__PURE__*/React__default["default"].createElement("path", {
686
740
  d: "M15 4H17V28H15zM10 7V25H4V7h6m0-2H4A2 2 0 002 7V25a2 2 0 002 2h6a2 2 0 002-2V7a2 2 0 00-2-2zM28 7V25H22V7h6m0-2H22a2 2 0 00-2 2V25a2 2 0 002 2h6a2 2 0 002-2V7a2 2 0 00-2-2z"
687
741
  })), children);
688
742
  });
689
743
  if (process.env.NODE_ENV !== "production") {
690
744
  SplitScreen.propTypes = iconPropTypes.iconPropTypes;
691
745
  }
692
- const SprayPaint = /*#__PURE__*/React__default["default"].forwardRef(function SprayPaint(_ref27, ref) {
746
+ const SprayPaint = /*#__PURE__*/React__default["default"].forwardRef(function SprayPaint(_ref29, ref) {
693
747
  let {
694
748
  children,
695
749
  size = 16,
696
750
  ...rest
697
- } = _ref27;
751
+ } = _ref29;
698
752
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
699
753
  width: size,
700
754
  height: size,
@@ -703,21 +757,21 @@ const SprayPaint = /*#__PURE__*/React__default["default"].forwardRef(function Sp
703
757
  viewBox: "0 0 32 32",
704
758
  fill: "currentColor",
705
759
  ...rest
706
- }, _path51 || (_path51 = /*#__PURE__*/React__default["default"].createElement("path", {
760
+ }, _path56 || (_path56 = /*#__PURE__*/React__default["default"].createElement("path", {
707
761
  d: "M22.5,23A4.5,4.5,0,1,1,27,18.5,4.505,4.505,0,0,1,22.5,23Zm0-7A2.5,2.5,0,1,0,25,18.5,2.5026,2.5026,0,0,0,22.5,16Z"
708
- })), _path52 || (_path52 = /*#__PURE__*/React__default["default"].createElement("path", {
762
+ })), _path57 || (_path57 = /*#__PURE__*/React__default["default"].createElement("path", {
709
763
  d: "M28 8H26V3H19V8H17a2.002 2.002 0 00-2 2V28a2.0023 2.0023 0 002 2H28a2.0027 2.0027 0 002-2V10A2.0023 2.0023 0 0028 8zM21 5h3V8H21zM17 28V10H28l.002 18zM2 14H5V17H2zM7 9H10V12H7zM2 9H5V12H2zM12 4H15V7H12zM7 4H10V7H7zM2 4H5V7H2z"
710
764
  })), children);
711
765
  });
712
766
  if (process.env.NODE_ENV !== "production") {
713
767
  SprayPaint.propTypes = iconPropTypes.iconPropTypes;
714
768
  }
715
- const Sprout = /*#__PURE__*/React__default["default"].forwardRef(function Sprout(_ref28, ref) {
769
+ const Sprout = /*#__PURE__*/React__default["default"].forwardRef(function Sprout(_ref30, ref) {
716
770
  let {
717
771
  children,
718
772
  size = 16,
719
773
  ...rest
720
- } = _ref28;
774
+ } = _ref30;
721
775
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
722
776
  width: size,
723
777
  height: size,
@@ -726,19 +780,19 @@ const Sprout = /*#__PURE__*/React__default["default"].forwardRef(function Sprout
726
780
  viewBox: "0 0 32 32",
727
781
  fill: "currentColor",
728
782
  ...rest
729
- }, _path53 || (_path53 = /*#__PURE__*/React__default["default"].createElement("path", {
783
+ }, _path58 || (_path58 = /*#__PURE__*/React__default["default"].createElement("path", {
730
784
  d: "M25,2A11.01,11.01,0,0,0,14.7549,9.0244,6.9939,6.9939,0,0,0,9,6H6V9a7.0078,7.0078,0,0,0,7,7h1v9.0493a9.9229,9.9229,0,0,0-6.071,2.8794l1.414,1.4141a8,8,0,0,1,12.3086,1.2134l1.6616-1.1128A9.98,9.98,0,0,0,16,25.062V16h1A11.0125,11.0125,0,0,0,28,5V2ZM13,14A5.0057,5.0057,0,0,1,8,9V8H9a5.0054,5.0054,0,0,1,5,5v1ZM26,5a9.01,9.01,0,0,1-9,9H16V13a9.01,9.01,0,0,1,9-9h1Z"
731
785
  })), children);
732
786
  });
733
787
  if (process.env.NODE_ENV !== "production") {
734
788
  Sprout.propTypes = iconPropTypes.iconPropTypes;
735
789
  }
736
- const Sql = /*#__PURE__*/React__default["default"].forwardRef(function Sql(_ref29, ref) {
790
+ const Sql = /*#__PURE__*/React__default["default"].forwardRef(function Sql(_ref31, ref) {
737
791
  let {
738
792
  children,
739
793
  size = 16,
740
794
  ...rest
741
- } = _ref29;
795
+ } = _ref31;
742
796
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
743
797
  width: size,
744
798
  height: size,
@@ -747,19 +801,19 @@ const Sql = /*#__PURE__*/React__default["default"].forwardRef(function Sql(_ref2
747
801
  viewBox: "0 0 32 32",
748
802
  fill: "currentColor",
749
803
  ...rest
750
- }, _path54 || (_path54 = /*#__PURE__*/React__default["default"].createElement("path", {
804
+ }, _path59 || (_path59 = /*#__PURE__*/React__default["default"].createElement("path", {
751
805
  d: "M24 21L24 9 22 9 22 23 30 23 30 21 24 21zM18 9H14a2 2 0 00-2 2V21a2 2 0 002 2h1v2a2 2 0 002 2h2V25H17V23h1a2 2 0 002-2V11A2 2 0 0018 9zM14 21V11h4V21zM8 23H2V21H8V17H4a2 2 0 01-2-2V11A2 2 0 014 9h6v2H4v4H8a2 2 0 012 2v4A2 2 0 018 23z"
752
806
  })), children);
753
807
  });
754
808
  if (process.env.NODE_ENV !== "production") {
755
809
  Sql.propTypes = iconPropTypes.iconPropTypes;
756
810
  }
757
- const SquareOutline = /*#__PURE__*/React__default["default"].forwardRef(function SquareOutline(_ref30, ref) {
811
+ const SquareOutline = /*#__PURE__*/React__default["default"].forwardRef(function SquareOutline(_ref32, ref) {
758
812
  let {
759
813
  children,
760
814
  size = 16,
761
815
  ...rest
762
- } = _ref30;
816
+ } = _ref32;
763
817
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
764
818
  width: size,
765
819
  height: size,
@@ -768,7 +822,7 @@ const SquareOutline = /*#__PURE__*/React__default["default"].forwardRef(function
768
822
  viewBox: "0 0 32 32",
769
823
  fill: "currentColor",
770
824
  ...rest
771
- }, _path55 || (_path55 = /*#__PURE__*/React__default["default"].createElement("path", {
825
+ }, _path60 || (_path60 = /*#__PURE__*/React__default["default"].createElement("path", {
772
826
  strokeWidth: "0",
773
827
  d: "m26,4H6c-1.1046,0-2,.8954-2,2v20c0,1.1046.8954,2,2,2h20c1.1046,0,2-.8954,2-2V6c0-1.1046-.8954-2-2-2ZM6,26V6h20v20H6Z"
774
828
  })), children);
@@ -776,12 +830,12 @@ const SquareOutline = /*#__PURE__*/React__default["default"].forwardRef(function
776
830
  if (process.env.NODE_ENV !== "production") {
777
831
  SquareOutline.propTypes = iconPropTypes.iconPropTypes;
778
832
  }
779
- const SquareSolid = /*#__PURE__*/React__default["default"].forwardRef(function SquareSolid(_ref31, ref) {
833
+ const SquareSolid = /*#__PURE__*/React__default["default"].forwardRef(function SquareSolid(_ref33, ref) {
780
834
  let {
781
835
  children,
782
836
  size = 16,
783
837
  ...rest
784
- } = _ref31;
838
+ } = _ref33;
785
839
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
786
840
  width: size,
787
841
  height: size,
@@ -795,12 +849,12 @@ const SquareSolid = /*#__PURE__*/React__default["default"].forwardRef(function S
795
849
  if (process.env.NODE_ENV !== "production") {
796
850
  SquareSolid.propTypes = iconPropTypes.iconPropTypes;
797
851
  }
798
- const SquareFill = /*#__PURE__*/React__default["default"].forwardRef(function SquareFill(_ref32, ref) {
852
+ const SquareFill = /*#__PURE__*/React__default["default"].forwardRef(function SquareFill(_ref34, ref) {
799
853
  let {
800
854
  children,
801
855
  size = 16,
802
856
  ...rest
803
- } = _ref32;
857
+ } = _ref34;
804
858
  if (size === "glyph" || size === "glyph" || size === "glyphpx") {
805
859
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
806
860
  width: size,
@@ -810,7 +864,7 @@ const SquareFill = /*#__PURE__*/React__default["default"].forwardRef(function Sq
810
864
  viewBox: "0 0 16 16",
811
865
  fill: "currentColor",
812
866
  ...rest
813
- }, _path56 || (_path56 = /*#__PURE__*/React__default["default"].createElement("path", {
867
+ }, _path61 || (_path61 = /*#__PURE__*/React__default["default"].createElement("path", {
814
868
  d: "M3 3H13V13H3z"
815
869
  })), children);
816
870
  }
@@ -822,19 +876,19 @@ const SquareFill = /*#__PURE__*/React__default["default"].forwardRef(function Sq
822
876
  viewBox: "0 0 16 16",
823
877
  fill: "currentColor",
824
878
  ...rest
825
- }, _path57 || (_path57 = /*#__PURE__*/React__default["default"].createElement("path", {
879
+ }, _path62 || (_path62 = /*#__PURE__*/React__default["default"].createElement("path", {
826
880
  d: "M3 3H13V13H3z"
827
881
  })), children);
828
882
  });
829
883
  if (process.env.NODE_ENV !== "production") {
830
884
  SquareFill.propTypes = iconPropTypes.iconPropTypes;
831
885
  }
832
- const StackLimitation = /*#__PURE__*/React__default["default"].forwardRef(function StackLimitation(_ref33, ref) {
886
+ const StackLimitation = /*#__PURE__*/React__default["default"].forwardRef(function StackLimitation(_ref35, ref) {
833
887
  let {
834
888
  children,
835
889
  size = 16,
836
890
  ...rest
837
- } = _ref33;
891
+ } = _ref35;
838
892
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
839
893
  width: size,
840
894
  height: size,
@@ -843,19 +897,19 @@ const StackLimitation = /*#__PURE__*/React__default["default"].forwardRef(functi
843
897
  viewBox: "0 0 32 32",
844
898
  fill: "currentColor",
845
899
  ...rest
846
- }, _path58 || (_path58 = /*#__PURE__*/React__default["default"].createElement("path", {
900
+ }, _path63 || (_path63 = /*#__PURE__*/React__default["default"].createElement("path", {
847
901
  d: "M8 22H16V30H8zM24 12H20v2h4v2H21v2h3v2H20v2h4a2.0027 2.0027 0 002-2V14A2.0023 2.0023 0 0024 12zM16 20H8V12h8zm-6-2h4V14H10zM16 3.41L14.59 2 12 4.59 9.41 2 8 3.41 10.59 6 8 8.59 9.41 10 12 7.41 14.59 10 16 8.59 13.41 6 16 3.41z"
848
902
  })), children);
849
903
  });
850
904
  if (process.env.NODE_ENV !== "production") {
851
905
  StackLimitation.propTypes = iconPropTypes.iconPropTypes;
852
906
  }
853
- const WatsonHealthStackedMove = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStackedMove(_ref34, ref) {
907
+ const WatsonHealthStackedMove = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStackedMove(_ref36, ref) {
854
908
  let {
855
909
  children,
856
910
  size = 16,
857
911
  ...rest
858
- } = _ref34;
912
+ } = _ref36;
859
913
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
860
914
  width: size,
861
915
  height: size,
@@ -864,21 +918,21 @@ const WatsonHealthStackedMove = /*#__PURE__*/React__default["default"].forwardRe
864
918
  viewBox: "0 0 32 32",
865
919
  fill: "currentColor",
866
920
  ...rest
867
- }, _path59 || (_path59 = /*#__PURE__*/React__default["default"].createElement("path", {
921
+ }, _path64 || (_path64 = /*#__PURE__*/React__default["default"].createElement("path", {
868
922
  d: "M15,28H4a2,2,0,0,1-2-2V11A2,2,0,0,1,4,9H15a2,2,0,0,1,2,2V26A2,2,0,0,1,15,28ZM4,11V26H15V11Z"
869
- })), _path60 || (_path60 = /*#__PURE__*/React__default["default"].createElement("path", {
923
+ })), _path65 || (_path65 = /*#__PURE__*/React__default["default"].createElement("path", {
870
924
  d: "M26,6,24.59,7.41,27,10H22V6a2,2,0,0,0-2-2H10V6H20V20h2V12h5l-2.41,2.59L26,16l5-5Z"
871
925
  })), children);
872
926
  });
873
927
  if (process.env.NODE_ENV !== "production") {
874
928
  WatsonHealthStackedMove.propTypes = iconPropTypes.iconPropTypes;
875
929
  }
876
- const WatsonHealthStackedScrolling_1 = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStackedScrolling_1(_ref35, ref) {
930
+ const WatsonHealthStackedScrolling_1 = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStackedScrolling_1(_ref37, ref) {
877
931
  let {
878
932
  children,
879
933
  size = 16,
880
934
  ...rest
881
- } = _ref35;
935
+ } = _ref37;
882
936
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
883
937
  width: size,
884
938
  height: size,
@@ -887,23 +941,23 @@ const WatsonHealthStackedScrolling_1 = /*#__PURE__*/React__default["default"].fo
887
941
  viewBox: "0 0 32 32",
888
942
  fill: "currentColor",
889
943
  ...rest
890
- }, _path61 || (_path61 = /*#__PURE__*/React__default["default"].createElement("path", {
944
+ }, _path66 || (_path66 = /*#__PURE__*/React__default["default"].createElement("path", {
891
945
  d: "M18,30H4a2,2,0,0,1-2-2V14a2,2,0,0,1,2-2H18a2,2,0,0,1,2,2V28A2,2,0,0,1,18,30ZM4,14V28H18V14Z"
892
- })), _path62 || (_path62 = /*#__PURE__*/React__default["default"].createElement("path", {
946
+ })), _path67 || (_path67 = /*#__PURE__*/React__default["default"].createElement("path", {
893
947
  d: "M25,23H23V9H9V7H23a2,2,0,0,1,2,2Z"
894
- })), _path63 || (_path63 = /*#__PURE__*/React__default["default"].createElement("path", {
948
+ })), _path68 || (_path68 = /*#__PURE__*/React__default["default"].createElement("path", {
895
949
  d: "M30,16H28V4H16V2H28a2,2,0,0,1,2,2Z"
896
950
  })), children);
897
951
  });
898
952
  if (process.env.NODE_ENV !== "production") {
899
953
  WatsonHealthStackedScrolling_1.propTypes = iconPropTypes.iconPropTypes;
900
954
  }
901
- const WatsonHealthStackedScrolling_2 = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStackedScrolling_2(_ref36, ref) {
955
+ const WatsonHealthStackedScrolling_2 = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStackedScrolling_2(_ref38, ref) {
902
956
  let {
903
957
  children,
904
958
  size = 16,
905
959
  ...rest
906
- } = _ref36;
960
+ } = _ref38;
907
961
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
908
962
  width: size,
909
963
  height: size,
@@ -912,23 +966,23 @@ const WatsonHealthStackedScrolling_2 = /*#__PURE__*/React__default["default"].fo
912
966
  viewBox: "0 0 32 32",
913
967
  fill: "currentColor",
914
968
  ...rest
915
- }, _path64 || (_path64 = /*#__PURE__*/React__default["default"].createElement("path", {
969
+ }, _path69 || (_path69 = /*#__PURE__*/React__default["default"].createElement("path", {
916
970
  d: "M8 30H2a2 2 0 01-2-2V14a2 2 0 012-2H8a2 2 0 012 2V28A2 2 0 018 30zM2 14V28H8V14zM20 30H14a2 2 0 01-2-2V14a2 2 0 012-2h6a2 2 0 012 2V28A2 2 0 0120 30zM14 14V28h6V14z"
917
- })), _path65 || (_path65 = /*#__PURE__*/React__default["default"].createElement("path", {
971
+ })), _path70 || (_path70 = /*#__PURE__*/React__default["default"].createElement("path", {
918
972
  d: "M27,21H25V9H17V7h8a2,2,0,0,1,2,2Z"
919
- })), _path66 || (_path66 = /*#__PURE__*/React__default["default"].createElement("path", {
973
+ })), _path71 || (_path71 = /*#__PURE__*/React__default["default"].createElement("path", {
920
974
  d: "M32,16H30V4H22V2h8a2,2,0,0,1,2,2Z"
921
975
  })), children);
922
976
  });
923
977
  if (process.env.NODE_ENV !== "production") {
924
978
  WatsonHealthStackedScrolling_2.propTypes = iconPropTypes.iconPropTypes;
925
979
  }
926
- const Stamp = /*#__PURE__*/React__default["default"].forwardRef(function Stamp(_ref37, ref) {
980
+ const Stamp = /*#__PURE__*/React__default["default"].forwardRef(function Stamp(_ref39, ref) {
927
981
  let {
928
982
  children,
929
983
  size = 16,
930
984
  ...rest
931
- } = _ref37;
985
+ } = _ref39;
932
986
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
933
987
  width: size,
934
988
  height: size,
@@ -937,19 +991,19 @@ const Stamp = /*#__PURE__*/React__default["default"].forwardRef(function Stamp(_
937
991
  viewBox: "0 0 32 32",
938
992
  fill: "currentColor",
939
993
  ...rest
940
- }, _path67 || (_path67 = /*#__PURE__*/React__default["default"].createElement("path", {
994
+ }, _path72 || (_path72 = /*#__PURE__*/React__default["default"].createElement("path", {
941
995
  d: "M26,18H20V14.8982a7.4938,7.4938,0,0,1,1.1587-3.8542,5.9751,5.9751,0,0,0-1.3735-7.7006,5.9968,5.9968,0,0,0-9.6829,3.54,5.91,5.91,0,0,0,.7478,4.175A7.2573,7.2573,0,0,1,12,14.7942V18H6a2.002,2.002,0,0,0-2,2v4a2.0025,2.0025,0,0,0,2,2v2a2.0025,2.0025,0,0,0,2,2H24a2.0025,2.0025,0,0,0,2-2V26a2.0025,2.0025,0,0,0,2-2V20A2.002,2.002,0,0,0,26,18ZM12.07,7.244a3.9994,3.9994,0,1,1,7.3728,2.7731A9.76,9.76,0,0,0,18.0664,14H13.94a9.5433,9.5433,0,0,0-1.376-3.9736A3.9366,3.9366,0,0,1,12.07,7.244ZM18,16v2H14V16Zm6,12H8V26H24ZM6,24V20H26v4Z"
942
996
  })), children);
943
997
  });
944
998
  if (process.env.NODE_ENV !== "production") {
945
999
  Stamp.propTypes = iconPropTypes.iconPropTypes;
946
1000
  }
947
- const Star = /*#__PURE__*/React__default["default"].forwardRef(function Star(_ref38, ref) {
1001
+ const Star = /*#__PURE__*/React__default["default"].forwardRef(function Star(_ref40, ref) {
948
1002
  let {
949
1003
  children,
950
1004
  size = 16,
951
1005
  ...rest
952
- } = _ref38;
1006
+ } = _ref40;
953
1007
  if (size === 16 || size === "16" || size === "16px") {
954
1008
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
955
1009
  width: size,
@@ -959,7 +1013,7 @@ const Star = /*#__PURE__*/React__default["default"].forwardRef(function Star(_re
959
1013
  viewBox: "0 0 16 16",
960
1014
  fill: "currentColor",
961
1015
  ...rest
962
- }, _path68 || (_path68 = /*#__PURE__*/React__default["default"].createElement("path", {
1016
+ }, _path73 || (_path73 = /*#__PURE__*/React__default["default"].createElement("path", {
963
1017
  d: "M8,3.3l1.4,2.8l0.2,0.5l0.5,0.1l3.1,0.4L11,9.2l-0.4,0.4l0.1,0.5l0.5,3.1l-2.8-1.4L8,11.5l-0.5,0.2l-2.8,1.4l0.5-3.1 l0.1-0.5L5,9.2L2.8,7l3.1-0.4l0.5-0.1L6.6,6L8,3.3 M8,1L5.7,5.6L0.6,6.3l3.7,3.6L3.5,15L8,12.6l4.6,2.4l-0.9-5.1l3.7-3.6l-5.1-0.7 L8,1z"
964
1018
  })), children);
965
1019
  }
@@ -971,19 +1025,19 @@ const Star = /*#__PURE__*/React__default["default"].forwardRef(function Star(_re
971
1025
  viewBox: "0 0 32 32",
972
1026
  fill: "currentColor",
973
1027
  ...rest
974
- }, _path69 || (_path69 = /*#__PURE__*/React__default["default"].createElement("path", {
1028
+ }, _path74 || (_path74 = /*#__PURE__*/React__default["default"].createElement("path", {
975
1029
  d: "M16,6.52l2.76,5.58.46,1,1,.15,6.16.89L22,18.44l-.75.73.18,1,1.05,6.13-5.51-2.89L16,23l-.93.49L9.56,26.34l1-6.13.18-1L10,18.44,5.58,14.09l6.16-.89,1-.15.46-1L16,6.52M16,2l-4.55,9.22L1.28,12.69l7.36,7.18L6.9,30,16,25.22,25.1,30,23.36,19.87l7.36-7.17L20.55,11.22Z"
976
1030
  })), children);
977
1031
  });
978
1032
  if (process.env.NODE_ENV !== "production") {
979
1033
  Star.propTypes = iconPropTypes.iconPropTypes;
980
1034
  }
981
- const StarFilled = /*#__PURE__*/React__default["default"].forwardRef(function StarFilled(_ref39, ref) {
1035
+ const StarFilled = /*#__PURE__*/React__default["default"].forwardRef(function StarFilled(_ref41, ref) {
982
1036
  let {
983
1037
  children,
984
1038
  size = 16,
985
1039
  ...rest
986
- } = _ref39;
1040
+ } = _ref41;
987
1041
  if (size === 16 || size === "16" || size === "16px") {
988
1042
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
989
1043
  width: size,
@@ -993,7 +1047,7 @@ const StarFilled = /*#__PURE__*/React__default["default"].forwardRef(function St
993
1047
  viewBox: "0 0 16 16",
994
1048
  fill: "currentColor",
995
1049
  ...rest
996
- }, _path70 || (_path70 = /*#__PURE__*/React__default["default"].createElement("path", {
1050
+ }, _path75 || (_path75 = /*#__PURE__*/React__default["default"].createElement("path", {
997
1051
  d: "M8,1L5.7,5.6L0.6,6.3l3.7,3.6L3.5,15L8,12.6l4.6,2.4l-0.9-5.1l3.7-3.6l-5.1-0.7L8,1z"
998
1052
  })), children);
999
1053
  }
@@ -1005,19 +1059,19 @@ const StarFilled = /*#__PURE__*/React__default["default"].forwardRef(function St
1005
1059
  viewBox: "0 0 32 32",
1006
1060
  fill: "currentColor",
1007
1061
  ...rest
1008
- }, _path71 || (_path71 = /*#__PURE__*/React__default["default"].createElement("path", {
1062
+ }, _path76 || (_path76 = /*#__PURE__*/React__default["default"].createElement("path", {
1009
1063
  d: "M16,2l-4.55,9.22L1.28,12.69l7.36,7.18L6.9,30,16,25.22,25.1,30,23.36,19.87l7.36-7.17L20.55,11.22Z"
1010
1064
  })), children);
1011
1065
  });
1012
1066
  if (process.env.NODE_ENV !== "production") {
1013
1067
  StarFilled.propTypes = iconPropTypes.iconPropTypes;
1014
1068
  }
1015
- const StarHalf = /*#__PURE__*/React__default["default"].forwardRef(function StarHalf(_ref40, ref) {
1069
+ const StarHalf = /*#__PURE__*/React__default["default"].forwardRef(function StarHalf(_ref42, ref) {
1016
1070
  let {
1017
1071
  children,
1018
1072
  size = 16,
1019
1073
  ...rest
1020
- } = _ref40;
1074
+ } = _ref42;
1021
1075
  if (size === 16 || size === "16" || size === "16px") {
1022
1076
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1023
1077
  width: size,
@@ -1027,7 +1081,7 @@ const StarHalf = /*#__PURE__*/React__default["default"].forwardRef(function Star
1027
1081
  viewBox: "0 0 16 16",
1028
1082
  fill: "currentColor",
1029
1083
  ...rest
1030
- }, _path72 || (_path72 = /*#__PURE__*/React__default["default"].createElement("path", {
1084
+ }, _path77 || (_path77 = /*#__PURE__*/React__default["default"].createElement("path", {
1031
1085
  d: "M5.7 5.6L0.6 6.3 4.3 9.9 3.5 15 8 12.6 8 1z"
1032
1086
  })), children);
1033
1087
  }
@@ -1039,19 +1093,19 @@ const StarHalf = /*#__PURE__*/React__default["default"].forwardRef(function Star
1039
1093
  viewBox: "0 0 32 32",
1040
1094
  fill: "currentColor",
1041
1095
  ...rest
1042
- }, _path73 || (_path73 = /*#__PURE__*/React__default["default"].createElement("path", {
1096
+ }, _path78 || (_path78 = /*#__PURE__*/React__default["default"].createElement("path", {
1043
1097
  d: "M11.45 11.22L1.28 12.7 8.64 19.87 6.9 30 16 25.22 16 2 11.45 11.22z"
1044
1098
  })), children);
1045
1099
  });
1046
1100
  if (process.env.NODE_ENV !== "production") {
1047
1101
  StarHalf.propTypes = iconPropTypes.iconPropTypes;
1048
1102
  }
1049
- const StarReview = /*#__PURE__*/React__default["default"].forwardRef(function StarReview(_ref41, ref) {
1103
+ const StarReview = /*#__PURE__*/React__default["default"].forwardRef(function StarReview(_ref43, ref) {
1050
1104
  let {
1051
1105
  children,
1052
1106
  size = 16,
1053
1107
  ...rest
1054
- } = _ref41;
1108
+ } = _ref43;
1055
1109
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1056
1110
  width: size,
1057
1111
  height: size,
@@ -1060,21 +1114,21 @@ const StarReview = /*#__PURE__*/React__default["default"].forwardRef(function St
1060
1114
  viewBox: "0 0 32 32",
1061
1115
  fill: "currentColor",
1062
1116
  ...rest
1063
- }, _path74 || (_path74 = /*#__PURE__*/React__default["default"].createElement("path", {
1117
+ }, _path79 || (_path79 = /*#__PURE__*/React__default["default"].createElement("path", {
1064
1118
  d: "M18 26H26V28H18zM18 22H30V24H18zM18 18H30V20H18z"
1065
- })), _path75 || (_path75 = /*#__PURE__*/React__default["default"].createElement("path", {
1119
+ })), _path80 || (_path80 = /*#__PURE__*/React__default["default"].createElement("path", {
1066
1120
  d: "M20.549 11.217L16 2 11.451 11.217 1.28 12.695 8.64 19.87 6.902 30 14 26.269 14 24.009 9.559 26.344 10.611 20.208 10.789 19.171 10.036 18.438 5.578 14.091 11.739 13.196 12.779 13.045 13.245 12.102 16 6.519 18.755 12.102 19.221 13.045 20.261 13.196 27.715 14.281 28 12.3 20.549 11.217z"
1067
1121
  })), children);
1068
1122
  });
1069
1123
  if (process.env.NODE_ENV !== "production") {
1070
1124
  StarReview.propTypes = iconPropTypes.iconPropTypes;
1071
1125
  }
1072
- const WatsonHealthStatusAcknowledge = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStatusAcknowledge(_ref42, ref) {
1126
+ const WatsonHealthStatusAcknowledge = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStatusAcknowledge(_ref44, ref) {
1073
1127
  let {
1074
1128
  children,
1075
1129
  size = 16,
1076
1130
  ...rest
1077
- } = _ref42;
1131
+ } = _ref44;
1078
1132
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1079
1133
  width: size,
1080
1134
  height: size,
@@ -1083,21 +1137,21 @@ const WatsonHealthStatusAcknowledge = /*#__PURE__*/React__default["default"].for
1083
1137
  viewBox: "0 0 32 32",
1084
1138
  fill: "currentColor",
1085
1139
  ...rest
1086
- }, _path76 || (_path76 = /*#__PURE__*/React__default["default"].createElement("path", {
1140
+ }, _path81 || (_path81 = /*#__PURE__*/React__default["default"].createElement("path", {
1087
1141
  d: "M24 30a6 6 0 116-6A6.0067 6.0067 0 0124 30zm0-10a4 4 0 104 4A4.0045 4.0045 0 0024 20zM12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59z"
1088
- })), _path77 || (_path77 = /*#__PURE__*/React__default["default"].createElement("path", {
1142
+ })), _path82 || (_path82 = /*#__PURE__*/React__default["default"].createElement("path", {
1089
1143
  d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
1090
1144
  })), children);
1091
1145
  });
1092
1146
  if (process.env.NODE_ENV !== "production") {
1093
1147
  WatsonHealthStatusAcknowledge.propTypes = iconPropTypes.iconPropTypes;
1094
1148
  }
1095
- const WatsonHealthStatusChange = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStatusChange(_ref43, ref) {
1149
+ const WatsonHealthStatusChange = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStatusChange(_ref45, ref) {
1096
1150
  let {
1097
1151
  children,
1098
1152
  size = 16,
1099
1153
  ...rest
1100
- } = _ref43;
1154
+ } = _ref45;
1101
1155
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1102
1156
  width: size,
1103
1157
  height: size,
@@ -1106,19 +1160,19 @@ const WatsonHealthStatusChange = /*#__PURE__*/React__default["default"].forwardR
1106
1160
  viewBox: "0 0 32 32",
1107
1161
  fill: "currentColor",
1108
1162
  ...rest
1109
- }, _path78 || (_path78 = /*#__PURE__*/React__default["default"].createElement("path", {
1163
+ }, _path83 || (_path83 = /*#__PURE__*/React__default["default"].createElement("path", {
1110
1164
  d: "M7 30a5 5 0 115-5A5.0057 5.0057 0 017 30zm0-8a3 3 0 103 3A3.0033 3.0033 0 007 22zM23 30a5 5 0 115-5A5.0057 5.0057 0 0123 30zm0-8a3 3 0 103 3A3.0033 3.0033 0 0023 22zM24 7v7l3.5859-3.4141L29 12l-6 6-6-6 1.4141-1.4141L22 14V7a1.0009 1.0009 0 00-1-1H9A1.0006 1.0006 0 008 7V18H6V7A3.0033 3.0033 0 019 4H21A3.0033 3.0033 0 0124 7z"
1111
1165
  })), children);
1112
1166
  });
1113
1167
  if (process.env.NODE_ENV !== "production") {
1114
1168
  WatsonHealthStatusChange.propTypes = iconPropTypes.iconPropTypes;
1115
1169
  }
1116
- const WatsonHealthStatusPartialFail = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStatusPartialFail(_ref44, ref) {
1170
+ const WatsonHealthStatusPartialFail = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStatusPartialFail(_ref46, ref) {
1117
1171
  let {
1118
1172
  children,
1119
1173
  size = 16,
1120
1174
  ...rest
1121
- } = _ref44;
1175
+ } = _ref46;
1122
1176
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1123
1177
  width: size,
1124
1178
  height: size,
@@ -1127,21 +1181,21 @@ const WatsonHealthStatusPartialFail = /*#__PURE__*/React__default["default"].for
1127
1181
  viewBox: "0 0 32 32",
1128
1182
  fill: "currentColor",
1129
1183
  ...rest
1130
- }, _path79 || (_path79 = /*#__PURE__*/React__default["default"].createElement("path", {
1184
+ }, _path84 || (_path84 = /*#__PURE__*/React__default["default"].createElement("path", {
1131
1185
  d: "M25.1407 23.7642l1.5315 1.2851a13.976 13.976 0 002.4408-4.1821l-1.8776-.6836A11.9729 11.9729 0 0125.1407 23.7642zM18 27.81l.4128 1.9677A13.8888 13.8888 0 0022.9543 28.14L22 26.4087A12.52 12.52 0 0118 27.81zM10 26.4087L9 28.14a14.14 14.14 0 004.5872 1.6382l.3469-1.9677A12.1519 12.1519 0 0110 26.4087zM4.7646 20.1836l-1.8776.6836a13.976 13.976 0 002.4408 4.1821l1.5315-1.2851A11.9729 11.9729 0 014.7646 20.1836zM16 22a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 22zM15 8H17V19H15z"
1132
- })), _path80 || (_path80 = /*#__PURE__*/React__default["default"].createElement("path", {
1186
+ })), _path85 || (_path85 = /*#__PURE__*/React__default["default"].createElement("path", {
1133
1187
  d: "M30,16H28A12,12,0,0,0,4,16H2a14,14,0,0,1,28,0Z"
1134
1188
  })), children);
1135
1189
  });
1136
1190
  if (process.env.NODE_ENV !== "production") {
1137
1191
  WatsonHealthStatusPartialFail.propTypes = iconPropTypes.iconPropTypes;
1138
1192
  }
1139
- const WatsonHealthStatusResolved = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStatusResolved(_ref45, ref) {
1193
+ const WatsonHealthStatusResolved = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStatusResolved(_ref47, ref) {
1140
1194
  let {
1141
1195
  children,
1142
1196
  size = 16,
1143
1197
  ...rest
1144
- } = _ref45;
1198
+ } = _ref47;
1145
1199
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1146
1200
  width: size,
1147
1201
  height: size,
@@ -1150,21 +1204,21 @@ const WatsonHealthStatusResolved = /*#__PURE__*/React__default["default"].forwar
1150
1204
  viewBox: "0 0 32 32",
1151
1205
  fill: "currentColor",
1152
1206
  ...rest
1153
- }, _path81 || (_path81 = /*#__PURE__*/React__default["default"].createElement("path", {
1207
+ }, _path86 || (_path86 = /*#__PURE__*/React__default["default"].createElement("path", {
1154
1208
  d: "M21 28.414L16 23.413 17.413 22 21 25.586 28.585 18 30 19.415 21 28.414zM12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59z"
1155
- })), _path82 || (_path82 = /*#__PURE__*/React__default["default"].createElement("path", {
1209
+ })), _path87 || (_path87 = /*#__PURE__*/React__default["default"].createElement("path", {
1156
1210
  d: "M11.8193,25.8022a11.992,11.992,0,1,1,13.9829-9.6215l-1.9668-.3614A10.001,10.001,0,1,0,12.1807,23.835Z"
1157
1211
  })), children);
1158
1212
  });
1159
1213
  if (process.env.NODE_ENV !== "production") {
1160
1214
  WatsonHealthStatusResolved.propTypes = iconPropTypes.iconPropTypes;
1161
1215
  }
1162
- const StayInside = /*#__PURE__*/React__default["default"].forwardRef(function StayInside(_ref46, ref) {
1216
+ const StayInside = /*#__PURE__*/React__default["default"].forwardRef(function StayInside(_ref48, ref) {
1163
1217
  let {
1164
1218
  children,
1165
1219
  size = 16,
1166
1220
  ...rest
1167
- } = _ref46;
1221
+ } = _ref48;
1168
1222
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1169
1223
  width: size,
1170
1224
  height: size,
@@ -1173,21 +1227,21 @@ const StayInside = /*#__PURE__*/React__default["default"].forwardRef(function St
1173
1227
  viewBox: "0 0 32 32",
1174
1228
  fill: "currentColor",
1175
1229
  ...rest
1176
- }, _path83 || (_path83 = /*#__PURE__*/React__default["default"].createElement("path", {
1230
+ }, _path88 || (_path88 = /*#__PURE__*/React__default["default"].createElement("path", {
1177
1231
  d: "M23 30H21V28a3.0033 3.0033 0 00-3-3H14a3.0033 3.0033 0 00-3 3v2H9V28a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM16 13a3 3 0 11-3 3 3 3 0 013-3m0-2a5 5 0 105 5A5 5 0 0016 11z"
1178
- })), _path84 || (_path84 = /*#__PURE__*/React__default["default"].createElement("path", {
1232
+ })), _path89 || (_path89 = /*#__PURE__*/React__default["default"].createElement("path", {
1179
1233
  d: "M30,30H28V14.4639L16,4.31,4,14.4639V30H2V14a1,1,0,0,1,.354-.7634l13-11a1,1,0,0,1,1.292,0l13,11A1,1,0,0,1,30,14Z"
1180
1234
  })), children);
1181
1235
  });
1182
1236
  if (process.env.NODE_ENV !== "production") {
1183
1237
  StayInside.propTypes = iconPropTypes.iconPropTypes;
1184
1238
  }
1185
- const StemLeafPlot = /*#__PURE__*/React__default["default"].forwardRef(function StemLeafPlot(_ref47, ref) {
1239
+ const StemLeafPlot = /*#__PURE__*/React__default["default"].forwardRef(function StemLeafPlot(_ref49, ref) {
1186
1240
  let {
1187
1241
  children,
1188
1242
  size = 16,
1189
1243
  ...rest
1190
- } = _ref47;
1244
+ } = _ref49;
1191
1245
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1192
1246
  width: size,
1193
1247
  height: size,
@@ -1196,19 +1250,19 @@ const StemLeafPlot = /*#__PURE__*/React__default["default"].forwardRef(function
1196
1250
  viewBox: "0 0 32 32",
1197
1251
  fill: "currentColor",
1198
1252
  ...rest
1199
- }, _path85 || (_path85 = /*#__PURE__*/React__default["default"].createElement("path", {
1253
+ }, _path90 || (_path90 = /*#__PURE__*/React__default["default"].createElement("path", {
1200
1254
  d: "M19 10a3 3 0 113-3A3.0033 3.0033 0 0119 10zm0-4a1 1 0 101 1A1.0011 1.0011 0 0019 6zM19 19a3 3 0 113-3A3.0033 3.0033 0 0119 19zm0-4a1 1 0 101 1A1.0011 1.0011 0 0019 15zM27 19a3 3 0 113-3A3.0033 3.0033 0 0127 19zm0-4a1 1 0 101 1A1.0011 1.0011 0 0027 15zM19 28a3 3 0 113-3A3.0033 3.0033 0 0119 28zm0-4a1 1 0 101 1A1.0011 1.0011 0 0019 24zM12 2H14V30H12zM7 28a3 3 0 113-3A3.0033 3.0033 0 017 28zm0-4a1 1 0 101 1A1.0011 1.0011 0 007 24zM7 19a3 3 0 113-3A3.0033 3.0033 0 017 19zm0-4a1 1 0 101 1A1.0011 1.0011 0 007 15zM7 10a3 3 0 113-3A3.0033 3.0033 0 017 10zM7 6A1 1 0 108 7 1.0011 1.0011 0 007 6z"
1201
1255
  })), children);
1202
1256
  });
1203
1257
  if (process.env.NODE_ENV !== "production") {
1204
1258
  StemLeafPlot.propTypes = iconPropTypes.iconPropTypes;
1205
1259
  }
1206
- const Stethoscope = /*#__PURE__*/React__default["default"].forwardRef(function Stethoscope(_ref48, ref) {
1260
+ const Stethoscope = /*#__PURE__*/React__default["default"].forwardRef(function Stethoscope(_ref50, ref) {
1207
1261
  let {
1208
1262
  children,
1209
1263
  size = 16,
1210
1264
  ...rest
1211
- } = _ref48;
1265
+ } = _ref50;
1212
1266
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1213
1267
  width: size,
1214
1268
  height: size,
@@ -1217,19 +1271,19 @@ const Stethoscope = /*#__PURE__*/React__default["default"].forwardRef(function S
1217
1271
  viewBox: "0 0 32 32",
1218
1272
  fill: "currentColor",
1219
1273
  ...rest
1220
- }, _path86 || (_path86 = /*#__PURE__*/React__default["default"].createElement("path", {
1274
+ }, _path91 || (_path91 = /*#__PURE__*/React__default["default"].createElement("path", {
1221
1275
  d: "M24,2V4h2v6a4,4,0,0,1-8,0V4h2V2H16v8a6.0051,6.0051,0,0,0,5,5.91V22A6,6,0,0,1,9,22V15.8579a4,4,0,1,0-2,0V22a8,8,0,0,0,16,0V15.91A6.0051,6.0051,0,0,0,28,10V2ZM6,12a2,2,0,1,1,2,2A2.0023,2.0023,0,0,1,6,12Z"
1222
1276
  })), children);
1223
1277
  });
1224
1278
  if (process.env.NODE_ENV !== "production") {
1225
1279
  Stethoscope.propTypes = iconPropTypes.iconPropTypes;
1226
1280
  }
1227
- const Stop = /*#__PURE__*/React__default["default"].forwardRef(function Stop(_ref49, ref) {
1281
+ const Stop = /*#__PURE__*/React__default["default"].forwardRef(function Stop(_ref51, ref) {
1228
1282
  let {
1229
1283
  children,
1230
1284
  size = 16,
1231
1285
  ...rest
1232
- } = _ref49;
1286
+ } = _ref51;
1233
1287
  if (size === 16 || size === "16" || size === "16px") {
1234
1288
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1235
1289
  width: size,
@@ -1239,7 +1293,7 @@ const Stop = /*#__PURE__*/React__default["default"].forwardRef(function Stop(_re
1239
1293
  viewBox: "0 0 16 16",
1240
1294
  fill: "currentColor",
1241
1295
  ...rest
1242
- }, _path87 || (_path87 = /*#__PURE__*/React__default["default"].createElement("path", {
1296
+ }, _path92 || (_path92 = /*#__PURE__*/React__default["default"].createElement("path", {
1243
1297
  d: "M12,4v8H4V4H12 M12,3H4C3.4,3,3,3.4,3,4v8c0,0.6,0.4,1,1,1h8c0.6,0,1-0.4,1-1V4C13,3.4,12.6,3,12,3z"
1244
1298
  })), children);
1245
1299
  }
@@ -1251,19 +1305,19 @@ const Stop = /*#__PURE__*/React__default["default"].forwardRef(function Stop(_re
1251
1305
  viewBox: "0 0 32 32",
1252
1306
  fill: "currentColor",
1253
1307
  ...rest
1254
- }, _path88 || (_path88 = /*#__PURE__*/React__default["default"].createElement("path", {
1308
+ }, _path93 || (_path93 = /*#__PURE__*/React__default["default"].createElement("path", {
1255
1309
  d: "M24,8V24H8V8H24m0-2H8A2,2,0,0,0,6,8V24a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2Z"
1256
1310
  })), children);
1257
1311
  });
1258
1312
  if (process.env.NODE_ENV !== "production") {
1259
1313
  Stop.propTypes = iconPropTypes.iconPropTypes;
1260
1314
  }
1261
- const StopFilled = /*#__PURE__*/React__default["default"].forwardRef(function StopFilled(_ref50, ref) {
1315
+ const StopFilled = /*#__PURE__*/React__default["default"].forwardRef(function StopFilled(_ref52, ref) {
1262
1316
  let {
1263
1317
  children,
1264
1318
  size = 16,
1265
1319
  ...rest
1266
- } = _ref50;
1320
+ } = _ref52;
1267
1321
  if (size === 16 || size === "16" || size === "16px") {
1268
1322
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1269
1323
  width: size,
@@ -1273,7 +1327,7 @@ const StopFilled = /*#__PURE__*/React__default["default"].forwardRef(function St
1273
1327
  viewBox: "0 0 16 16",
1274
1328
  fill: "currentColor",
1275
1329
  ...rest
1276
- }, _path89 || (_path89 = /*#__PURE__*/React__default["default"].createElement("path", {
1330
+ }, _path94 || (_path94 = /*#__PURE__*/React__default["default"].createElement("path", {
1277
1331
  d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11,10c0,0.6-0.4,1-1,1H6c-0.6,0-1-0.4-1-1V6c0-0.6,0.4-1,1-1h4 c0.6,0,1,0.4,1,1V10z"
1278
1332
  })), children);
1279
1333
  }
@@ -1285,19 +1339,19 @@ const StopFilled = /*#__PURE__*/React__default["default"].forwardRef(function St
1285
1339
  viewBox: "0 0 32 32",
1286
1340
  fill: "currentColor",
1287
1341
  ...rest
1288
- }, _path90 || (_path90 = /*#__PURE__*/React__default["default"].createElement("path", {
1342
+ }, _path95 || (_path95 = /*#__PURE__*/React__default["default"].createElement("path", {
1289
1343
  d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm6,18a2,2,0,0,1-2,2H12a2,2,0,0,1-2-2V12a2,2,0,0,1,2-2h8a2,2,0,0,1,2,2Z"
1290
1344
  })), children);
1291
1345
  });
1292
1346
  if (process.env.NODE_ENV !== "production") {
1293
1347
  StopFilled.propTypes = iconPropTypes.iconPropTypes;
1294
1348
  }
1295
- const StopFilledAlt = /*#__PURE__*/React__default["default"].forwardRef(function StopFilledAlt(_ref51, ref) {
1349
+ const StopFilledAlt = /*#__PURE__*/React__default["default"].forwardRef(function StopFilledAlt(_ref53, ref) {
1296
1350
  let {
1297
1351
  children,
1298
1352
  size = 16,
1299
1353
  ...rest
1300
- } = _ref51;
1354
+ } = _ref53;
1301
1355
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1302
1356
  width: size,
1303
1357
  height: size,
@@ -1306,19 +1360,19 @@ const StopFilledAlt = /*#__PURE__*/React__default["default"].forwardRef(function
1306
1360
  viewBox: "0 0 32 32",
1307
1361
  fill: "currentColor",
1308
1362
  ...rest
1309
- }, _path91 || (_path91 = /*#__PURE__*/React__default["default"].createElement("path", {
1363
+ }, _path96 || (_path96 = /*#__PURE__*/React__default["default"].createElement("path", {
1310
1364
  d: "M24,6H8A2,2,0,0,0,6,8V24a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2Z"
1311
1365
  })), children);
1312
1366
  });
1313
1367
  if (process.env.NODE_ENV !== "production") {
1314
1368
  StopFilledAlt.propTypes = iconPropTypes.iconPropTypes;
1315
1369
  }
1316
- const StopOutline = /*#__PURE__*/React__default["default"].forwardRef(function StopOutline(_ref52, ref) {
1370
+ const StopOutline = /*#__PURE__*/React__default["default"].forwardRef(function StopOutline(_ref54, ref) {
1317
1371
  let {
1318
1372
  children,
1319
1373
  size = 16,
1320
1374
  ...rest
1321
- } = _ref52;
1375
+ } = _ref54;
1322
1376
  if (size === 16 || size === "16" || size === "16px") {
1323
1377
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1324
1378
  width: size,
@@ -1328,9 +1382,9 @@ const StopOutline = /*#__PURE__*/React__default["default"].forwardRef(function S
1328
1382
  viewBox: "0 0 16 16",
1329
1383
  fill: "currentColor",
1330
1384
  ...rest
1331
- }, _path92 || (_path92 = /*#__PURE__*/React__default["default"].createElement("path", {
1385
+ }, _path97 || (_path97 = /*#__PURE__*/React__default["default"].createElement("path", {
1332
1386
  d: "M8,2c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S4.7,2,8,2 M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z"
1333
- })), _path93 || (_path93 = /*#__PURE__*/React__default["default"].createElement("path", {
1387
+ })), _path98 || (_path98 = /*#__PURE__*/React__default["default"].createElement("path", {
1334
1388
  d: "M10,6v4H6V6H10 M10,5H6C5.4,5,5,5.4,5,6v4c0,0.6,0.4,1,1,1h4c0.6,0,1-0.4,1-1V6C11,5.4,10.6,5,10,5z"
1335
1389
  })), children);
1336
1390
  }
@@ -1342,21 +1396,21 @@ const StopOutline = /*#__PURE__*/React__default["default"].forwardRef(function S
1342
1396
  viewBox: "0 0 32 32",
1343
1397
  fill: "currentColor",
1344
1398
  ...rest
1345
- }, _path94 || (_path94 = /*#__PURE__*/React__default["default"].createElement("path", {
1399
+ }, _path99 || (_path99 = /*#__PURE__*/React__default["default"].createElement("path", {
1346
1400
  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"
1347
- })), _path95 || (_path95 = /*#__PURE__*/React__default["default"].createElement("path", {
1401
+ })), _path100 || (_path100 = /*#__PURE__*/React__default["default"].createElement("path", {
1348
1402
  d: "M20,12v8H12V12h8m0-2H12a2,2,0,0,0-2,2v8a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V12a2,2,0,0,0-2-2Z"
1349
1403
  })), children);
1350
1404
  });
1351
1405
  if (process.env.NODE_ENV !== "production") {
1352
1406
  StopOutline.propTypes = iconPropTypes.iconPropTypes;
1353
1407
  }
1354
- const StopOutlineFilled = /*#__PURE__*/React__default["default"].forwardRef(function StopOutlineFilled(_ref53, ref) {
1408
+ const StopOutlineFilled = /*#__PURE__*/React__default["default"].forwardRef(function StopOutlineFilled(_ref55, ref) {
1355
1409
  let {
1356
1410
  children,
1357
1411
  size = 16,
1358
1412
  ...rest
1359
- } = _ref53;
1413
+ } = _ref55;
1360
1414
  if (size === 16 || size === "16" || size === "16px") {
1361
1415
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1362
1416
  width: size,
@@ -1366,9 +1420,9 @@ const StopOutlineFilled = /*#__PURE__*/React__default["default"].forwardRef(func
1366
1420
  viewBox: "0 0 16 16",
1367
1421
  fill: "currentColor",
1368
1422
  ...rest
1369
- }, _path96 || (_path96 = /*#__PURE__*/React__default["default"].createElement("path", {
1423
+ }, _path101 || (_path101 = /*#__PURE__*/React__default["default"].createElement("path", {
1370
1424
  d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11,10c0,0.6-0.4,1-1,1H6c-0.6,0-1-0.4-1-1V6c0-0.6,0.4-1,1-1h4 c0.6,0,1,0.4,1,1V10z"
1371
- })), _path97 || (_path97 = /*#__PURE__*/React__default["default"].createElement("path", {
1425
+ })), _path102 || (_path102 = /*#__PURE__*/React__default["default"].createElement("path", {
1372
1426
  d: "M6 6H10V10H6z"
1373
1427
  })), children);
1374
1428
  }
@@ -1380,21 +1434,21 @@ const StopOutlineFilled = /*#__PURE__*/React__default["default"].forwardRef(func
1380
1434
  viewBox: "0 0 32 32",
1381
1435
  fill: "currentColor",
1382
1436
  ...rest
1383
- }, _path98 || (_path98 = /*#__PURE__*/React__default["default"].createElement("path", {
1437
+ }, _path103 || (_path103 = /*#__PURE__*/React__default["default"].createElement("path", {
1384
1438
  d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm6,18a2,2,0,0,1-2,2H12a2,2,0,0,1-2-2V12a2,2,0,0,1,2-2h8a2,2,0,0,1,2,2Z"
1385
- })), _path99 || (_path99 = /*#__PURE__*/React__default["default"].createElement("path", {
1439
+ })), _path104 || (_path104 = /*#__PURE__*/React__default["default"].createElement("path", {
1386
1440
  d: "M12 12H20V20H12z"
1387
1441
  })), children);
1388
1442
  });
1389
1443
  if (process.env.NODE_ENV !== "production") {
1390
1444
  StopOutlineFilled.propTypes = iconPropTypes.iconPropTypes;
1391
1445
  }
1392
- const StopSign = /*#__PURE__*/React__default["default"].forwardRef(function StopSign(_ref54, ref) {
1446
+ const StopSign = /*#__PURE__*/React__default["default"].forwardRef(function StopSign(_ref56, ref) {
1393
1447
  let {
1394
1448
  children,
1395
1449
  size = 16,
1396
1450
  ...rest
1397
- } = _ref54;
1451
+ } = _ref56;
1398
1452
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1399
1453
  width: size,
1400
1454
  height: size,
@@ -1403,19 +1457,19 @@ const StopSign = /*#__PURE__*/React__default["default"].forwardRef(function Stop
1403
1457
  viewBox: "0 0 32 32",
1404
1458
  fill: "currentColor",
1405
1459
  ...rest
1406
- }, _path100 || (_path100 = /*#__PURE__*/React__default["default"].createElement("path", {
1460
+ }, _path105 || (_path105 = /*#__PURE__*/React__default["default"].createElement("path", {
1407
1461
  d: "M20.5857,29H11.4143A1.9865,1.9865,0,0,1,10,28.4141L3.5859,22A1.9865,1.9865,0,0,1,3,20.5857V11.4143A1.9865,1.9865,0,0,1,3.5859,10L10,3.5859A1.9865,1.9865,0,0,1,11.4143,3h9.1714A1.9865,1.9865,0,0,1,22,3.5859L28.4141,10A1.9865,1.9865,0,0,1,29,11.4143v9.1714A1.9865,1.9865,0,0,1,28.4141,22L22,28.4141A1.9865,1.9865,0,0,1,20.5857,29ZM11.4141,5,5,11.4141v9.1716L11.4141,27h9.1716L27,20.5859V11.4143L20.5859,5H11.4141Z"
1408
1462
  })), children);
1409
1463
  });
1410
1464
  if (process.env.NODE_ENV !== "production") {
1411
1465
  StopSign.propTypes = iconPropTypes.iconPropTypes;
1412
1466
  }
1413
- const StopSignFilled = /*#__PURE__*/React__default["default"].forwardRef(function StopSignFilled(_ref55, ref) {
1467
+ const StopSignFilled = /*#__PURE__*/React__default["default"].forwardRef(function StopSignFilled(_ref57, ref) {
1414
1468
  let {
1415
1469
  children,
1416
1470
  size = 16,
1417
1471
  ...rest
1418
- } = _ref55;
1472
+ } = _ref57;
1419
1473
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1420
1474
  width: size,
1421
1475
  height: size,
@@ -1424,19 +1478,19 @@ const StopSignFilled = /*#__PURE__*/React__default["default"].forwardRef(functio
1424
1478
  viewBox: "0 0 32 32",
1425
1479
  fill: "currentColor",
1426
1480
  ...rest
1427
- }, _path101 || (_path101 = /*#__PURE__*/React__default["default"].createElement("path", {
1481
+ }, _path106 || (_path106 = /*#__PURE__*/React__default["default"].createElement("path", {
1428
1482
  d: "M20.5857,29H11.4143A1.9865,1.9865,0,0,1,10,28.4141L3.5859,22A1.9865,1.9865,0,0,1,3,20.5857V11.4143A1.9865,1.9865,0,0,1,3.5859,10L10,3.5859A1.9865,1.9865,0,0,1,11.4143,3h9.1714A1.9865,1.9865,0,0,1,22,3.5859L28.4141,10A1.9865,1.9865,0,0,1,29,11.4143v9.1714A1.9865,1.9865,0,0,1,28.4141,22L22,28.4141A1.9865,1.9865,0,0,1,20.5857,29Z"
1429
1483
  })), children);
1430
1484
  });
1431
1485
  if (process.env.NODE_ENV !== "production") {
1432
1486
  StopSignFilled.propTypes = iconPropTypes.iconPropTypes;
1433
1487
  }
1434
- const StoragePool = /*#__PURE__*/React__default["default"].forwardRef(function StoragePool(_ref56, ref) {
1488
+ const StoragePool = /*#__PURE__*/React__default["default"].forwardRef(function StoragePool(_ref58, ref) {
1435
1489
  let {
1436
1490
  children,
1437
1491
  size = 16,
1438
1492
  ...rest
1439
- } = _ref56;
1493
+ } = _ref58;
1440
1494
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1441
1495
  width: size,
1442
1496
  height: size,
@@ -1445,21 +1499,21 @@ const StoragePool = /*#__PURE__*/React__default["default"].forwardRef(function S
1445
1499
  viewBox: "0 0 32 32",
1446
1500
  fill: "currentColor",
1447
1501
  ...rest
1448
- }, _path102 || (_path102 = /*#__PURE__*/React__default["default"].createElement("path", {
1502
+ }, _path107 || (_path107 = /*#__PURE__*/React__default["default"].createElement("path", {
1449
1503
  d: "M28,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30ZM4,4V28H28V4Z"
1450
- })), _path103 || (_path103 = /*#__PURE__*/React__default["default"].createElement("path", {
1504
+ })), _path108 || (_path108 = /*#__PURE__*/React__default["default"].createElement("path", {
1451
1505
  d: "M17.5 13A3.5 3.5 0 1121 9.5 3.5041 3.5041 0 0117.5 13zm0-5A1.5 1.5 0 1019 9.5 1.5017 1.5017 0 0017.5 8zM14.5 26A3.5 3.5 0 1118 22.5 3.5041 3.5041 0 0114.5 26zm0-5A1.5 1.5 0 1016 22.5 1.5017 1.5017 0 0014.5 21zM9.5 18A3.5 3.5 0 1113 14.5 3.5041 3.5041 0 019.5 18zm0-5A1.5 1.5 0 1011 14.5 1.5017 1.5017 0 009.5 13zM22.5 21A3.5 3.5 0 1126 17.5 3.5041 3.5041 0 0122.5 21zm0-5A1.5 1.5 0 1024 17.5 1.5017 1.5017 0 0022.5 16z"
1452
1506
  })), children);
1453
1507
  });
1454
1508
  if (process.env.NODE_ENV !== "production") {
1455
1509
  StoragePool.propTypes = iconPropTypes.iconPropTypes;
1456
1510
  }
1457
- const StorageRequest = /*#__PURE__*/React__default["default"].forwardRef(function StorageRequest(_ref57, ref) {
1511
+ const StorageRequest = /*#__PURE__*/React__default["default"].forwardRef(function StorageRequest(_ref59, ref) {
1458
1512
  let {
1459
1513
  children,
1460
1514
  size = 16,
1461
1515
  ...rest
1462
- } = _ref57;
1516
+ } = _ref59;
1463
1517
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1464
1518
  width: size,
1465
1519
  height: size,
@@ -1468,13 +1522,13 @@ const StorageRequest = /*#__PURE__*/React__default["default"].forwardRef(functio
1468
1522
  viewBox: "0 0 32 32",
1469
1523
  fill: "currentColor",
1470
1524
  ...rest
1471
- }, _path104 || (_path104 = /*#__PURE__*/React__default["default"].createElement("path", {
1525
+ }, _path109 || (_path109 = /*#__PURE__*/React__default["default"].createElement("path", {
1472
1526
  d: "M4 21H2v3a2.0059 2.0059 0 002 2H7V24H4zM4 8H7V6H4A2.0059 2.0059 0 002 8v3H4zM17 6H23V8H17zM9 6H15V8H9zM17 24H23V26H17zM28 15L4 15 4 13 2 13 2 19 4 19 4 17 28 17 28 19 30 19 30 13 28 13 28 15zM28 24H25v2h3a2.0059 2.0059 0 002-2V21H28zM28 6H25V8h3v3h2V8A2.0059 2.0059 0 0028 6zM9 24H15V26H9z"
1473
- })), _circle17 || (_circle17 = /*#__PURE__*/React__default["default"].createElement("circle", {
1527
+ })), _circle18 || (_circle18 = /*#__PURE__*/React__default["default"].createElement("circle", {
1474
1528
  cx: "7",
1475
1529
  cy: "12",
1476
1530
  r: "1"
1477
- })), _circle18 || (_circle18 = /*#__PURE__*/React__default["default"].createElement("circle", {
1531
+ })), _circle19 || (_circle19 = /*#__PURE__*/React__default["default"].createElement("circle", {
1478
1532
  cx: "7",
1479
1533
  cy: "20",
1480
1534
  r: "1"
@@ -1483,12 +1537,12 @@ const StorageRequest = /*#__PURE__*/React__default["default"].forwardRef(functio
1483
1537
  if (process.env.NODE_ENV !== "production") {
1484
1538
  StorageRequest.propTypes = iconPropTypes.iconPropTypes;
1485
1539
  }
1486
- const Store = /*#__PURE__*/React__default["default"].forwardRef(function Store(_ref58, ref) {
1540
+ const Store = /*#__PURE__*/React__default["default"].forwardRef(function Store(_ref60, ref) {
1487
1541
  let {
1488
1542
  children,
1489
1543
  size = 16,
1490
1544
  ...rest
1491
- } = _ref58;
1545
+ } = _ref60;
1492
1546
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1493
1547
  width: size,
1494
1548
  height: size,
@@ -1497,19 +1551,19 @@ const Store = /*#__PURE__*/React__default["default"].forwardRef(function Store(_
1497
1551
  viewBox: "0 0 32 32",
1498
1552
  fill: "currentColor",
1499
1553
  ...rest
1500
- }, _path105 || (_path105 = /*#__PURE__*/React__default["default"].createElement("path", {
1554
+ }, _path110 || (_path110 = /*#__PURE__*/React__default["default"].createElement("path", {
1501
1555
  d: "M30,10.68l-2-6A1,1,0,0,0,27,4H5a1,1,0,0,0-1,.68l-2,6A1.19,1.19,0,0,0,2,11v6a1,1,0,0,0,1,1H4V28H6V18h6V28H28V18h1a1,1,0,0,0,1-1V11A1.19,1.19,0,0,0,30,10.68ZM26,26H14V18H26Zm2-10H24V12H22v4H17V12H15v4H10V12H8v4H4V11.16L5.72,6H26.28L28,11.16Z"
1502
1556
  })), children);
1503
1557
  });
1504
1558
  if (process.env.NODE_ENV !== "production") {
1505
1559
  Store.propTypes = iconPropTypes.iconPropTypes;
1506
1560
  }
1507
- const StormTracker = /*#__PURE__*/React__default["default"].forwardRef(function StormTracker(_ref59, ref) {
1561
+ const StormTracker = /*#__PURE__*/React__default["default"].forwardRef(function StormTracker(_ref61, ref) {
1508
1562
  let {
1509
1563
  children,
1510
1564
  size = 16,
1511
1565
  ...rest
1512
- } = _ref59;
1566
+ } = _ref61;
1513
1567
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1514
1568
  width: size,
1515
1569
  height: size,
@@ -1518,19 +1572,19 @@ const StormTracker = /*#__PURE__*/React__default["default"].forwardRef(function
1518
1572
  viewBox: "0 0 32 32",
1519
1573
  fill: "currentColor",
1520
1574
  ...rest
1521
- }, _path106 || (_path106 = /*#__PURE__*/React__default["default"].createElement("path", {
1575
+ }, _path111 || (_path111 = /*#__PURE__*/React__default["default"].createElement("path", {
1522
1576
  d: "M16,2a1,1,0,0,0-.9736.771l-1.7229,7.3223a10.0653,10.0653,0,1,0,8.6032,8.603l7.3223-1.7227A1,1,0,0,0,30,16,14.0158,14.0158,0,0,0,16,2ZM11.293,20.707A1,1,0,0,0,12,21a1.013,1.013,0,0,0,.229-.0264l3.7622-.8852a3.996,3.996,0,1,1-4.08-4.08l-.8852,3.7622A1,1,0,0,0,11.293,20.707Zm2.05-2.0508,2.271-9.65a7.5018,7.5018,0,0,1,7.38,7.38ZM20,20a8,8,0,1,1-8-8,8.1017,8.1017,0,0,1,.8438.0469L12.38,14.019C12.2532,14.0107,12.127,14,12,14a6,6,0,1,0,6,6c0-.127-.011-.2534-.019-.38l1.9721-.4643A8.1048,8.1048,0,0,1,20,20Zm4.9707-4.0791a9.4981,9.4981,0,0,0-8.8914-8.8916l.7068-3.0039A12.0193,12.0193,0,0,1,27.9746,15.2139Z"
1523
1577
  })), children);
1524
1578
  });
1525
1579
  if (process.env.NODE_ENV !== "production") {
1526
1580
  StormTracker.propTypes = iconPropTypes.iconPropTypes;
1527
1581
  }
1528
- const StrategyPlay = /*#__PURE__*/React__default["default"].forwardRef(function StrategyPlay(_ref60, ref) {
1582
+ const StrategyPlay = /*#__PURE__*/React__default["default"].forwardRef(function StrategyPlay(_ref62, ref) {
1529
1583
  let {
1530
1584
  children,
1531
1585
  size = 16,
1532
1586
  ...rest
1533
- } = _ref60;
1587
+ } = _ref62;
1534
1588
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1535
1589
  width: size,
1536
1590
  height: size,
@@ -1539,10 +1593,10 @@ const StrategyPlay = /*#__PURE__*/React__default["default"].forwardRef(function
1539
1593
  viewBox: "0 0 32 32",
1540
1594
  fill: "currentColor",
1541
1595
  ...rest
1542
- }, _path107 || (_path107 = /*#__PURE__*/React__default["default"].createElement("path", {
1596
+ }, _path112 || (_path112 = /*#__PURE__*/React__default["default"].createElement("path", {
1543
1597
  strokeWidth: "0",
1544
1598
  d: "M12 3.415L10.586 2 7 5.587 3.414 2 2 3.415 5.586 7 2 10.586 3.414 12 7 8.414 10.586 12 12 10.586 8.414 7 12 3.415zM25 2l-5 5 1.4089 1.4189 2.5911-2.625v9.2061H8c-1.1028 0-2 .8975-2 2v3.1011c-2.2793.4644-4 2.4844-4 4.8989 0 2.7568 2.2429 5 5 5s5-2.2432 5-5c0-2.4146-1.7207-4.4346-4-4.8989v-3.1011h16c1.1028 0 2-.8975 2-2V5.8472l2.5911 2.5718 1.4089-1.4189-5-5zm-15 23c0 1.6543-1.3457 3-3 3s-3-1.3457-3-3 1.3457-3 3-3 3 1.3457 3 3z"
1545
- })), _path108 || (_path108 = /*#__PURE__*/React__default["default"].createElement("path", {
1599
+ })), _path113 || (_path113 = /*#__PURE__*/React__default["default"].createElement("path", {
1546
1600
  strokeWidth: "0",
1547
1601
  d: "M30 21.415L28.586 20 25 23.587 21.414 20 20 21.415 23.586 25 20 28.586 21.414 30 25 26.414 28.586 30 30 28.586 26.414 25 30 21.415z"
1548
1602
  })), children);
@@ -1550,12 +1604,12 @@ const StrategyPlay = /*#__PURE__*/React__default["default"].forwardRef(function
1550
1604
  if (process.env.NODE_ENV !== "production") {
1551
1605
  StrategyPlay.propTypes = iconPropTypes.iconPropTypes;
1552
1606
  }
1553
- const Strawberry = /*#__PURE__*/React__default["default"].forwardRef(function Strawberry(_ref61, ref) {
1607
+ const Strawberry = /*#__PURE__*/React__default["default"].forwardRef(function Strawberry(_ref63, ref) {
1554
1608
  let {
1555
1609
  children,
1556
1610
  size = 16,
1557
1611
  ...rest
1558
- } = _ref61;
1612
+ } = _ref63;
1559
1613
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1560
1614
  width: size,
1561
1615
  height: size,
@@ -1564,21 +1618,21 @@ const Strawberry = /*#__PURE__*/React__default["default"].forwardRef(function St
1564
1618
  viewBox: "0 0 32 32",
1565
1619
  fill: "currentColor",
1566
1620
  ...rest
1567
- }, _path109 || (_path109 = /*#__PURE__*/React__default["default"].createElement("path", {
1621
+ }, _path114 || (_path114 = /*#__PURE__*/React__default["default"].createElement("path", {
1568
1622
  d: "M9 10H11V12H9zM9 14H11V16H9zM13 12H15V14H13z"
1569
- })), _path110 || (_path110 = /*#__PURE__*/React__default["default"].createElement("path", {
1623
+ })), _path115 || (_path115 = /*#__PURE__*/React__default["default"].createElement("path", {
1570
1624
  d: "M9 28a5.169 5.169 0 01-.7441-.054A5.0935 5.0935 0 014 22.8669V11.1985a7.1615 7.1615 0 016.31-7.1653 6.9607 6.9607 0 014.4643 1.0706l7.9688 4.9807a6.98 6.98 0 01-.6885 12.19l-10.88 5.2285A4.9765 4.9765 0 019 28zM11.002 6q-.2484 0-.5005.0241A5.1463 5.1463 0 006 11.1985V22.8669a3.0839 3.0839 0 002.5435 3.1 3.0266 3.0266 0 001.7622-.2649l10.8828-5.23a4.9807 4.9807 0 00.4887-8.6958L13.7046 6.7935A4.9687 4.9687 0 0011.002 6zM26 7H22a4.0045 4.0045 0 01-4-4V2h2V3a2.0021 2.0021 0 002 2h4z"
1571
1625
  })), children);
1572
1626
  });
1573
1627
  if (process.env.NODE_ENV !== "production") {
1574
1628
  Strawberry.propTypes = iconPropTypes.iconPropTypes;
1575
1629
  }
1576
- const WatsonHealthStressBreathEditor = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStressBreathEditor(_ref62, ref) {
1630
+ const WatsonHealthStressBreathEditor = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStressBreathEditor(_ref64, ref) {
1577
1631
  let {
1578
1632
  children,
1579
1633
  size = 16,
1580
1634
  ...rest
1581
- } = _ref62;
1635
+ } = _ref64;
1582
1636
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1583
1637
  width: size,
1584
1638
  height: size,
@@ -1587,19 +1641,19 @@ const WatsonHealthStressBreathEditor = /*#__PURE__*/React__default["default"].fo
1587
1641
  viewBox: "0 0 32 32",
1588
1642
  fill: "currentColor",
1589
1643
  ...rest
1590
- }, _path111 || (_path111 = /*#__PURE__*/React__default["default"].createElement("path", {
1644
+ }, _path116 || (_path116 = /*#__PURE__*/React__default["default"].createElement("path", {
1591
1645
  d: "M20 4a5 5 0 11-5 5 5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0020 2zM30 30H28V25a5 5 0 00-5-5H17a5 5 0 00-5 5v5H10V25a7 7 0 017-7h6a7 7 0 017 7zM11 8H5A3 3 0 012 5V3H4V5A1 1 0 005 6h6zM4 15H2V13a3 3 0 013-3h6v2H5a1 1 0 00-1 1z"
1592
1646
  })), children);
1593
1647
  });
1594
1648
  if (process.env.NODE_ENV !== "production") {
1595
1649
  WatsonHealthStressBreathEditor.propTypes = iconPropTypes.iconPropTypes;
1596
1650
  }
1597
- const StringInteger = /*#__PURE__*/React__default["default"].forwardRef(function StringInteger(_ref63, ref) {
1651
+ const StringInteger = /*#__PURE__*/React__default["default"].forwardRef(function StringInteger(_ref65, ref) {
1598
1652
  let {
1599
1653
  children,
1600
1654
  size = 16,
1601
1655
  ...rest
1602
- } = _ref63;
1656
+ } = _ref65;
1603
1657
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1604
1658
  width: size,
1605
1659
  height: size,
@@ -1608,19 +1662,19 @@ const StringInteger = /*#__PURE__*/React__default["default"].forwardRef(function
1608
1662
  viewBox: "0 0 32 32",
1609
1663
  fill: "currentColor",
1610
1664
  ...rest
1611
- }, _path112 || (_path112 = /*#__PURE__*/React__default["default"].createElement("path", {
1665
+ }, _path117 || (_path117 = /*#__PURE__*/React__default["default"].createElement("path", {
1612
1666
  d: "M26 12H22v2h4v2H23v2h3v2H22v2h4a2.0027 2.0027 0 002-2V14A2.0023 2.0023 0 0026 12zM19 22H13V18a2.002 2.002 0 012-2h2V14H13V12h4a2.0023 2.0023 0 012 2v2a2.0023 2.0023 0 01-2 2H15v2h4zM8 20L8 12 6 12 6 13 4 13 4 15 6 15 6 20 4 20 4 22 10 22 10 20 8 20z"
1613
1667
  })), children);
1614
1668
  });
1615
1669
  if (process.env.NODE_ENV !== "production") {
1616
1670
  StringInteger.propTypes = iconPropTypes.iconPropTypes;
1617
1671
  }
1618
- const StringText = /*#__PURE__*/React__default["default"].forwardRef(function StringText(_ref64, ref) {
1672
+ const StringText = /*#__PURE__*/React__default["default"].forwardRef(function StringText(_ref66, ref) {
1619
1673
  let {
1620
1674
  children,
1621
1675
  size = 16,
1622
1676
  ...rest
1623
- } = _ref64;
1677
+ } = _ref66;
1624
1678
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1625
1679
  width: size,
1626
1680
  height: size,
@@ -1629,19 +1683,19 @@ const StringText = /*#__PURE__*/React__default["default"].forwardRef(function St
1629
1683
  viewBox: "0 0 32 32",
1630
1684
  fill: "currentColor",
1631
1685
  ...rest
1632
- }, _path113 || (_path113 = /*#__PURE__*/React__default["default"].createElement("path", {
1686
+ }, _path118 || (_path118 = /*#__PURE__*/React__default["default"].createElement("path", {
1633
1687
  d: "M29 22H24a2.0027 2.0027 0 01-2-2V14a2.0023 2.0023 0 012-2h5v2H24v6h5zM18 12H14V8H12V22h6a2.0027 2.0027 0 002-2V14A2.0023 2.0023 0 0018 12zm-4 8V14h4v6zM8 12H3v2H8v2H4a2 2 0 00-2 2v2a2 2 0 002 2h6V14A2.0023 2.0023 0 008 12zm0 8H4V18H8z"
1634
1688
  })), children);
1635
1689
  });
1636
1690
  if (process.env.NODE_ENV !== "production") {
1637
1691
  StringText.propTypes = iconPropTypes.iconPropTypes;
1638
1692
  }
1639
- const WatsonHealthStudyNext = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStudyNext(_ref65, ref) {
1693
+ const WatsonHealthStudyNext = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStudyNext(_ref67, ref) {
1640
1694
  let {
1641
1695
  children,
1642
1696
  size = 16,
1643
1697
  ...rest
1644
- } = _ref65;
1698
+ } = _ref67;
1645
1699
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1646
1700
  width: size,
1647
1701
  height: size,
@@ -1650,19 +1704,19 @@ const WatsonHealthStudyNext = /*#__PURE__*/React__default["default"].forwardRef(
1650
1704
  viewBox: "0 0 32 32",
1651
1705
  fill: "currentColor",
1652
1706
  ...rest
1653
- }, _path114 || (_path114 = /*#__PURE__*/React__default["default"].createElement("path", {
1707
+ }, _path119 || (_path119 = /*#__PURE__*/React__default["default"].createElement("path", {
1654
1708
  d: "M23.93 21L30 15 23.93 9 22.5 10.41 27.14 15 22.5 19.59 23.93 21zM12 4A5 5 0 117 9a5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0012 2zM22 30H20V25a5 5 0 00-5-5H9a5 5 0 00-5 5v5H2V25a7 7 0 017-7h6a7 7 0 017 7z"
1655
1709
  })), children);
1656
1710
  });
1657
1711
  if (process.env.NODE_ENV !== "production") {
1658
1712
  WatsonHealthStudyNext.propTypes = iconPropTypes.iconPropTypes;
1659
1713
  }
1660
- const WatsonHealthStudyPrevious = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStudyPrevious(_ref66, ref) {
1714
+ const WatsonHealthStudyPrevious = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStudyPrevious(_ref68, ref) {
1661
1715
  let {
1662
1716
  children,
1663
1717
  size = 16,
1664
1718
  ...rest
1665
- } = _ref66;
1719
+ } = _ref68;
1666
1720
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1667
1721
  width: size,
1668
1722
  height: size,
@@ -1671,19 +1725,19 @@ const WatsonHealthStudyPrevious = /*#__PURE__*/React__default["default"].forward
1671
1725
  viewBox: "0 0 32 32",
1672
1726
  fill: "currentColor",
1673
1727
  ...rest
1674
- }, _path115 || (_path115 = /*#__PURE__*/React__default["default"].createElement("path", {
1728
+ }, _path120 || (_path120 = /*#__PURE__*/React__default["default"].createElement("path", {
1675
1729
  d: "M8.07 21L2 15 8.07 9 9.5 10.41 4.86 15 9.5 19.59 8.07 21zM20 4a5 5 0 11-5 5 5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0020 2zM30 30H28V25a5 5 0 00-5-5H17a5 5 0 00-5 5v5H10V25a7 7 0 017-7h6a7 7 0 017 7z"
1676
1730
  })), children);
1677
1731
  });
1678
1732
  if (process.env.NODE_ENV !== "production") {
1679
1733
  WatsonHealthStudyPrevious.propTypes = iconPropTypes.iconPropTypes;
1680
1734
  }
1681
- const WatsonHealthStudyRead = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStudyRead(_ref67, ref) {
1735
+ const WatsonHealthStudyRead = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStudyRead(_ref69, ref) {
1682
1736
  let {
1683
1737
  children,
1684
1738
  size = 16,
1685
1739
  ...rest
1686
- } = _ref67;
1740
+ } = _ref69;
1687
1741
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1688
1742
  width: size,
1689
1743
  height: size,
@@ -1692,21 +1746,21 @@ const WatsonHealthStudyRead = /*#__PURE__*/React__default["default"].forwardRef(
1692
1746
  viewBox: "0 0 32 32",
1693
1747
  fill: "currentColor",
1694
1748
  ...rest
1695
- }, _path116 || (_path116 = /*#__PURE__*/React__default["default"].createElement("path", {
1749
+ }, _path121 || (_path121 = /*#__PURE__*/React__default["default"].createElement("path", {
1696
1750
  d: "M21 29.414L16 24.413 17.413 23 21 26.586 28.585 19 30 20.415 21 29.414zM20 14L20 12 15 12 15 10 18 10 18 8 15 8 15 6 13 6 13 8 10 8 10 10 13 10 13 12 8 12 8 14 13 14 13 16 8 16 8 18 13 18 13 20 10 20 10 22 15 22 15 18 18 18 18 16 15 16 15 14 20 14z"
1697
- })), _path117 || (_path117 = /*#__PURE__*/React__default["default"].createElement("path", {
1751
+ })), _path122 || (_path122 = /*#__PURE__*/React__default["default"].createElement("path", {
1698
1752
  d: "M13,24H4V4H24V16h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2h9Z"
1699
1753
  })), children);
1700
1754
  });
1701
1755
  if (process.env.NODE_ENV !== "production") {
1702
1756
  WatsonHealthStudyRead.propTypes = iconPropTypes.iconPropTypes;
1703
1757
  }
1704
- const WatsonHealthStudySkip = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStudySkip(_ref68, ref) {
1758
+ const WatsonHealthStudySkip = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStudySkip(_ref70, ref) {
1705
1759
  let {
1706
1760
  children,
1707
1761
  size = 16,
1708
1762
  ...rest
1709
- } = _ref68;
1763
+ } = _ref70;
1710
1764
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1711
1765
  width: size,
1712
1766
  height: size,
@@ -1715,21 +1769,21 @@ const WatsonHealthStudySkip = /*#__PURE__*/React__default["default"].forwardRef(
1715
1769
  viewBox: "0 0 32 32",
1716
1770
  fill: "currentColor",
1717
1771
  ...rest
1718
- }, _path118 || (_path118 = /*#__PURE__*/React__default["default"].createElement("path", {
1772
+ }, _path123 || (_path123 = /*#__PURE__*/React__default["default"].createElement("path", {
1719
1773
  d: "M22,9h5.2A11,11,0,0,0,7,15H5A13,13,0,0,1,28,6.7V3h2v8H22Z"
1720
- })), _path119 || (_path119 = /*#__PURE__*/React__default["default"].createElement("path", {
1774
+ })), _path124 || (_path124 = /*#__PURE__*/React__default["default"].createElement("path", {
1721
1775
  d: "M16 12a3 3 0 11-3 3 2.95 2.95 0 013-3m0-2a5 5 0 105 5A5 5 0 0016 10zM23 30H21V27a3 3 0 00-3-3H14a3 3 0 00-3 3v3H9V27a5 5 0 015-5h4a5 5 0 015 5z"
1722
1776
  })), children);
1723
1777
  });
1724
1778
  if (process.env.NODE_ENV !== "production") {
1725
1779
  WatsonHealthStudySkip.propTypes = iconPropTypes.iconPropTypes;
1726
1780
  }
1727
- const WatsonHealthStudyTransfer = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStudyTransfer(_ref69, ref) {
1781
+ const WatsonHealthStudyTransfer = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStudyTransfer(_ref71, ref) {
1728
1782
  let {
1729
1783
  children,
1730
1784
  size = 16,
1731
1785
  ...rest
1732
- } = _ref69;
1786
+ } = _ref71;
1733
1787
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1734
1788
  width: size,
1735
1789
  height: size,
@@ -1738,23 +1792,23 @@ const WatsonHealthStudyTransfer = /*#__PURE__*/React__default["default"].forward
1738
1792
  viewBox: "0 0 32 32",
1739
1793
  fill: "currentColor",
1740
1794
  ...rest
1741
- }, _path120 || (_path120 = /*#__PURE__*/React__default["default"].createElement("path", {
1795
+ }, _path125 || (_path125 = /*#__PURE__*/React__default["default"].createElement("path", {
1742
1796
  d: "M8.586 19.414L13.165 24 8.586 28.586 10 30 16 24 10 18 8.586 19.414z"
1743
- })), _path121 || (_path121 = /*#__PURE__*/React__default["default"].createElement("path", {
1797
+ })), _path126 || (_path126 = /*#__PURE__*/React__default["default"].createElement("path", {
1744
1798
  d: "M2.586 19.414L7.165 24 2.586 28.586 4 30 10 24 4 18 2.586 19.414zM12 14L12 12 17 12 17 10 14 10 14 8 17 8 17 6 19 6 19 8 22 8 22 10 19 10 19 12 24 12 24 14 19 14 19 16 24 16 24 18 19 18 19 20 22 20 22 22 17 22 17 18 14 18 14 16 17 16 17 14 12 14z"
1745
- })), _path122 || (_path122 = /*#__PURE__*/React__default["default"].createElement("path", {
1799
+ })), _path127 || (_path127 = /*#__PURE__*/React__default["default"].createElement("path", {
1746
1800
  d: "M19,24h9V4H8V16H6V4A2,2,0,0,1,8,2H28a2,2,0,0,1,2,2V24a2,2,0,0,1-2,2H19Z"
1747
1801
  })), children);
1748
1802
  });
1749
1803
  if (process.env.NODE_ENV !== "production") {
1750
1804
  WatsonHealthStudyTransfer.propTypes = iconPropTypes.iconPropTypes;
1751
1805
  }
1752
- const WatsonHealthStudyUnread = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStudyUnread(_ref70, ref) {
1806
+ const WatsonHealthStudyUnread = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStudyUnread(_ref72, ref) {
1753
1807
  let {
1754
1808
  children,
1755
1809
  size = 16,
1756
1810
  ...rest
1757
- } = _ref70;
1811
+ } = _ref72;
1758
1812
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1759
1813
  width: size,
1760
1814
  height: size,
@@ -1763,21 +1817,21 @@ const WatsonHealthStudyUnread = /*#__PURE__*/React__default["default"].forwardRe
1763
1817
  viewBox: "0 0 32 32",
1764
1818
  fill: "currentColor",
1765
1819
  ...rest
1766
- }, _path123 || (_path123 = /*#__PURE__*/React__default["default"].createElement("path", {
1820
+ }, _path128 || (_path128 = /*#__PURE__*/React__default["default"].createElement("path", {
1767
1821
  d: "M24 30a6 6 0 116-6A6.0067 6.0067 0 0124 30zm0-10a4 4 0 104 4A4.0045 4.0045 0 0024 20zM20 14L20 12 15 12 15 10 18 10 18 8 15 8 15 6 13 6 13 8 10 8 10 10 13 10 13 12 8 12 8 14 13 14 13 16 8 16 8 18 13 18 13 20 10 20 10 22 17 22 17 20 15 20 15 18 18 18 18 16 15 16 15 14 20 14z"
1768
- })), _path124 || (_path124 = /*#__PURE__*/React__default["default"].createElement("path", {
1822
+ })), _path129 || (_path129 = /*#__PURE__*/React__default["default"].createElement("path", {
1769
1823
  d: "M15,24H4V4H24V15h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2H15Z"
1770
1824
  })), children);
1771
1825
  });
1772
1826
  if (process.env.NODE_ENV !== "production") {
1773
1827
  WatsonHealthStudyUnread.propTypes = iconPropTypes.iconPropTypes;
1774
1828
  }
1775
- const WatsonHealthStudyView = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStudyView(_ref71, ref) {
1829
+ const WatsonHealthStudyView = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthStudyView(_ref73, ref) {
1776
1830
  let {
1777
1831
  children,
1778
1832
  size = 16,
1779
1833
  ...rest
1780
- } = _ref71;
1834
+ } = _ref73;
1781
1835
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1782
1836
  width: size,
1783
1837
  height: size,
@@ -1786,21 +1840,21 @@ const WatsonHealthStudyView = /*#__PURE__*/React__default["default"].forwardRef(
1786
1840
  viewBox: "0 0 32 32",
1787
1841
  fill: "currentColor",
1788
1842
  ...rest
1789
- }, _path125 || (_path125 = /*#__PURE__*/React__default["default"].createElement("path", {
1843
+ }, _path130 || (_path130 = /*#__PURE__*/React__default["default"].createElement("path", {
1790
1844
  d: "M28 20H25V18h3V4H14V7H12V4a2.002 2.002 0 012-2H28a2.0023 2.0023 0 012 2V18A2.0027 2.0027 0 0128 20zM17 22L17 20 13 20 13 18 16 18 16 16 13 16 13 14 11 14 11 16 8 16 8 18 11 18 11 20 7 20 7 22 11 22 11 24 8 24 8 26 16 26 16 24 13 24 13 22 17 22z"
1791
- })), _path126 || (_path126 = /*#__PURE__*/React__default["default"].createElement("path", {
1845
+ })), _path131 || (_path131 = /*#__PURE__*/React__default["default"].createElement("path", {
1792
1846
  d: "M20,30H4a2.0021,2.0021,0,0,1-2-2V12a2.0021,2.0021,0,0,1,2-2H20a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,20,30ZM4,12V28H20V12Z"
1793
1847
  })), children);
1794
1848
  });
1795
1849
  if (process.env.NODE_ENV !== "production") {
1796
1850
  WatsonHealthStudyView.propTypes = iconPropTypes.iconPropTypes;
1797
1851
  }
1798
- const WatsonHealthSubVolume = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthSubVolume(_ref72, ref) {
1852
+ const WatsonHealthSubVolume = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthSubVolume(_ref74, ref) {
1799
1853
  let {
1800
1854
  children,
1801
1855
  size = 16,
1802
1856
  ...rest
1803
- } = _ref72;
1857
+ } = _ref74;
1804
1858
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1805
1859
  width: size,
1806
1860
  height: size,
@@ -1809,19 +1863,19 @@ const WatsonHealthSubVolume = /*#__PURE__*/React__default["default"].forwardRef(
1809
1863
  viewBox: "0 0 32 32",
1810
1864
  fill: "currentColor",
1811
1865
  ...rest
1812
- }, _path127 || (_path127 = /*#__PURE__*/React__default["default"].createElement("path", {
1866
+ }, _path132 || (_path132 = /*#__PURE__*/React__default["default"].createElement("path", {
1813
1867
  d: "M29.4741,19.12,23.6807,16l5.7934-3.12a1,1,0,0,0,0-1.7607l-13-7a.9982.9982,0,0,0-.9482,0l-13,7a1,1,0,0,0,0,1.7607L8.3193,16,2.5259,19.12a1,1,0,0,0,0,1.7607l13,7a.9995.9995,0,0,0,.9482,0l13-7a1,1,0,0,0,0-1.7607ZM16,6.1359,26.8906,12,16,17.8643,5.1094,12Zm0,19.7284L5.1094,20l5.3193-2.8642L15.5259,19.88a.9995.9995,0,0,0,.9482,0l5.0972-2.7446L26.8906,20Z"
1814
1868
  })), children);
1815
1869
  });
1816
1870
  if (process.env.NODE_ENV !== "production") {
1817
1871
  WatsonHealthSubVolume.propTypes = iconPropTypes.iconPropTypes;
1818
1872
  }
1819
- const Subclassification = /*#__PURE__*/React__default["default"].forwardRef(function Subclassification(_ref73, ref) {
1873
+ const Subclassification = /*#__PURE__*/React__default["default"].forwardRef(function Subclassification(_ref75, ref) {
1820
1874
  let {
1821
1875
  children,
1822
1876
  size = 16,
1823
1877
  ...rest
1824
- } = _ref73;
1878
+ } = _ref75;
1825
1879
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1826
1880
  width: size,
1827
1881
  height: size,
@@ -1830,7 +1884,7 @@ const Subclassification = /*#__PURE__*/React__default["default"].forwardRef(func
1830
1884
  viewBox: "0 0 32 32",
1831
1885
  fill: "currentColor",
1832
1886
  ...rest
1833
- }, _path128 || (_path128 = /*#__PURE__*/React__default["default"].createElement("path", {
1887
+ }, _path133 || (_path133 = /*#__PURE__*/React__default["default"].createElement("path", {
1834
1888
  strokeWidth: "0",
1835
1889
  d: "m13,28v-10h7c.3564,0,.686-.1899.8647-.498.0902-.1551.1353-.3285.1353-.502,0-.1711-.0441-.3424-.1318-.4961L12.8682,2.504c-.1919-.3359-.5301-.504-.8682-.504s-.6763.1681-.8682.504l-7.9999,13.9999c-.0878.1537-.1318.3249-.1318.4961,0,.1735.0451.3469.1353.502.1787.3081.5083.498.8647.498h7v10c0,1.1046.8954,2,2,2h15v-2h-15Zm-7.2769-12l6.2769-10.9844,6.2769,10.9844H5.7231Z"
1836
1890
  })), children);
@@ -1838,12 +1892,12 @@ const Subclassification = /*#__PURE__*/React__default["default"].forwardRef(func
1838
1892
  if (process.env.NODE_ENV !== "production") {
1839
1893
  Subclassification.propTypes = iconPropTypes.iconPropTypes;
1840
1894
  }
1841
- const Subdirectory = /*#__PURE__*/React__default["default"].forwardRef(function Subdirectory(_ref74, ref) {
1895
+ const Subdirectory = /*#__PURE__*/React__default["default"].forwardRef(function Subdirectory(_ref76, ref) {
1842
1896
  let {
1843
1897
  children,
1844
1898
  size = 16,
1845
1899
  ...rest
1846
- } = _ref74;
1900
+ } = _ref76;
1847
1901
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1848
1902
  width: size,
1849
1903
  height: size,
@@ -1852,19 +1906,19 @@ const Subdirectory = /*#__PURE__*/React__default["default"].forwardRef(function
1852
1906
  viewBox: "0 0 32 32",
1853
1907
  fill: "currentColor",
1854
1908
  ...rest
1855
- }, _path129 || (_path129 = /*#__PURE__*/React__default["default"].createElement("path", {
1909
+ }, _path134 || (_path134 = /*#__PURE__*/React__default["default"].createElement("path", {
1856
1910
  d: "m9,20l1.4141,1.4141-2.5859,2.5859h18.1719s0-20,0-20h2v20c0,1.1025-.897,2-2,2H7.8281s2.5859,2.5859,2.5859,2.5859l-1.4141,1.4141-5-5,5-5Z"
1857
1911
  })), children);
1858
1912
  });
1859
1913
  if (process.env.NODE_ENV !== "production") {
1860
1914
  Subdirectory.propTypes = iconPropTypes.iconPropTypes;
1861
1915
  }
1862
- const Subflow = /*#__PURE__*/React__default["default"].forwardRef(function Subflow(_ref75, ref) {
1916
+ const Subflow = /*#__PURE__*/React__default["default"].forwardRef(function Subflow(_ref77, ref) {
1863
1917
  let {
1864
1918
  children,
1865
1919
  size = 16,
1866
1920
  ...rest
1867
- } = _ref75;
1921
+ } = _ref77;
1868
1922
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1869
1923
  width: size,
1870
1924
  height: size,
@@ -1873,23 +1927,23 @@ const Subflow = /*#__PURE__*/React__default["default"].forwardRef(function Subfl
1873
1927
  viewBox: "0 0 32 32",
1874
1928
  fill: "currentColor",
1875
1929
  ...rest
1876
- }, _path130 || (_path130 = /*#__PURE__*/React__default["default"].createElement("path", {
1930
+ }, _path135 || (_path135 = /*#__PURE__*/React__default["default"].createElement("path", {
1877
1931
  d: "M16,30A14.0158,14.0158,0,0,1,2,16H4A12.0025,12.0025,0,0,0,22.4609,26.1143l1.0782,1.684A13.9511,13.9511,0,0,1,16,30Z"
1878
- })), _path131 || (_path131 = /*#__PURE__*/React__default["default"].createElement("path", {
1932
+ })), _path136 || (_path136 = /*#__PURE__*/React__default["default"].createElement("path", {
1879
1933
  d: "M26,17l-1.4141,1.4141L26.1719,20H15.8157a2.9874,2.9874,0,0,0-.2742-.5762l4.481-5.601A2.9676,2.9676,0,0,0,21,14a3,3,0,1,0-2.8157-4H13.8157a2.982,2.982,0,0,0-5.6314,0H2v2H8.1843a2.982,2.982,0,0,0,5.6314,0h4.3686a2.9874,2.9874,0,0,0,.2742.5762l-4.481,5.601A2.9676,2.9676,0,0,0,13,18a3,3,0,1,0,2.8157,4H26.1719l-1.586,1.5859L26,25l4-4Zm-5-7a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,21,10ZM11,12a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,11,12Zm2,10a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,13,22Z"
1880
- })), _path132 || (_path132 = /*#__PURE__*/React__default["default"].createElement("path", {
1934
+ })), _path137 || (_path137 = /*#__PURE__*/React__default["default"].createElement("path", {
1881
1935
  d: "M30,16H28A12.0025,12.0025,0,0,0,9.5391,5.8857L8.4609,4.2017A14.0019,14.0019,0,0,1,30,16Z"
1882
1936
  })), children);
1883
1937
  });
1884
1938
  if (process.env.NODE_ENV !== "production") {
1885
1939
  Subflow.propTypes = iconPropTypes.iconPropTypes;
1886
1940
  }
1887
- const SubflowLocal = /*#__PURE__*/React__default["default"].forwardRef(function SubflowLocal(_ref76, ref) {
1941
+ const SubflowLocal = /*#__PURE__*/React__default["default"].forwardRef(function SubflowLocal(_ref78, ref) {
1888
1942
  let {
1889
1943
  children,
1890
1944
  size = 16,
1891
1945
  ...rest
1892
- } = _ref76;
1946
+ } = _ref78;
1893
1947
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1894
1948
  width: size,
1895
1949
  height: size,
@@ -1898,19 +1952,19 @@ const SubflowLocal = /*#__PURE__*/React__default["default"].forwardRef(function
1898
1952
  viewBox: "0 0 32 32",
1899
1953
  fill: "currentColor",
1900
1954
  ...rest
1901
- }, _path133 || (_path133 = /*#__PURE__*/React__default["default"].createElement("path", {
1955
+ }, _path138 || (_path138 = /*#__PURE__*/React__default["default"].createElement("path", {
1902
1956
  d: "M15.3472 29.9851a13.9282 13.9282 0 01-4.2051-.8516l.6943-1.8754a11.929 11.929 0 003.6026.729zm4.2651-.4558l-.5146-1.9326a11.915 11.915 0 003.3632-1.4827l1.0782 1.6846A13.915 13.915 0 0119.6123 29.5293zM7.395 27.0439a14.0632 14.0632 0 01-2.94-3.1218l1.6484-1.1333a12.0521 12.0521 0 002.522 2.6785zM2.5967 20.0544A14.0512 14.0512 0 012.0005 16H4a12.0412 12.0412 0 00.5117 3.4763zM26 17l-1.4141 1.4141L26.1719 20H15.8157a2.9874 2.9874 0 00-.2742-.5762l4.481-5.601A2.9676 2.9676 0 0021 14a3 3 0 10-2.8157-4H13.8157a2.982 2.982 0 00-5.6314 0H2v2H8.1843a2.982 2.982 0 005.6314 0h4.3686a2.9874 2.9874 0 00.2742.5762l-4.481 5.601A2.9676 2.9676 0 0013 18a3 3 0 102.8157 4H26.1719l-1.586 1.5859L26 25l4-4zm-5-7a1 1 0 11-1 1A1.0009 1.0009 0 0121 10zM11 12a1 1 0 111-1A1.0009 1.0009 0 0111 12zm2 10a1 1 0 111-1A1.0009 1.0009 0 0113 22zM28 16a12.0412 12.0412 0 00-.5117-3.4763l1.915-.5781A14.0551 14.0551 0 0130 16zM25.8965 9.2112a12.0521 12.0521 0 00-2.522-2.6785l1.23-1.5766a14.0632 14.0632 0 012.94 3.1218zM9.5391 5.886L8.4609 4.2014a13.915 13.915 0 013.9268-1.7307l.5146 1.9326A11.915 11.915 0 009.5391 5.886zM20.1636 4.7419a11.929 11.929 0 00-3.6026-.729l.0918-1.998a13.9282 13.9282 0 014.2051.8516z"
1903
1957
  })), children);
1904
1958
  });
1905
1959
  if (process.env.NODE_ENV !== "production") {
1906
1960
  SubflowLocal.propTypes = iconPropTypes.iconPropTypes;
1907
1961
  }
1908
- const SubjectDefinition = /*#__PURE__*/React__default["default"].forwardRef(function SubjectDefinition(_ref77, ref) {
1962
+ const SubjectDefinition = /*#__PURE__*/React__default["default"].forwardRef(function SubjectDefinition(_ref79, ref) {
1909
1963
  let {
1910
1964
  children,
1911
1965
  size = 16,
1912
1966
  ...rest
1913
- } = _ref77;
1967
+ } = _ref79;
1914
1968
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1915
1969
  width: size,
1916
1970
  height: size,
@@ -1919,10 +1973,10 @@ const SubjectDefinition = /*#__PURE__*/React__default["default"].forwardRef(func
1919
1973
  viewBox: "0 0 32 32",
1920
1974
  fill: "currentColor",
1921
1975
  ...rest
1922
- }, _path134 || (_path134 = /*#__PURE__*/React__default["default"].createElement("path", {
1976
+ }, _path139 || (_path139 = /*#__PURE__*/React__default["default"].createElement("path", {
1923
1977
  strokeWidth: "0",
1924
1978
  d: "M22.7749 20.5022h-.0862c-.3101.8959-1.0334 1.7056-2.5151 1.7056-1.8433 0-2.877-1.2749-2.877-3.5144v-5.6849h2.2051v5.4609c0 1.2404.4651 1.9122 1.5161 1.9122.8784 0 1.7571-.4651 1.7571-1.4298v-5.9434h2.2051v8.9926h-2.2051v-1.4988zM6.6195 20.2094l1.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"
1925
- })), _path135 || (_path135 = /*#__PURE__*/React__default["default"].createElement("path", {
1979
+ })), _path140 || (_path140 = /*#__PURE__*/React__default["default"].createElement("path", {
1926
1980
  strokeWidth: "0",
1927
1981
  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"
1928
1982
  })), children);
@@ -1930,12 +1984,12 @@ const SubjectDefinition = /*#__PURE__*/React__default["default"].forwardRef(func
1930
1984
  if (process.env.NODE_ENV !== "production") {
1931
1985
  SubjectDefinition.propTypes = iconPropTypes.iconPropTypes;
1932
1986
  }
1933
- const SubjectUsage = /*#__PURE__*/React__default["default"].forwardRef(function SubjectUsage(_ref78, ref) {
1987
+ const SubjectUsage = /*#__PURE__*/React__default["default"].forwardRef(function SubjectUsage(_ref80, ref) {
1934
1988
  let {
1935
1989
  children,
1936
1990
  size = 16,
1937
1991
  ...rest
1938
- } = _ref78;
1992
+ } = _ref80;
1939
1993
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1940
1994
  width: size,
1941
1995
  height: size,
@@ -1944,10 +1998,10 @@ const SubjectUsage = /*#__PURE__*/React__default["default"].forwardRef(function
1944
1998
  viewBox: "0 0 32 32",
1945
1999
  fill: "currentColor",
1946
2000
  ...rest
1947
- }, _path136 || (_path136 = /*#__PURE__*/React__default["default"].createElement("path", {
2001
+ }, _path141 || (_path141 = /*#__PURE__*/React__default["default"].createElement("path", {
1948
2002
  strokeWidth: "0",
1949
2003
  d: "M22.7749 20.5022h-.0862c-.3101.8959-1.0334 1.7056-2.5151 1.7056-1.8433 0-2.877-1.2749-2.877-3.5144v-5.6849h2.2051v5.4609c0 1.2404.4651 1.9122 1.5161 1.9122.8784 0 1.7571-.4651 1.7571-1.4298v-5.9434h2.2051v8.9926h-2.2051v-1.4988zM6.6195 20.2094l1.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"
1950
- })), _path137 || (_path137 = /*#__PURE__*/React__default["default"].createElement("path", {
2004
+ })), _path142 || (_path142 = /*#__PURE__*/React__default["default"].createElement("path", {
1951
2005
  strokeWidth: "0",
1952
2006
  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"
1953
2007
  })), children);
@@ -1955,12 +2009,12 @@ const SubjectUsage = /*#__PURE__*/React__default["default"].forwardRef(function
1955
2009
  if (process.env.NODE_ENV !== "production") {
1956
2010
  SubjectUsage.propTypes = iconPropTypes.iconPropTypes;
1957
2011
  }
1958
- const SubnetAclRules = /*#__PURE__*/React__default["default"].forwardRef(function SubnetAclRules(_ref79, ref) {
2012
+ const SubnetAclRules = /*#__PURE__*/React__default["default"].forwardRef(function SubnetAclRules(_ref81, ref) {
1959
2013
  let {
1960
2014
  children,
1961
2015
  size = 16,
1962
2016
  ...rest
1963
- } = _ref79;
2017
+ } = _ref81;
1964
2018
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1965
2019
  width: size,
1966
2020
  height: size,
@@ -1969,21 +2023,21 @@ const SubnetAclRules = /*#__PURE__*/React__default["default"].forwardRef(functio
1969
2023
  viewBox: "0 0 32 32",
1970
2024
  fill: "currentColor",
1971
2025
  ...rest
1972
- }, _path138 || (_path138 = /*#__PURE__*/React__default["default"].createElement("path", {
2026
+ }, _path143 || (_path143 = /*#__PURE__*/React__default["default"].createElement("path", {
1973
2027
  d: "M18 14H30V16H18zM18 19H26V21H18zM18 9H30V11H18z"
1974
- })), _path139 || (_path139 = /*#__PURE__*/React__default["default"].createElement("path", {
2028
+ })), _path144 || (_path144 = /*#__PURE__*/React__default["default"].createElement("path", {
1975
2029
  d: "M22,24v4H6V16h8V14H10V8a4.0008,4.0008,0,0,1,7.6675-1.6L19.5005,5.6A6.001,6.001,0,0,0,8,8v6H6a2.0023,2.0023,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2H22a2.0023,2.0023,0,0,0,2-2V24Z"
1976
2030
  })), children);
1977
2031
  });
1978
2032
  if (process.env.NODE_ENV !== "production") {
1979
2033
  SubnetAclRules.propTypes = iconPropTypes.iconPropTypes;
1980
2034
  }
1981
- const Subtract = /*#__PURE__*/React__default["default"].forwardRef(function Subtract(_ref80, ref) {
2035
+ const Subtract = /*#__PURE__*/React__default["default"].forwardRef(function Subtract(_ref82, ref) {
1982
2036
  let {
1983
2037
  children,
1984
2038
  size = 16,
1985
2039
  ...rest
1986
- } = _ref80;
2040
+ } = _ref82;
1987
2041
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1988
2042
  width: size,
1989
2043
  height: size,
@@ -1992,19 +2046,19 @@ const Subtract = /*#__PURE__*/React__default["default"].forwardRef(function Subt
1992
2046
  viewBox: "0 0 32 32",
1993
2047
  fill: "currentColor",
1994
2048
  ...rest
1995
- }, _path140 || (_path140 = /*#__PURE__*/React__default["default"].createElement("path", {
2049
+ }, _path145 || (_path145 = /*#__PURE__*/React__default["default"].createElement("path", {
1996
2050
  d: "M8 15H24V17H8z"
1997
2051
  })), children);
1998
2052
  });
1999
2053
  if (process.env.NODE_ENV !== "production") {
2000
2054
  Subtract.propTypes = iconPropTypes.iconPropTypes;
2001
2055
  }
2002
- const SubtractAlt = /*#__PURE__*/React__default["default"].forwardRef(function SubtractAlt(_ref81, ref) {
2056
+ const SubtractAlt = /*#__PURE__*/React__default["default"].forwardRef(function SubtractAlt(_ref83, ref) {
2003
2057
  let {
2004
2058
  children,
2005
2059
  size = 16,
2006
2060
  ...rest
2007
- } = _ref81;
2061
+ } = _ref83;
2008
2062
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2009
2063
  width: size,
2010
2064
  height: size,
@@ -2013,21 +2067,21 @@ const SubtractAlt = /*#__PURE__*/React__default["default"].forwardRef(function S
2013
2067
  viewBox: "0 0 32 32",
2014
2068
  fill: "currentColor",
2015
2069
  ...rest
2016
- }, _path141 || (_path141 = /*#__PURE__*/React__default["default"].createElement("path", {
2070
+ }, _path146 || (_path146 = /*#__PURE__*/React__default["default"].createElement("path", {
2017
2071
  d: "M16,4c6.6,0,12,5.4,12,12s-5.4,12-12,12S4,22.6,4,16S9.4,4,16,4 M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14 S23.7,2,16,2z"
2018
- })), _path142 || (_path142 = /*#__PURE__*/React__default["default"].createElement("path", {
2072
+ })), _path147 || (_path147 = /*#__PURE__*/React__default["default"].createElement("path", {
2019
2073
  d: "M8 15H24V17H8z"
2020
2074
  })), children);
2021
2075
  });
2022
2076
  if (process.env.NODE_ENV !== "production") {
2023
2077
  SubtractAlt.propTypes = iconPropTypes.iconPropTypes;
2024
2078
  }
2025
- const SubtractFilled = /*#__PURE__*/React__default["default"].forwardRef(function SubtractFilled(_ref82, ref) {
2079
+ const SubtractFilled = /*#__PURE__*/React__default["default"].forwardRef(function SubtractFilled(_ref84, ref) {
2026
2080
  let {
2027
2081
  children,
2028
2082
  size = 16,
2029
2083
  ...rest
2030
- } = _ref82;
2084
+ } = _ref84;
2031
2085
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2032
2086
  width: size,
2033
2087
  height: size,
@@ -2036,9 +2090,9 @@ const SubtractFilled = /*#__PURE__*/React__default["default"].forwardRef(functio
2036
2090
  viewBox: "0 0 32 32",
2037
2091
  fill: "currentColor",
2038
2092
  ...rest
2039
- }, _path143 || (_path143 = /*#__PURE__*/React__default["default"].createElement("path", {
2093
+ }, _path148 || (_path148 = /*#__PURE__*/React__default["default"].createElement("path", {
2040
2094
  d: "m16,2c-7.6,0-14,6.4-14,14s6.4,14,14,14,14-6.4,14-14S23.6,2,16,2Zm8,15H8v-2h16v2Z"
2041
- })), _path144 || (_path144 = /*#__PURE__*/React__default["default"].createElement("path", {
2095
+ })), _path149 || (_path149 = /*#__PURE__*/React__default["default"].createElement("path", {
2042
2096
  fill: "none",
2043
2097
  d: "M24 17L8 17 8 15 24 15 24 17z"
2044
2098
  })), children);
@@ -2046,12 +2100,12 @@ const SubtractFilled = /*#__PURE__*/React__default["default"].forwardRef(functio
2046
2100
  if (process.env.NODE_ENV !== "production") {
2047
2101
  SubtractFilled.propTypes = iconPropTypes.iconPropTypes;
2048
2102
  }
2049
- const SubtractLarge = /*#__PURE__*/React__default["default"].forwardRef(function SubtractLarge(_ref83, ref) {
2103
+ const SubtractLarge = /*#__PURE__*/React__default["default"].forwardRef(function SubtractLarge(_ref85, ref) {
2050
2104
  let {
2051
2105
  children,
2052
2106
  size = 16,
2053
2107
  ...rest
2054
- } = _ref83;
2108
+ } = _ref85;
2055
2109
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2056
2110
  width: size,
2057
2111
  height: size,
@@ -2060,19 +2114,19 @@ const SubtractLarge = /*#__PURE__*/React__default["default"].forwardRef(function
2060
2114
  viewBox: "0 0 32 32",
2061
2115
  fill: "currentColor",
2062
2116
  ...rest
2063
- }, _path145 || (_path145 = /*#__PURE__*/React__default["default"].createElement("path", {
2117
+ }, _path150 || (_path150 = /*#__PURE__*/React__default["default"].createElement("path", {
2064
2118
  d: "M5 15L5 17 27 17 27 15 5 15z"
2065
2119
  })), children);
2066
2120
  });
2067
2121
  if (process.env.NODE_ENV !== "production") {
2068
2122
  SubtractLarge.propTypes = iconPropTypes.iconPropTypes;
2069
2123
  }
2070
- const Succession = /*#__PURE__*/React__default["default"].forwardRef(function Succession(_ref84, ref) {
2124
+ const Succession = /*#__PURE__*/React__default["default"].forwardRef(function Succession(_ref86, ref) {
2071
2125
  let {
2072
2126
  children,
2073
2127
  size = 16,
2074
2128
  ...rest
2075
- } = _ref84;
2129
+ } = _ref86;
2076
2130
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2077
2131
  width: size,
2078
2132
  height: size,
@@ -2081,18 +2135,18 @@ const Succession = /*#__PURE__*/React__default["default"].forwardRef(function Su
2081
2135
  viewBox: "0 0 32 32",
2082
2136
  fill: "currentColor",
2083
2137
  ...rest
2084
- }, _path146 || (_path146 = /*#__PURE__*/React__default["default"].createElement("path", {
2138
+ }, _path151 || (_path151 = /*#__PURE__*/React__default["default"].createElement("path", {
2085
2139
  strokeWidth: "0",
2086
2140
  d: "M19 27H21V31H19z",
2087
2141
  transform: "rotate(90 20 29)"
2088
- })), _path147 || (_path147 = /*#__PURE__*/React__default["default"].createElement("path", {
2142
+ })), _path152 || (_path152 = /*#__PURE__*/React__default["default"].createElement("path", {
2089
2143
  strokeWidth: "0",
2090
2144
  d: "M25 27H27V31H25z",
2091
2145
  transform: "rotate(90 26 29)"
2092
- })), _path148 || (_path148 = /*#__PURE__*/React__default["default"].createElement("path", {
2146
+ })), _path153 || (_path153 = /*#__PURE__*/React__default["default"].createElement("path", {
2093
2147
  strokeWidth: "0",
2094
2148
  d: "M13 28v-3h-2v3c0 1.1046.8954 2 2 2h3v-2h-3zM11 19H13V23H11zM11 13H13V17H11z"
2095
- })), _path149 || (_path149 = /*#__PURE__*/React__default["default"].createElement("path", {
2149
+ })), _path154 || (_path154 = /*#__PURE__*/React__default["default"].createElement("path", {
2096
2150
  strokeWidth: "0",
2097
2151
  d: "M22 12L12 2 2 12 3.4141 13.4141 11 5.8281 11 11 13 11 13 5.8281 20.5859 13.4141 22 12z"
2098
2152
  })), children);
@@ -2100,12 +2154,12 @@ const Succession = /*#__PURE__*/React__default["default"].forwardRef(function Su
2100
2154
  if (process.env.NODE_ENV !== "production") {
2101
2155
  Succession.propTypes = iconPropTypes.iconPropTypes;
2102
2156
  }
2103
- const SummaryKpi = /*#__PURE__*/React__default["default"].forwardRef(function SummaryKpi(_ref85, ref) {
2157
+ const SummaryKpi = /*#__PURE__*/React__default["default"].forwardRef(function SummaryKpi(_ref87, ref) {
2104
2158
  let {
2105
2159
  children,
2106
2160
  size = 16,
2107
2161
  ...rest
2108
- } = _ref85;
2162
+ } = _ref87;
2109
2163
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2110
2164
  width: size,
2111
2165
  height: size,
@@ -2114,19 +2168,19 @@ const SummaryKpi = /*#__PURE__*/React__default["default"].forwardRef(function Su
2114
2168
  viewBox: "0 0 32 32",
2115
2169
  fill: "currentColor",
2116
2170
  ...rest
2117
- }, _path150 || (_path150 = /*#__PURE__*/React__default["default"].createElement("path", {
2171
+ }, _path155 || (_path155 = /*#__PURE__*/React__default["default"].createElement("path", {
2118
2172
  d: "M7.6667 27.5027L2 22.4484l1.3311-1.4927 5.6411 5.0316 7.6906-7.4449a1.9282 1.9282 0 012.6736-.0084L22.96 21.9983l5.5791-5.9735L30 17.3905l-5.5812 5.9758a1.996 1.996 0 01-2.8379.08l-3.5765-3.4191-7.666 7.4206A1.9629 1.9629 0 017.6667 27.5027zM30 11L26 11 28 8 30 11zM22 4H18V6h4V8H19v2h3v2H18v2h4a2.0027 2.0027 0 002-2V6A2.0023 2.0023 0 0022 4zM16 14H10V10a2.002 2.002 0 012-2h2V6H10V4h4a2.0023 2.0023 0 012 2V8a2.0023 2.0023 0 01-2 2H12v2h4zM6 12L6 4 4 4 4 5 2 5 2 7 4 7 4 12 2 12 2 14 8 14 8 12 6 12z"
2119
2173
  })), children);
2120
2174
  });
2121
2175
  if (process.env.NODE_ENV !== "production") {
2122
2176
  SummaryKpi.propTypes = iconPropTypes.iconPropTypes;
2123
2177
  }
2124
- const SummaryKpiMirror = /*#__PURE__*/React__default["default"].forwardRef(function SummaryKpiMirror(_ref86, ref) {
2178
+ const SummaryKpiMirror = /*#__PURE__*/React__default["default"].forwardRef(function SummaryKpiMirror(_ref88, ref) {
2125
2179
  let {
2126
2180
  children,
2127
2181
  size = 16,
2128
2182
  ...rest
2129
- } = _ref86;
2183
+ } = _ref88;
2130
2184
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2131
2185
  width: size,
2132
2186
  height: size,
@@ -2135,19 +2189,19 @@ const SummaryKpiMirror = /*#__PURE__*/React__default["default"].forwardRef(funct
2135
2189
  viewBox: "0 0 32 32",
2136
2190
  fill: "currentColor",
2137
2191
  ...rest
2138
- }, _path151 || (_path151 = /*#__PURE__*/React__default["default"].createElement("path", {
2192
+ }, _path156 || (_path156 = /*#__PURE__*/React__default["default"].createElement("path", {
2139
2193
  d: "M24.3 27.5l5.7-5.1L28.7 21 23 26l-7.7-7.4c-.7-.7-1.9-.7-2.7 0L9 22l-5.6-6L2 17.4l5.6 6c.8.8 2 .8 2.8.1L14 20l7.7 7.4C22.4 28.2 23.6 28.2 24.3 27.5zM28 12L28 4 26 4 26 5 24 5 24 7 26 7 26 12 24 12 24 14 30 14 30 12zM22 14h-6v-4c0-1.1.9-2 2-2h2V6h-4V4h4c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2h-2v2h4V14zM12 4H8v2h4v2H9v2h3v2H8v2h4c1.1 0 2-.9 2-2V6C14 4.9 13.1 4 12 4zM6 11L2 11 4 8z"
2140
2194
  })), children);
2141
2195
  });
2142
2196
  if (process.env.NODE_ENV !== "production") {
2143
2197
  SummaryKpiMirror.propTypes = iconPropTypes.iconPropTypes;
2144
2198
  }
2145
- const Sun = /*#__PURE__*/React__default["default"].forwardRef(function Sun(_ref87, ref) {
2199
+ const Sun = /*#__PURE__*/React__default["default"].forwardRef(function Sun(_ref89, ref) {
2146
2200
  let {
2147
2201
  children,
2148
2202
  size = 16,
2149
2203
  ...rest
2150
- } = _ref87;
2204
+ } = _ref89;
2151
2205
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2152
2206
  width: size,
2153
2207
  height: size,
@@ -2156,40 +2210,40 @@ const Sun = /*#__PURE__*/React__default["default"].forwardRef(function Sun(_ref8
2156
2210
  viewBox: "0 0 32 32",
2157
2211
  fill: "currentColor",
2158
2212
  ...rest
2159
- }, _path152 || (_path152 = /*#__PURE__*/React__default["default"].createElement("path", {
2213
+ }, _path157 || (_path157 = /*#__PURE__*/React__default["default"].createElement("path", {
2160
2214
  d: "M16,12a4,4,0,1,1-4,4,4.0045,4.0045,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z",
2161
2215
  transform: "translate(0 .005)"
2162
- })), _path153 || (_path153 = /*#__PURE__*/React__default["default"].createElement("path", {
2216
+ })), _path158 || (_path158 = /*#__PURE__*/React__default["default"].createElement("path", {
2163
2217
  d: "M6.854 5.375H8.854V10.333H6.854z",
2164
2218
  transform: "rotate(-45 7.86 7.856)"
2165
- })), _path154 || (_path154 = /*#__PURE__*/React__default["default"].createElement("path", {
2219
+ })), _path159 || (_path159 = /*#__PURE__*/React__default["default"].createElement("path", {
2166
2220
  d: "M2 15.005H7V17.005000000000003H2z"
2167
- })), _path155 || (_path155 = /*#__PURE__*/React__default["default"].createElement("path", {
2221
+ })), _path160 || (_path160 = /*#__PURE__*/React__default["default"].createElement("path", {
2168
2222
  d: "M5.375 23.147H10.333V25.147H5.375z",
2169
2223
  transform: "rotate(-45 7.86 24.149)"
2170
- })), _path156 || (_path156 = /*#__PURE__*/React__default["default"].createElement("path", {
2224
+ })), _path161 || (_path161 = /*#__PURE__*/React__default["default"].createElement("path", {
2171
2225
  d: "M15 25.005H17V30.005H15z"
2172
- })), _path157 || (_path157 = /*#__PURE__*/React__default["default"].createElement("path", {
2226
+ })), _path162 || (_path162 = /*#__PURE__*/React__default["default"].createElement("path", {
2173
2227
  d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
2174
2228
  transform: "rotate(-45 24.152 24.149)"
2175
- })), _path158 || (_path158 = /*#__PURE__*/React__default["default"].createElement("path", {
2229
+ })), _path163 || (_path163 = /*#__PURE__*/React__default["default"].createElement("path", {
2176
2230
  d: "M25 15.005H30V17.005000000000003H25z"
2177
- })), _path159 || (_path159 = /*#__PURE__*/React__default["default"].createElement("path", {
2231
+ })), _path164 || (_path164 = /*#__PURE__*/React__default["default"].createElement("path", {
2178
2232
  d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
2179
2233
  transform: "rotate(-45 24.152 7.856)"
2180
- })), _path160 || (_path160 = /*#__PURE__*/React__default["default"].createElement("path", {
2234
+ })), _path165 || (_path165 = /*#__PURE__*/React__default["default"].createElement("path", {
2181
2235
  d: "M15 2.005H17V7.005H15z"
2182
2236
  })), children);
2183
2237
  });
2184
2238
  if (process.env.NODE_ENV !== "production") {
2185
2239
  Sun.propTypes = iconPropTypes.iconPropTypes;
2186
2240
  }
2187
- const Sunrise = /*#__PURE__*/React__default["default"].forwardRef(function Sunrise(_ref88, ref) {
2241
+ const Sunrise = /*#__PURE__*/React__default["default"].forwardRef(function Sunrise(_ref90, ref) {
2188
2242
  let {
2189
2243
  children,
2190
2244
  size = 16,
2191
2245
  ...rest
2192
- } = _ref88;
2246
+ } = _ref90;
2193
2247
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2194
2248
  width: size,
2195
2249
  height: size,
@@ -2198,29 +2252,29 @@ const Sunrise = /*#__PURE__*/React__default["default"].forwardRef(function Sunri
2198
2252
  viewBox: "0 0 32 32",
2199
2253
  fill: "currentColor",
2200
2254
  ...rest
2201
- }, _path161 || (_path161 = /*#__PURE__*/React__default["default"].createElement("path", {
2255
+ }, _path166 || (_path166 = /*#__PURE__*/React__default["default"].createElement("path", {
2202
2256
  d: "M2 27H29.998V29H2zM16 20a4.0045 4.0045 0 014 4h2a6 6 0 00-12 0h2A4.0045 4.0045 0 0116 20zM25 22H30V24H25z"
2203
- })), _path162 || (_path162 = /*#__PURE__*/React__default["default"].createElement("path", {
2257
+ })), _path167 || (_path167 = /*#__PURE__*/React__default["default"].createElement("path", {
2204
2258
  d: "M21.668 14.854H26.625999999999998V16.854H21.668z",
2205
2259
  transform: "rotate(-45 24.146 15.854)"
2206
- })), _path163 || (_path163 = /*#__PURE__*/React__default["default"].createElement("path", {
2260
+ })), _path168 || (_path168 = /*#__PURE__*/React__default["default"].createElement("path", {
2207
2261
  d: "M16 4L11 9 12.41 10.41 15 7.83 15 8 15 15 17 15 17 8 17 7.83 19.59 10.41 21 9 16 4z"
2208
- })), _path164 || (_path164 = /*#__PURE__*/React__default["default"].createElement("path", {
2262
+ })), _path169 || (_path169 = /*#__PURE__*/React__default["default"].createElement("path", {
2209
2263
  d: "M6.854 13.374H8.854V18.332H6.854z",
2210
2264
  transform: "rotate(-45 7.854 15.854)"
2211
- })), _path165 || (_path165 = /*#__PURE__*/React__default["default"].createElement("path", {
2265
+ })), _path170 || (_path170 = /*#__PURE__*/React__default["default"].createElement("path", {
2212
2266
  d: "M2 22H7V24H2z"
2213
2267
  })), children);
2214
2268
  });
2215
2269
  if (process.env.NODE_ENV !== "production") {
2216
2270
  Sunrise.propTypes = iconPropTypes.iconPropTypes;
2217
2271
  }
2218
- const Sunset = /*#__PURE__*/React__default["default"].forwardRef(function Sunset(_ref89, ref) {
2272
+ const Sunset = /*#__PURE__*/React__default["default"].forwardRef(function Sunset(_ref91, ref) {
2219
2273
  let {
2220
2274
  children,
2221
2275
  size = 16,
2222
2276
  ...rest
2223
- } = _ref89;
2277
+ } = _ref91;
2224
2278
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2225
2279
  width: size,
2226
2280
  height: size,
@@ -2229,34 +2283,34 @@ const Sunset = /*#__PURE__*/React__default["default"].forwardRef(function Sunset
2229
2283
  viewBox: "0 0 32 32",
2230
2284
  fill: "currentColor",
2231
2285
  ...rest
2232
- }, _path166 || (_path166 = /*#__PURE__*/React__default["default"].createElement("path", {
2286
+ }, _path171 || (_path171 = /*#__PURE__*/React__default["default"].createElement("path", {
2233
2287
  d: "M2 27.005H29.998V29.005H2z"
2234
- })), _path167 || (_path167 = /*#__PURE__*/React__default["default"].createElement("path", {
2288
+ })), _path172 || (_path172 = /*#__PURE__*/React__default["default"].createElement("path", {
2235
2289
  d: "M16,20a4.0045,4.0045,0,0,1,4,4h2a6,6,0,0,0-12,0h2A4.0045,4.0045,0,0,1,16,20Z",
2236
2290
  transform: "translate(0 .005)"
2237
- })), _path168 || (_path168 = /*#__PURE__*/React__default["default"].createElement("path", {
2291
+ })), _path173 || (_path173 = /*#__PURE__*/React__default["default"].createElement("path", {
2238
2292
  d: "M25 22.005H30V24.005H25z"
2239
- })), _path169 || (_path169 = /*#__PURE__*/React__default["default"].createElement("path", {
2293
+ })), _path174 || (_path174 = /*#__PURE__*/React__default["default"].createElement("path", {
2240
2294
  d: "M21.668 14.854H26.625999999999998V16.854H21.668z",
2241
2295
  transform: "rotate(-45 24.152 15.856)"
2242
- })), _path170 || (_path170 = /*#__PURE__*/React__default["default"].createElement("path", {
2296
+ })), _path175 || (_path175 = /*#__PURE__*/React__default["default"].createElement("path", {
2243
2297
  d: "M19.59 9.595L17 12.175 17 4.005 15 4.005 15 12.175 12.41 9.595 11 11.005 16 16.005 21 11.005 19.59 9.595z"
2244
- })), _path171 || (_path171 = /*#__PURE__*/React__default["default"].createElement("path", {
2298
+ })), _path176 || (_path176 = /*#__PURE__*/React__default["default"].createElement("path", {
2245
2299
  d: "M6.854 13.374H8.854V18.332H6.854z",
2246
2300
  transform: "rotate(-45 7.86 15.856)"
2247
- })), _path172 || (_path172 = /*#__PURE__*/React__default["default"].createElement("path", {
2301
+ })), _path177 || (_path177 = /*#__PURE__*/React__default["default"].createElement("path", {
2248
2302
  d: "M2 22.005H7V24.005H2z"
2249
2303
  })), children);
2250
2304
  });
2251
2305
  if (process.env.NODE_ENV !== "production") {
2252
2306
  Sunset.propTypes = iconPropTypes.iconPropTypes;
2253
2307
  }
2254
- const SupportVectorMachine = /*#__PURE__*/React__default["default"].forwardRef(function SupportVectorMachine(_ref90, ref) {
2308
+ const SupportVectorMachine = /*#__PURE__*/React__default["default"].forwardRef(function SupportVectorMachine(_ref92, ref) {
2255
2309
  let {
2256
2310
  children,
2257
2311
  size = 16,
2258
2312
  ...rest
2259
- } = _ref90;
2313
+ } = _ref92;
2260
2314
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2261
2315
  width: size,
2262
2316
  height: size,
@@ -2265,30 +2319,30 @@ const SupportVectorMachine = /*#__PURE__*/React__default["default"].forwardRef(f
2265
2319
  viewBox: "0 0 32 32",
2266
2320
  fill: "currentColor",
2267
2321
  ...rest
2268
- }, _circle19 || (_circle19 = /*#__PURE__*/React__default["default"].createElement("circle", {
2322
+ }, _circle20 || (_circle20 = /*#__PURE__*/React__default["default"].createElement("circle", {
2269
2323
  cx: "26",
2270
2324
  cy: "18",
2271
2325
  r: "4"
2272
- })), _circle20 || (_circle20 = /*#__PURE__*/React__default["default"].createElement("circle", {
2326
+ })), _circle21 || (_circle21 = /*#__PURE__*/React__default["default"].createElement("circle", {
2273
2327
  cx: "18",
2274
2328
  cy: "26",
2275
2329
  r: "4"
2276
- })), _path173 || (_path173 = /*#__PURE__*/React__default["default"].createElement("path", {
2330
+ })), _path178 || (_path178 = /*#__PURE__*/React__default["default"].createElement("path", {
2277
2331
  d: "M-2.799 15H34.799V17H-2.799z",
2278
2332
  transform: "rotate(-45 16 16)"
2279
- })), _path174 || (_path174 = /*#__PURE__*/React__default["default"].createElement("path", {
2333
+ })), _path179 || (_path179 = /*#__PURE__*/React__default["default"].createElement("path", {
2280
2334
  d: "M14 10c-2.2056 0-4-1.7944-4-4s1.7944-4 4-4 4 1.7944 4 4-1.7944 4-4 4zm0-6c-1.1028 0-2 .8972-2 2s.8972 2 2 2 2-.8972 2-2-.8972-2-2-2zM6 18c-2.2056 0-4-1.7944-4-4s1.7944-4 4-4 4 1.7944 4 4-1.7944 4-4 4zm0-6c-1.1028 0-2 .8972-2 2s.8972 2 2 2 2-.8972 2-2-.8972-2-2-2z"
2281
2335
  })), children);
2282
2336
  });
2283
2337
  if (process.env.NODE_ENV !== "production") {
2284
2338
  SupportVectorMachine.propTypes = iconPropTypes.iconPropTypes;
2285
2339
  }
2286
- const Sustainability = /*#__PURE__*/React__default["default"].forwardRef(function Sustainability(_ref91, ref) {
2340
+ const Sustainability = /*#__PURE__*/React__default["default"].forwardRef(function Sustainability(_ref93, ref) {
2287
2341
  let {
2288
2342
  children,
2289
2343
  size = 16,
2290
2344
  ...rest
2291
- } = _ref91;
2345
+ } = _ref93;
2292
2346
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2293
2347
  width: size,
2294
2348
  height: size,
@@ -2297,23 +2351,23 @@ const Sustainability = /*#__PURE__*/React__default["default"].forwardRef(functio
2297
2351
  viewBox: "0 0 32 32",
2298
2352
  fill: "currentColor",
2299
2353
  ...rest
2300
- }, _path175 || (_path175 = /*#__PURE__*/React__default["default"].createElement("path", {
2354
+ }, _path180 || (_path180 = /*#__PURE__*/React__default["default"].createElement("path", {
2301
2355
  d: "m21.5708,27.7495c-1.7468.8296-3.6211,1.2505-5.5708,1.2505-7.1682,0-13-5.832-13-13,0-3.0752,1.0571-5.979,3-8.3076v2.3076h2v-6H2v2h2.8416c-2.4753,2.7539-3.8416,6.2622-3.8416,10,0,8.271,6.729,15,15,15,2.249,0,4.4119-.4858,6.4292-1.4438l-.8584-1.8066Z"
2302
- })), _path176 || (_path176 = /*#__PURE__*/React__default["default"].createElement("path", {
2356
+ })), _path181 || (_path181 = /*#__PURE__*/React__default["default"].createElement("path", {
2303
2357
  d: "m21,9c-3.1602,0-5.7515,2.457-5.9778,5.5605-1.0654-.9658-2.4739-1.5605-4.0222-1.5605h-4v4c0,3.3086,2.6917,6,6,6h2v4h2v-8.0005l2,.0005c3.3083,0,6-2.6914,6-6v-4h-4Zm-8,12c-2.2056,0-4-1.7944-4-4v-2h2c2.2056,0,4,1.7944,4,4v.5859l-2.293-2.293-1.4141,1.4141,2.293,2.293h-.5859Zm10-8c0,2.2056-1.7944,4-4,4h-.5859l2.293-2.293-1.4141-1.4141-2.293,2.293v-.5859c0-2.2056,1.7944-4,4-4h2v2Z"
2304
- })), _path177 || (_path177 = /*#__PURE__*/React__default["default"].createElement("path", {
2358
+ })), _path182 || (_path182 = /*#__PURE__*/React__default["default"].createElement("path", {
2305
2359
  d: "m31,16c0-8.271-6.729-15-15-15-2.249,0-4.4119.4858-6.4292,1.4438l.8584,1.8066c1.7468-.8296,3.6211-1.2505,5.5708-1.2505,7.1682,0,13,5.832,13,13,0,3.0752-1.0571,5.979-3,8.3076v-2.3076h-2v6h6v-2h-2.8416c2.4753-2.7539,3.8416-6.2622,3.8416-10Z"
2306
2360
  })), children);
2307
2361
  });
2308
2362
  if (process.env.NODE_ENV !== "production") {
2309
2363
  Sustainability.propTypes = iconPropTypes.iconPropTypes;
2310
2364
  }
2311
- const Svg = /*#__PURE__*/React__default["default"].forwardRef(function Svg(_ref92, ref) {
2365
+ const Svg = /*#__PURE__*/React__default["default"].forwardRef(function Svg(_ref94, ref) {
2312
2366
  let {
2313
2367
  children,
2314
2368
  size = 16,
2315
2369
  ...rest
2316
- } = _ref92;
2370
+ } = _ref94;
2317
2371
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2318
2372
  width: size,
2319
2373
  height: size,
@@ -2322,19 +2376,19 @@ const Svg = /*#__PURE__*/React__default["default"].forwardRef(function Svg(_ref9
2322
2376
  viewBox: "0 0 32 32",
2323
2377
  fill: "currentColor",
2324
2378
  ...rest
2325
- }, _path178 || (_path178 = /*#__PURE__*/React__default["default"].createElement("path", {
2379
+ }, _path183 || (_path183 = /*#__PURE__*/React__default["default"].createElement("path", {
2326
2380
  d: "M30 23H24a2 2 0 01-2-2V11a2 2 0 012-2h6v2H24V21h4V17H26V15h4zM18 9L16 22 14 9 12 9 14.52 23 17.48 23 20 9 18 9zM8 23H2V21H8V17H4a2 2 0 01-2-2V11A2 2 0 014 9h6v2H4v4H8a2 2 0 012 2v4A2 2 0 018 23z"
2327
2381
  })), children);
2328
2382
  });
2329
2383
  if (process.env.NODE_ENV !== "production") {
2330
2384
  Svg.propTypes = iconPropTypes.iconPropTypes;
2331
2385
  }
2332
- const Swim = /*#__PURE__*/React__default["default"].forwardRef(function Swim(_ref93, ref) {
2386
+ const Swim = /*#__PURE__*/React__default["default"].forwardRef(function Swim(_ref95, ref) {
2333
2387
  let {
2334
2388
  children,
2335
2389
  size = 16,
2336
2390
  ...rest
2337
- } = _ref93;
2391
+ } = _ref95;
2338
2392
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2339
2393
  width: size,
2340
2394
  height: size,
@@ -2343,19 +2397,19 @@ const Swim = /*#__PURE__*/React__default["default"].forwardRef(function Swim(_re
2343
2397
  viewBox: "0 0 32 32",
2344
2398
  fill: "currentColor",
2345
2399
  ...rest
2346
- }, _path179 || (_path179 = /*#__PURE__*/React__default["default"].createElement("path", {
2400
+ }, _path184 || (_path184 = /*#__PURE__*/React__default["default"].createElement("path", {
2347
2401
  d: "M30 26H28a4.9316 4.9316 0 01-4-1.9873 5.0192 5.0192 0 01-8 0 5.0192 5.0192 0 01-8 0A4.9316 4.9316 0 014 26H2V24H4a3.44 3.44 0 003.0532-2.3215A.9712.9712 0 018 21a1.0069 1.0069 0 01.9487.6838A3.4381 3.4381 0 0012 24a3.44 3.44 0 003.0532-2.3215A.99.99 0 0116 21a1.0069 1.0069 0 01.9487.6838A3.4381 3.4381 0 0020 24a3.44 3.44 0 003.0532-2.3215 1 1 0 011.8955.0053A3.4381 3.4381 0 0028 24h2zM23 17.5859l-8.707-8.707A2.9791 2.9791 0 0012.1714 8H4v2h8.1714a.9933.9933 0 01.7075.293L15.5859 13 10 18.5859 11.4141 20 17 14.4141 21.5859 19zM20 10a4 4 0 114 4A4.0042 4.0042 0 0120 10zm2 0a2 2 0 102-2A2.0023 2.0023 0 0022 10z"
2348
2402
  })), children);
2349
2403
  });
2350
2404
  if (process.env.NODE_ENV !== "production") {
2351
2405
  Swim.propTypes = iconPropTypes.iconPropTypes;
2352
2406
  }
2353
- const SwitchLayer_2 = /*#__PURE__*/React__default["default"].forwardRef(function SwitchLayer_2(_ref94, ref) {
2407
+ const SwitchLayer_2 = /*#__PURE__*/React__default["default"].forwardRef(function SwitchLayer_2(_ref96, ref) {
2354
2408
  let {
2355
2409
  children,
2356
2410
  size = 16,
2357
2411
  ...rest
2358
- } = _ref94;
2412
+ } = _ref96;
2359
2413
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2360
2414
  width: size,
2361
2415
  height: size,
@@ -2364,19 +2418,19 @@ const SwitchLayer_2 = /*#__PURE__*/React__default["default"].forwardRef(function
2364
2418
  viewBox: "0 0 32 32",
2365
2419
  fill: "currentColor",
2366
2420
  ...rest
2367
- }, _path180 || (_path180 = /*#__PURE__*/React__default["default"].createElement("path", {
2421
+ }, _path185 || (_path185 = /*#__PURE__*/React__default["default"].createElement("path", {
2368
2422
  d: "M16 26L16 24 5.83 24 8.41 21.41 7 20 2 25 7 30 8.41 28.59 5.83 26 16 26zM16 14L16 12 5.83 12 8.41 9.41 7 8 2 13 7 18 8.41 16.59 5.83 14 16 14zM16 6L16 8 26.17 8 23.59 10.59 25 12 30 7 25 2 23.59 3.41 26.17 6 16 6zM16 18L16 20 26.17 20 23.59 22.59 25 24 30 19 25 14 23.59 15.41 26.17 18 16 18z"
2369
2423
  })), children);
2370
2424
  });
2371
2425
  if (process.env.NODE_ENV !== "production") {
2372
2426
  SwitchLayer_2.propTypes = iconPropTypes.iconPropTypes;
2373
2427
  }
2374
- const SwitchLayer_3 = /*#__PURE__*/React__default["default"].forwardRef(function SwitchLayer_3(_ref95, ref) {
2428
+ const SwitchLayer_3 = /*#__PURE__*/React__default["default"].forwardRef(function SwitchLayer_3(_ref97, ref) {
2375
2429
  let {
2376
2430
  children,
2377
2431
  size = 16,
2378
2432
  ...rest
2379
- } = _ref95;
2433
+ } = _ref97;
2380
2434
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2381
2435
  width: size,
2382
2436
  height: size,
@@ -2385,19 +2439,19 @@ const SwitchLayer_3 = /*#__PURE__*/React__default["default"].forwardRef(function
2385
2439
  viewBox: "0 0 32 32",
2386
2440
  fill: "currentColor",
2387
2441
  ...rest
2388
- }, _path181 || (_path181 = /*#__PURE__*/React__default["default"].createElement("path", {
2442
+ }, _path186 || (_path186 = /*#__PURE__*/React__default["default"].createElement("path", {
2389
2443
  d: "M22 4L22 6 24.586 6 19.586 11 21 12.414 26 7.414 26 10 28 10 28 4 22 4zM10 4L10 6 7.414 6 12.414 11 11 12.414 6 7.414 6 10 4 10 4 4 10 4zM20 5L16 1 12 5 13.414 6.414 15 4.829 15 11 17 11 17 4.829 18.586 6.414 20 5zM22 28L22 26 24.586 26 19.586 21 21 19.586 26 24.586 26 22 28 22 28 28 22 28zM10 28L10 26 7.414 26 12.414 21 11 19.586 6 24.586 6 22 4 22 4 28 10 28zM20 27L16 31 12 27 13.414 25.586 15 27.171 15 21 17 21 17 27.171 18.586 25.586 20 27zM5 12L1 16 5 20 6.414 18.586 4.829 17 11 17 11 15 4.829 15 6.414 13.414 5 12zM27 12L31 16 27 20 25.586 18.586 27.171 17 21 17 21 15 27.171 15 25.586 13.414 27 12z"
2390
2444
  })), children);
2391
2445
  });
2392
2446
  if (process.env.NODE_ENV !== "production") {
2393
2447
  SwitchLayer_3.propTypes = iconPropTypes.iconPropTypes;
2394
2448
  }
2395
- const Switcher = /*#__PURE__*/React__default["default"].forwardRef(function Switcher(_ref96, ref) {
2449
+ const Switcher = /*#__PURE__*/React__default["default"].forwardRef(function Switcher(_ref98, ref) {
2396
2450
  let {
2397
2451
  children,
2398
2452
  size = 16,
2399
2453
  ...rest
2400
- } = _ref96;
2454
+ } = _ref98;
2401
2455
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2402
2456
  width: size,
2403
2457
  height: size,
@@ -2406,19 +2460,19 @@ const Switcher = /*#__PURE__*/React__default["default"].forwardRef(function Swit
2406
2460
  viewBox: "0 0 32 32",
2407
2461
  fill: "currentColor",
2408
2462
  ...rest
2409
- }, _path182 || (_path182 = /*#__PURE__*/React__default["default"].createElement("path", {
2463
+ }, _path187 || (_path187 = /*#__PURE__*/React__default["default"].createElement("path", {
2410
2464
  d: "M14 4H18V8H14zM4 4H8V8H4zM24 4H28V8H24zM14 14H18V18H14zM4 14H8V18H4zM24 14H28V18H24zM14 24H18V28H14zM4 24H8V28H4zM24 24H28V28H24z"
2411
2465
  })), children);
2412
2466
  });
2413
2467
  if (process.env.NODE_ENV !== "production") {
2414
2468
  Switcher.propTypes = iconPropTypes.iconPropTypes;
2415
2469
  }
2416
- const SyncSettings = /*#__PURE__*/React__default["default"].forwardRef(function SyncSettings(_ref97, ref) {
2470
+ const SyncSettings = /*#__PURE__*/React__default["default"].forwardRef(function SyncSettings(_ref99, ref) {
2417
2471
  let {
2418
2472
  children,
2419
2473
  size = 16,
2420
2474
  ...rest
2421
- } = _ref97;
2475
+ } = _ref99;
2422
2476
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2423
2477
  width: size,
2424
2478
  height: size,
@@ -2427,10 +2481,10 @@ const SyncSettings = /*#__PURE__*/React__default["default"].forwardRef(function
2427
2481
  viewBox: "0 0 32 32",
2428
2482
  fill: "currentColor",
2429
2483
  ...rest
2430
- }, _path183 || (_path183 = /*#__PURE__*/React__default["default"].createElement("path", {
2484
+ }, _path188 || (_path188 = /*#__PURE__*/React__default["default"].createElement("path", {
2431
2485
  strokeWidth: "0",
2432
2486
  d: "M15 24L15 22 11.4 22 22 11.4 22 15 24 15 24 8 17 8 17 10 20.6 10 10 20.6 10 17 8 17 8 24 15 24zM25 20v2h3c1.1 0 2-.9 2-2v-3h-2v3h-3zM28 10H30V14H28zM25 2v2h3v3h2v-3c0-1.1-.9-2-2-2h-3zM18 2H22V4H18z"
2433
- })), _path184 || (_path184 = /*#__PURE__*/React__default["default"].createElement("path", {
2487
+ })), _path189 || (_path189 = /*#__PURE__*/React__default["default"].createElement("path", {
2434
2488
  strokeWidth: "0",
2435
2489
  d: "M10 4v3h2v-3h3V2h-3c-1.1 0-2 .9-2 2zM12 10H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-8h-2v8H4V12h8v-2z"
2436
2490
  })), children);
@@ -2438,12 +2492,12 @@ const SyncSettings = /*#__PURE__*/React__default["default"].forwardRef(function
2438
2492
  if (process.env.NODE_ENV !== "production") {
2439
2493
  SyncSettings.propTypes = iconPropTypes.iconPropTypes;
2440
2494
  }
2441
- const SysProvision = /*#__PURE__*/React__default["default"].forwardRef(function SysProvision(_ref98, ref) {
2495
+ const SysProvision = /*#__PURE__*/React__default["default"].forwardRef(function SysProvision(_ref100, ref) {
2442
2496
  let {
2443
2497
  children,
2444
2498
  size = 16,
2445
2499
  ...rest
2446
- } = _ref98;
2500
+ } = _ref100;
2447
2501
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2448
2502
  width: size,
2449
2503
  height: size,
@@ -2452,27 +2506,27 @@ const SysProvision = /*#__PURE__*/React__default["default"].forwardRef(function
2452
2506
  viewBox: "0 0 32 32",
2453
2507
  fill: "currentColor",
2454
2508
  ...rest
2455
- }, _path185 || (_path185 = /*#__PURE__*/React__default["default"].createElement("path", {
2509
+ }, _path190 || (_path190 = /*#__PURE__*/React__default["default"].createElement("path", {
2456
2510
  d: "M21 20L21 30 30 25 21 20z"
2457
- })), _circle21 || (_circle21 = /*#__PURE__*/React__default["default"].createElement("circle", {
2511
+ })), _circle22 || (_circle22 = /*#__PURE__*/React__default["default"].createElement("circle", {
2458
2512
  cx: "14",
2459
2513
  cy: "14",
2460
2514
  r: "2"
2461
- })), _path186 || (_path186 = /*#__PURE__*/React__default["default"].createElement("path", {
2515
+ })), _path191 || (_path191 = /*#__PURE__*/React__default["default"].createElement("path", {
2462
2516
  d: "M14,20a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,14,20Zm0-10a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,14,10Z"
2463
- })), _path187 || (_path187 = /*#__PURE__*/React__default["default"].createElement("path", {
2517
+ })), _path192 || (_path192 = /*#__PURE__*/React__default["default"].createElement("path", {
2464
2518
  d: "M25.9512,12.91l-.0064,0A12.05,12.05,0,1,0,17,25.605V23.5386a9.9813,9.9813,0,1,1,6.6235-6.81l1.9248.544A12.0341,12.0341,0,0,0,26,14Q26,13.4492,25.9512,12.91Z"
2465
2519
  })), children);
2466
2520
  });
2467
2521
  if (process.env.NODE_ENV !== "production") {
2468
2522
  SysProvision.propTypes = iconPropTypes.iconPropTypes;
2469
2523
  }
2470
- const SysplexDistributor = /*#__PURE__*/React__default["default"].forwardRef(function SysplexDistributor(_ref99, ref) {
2524
+ const SysplexDistributor = /*#__PURE__*/React__default["default"].forwardRef(function SysplexDistributor(_ref101, ref) {
2471
2525
  let {
2472
2526
  children,
2473
2527
  size = 16,
2474
2528
  ...rest
2475
- } = _ref99;
2529
+ } = _ref101;
2476
2530
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2477
2531
  width: size,
2478
2532
  height: size,
@@ -2481,7 +2535,7 @@ const SysplexDistributor = /*#__PURE__*/React__default["default"].forwardRef(fun
2481
2535
  viewBox: "0 0 32 32",
2482
2536
  fill: "currentColor",
2483
2537
  ...rest
2484
- }, _path188 || (_path188 = /*#__PURE__*/React__default["default"].createElement("path", {
2538
+ }, _path193 || (_path193 = /*#__PURE__*/React__default["default"].createElement("path", {
2485
2539
  strokeWidth: "0",
2486
2540
  d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 18h-8v-2h-2v2H7c-1.1028 0-2 .8975-2 2v4h2v-4h8v4h2v-4h8v4h2v-4c0-1.1025-.8972-2-2-2zM20 2h-8c-1.1028 0-2 .8975-2 2v8c0 1.1025.8972 2 2 2h8c1.1028 0 2-.8975 2-2V4c0-1.1025-.8972-2-2-2zm-1.4141 2l-6.5859 6.5859v-6.5859h6.5859zm-5.1719 8l6.5862-6.5859.001 6.5859h-6.5872z"
2487
2541
  })), children);
@@ -2489,12 +2543,12 @@ const SysplexDistributor = /*#__PURE__*/React__default["default"].forwardRef(fun
2489
2543
  if (process.env.NODE_ENV !== "production") {
2490
2544
  SysplexDistributor.propTypes = iconPropTypes.iconPropTypes;
2491
2545
  }
2492
- const QT = /*#__PURE__*/React__default["default"].forwardRef(function QT(_ref100, ref) {
2546
+ const QT = /*#__PURE__*/React__default["default"].forwardRef(function QT(_ref102, ref) {
2493
2547
  let {
2494
2548
  children,
2495
2549
  size = 16,
2496
2550
  ...rest
2497
- } = _ref100;
2551
+ } = _ref102;
2498
2552
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2499
2553
  width: size,
2500
2554
  height: size,
@@ -2503,19 +2557,19 @@ const QT = /*#__PURE__*/React__default["default"].forwardRef(function QT(_ref100
2503
2557
  viewBox: "0 0 32 32",
2504
2558
  fill: "currentColor",
2505
2559
  ...rest
2506
- }, _path189 || (_path189 = /*#__PURE__*/React__default["default"].createElement("path", {
2560
+ }, _path194 || (_path194 = /*#__PURE__*/React__default["default"].createElement("path", {
2507
2561
  d: "M12 11L15 11 15 23 17 23 17 11 20 11 20 9 12 9 12 11z"
2508
2562
  })), children);
2509
2563
  });
2510
2564
  if (process.env.NODE_ENV !== "production") {
2511
2565
  QT.propTypes = iconPropTypes.iconPropTypes;
2512
2566
  }
2513
- const QTAlt = /*#__PURE__*/React__default["default"].forwardRef(function QTAlt(_ref101, ref) {
2567
+ const QTAlt = /*#__PURE__*/React__default["default"].forwardRef(function QTAlt(_ref103, ref) {
2514
2568
  let {
2515
2569
  children,
2516
2570
  size = 16,
2517
2571
  ...rest
2518
- } = _ref101;
2572
+ } = _ref103;
2519
2573
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2520
2574
  width: size,
2521
2575
  height: size,
@@ -2524,19 +2578,19 @@ const QTAlt = /*#__PURE__*/React__default["default"].forwardRef(function QTAlt(_
2524
2578
  viewBox: "0 0 32 32",
2525
2579
  fill: "currentColor",
2526
2580
  ...rest
2527
- }, _path190 || (_path190 = /*#__PURE__*/React__default["default"].createElement("path", {
2581
+ }, _path195 || (_path195 = /*#__PURE__*/React__default["default"].createElement("path", {
2528
2582
  d: "M8 11L11 11 11 23 13 23 13 11 16 11 16 9 8 9 8 11zM24 9L22 9 22 7 20 7 20 9 18 9 18 11 20 11 20 17 21 18 22 17 22 11 24 11 24 9z"
2529
2583
  })), children);
2530
2584
  });
2531
2585
  if (process.env.NODE_ENV !== "production") {
2532
2586
  QTAlt.propTypes = iconPropTypes.iconPropTypes;
2533
2587
  }
2534
- const Table = /*#__PURE__*/React__default["default"].forwardRef(function Table(_ref102, ref) {
2588
+ const Table = /*#__PURE__*/React__default["default"].forwardRef(function Table(_ref104, ref) {
2535
2589
  let {
2536
2590
  children,
2537
2591
  size = 16,
2538
2592
  ...rest
2539
- } = _ref102;
2593
+ } = _ref104;
2540
2594
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2541
2595
  width: size,
2542
2596
  height: size,
@@ -2545,19 +2599,19 @@ const Table = /*#__PURE__*/React__default["default"].forwardRef(function Table(_
2545
2599
  viewBox: "0 0 32 32",
2546
2600
  fill: "currentColor",
2547
2601
  ...rest
2548
- }, _path191 || (_path191 = /*#__PURE__*/React__default["default"].createElement("path", {
2602
+ }, _path196 || (_path196 = /*#__PURE__*/React__default["default"].createElement("path", {
2549
2603
  d: "M29,5a2,2,0,0,0-2-2H5A2,2,0,0,0,3,5V27a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2ZM27,5V9H5V5Zm0,22H5V23H27Zm0-6H5V17H27Zm0-6H5V11H27Z"
2550
2604
  })), children);
2551
2605
  });
2552
2606
  if (process.env.NODE_ENV !== "production") {
2553
2607
  Table.propTypes = iconPropTypes.iconPropTypes;
2554
2608
  }
2555
- const TableAlias = /*#__PURE__*/React__default["default"].forwardRef(function TableAlias(_ref103, ref) {
2609
+ const TableAlias = /*#__PURE__*/React__default["default"].forwardRef(function TableAlias(_ref105, ref) {
2556
2610
  let {
2557
2611
  children,
2558
2612
  size = 16,
2559
2613
  ...rest
2560
- } = _ref103;
2614
+ } = _ref105;
2561
2615
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2562
2616
  width: size,
2563
2617
  height: size,
@@ -2566,21 +2620,21 @@ const TableAlias = /*#__PURE__*/React__default["default"].forwardRef(function Ta
2566
2620
  viewBox: "0 0 32 32",
2567
2621
  fill: "currentColor",
2568
2622
  ...rest
2569
- }, _path192 || (_path192 = /*#__PURE__*/React__default["default"].createElement("path", {
2623
+ }, _path197 || (_path197 = /*#__PURE__*/React__default["default"].createElement("path", {
2570
2624
  d: "M12,29H5a2.0021,2.0021,0,0,1-2-2V20a2.0021,2.0021,0,0,1,2-2h7a2.0021,2.0021,0,0,1,2,2v7A2.0021,2.0021,0,0,1,12,29ZM5,20v7h7V20Z"
2571
- })), _path193 || (_path193 = /*#__PURE__*/React__default["default"].createElement("path", {
2625
+ })), _path198 || (_path198 = /*#__PURE__*/React__default["default"].createElement("path", {
2572
2626
  d: "M27,3H5A2,2,0,0,0,3,5V15H5V11H15v4h2V11H27v7H17v2H27v7H17v2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3Zm0,6H5V5H27Z"
2573
2627
  })), children);
2574
2628
  });
2575
2629
  if (process.env.NODE_ENV !== "production") {
2576
2630
  TableAlias.propTypes = iconPropTypes.iconPropTypes;
2577
2631
  }
2578
- const TableBuilt = /*#__PURE__*/React__default["default"].forwardRef(function TableBuilt(_ref104, ref) {
2632
+ const TableBuilt = /*#__PURE__*/React__default["default"].forwardRef(function TableBuilt(_ref106, ref) {
2579
2633
  let {
2580
2634
  children,
2581
2635
  size = 16,
2582
2636
  ...rest
2583
- } = _ref104;
2637
+ } = _ref106;
2584
2638
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2585
2639
  width: size,
2586
2640
  height: size,
@@ -2589,19 +2643,19 @@ const TableBuilt = /*#__PURE__*/React__default["default"].forwardRef(function Ta
2589
2643
  viewBox: "0 0 32 32",
2590
2644
  fill: "currentColor",
2591
2645
  ...rest
2592
- }, _path194 || (_path194 = /*#__PURE__*/React__default["default"].createElement("path", {
2646
+ }, _path199 || (_path199 = /*#__PURE__*/React__default["default"].createElement("path", {
2593
2647
  d: "M28,8H24V4a2.0025,2.0025,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4V22a2.0025,2.0025,0,0,0,2,2H8v4a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V10A2.0025,2.0025,0,0,0,28,8ZM22,22H14V17h8Zm0-7H14V10h8ZM12,15H4V10h8ZM22,4V8H4V4ZM4,22V17h8v5Zm24,6H10V24H22a2.0025,2.0025,0,0,0,2-2V10h4Z"
2594
2648
  })), children);
2595
2649
  });
2596
2650
  if (process.env.NODE_ENV !== "production") {
2597
2651
  TableBuilt.propTypes = iconPropTypes.iconPropTypes;
2598
2652
  }
2599
- const TableShortcut = /*#__PURE__*/React__default["default"].forwardRef(function TableShortcut(_ref105, ref) {
2653
+ const TableShortcut = /*#__PURE__*/React__default["default"].forwardRef(function TableShortcut(_ref107, ref) {
2600
2654
  let {
2601
2655
  children,
2602
2656
  size = 16,
2603
2657
  ...rest
2604
- } = _ref105;
2658
+ } = _ref107;
2605
2659
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2606
2660
  width: size,
2607
2661
  height: size,
@@ -2610,21 +2664,21 @@ const TableShortcut = /*#__PURE__*/React__default["default"].forwardRef(function
2610
2664
  viewBox: "0 0 32 32",
2611
2665
  fill: "currentColor",
2612
2666
  ...rest
2613
- }, _path195 || (_path195 = /*#__PURE__*/React__default["default"].createElement("path", {
2667
+ }, _path200 || (_path200 = /*#__PURE__*/React__default["default"].createElement("path", {
2614
2668
  d: "M5 18L5 20 10.586 20 3 27.586 4.414 29 12 21.414 12 27 14 27 14 18 5 18z"
2615
- })), _path196 || (_path196 = /*#__PURE__*/React__default["default"].createElement("path", {
2669
+ })), _path201 || (_path201 = /*#__PURE__*/React__default["default"].createElement("path", {
2616
2670
  d: "M27,3H5A2,2,0,0,0,3,5V15H5V11H15v4h2V11H27v7H17v2H27v7H17v2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3Zm0,6H5V5H27Z"
2617
2671
  })), children);
2618
2672
  });
2619
2673
  if (process.env.NODE_ENV !== "production") {
2620
2674
  TableShortcut.propTypes = iconPropTypes.iconPropTypes;
2621
2675
  }
2622
- const TableSplit = /*#__PURE__*/React__default["default"].forwardRef(function TableSplit(_ref106, ref) {
2676
+ const TableSplit = /*#__PURE__*/React__default["default"].forwardRef(function TableSplit(_ref108, ref) {
2623
2677
  let {
2624
2678
  children,
2625
2679
  size = 16,
2626
2680
  ...rest
2627
- } = _ref106;
2681
+ } = _ref108;
2628
2682
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2629
2683
  width: size,
2630
2684
  height: size,
@@ -2633,19 +2687,19 @@ const TableSplit = /*#__PURE__*/React__default["default"].forwardRef(function Ta
2633
2687
  viewBox: "0 0 32 32",
2634
2688
  fill: "currentColor",
2635
2689
  ...rest
2636
- }, _path197 || (_path197 = /*#__PURE__*/React__default["default"].createElement("path", {
2690
+ }, _path202 || (_path202 = /*#__PURE__*/React__default["default"].createElement("path", {
2637
2691
  d: "M27,3H5A2,2,0,0,0,3,5V27a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3Zm0,2V9H5V5ZM17,11H27v7H17Zm-2,7H5V11H15ZM5,20H15v7H5Zm12,7V20H27v7Z"
2638
2692
  })), children);
2639
2693
  });
2640
2694
  if (process.env.NODE_ENV !== "production") {
2641
2695
  TableSplit.propTypes = iconPropTypes.iconPropTypes;
2642
2696
  }
2643
- const TableOfContents = /*#__PURE__*/React__default["default"].forwardRef(function TableOfContents(_ref107, ref) {
2697
+ const TableOfContents = /*#__PURE__*/React__default["default"].forwardRef(function TableOfContents(_ref109, ref) {
2644
2698
  let {
2645
2699
  children,
2646
2700
  size = 16,
2647
2701
  ...rest
2648
- } = _ref107;
2702
+ } = _ref109;
2649
2703
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2650
2704
  width: size,
2651
2705
  height: size,
@@ -2654,19 +2708,19 @@ const TableOfContents = /*#__PURE__*/React__default["default"].forwardRef(functi
2654
2708
  viewBox: "0 0 32 32",
2655
2709
  fill: "currentColor",
2656
2710
  ...rest
2657
- }, _path198 || (_path198 = /*#__PURE__*/React__default["default"].createElement("path", {
2711
+ }, _path203 || (_path203 = /*#__PURE__*/React__default["default"].createElement("path", {
2658
2712
  d: "M4 6H22V8H4zM4 12H22V14H4zM4 18H22V20H4zM4 24H22V26H4zM26 6H28V8H26zM26 12H28V14H26zM26 18H28V20H26zM26 24H28V26H26z"
2659
2713
  })), children);
2660
2714
  });
2661
2715
  if (process.env.NODE_ENV !== "production") {
2662
2716
  TableOfContents.propTypes = iconPropTypes.iconPropTypes;
2663
2717
  }
2664
- const Tablet = /*#__PURE__*/React__default["default"].forwardRef(function Tablet(_ref108, ref) {
2718
+ const Tablet = /*#__PURE__*/React__default["default"].forwardRef(function Tablet(_ref110, ref) {
2665
2719
  let {
2666
2720
  children,
2667
2721
  size = 16,
2668
2722
  ...rest
2669
- } = _ref108;
2723
+ } = _ref110;
2670
2724
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2671
2725
  width: size,
2672
2726
  height: size,
@@ -2675,22 +2729,22 @@ const Tablet = /*#__PURE__*/React__default["default"].forwardRef(function Tablet
2675
2729
  viewBox: "0 0 32 32",
2676
2730
  fill: "currentColor",
2677
2731
  ...rest
2678
- }, _path199 || (_path199 = /*#__PURE__*/React__default["default"].createElement("path", {
2732
+ }, _path204 || (_path204 = /*#__PURE__*/React__default["default"].createElement("path", {
2679
2733
  d: "M15 22H17V28H15z",
2680
2734
  transform: "rotate(90 16 25)"
2681
- })), _path200 || (_path200 = /*#__PURE__*/React__default["default"].createElement("path", {
2735
+ })), _path205 || (_path205 = /*#__PURE__*/React__default["default"].createElement("path", {
2682
2736
  d: "M25,30H7a2.0023,2.0023,0,0,1-2-2V4A2.002,2.002,0,0,1,7,2H25a2.0023,2.0023,0,0,1,2,2V28A2.0027,2.0027,0,0,1,25,30ZM7,4V28H25V4Z"
2683
2737
  })), children);
2684
2738
  });
2685
2739
  if (process.env.NODE_ENV !== "production") {
2686
2740
  Tablet.propTypes = iconPropTypes.iconPropTypes;
2687
2741
  }
2688
- const TabletLandscape = /*#__PURE__*/React__default["default"].forwardRef(function TabletLandscape(_ref109, ref) {
2742
+ const TabletLandscape = /*#__PURE__*/React__default["default"].forwardRef(function TabletLandscape(_ref111, ref) {
2689
2743
  let {
2690
2744
  children,
2691
2745
  size = 16,
2692
2746
  ...rest
2693
- } = _ref109;
2747
+ } = _ref111;
2694
2748
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2695
2749
  width: size,
2696
2750
  height: size,
@@ -2699,21 +2753,21 @@ const TabletLandscape = /*#__PURE__*/React__default["default"].forwardRef(functi
2699
2753
  viewBox: "0 0 32 32",
2700
2754
  fill: "currentColor",
2701
2755
  ...rest
2702
- }, _path201 || (_path201 = /*#__PURE__*/React__default["default"].createElement("path", {
2756
+ }, _path206 || (_path206 = /*#__PURE__*/React__default["default"].createElement("path", {
2703
2757
  d: "M24 13H26V19H24z"
2704
- })), _path202 || (_path202 = /*#__PURE__*/React__default["default"].createElement("path", {
2758
+ })), _path207 || (_path207 = /*#__PURE__*/React__default["default"].createElement("path", {
2705
2759
  d: "M30,7V25a2.0023,2.0023,0,0,1-2,2H4a2.002,2.002,0,0,1-2-2V7A2.0023,2.0023,0,0,1,4,5H28A2.0027,2.0027,0,0,1,30,7ZM4,25H28V7H4Z"
2706
2760
  })), children);
2707
2761
  });
2708
2762
  if (process.env.NODE_ENV !== "production") {
2709
2763
  TabletLandscape.propTypes = iconPropTypes.iconPropTypes;
2710
2764
  }
2711
- const Tag = /*#__PURE__*/React__default["default"].forwardRef(function Tag(_ref110, ref) {
2765
+ const Tag = /*#__PURE__*/React__default["default"].forwardRef(function Tag(_ref112, ref) {
2712
2766
  let {
2713
2767
  children,
2714
2768
  size = 16,
2715
2769
  ...rest
2716
- } = _ref110;
2770
+ } = _ref112;
2717
2771
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2718
2772
  width: size,
2719
2773
  height: size,
@@ -2722,21 +2776,21 @@ const Tag = /*#__PURE__*/React__default["default"].forwardRef(function Tag(_ref1
2722
2776
  viewBox: "0 0 32 32",
2723
2777
  fill: "currentColor",
2724
2778
  ...rest
2725
- }, _path203 || (_path203 = /*#__PURE__*/React__default["default"].createElement("path", {
2779
+ }, _path208 || (_path208 = /*#__PURE__*/React__default["default"].createElement("path", {
2726
2780
  d: "M10,14a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,10,14Zm0-6a2,2,0,1,0,1.998,2.0044A2.002,2.002,0,0,0,10,8Z"
2727
- })), _path204 || (_path204 = /*#__PURE__*/React__default["default"].createElement("path", {
2781
+ })), _path209 || (_path209 = /*#__PURE__*/React__default["default"].createElement("path", {
2728
2782
  d: "M16.6436,29.4145,2.5858,15.3555A2,2,0,0,1,2,13.9414V4A2,2,0,0,1,4,2h9.9413a2,2,0,0,1,1.4142.5858L29.4144,16.6436a2.0005,2.0005,0,0,1,0,2.8285l-9.9424,9.9425a2.0008,2.0008,0,0,1-2.8285,0ZM4,4v9.9417L18.0578,28,28,18.0579,13.9416,4Z"
2729
2783
  })), children);
2730
2784
  });
2731
2785
  if (process.env.NODE_ENV !== "production") {
2732
2786
  Tag.propTypes = iconPropTypes.iconPropTypes;
2733
2787
  }
2734
- const TagEdit = /*#__PURE__*/React__default["default"].forwardRef(function TagEdit(_ref111, ref) {
2788
+ const TagEdit = /*#__PURE__*/React__default["default"].forwardRef(function TagEdit(_ref113, ref) {
2735
2789
  let {
2736
2790
  children,
2737
2791
  size = 16,
2738
2792
  ...rest
2739
- } = _ref111;
2793
+ } = _ref113;
2740
2794
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2741
2795
  width: size,
2742
2796
  height: size,
@@ -2745,21 +2799,21 @@ const TagEdit = /*#__PURE__*/React__default["default"].forwardRef(function TagEd
2745
2799
  viewBox: "0 0 32 32",
2746
2800
  fill: "currentColor",
2747
2801
  ...rest
2748
- }, _path205 || (_path205 = /*#__PURE__*/React__default["default"].createElement("path", {
2802
+ }, _path210 || (_path210 = /*#__PURE__*/React__default["default"].createElement("path", {
2749
2803
  d: "M29.707 7.293l-3-3a.9994.9994 0 00-1.414 0L16 13.5859V18h4.4141L29.707 8.707A.9994.9994 0 0029.707 7.293zM19.5859 16H18V14.4141l5-5L24.5859 11zM26 9.5859L24.4141 8 26 6.4141 27.5859 8zM10 14a4 4 0 114-4A4.0045 4.0045 0 0110 14zm0-6a2 2 0 101.998 2.0044A2.002 2.002 0 0010 8z"
2750
- })), _path206 || (_path206 = /*#__PURE__*/React__default["default"].createElement("path", {
2804
+ })), _path211 || (_path211 = /*#__PURE__*/React__default["default"].createElement("path", {
2751
2805
  d: "M27.0059,14.2354l-1.4141,1.414L28,18.0576,18.0579,28,4,13.9414V4h9.9417l4.4067,4.4067,1.4141-1.4145-4.407-4.4063A2,2,0,0,0,13.9414,2H4A2,2,0,0,0,2,4v9.9414a2,2,0,0,0,.5857,1.4141L16.6436,29.4146a2.001,2.001,0,0,0,2.8286,0l9.9424-9.9424a2.001,2.001,0,0,0,0-2.8286Z"
2752
2806
  })), children);
2753
2807
  });
2754
2808
  if (process.env.NODE_ENV !== "production") {
2755
2809
  TagEdit.propTypes = iconPropTypes.iconPropTypes;
2756
2810
  }
2757
- const TagExport = /*#__PURE__*/React__default["default"].forwardRef(function TagExport(_ref112, ref) {
2811
+ const TagExport = /*#__PURE__*/React__default["default"].forwardRef(function TagExport(_ref114, ref) {
2758
2812
  let {
2759
2813
  children,
2760
2814
  size = 16,
2761
2815
  ...rest
2762
- } = _ref112;
2816
+ } = _ref114;
2763
2817
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2764
2818
  width: size,
2765
2819
  height: size,
@@ -2768,21 +2822,21 @@ const TagExport = /*#__PURE__*/React__default["default"].forwardRef(function Tag
2768
2822
  viewBox: "0 0 32 32",
2769
2823
  fill: "currentColor",
2770
2824
  ...rest
2771
- }, _path207 || (_path207 = /*#__PURE__*/React__default["default"].createElement("path", {
2825
+ }, _path212 || (_path212 = /*#__PURE__*/React__default["default"].createElement("path", {
2772
2826
  d: "M31 18L25 12 23.586 13.414 27.172 17 17 17 17 19 27.172 19 23.586 22.586 25 24 31 18zM10 14a4 4 0 114-4A4.0045 4.0045 0 0110 14zm0-6a2 2 0 101.998 2.0044A2.002 2.002 0 0010 8z"
2773
- })), _path208 || (_path208 = /*#__PURE__*/React__default["default"].createElement("path", {
2827
+ })), _path213 || (_path213 = /*#__PURE__*/React__default["default"].createElement("path", {
2774
2828
  d: "M21.0593,25l-3.0014,3L4,13.9414V4h9.9417l7,7,1.4143-1.414-7.001-7A2,2,0,0,0,13.9414,2H4A2,2,0,0,0,2,4v9.9414a2,2,0,0,0,.5857,1.4141L16.6436,29.4146a2.001,2.001,0,0,0,2.8286,0l3.0014-3Z"
2775
2829
  })), children);
2776
2830
  });
2777
2831
  if (process.env.NODE_ENV !== "production") {
2778
2832
  TagExport.propTypes = iconPropTypes.iconPropTypes;
2779
2833
  }
2780
- const TagGroup = /*#__PURE__*/React__default["default"].forwardRef(function TagGroup(_ref113, ref) {
2834
+ const TagGroup = /*#__PURE__*/React__default["default"].forwardRef(function TagGroup(_ref115, ref) {
2781
2835
  let {
2782
2836
  children,
2783
2837
  size = 16,
2784
2838
  ...rest
2785
- } = _ref113;
2839
+ } = _ref115;
2786
2840
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2787
2841
  width: size,
2788
2842
  height: size,
@@ -2791,25 +2845,25 @@ const TagGroup = /*#__PURE__*/React__default["default"].forwardRef(function TagG
2791
2845
  viewBox: "0 0 32 32",
2792
2846
  fill: "currentColor",
2793
2847
  ...rest
2794
- }, _circle22 || (_circle22 = /*#__PURE__*/React__default["default"].createElement("circle", {
2848
+ }, _circle23 || (_circle23 = /*#__PURE__*/React__default["default"].createElement("circle", {
2795
2849
  cx: "10",
2796
2850
  cy: "14",
2797
2851
  r: "2"
2798
- })), _path209 || (_path209 = /*#__PURE__*/React__default["default"].createElement("path", {
2852
+ })), _path214 || (_path214 = /*#__PURE__*/React__default["default"].createElement("path", {
2799
2853
  d: "M16,30a1,1,0,0,1-.71-.29L4.59,19A2,2,0,0,1,4,17.59V10A2,2,0,0,1,6,8h7.59A2,2,0,0,1,15,8.59l10.71,10.7a1,1,0,0,1,0,1.42l-9,9A1,1,0,0,1,16,30ZM6,10v7.59l10,10L23.59,20l-10-10Z"
2800
- })), _path210 || (_path210 = /*#__PURE__*/React__default["default"].createElement("path", {
2854
+ })), _path215 || (_path215 = /*#__PURE__*/React__default["default"].createElement("path", {
2801
2855
  d: "M27.71,13.29,17,2.59A2,2,0,0,0,15.59,2H8A2,2,0,0,0,6,4V6H8V4h7.59l10,10-1.3,1.29,1.42,1.42,2-2A1,1,0,0,0,27.71,13.29Z"
2802
2856
  })), children);
2803
2857
  });
2804
2858
  if (process.env.NODE_ENV !== "production") {
2805
2859
  TagGroup.propTypes = iconPropTypes.iconPropTypes;
2806
2860
  }
2807
- const TagImport = /*#__PURE__*/React__default["default"].forwardRef(function TagImport(_ref114, ref) {
2861
+ const TagImport = /*#__PURE__*/React__default["default"].forwardRef(function TagImport(_ref116, ref) {
2808
2862
  let {
2809
2863
  children,
2810
2864
  size = 16,
2811
2865
  ...rest
2812
- } = _ref114;
2866
+ } = _ref116;
2813
2867
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2814
2868
  width: size,
2815
2869
  height: size,
@@ -2818,21 +2872,21 @@ const TagImport = /*#__PURE__*/React__default["default"].forwardRef(function Tag
2818
2872
  viewBox: "0 0 32 32",
2819
2873
  fill: "currentColor",
2820
2874
  ...rest
2821
- }, _path211 || (_path211 = /*#__PURE__*/React__default["default"].createElement("path", {
2875
+ }, _path216 || (_path216 = /*#__PURE__*/React__default["default"].createElement("path", {
2822
2876
  d: "M16 18L22 12 23.414 13.414 19.828 17 30 17 30 19 19.828 19 23.414 22.586 22 24 16 18zM10 14a4 4 0 114-4A4.0045 4.0045 0 0110 14zm0-6a2 2 0 101.998 2.0044A2.002 2.002 0 0010 8z"
2823
- })), _path212 || (_path212 = /*#__PURE__*/React__default["default"].createElement("path", {
2877
+ })), _path217 || (_path217 = /*#__PURE__*/React__default["default"].createElement("path", {
2824
2878
  d: "M20.0586,26l-2.0007,2L4,13.9414V4h9.9417l6,6,1.4143-1.414-6.001-6A2,2,0,0,0,13.9414,2H4A2,2,0,0,0,2,4v9.9414a2,2,0,0,0,.5857,1.4141L16.6436,29.4146a2.001,2.001,0,0,0,2.8286,0l2.0006-2.0007Z"
2825
2879
  })), children);
2826
2880
  });
2827
2881
  if (process.env.NODE_ENV !== "production") {
2828
2882
  TagImport.propTypes = iconPropTypes.iconPropTypes;
2829
2883
  }
2830
- const TagNone = /*#__PURE__*/React__default["default"].forwardRef(function TagNone(_ref115, ref) {
2884
+ const TagNone = /*#__PURE__*/React__default["default"].forwardRef(function TagNone(_ref117, ref) {
2831
2885
  let {
2832
2886
  children,
2833
2887
  size = 16,
2834
2888
  ...rest
2835
- } = _ref115;
2889
+ } = _ref117;
2836
2890
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2837
2891
  width: size,
2838
2892
  height: size,
@@ -2841,21 +2895,21 @@ const TagNone = /*#__PURE__*/React__default["default"].forwardRef(function TagNo
2841
2895
  viewBox: "0 0 32 32",
2842
2896
  fill: "currentColor",
2843
2897
  ...rest
2844
- }, _path213 || (_path213 = /*#__PURE__*/React__default["default"].createElement("path", {
2898
+ }, _path218 || (_path218 = /*#__PURE__*/React__default["default"].createElement("path", {
2845
2899
  d: "M23.092 10.3218L30 3.4141 28.5859 2 2 28.5859 3.4141 30l6.9077-6.9077 6.3218 6.3223a2.001 2.001 0 002.8286 0l9.9424-9.9424a2.001 2.001 0 000-2.8286zM18.0579 28l-6.3218-6.3223 9.9419-9.9419L28 18.0576zM10 14a4 4 0 114-4A4.0045 4.0045 0 0110 14zm0-6a2 2 0 101.998 2.0044A2.002 2.002 0 0010 8z"
2846
- })), _path214 || (_path214 = /*#__PURE__*/React__default["default"].createElement("path", {
2900
+ })), _path219 || (_path219 = /*#__PURE__*/React__default["default"].createElement("path", {
2847
2901
  d: "M7.4927,20.2627l1.414-1.4141L4,13.9414V4h9.9417l4.9069,4.9067,1.4141-1.414L15.3555,2.5859A2,2,0,0,0,13.9414,2H4A2,2,0,0,0,2,4v9.9414a2,2,0,0,0,.5857,1.4141Z"
2848
2902
  })), children);
2849
2903
  });
2850
2904
  if (process.env.NODE_ENV !== "production") {
2851
2905
  TagNone.propTypes = iconPropTypes.iconPropTypes;
2852
2906
  }
2853
- const Tank = /*#__PURE__*/React__default["default"].forwardRef(function Tank(_ref116, ref) {
2907
+ const Tank = /*#__PURE__*/React__default["default"].forwardRef(function Tank(_ref118, ref) {
2854
2908
  let {
2855
2909
  children,
2856
2910
  size = 16,
2857
2911
  ...rest
2858
- } = _ref116;
2912
+ } = _ref118;
2859
2913
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2860
2914
  width: size,
2861
2915
  height: size,
@@ -2864,19 +2918,19 @@ const Tank = /*#__PURE__*/React__default["default"].forwardRef(function Tank(_re
2864
2918
  viewBox: "0 0 32 32",
2865
2919
  fill: "currentColor",
2866
2920
  ...rest
2867
- }, _path215 || (_path215 = /*#__PURE__*/React__default["default"].createElement("path", {
2921
+ }, _path220 || (_path220 = /*#__PURE__*/React__default["default"].createElement("path", {
2868
2922
  d: "M30,13V11H18.6182l-.7237-1.4473A1,1,0,0,0,17,9H9a1,1,0,0,0-1,1v5H4v2H22.6379l3.6,3H3a1,1,0,0,0-1,1v2a5.0057,5.0057,0,0,0,5,5H25a5.0057,5.0057,0,0,0,5-5V21a1.0011,1.0011,0,0,0-.36-.7686l-6-5A1.0015,1.0015,0,0,0,23,15H20.6182l-1-2ZM28,23a3.0033,3.0033,0,0,1-3,3H7a3.0033,3.0033,0,0,1-3-3V22H28ZM10,15V11h6.3821l2,4Z"
2869
2923
  })), children);
2870
2924
  });
2871
2925
  if (process.env.NODE_ENV !== "production") {
2872
2926
  Tank.propTypes = iconPropTypes.iconPropTypes;
2873
2927
  }
2874
- const Task = /*#__PURE__*/React__default["default"].forwardRef(function Task(_ref117, ref) {
2928
+ const Task = /*#__PURE__*/React__default["default"].forwardRef(function Task(_ref119, ref) {
2875
2929
  let {
2876
2930
  children,
2877
2931
  size = 16,
2878
2932
  ...rest
2879
- } = _ref117;
2933
+ } = _ref119;
2880
2934
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2881
2935
  width: size,
2882
2936
  height: size,
@@ -2885,21 +2939,21 @@ const Task = /*#__PURE__*/React__default["default"].forwardRef(function Task(_re
2885
2939
  viewBox: "0 0 32 32",
2886
2940
  fill: "currentColor",
2887
2941
  ...rest
2888
- }, _path216 || (_path216 = /*#__PURE__*/React__default["default"].createElement("path", {
2942
+ }, _path221 || (_path221 = /*#__PURE__*/React__default["default"].createElement("path", {
2889
2943
  d: "M14 20.18L10.41 16.59 9 18 14 23 23 14 21.59 12.58 14 20.18z"
2890
- })), _path217 || (_path217 = /*#__PURE__*/React__default["default"].createElement("path", {
2944
+ })), _path222 || (_path222 = /*#__PURE__*/React__default["default"].createElement("path", {
2891
2945
  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"
2892
2946
  })), children);
2893
2947
  });
2894
2948
  if (process.env.NODE_ENV !== "production") {
2895
2949
  Task.propTypes = iconPropTypes.iconPropTypes;
2896
2950
  }
2897
- const TaskAdd = /*#__PURE__*/React__default["default"].forwardRef(function TaskAdd(_ref118, ref) {
2951
+ const TaskAdd = /*#__PURE__*/React__default["default"].forwardRef(function TaskAdd(_ref120, ref) {
2898
2952
  let {
2899
2953
  children,
2900
2954
  size = 16,
2901
2955
  ...rest
2902
- } = _ref118;
2956
+ } = _ref120;
2903
2957
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2904
2958
  width: size,
2905
2959
  height: size,
@@ -2908,21 +2962,21 @@ const TaskAdd = /*#__PURE__*/React__default["default"].forwardRef(function TaskA
2908
2962
  viewBox: "0 0 32 32",
2909
2963
  fill: "currentColor",
2910
2964
  ...rest
2911
- }, _path218 || (_path218 = /*#__PURE__*/React__default["default"].createElement("path", {
2965
+ }, _path223 || (_path223 = /*#__PURE__*/React__default["default"].createElement("path", {
2912
2966
  d: "M31 24L27 24 27 20 25 20 25 24 21 24 21 26 25 26 25 30 27 30 27 26 31 26 31 24z"
2913
- })), _path219 || (_path219 = /*#__PURE__*/React__default["default"].createElement("path", {
2967
+ })), _path224 || (_path224 = /*#__PURE__*/React__default["default"].createElement("path", {
2914
2968
  d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2H17V28H7V7h3v3H22V7h3v9h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
2915
2969
  })), children);
2916
2970
  });
2917
2971
  if (process.env.NODE_ENV !== "production") {
2918
2972
  TaskAdd.propTypes = iconPropTypes.iconPropTypes;
2919
2973
  }
2920
- const TaskApproved = /*#__PURE__*/React__default["default"].forwardRef(function TaskApproved(_ref119, ref) {
2974
+ const TaskApproved = /*#__PURE__*/React__default["default"].forwardRef(function TaskApproved(_ref121, ref) {
2921
2975
  let {
2922
2976
  children,
2923
2977
  size = 16,
2924
2978
  ...rest
2925
- } = _ref119;
2979
+ } = _ref121;
2926
2980
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2927
2981
  width: size,
2928
2982
  height: size,
@@ -2931,21 +2985,21 @@ const TaskApproved = /*#__PURE__*/React__default["default"].forwardRef(function
2931
2985
  viewBox: "0 0 32 32",
2932
2986
  fill: "currentColor",
2933
2987
  ...rest
2934
- }, _path220 || (_path220 = /*#__PURE__*/React__default["default"].createElement("path", {
2988
+ }, _path225 || (_path225 = /*#__PURE__*/React__default["default"].createElement("path", {
2935
2989
  d: "M30,20A6,6,0,1,0,20,24.46V32l4-1.8936L28,32V24.46A5.98,5.98,0,0,0,30,20Zm-4,8.84-2-.9467L22,28.84V25.65a5.8877,5.8877,0,0,0,4,0ZM24,24a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,24,24Z"
2936
- })), _path221 || (_path221 = /*#__PURE__*/React__default["default"].createElement("path", {
2990
+ })), _path226 || (_path226 = /*#__PURE__*/React__default["default"].createElement("path", {
2937
2991
  d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
2938
2992
  })), children);
2939
2993
  });
2940
2994
  if (process.env.NODE_ENV !== "production") {
2941
2995
  TaskApproved.propTypes = iconPropTypes.iconPropTypes;
2942
2996
  }
2943
- const TaskAssetView = /*#__PURE__*/React__default["default"].forwardRef(function TaskAssetView(_ref120, ref) {
2997
+ const TaskAssetView = /*#__PURE__*/React__default["default"].forwardRef(function TaskAssetView(_ref122, ref) {
2944
2998
  let {
2945
2999
  children,
2946
3000
  size = 16,
2947
3001
  ...rest
2948
- } = _ref120;
3002
+ } = _ref122;
2949
3003
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2950
3004
  width: size,
2951
3005
  height: size,
@@ -2954,23 +3008,23 @@ const TaskAssetView = /*#__PURE__*/React__default["default"].forwardRef(function
2954
3008
  viewBox: "0 0 32 32",
2955
3009
  fill: "currentColor",
2956
3010
  ...rest
2957
- }, _path222 || (_path222 = /*#__PURE__*/React__default["default"].createElement("path", {
3011
+ }, _path227 || (_path227 = /*#__PURE__*/React__default["default"].createElement("path", {
2958
3012
  d: "M22.5,26A3.5,3.5,0,1,1,26,22.5,3.5041,3.5041,0,0,1,22.5,26Zm0-5A1.5,1.5,0,1,0,24,22.5,1.5017,1.5017,0,0,0,22.5,21Z"
2959
- })), _path223 || (_path223 = /*#__PURE__*/React__default["default"].createElement("path", {
3013
+ })), _path228 || (_path228 = /*#__PURE__*/React__default["default"].createElement("path", {
2960
3014
  d: "M22.5,31A8.5,8.5,0,1,1,31,22.5,8.51,8.51,0,0,1,22.5,31Zm0-15A6.5,6.5,0,1,0,29,22.5,6.5074,6.5074,0,0,0,22.5,16Z"
2961
- })), _path224 || (_path224 = /*#__PURE__*/React__default["default"].createElement("path", {
3015
+ })), _path229 || (_path229 = /*#__PURE__*/React__default["default"].createElement("path", {
2962
3016
  d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h5V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
2963
3017
  })), children);
2964
3018
  });
2965
3019
  if (process.env.NODE_ENV !== "production") {
2966
3020
  TaskAssetView.propTypes = iconPropTypes.iconPropTypes;
2967
3021
  }
2968
- const TaskComplete = /*#__PURE__*/React__default["default"].forwardRef(function TaskComplete(_ref121, ref) {
3022
+ const TaskComplete = /*#__PURE__*/React__default["default"].forwardRef(function TaskComplete(_ref123, ref) {
2969
3023
  let {
2970
3024
  children,
2971
3025
  size = 16,
2972
3026
  ...rest
2973
- } = _ref121;
3027
+ } = _ref123;
2974
3028
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2975
3029
  width: size,
2976
3030
  height: size,
@@ -2979,21 +3033,21 @@ const TaskComplete = /*#__PURE__*/React__default["default"].forwardRef(function
2979
3033
  viewBox: "0 0 32 32",
2980
3034
  fill: "currentColor",
2981
3035
  ...rest
2982
- }, _path225 || (_path225 = /*#__PURE__*/React__default["default"].createElement("path", {
3036
+ }, _path230 || (_path230 = /*#__PURE__*/React__default["default"].createElement("path", {
2983
3037
  d: "M22 27.18L19.41 24.59 18 26 22 30 30 22 28.59 20.59 22 27.18z"
2984
- })), _path226 || (_path226 = /*#__PURE__*/React__default["default"].createElement("path", {
3038
+ })), _path231 || (_path231 = /*#__PURE__*/React__default["default"].createElement("path", {
2985
3039
  d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3V18h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
2986
3040
  })), children);
2987
3041
  });
2988
3042
  if (process.env.NODE_ENV !== "production") {
2989
3043
  TaskComplete.propTypes = iconPropTypes.iconPropTypes;
2990
3044
  }
2991
- const TaskLocation = /*#__PURE__*/React__default["default"].forwardRef(function TaskLocation(_ref122, ref) {
3045
+ const TaskLocation = /*#__PURE__*/React__default["default"].forwardRef(function TaskLocation(_ref124, ref) {
2992
3046
  let {
2993
3047
  children,
2994
3048
  size = 16,
2995
3049
  ...rest
2996
- } = _ref122;
3050
+ } = _ref124;
2997
3051
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2998
3052
  width: size,
2999
3053
  height: size,
@@ -3002,25 +3056,25 @@ const TaskLocation = /*#__PURE__*/React__default["default"].forwardRef(function
3002
3056
  viewBox: "0 0 32 32",
3003
3057
  fill: "currentColor",
3004
3058
  ...rest
3005
- }, _circle23 || (_circle23 = /*#__PURE__*/React__default["default"].createElement("circle", {
3059
+ }, _circle24 || (_circle24 = /*#__PURE__*/React__default["default"].createElement("circle", {
3006
3060
  cx: "24",
3007
3061
  cy: "21",
3008
3062
  r: "2"
3009
- })), _path227 || (_path227 = /*#__PURE__*/React__default["default"].createElement("path", {
3063
+ })), _path232 || (_path232 = /*#__PURE__*/React__default["default"].createElement("path", {
3010
3064
  d: "M24,31l-4.7788-6.4019A5.9354,5.9354,0,0,1,18,21a6,6,0,0,1,12,0,5.9407,5.9407,0,0,1-1.2246,3.6028Zm0-14a4.0045,4.0045,0,0,0-4,4,3.9572,3.9572,0,0,0,.82,2.3972L24,27.6567l3.1763-4.2548A3.9627,3.9627,0,0,0,28,21,4.0045,4.0045,0,0,0,24,17Z"
3011
- })), _path228 || (_path228 = /*#__PURE__*/React__default["default"].createElement("path", {
3065
+ })), _path233 || (_path233 = /*#__PURE__*/React__default["default"].createElement("path", {
3012
3066
  d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
3013
3067
  })), children);
3014
3068
  });
3015
3069
  if (process.env.NODE_ENV !== "production") {
3016
3070
  TaskLocation.propTypes = iconPropTypes.iconPropTypes;
3017
3071
  }
3018
- const TaskRemove = /*#__PURE__*/React__default["default"].forwardRef(function TaskRemove(_ref123, ref) {
3072
+ const TaskRemove = /*#__PURE__*/React__default["default"].forwardRef(function TaskRemove(_ref125, ref) {
3019
3073
  let {
3020
3074
  children,
3021
3075
  size = 16,
3022
3076
  ...rest
3023
- } = _ref123;
3077
+ } = _ref125;
3024
3078
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
3025
3079
  width: size,
3026
3080
  height: size,
@@ -3029,64 +3083,19 @@ const TaskRemove = /*#__PURE__*/React__default["default"].forwardRef(function Ta
3029
3083
  viewBox: "0 0 32 32",
3030
3084
  fill: "currentColor",
3031
3085
  ...rest
3032
- }, _path229 || (_path229 = /*#__PURE__*/React__default["default"].createElement("path", {
3086
+ }, _path234 || (_path234 = /*#__PURE__*/React__default["default"].createElement("path", {
3033
3087
  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 25z"
3034
- })), _path230 || (_path230 = /*#__PURE__*/React__default["default"].createElement("path", {
3088
+ })), _path235 || (_path235 = /*#__PURE__*/React__default["default"].createElement("path", {
3035
3089
  d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3V17h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
3036
3090
  })), children);
3037
3091
  });
3038
3092
  if (process.env.NODE_ENV !== "production") {
3039
3093
  TaskRemove.propTypes = iconPropTypes.iconPropTypes;
3040
3094
  }
3041
- const TaskSettings = /*#__PURE__*/React__default["default"].forwardRef(function TaskSettings(_ref124, ref) {
3042
- let {
3043
- children,
3044
- size = 16,
3045
- ...rest
3046
- } = _ref124;
3047
- return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
3048
- width: size,
3049
- height: size,
3050
- ref: ref,
3051
- xmlns: "http://www.w3.org/2000/svg",
3052
- viewBox: "0 0 32 32",
3053
- fill: "currentColor",
3054
- ...rest
3055
- }, _path231 || (_path231 = /*#__PURE__*/React__default["default"].createElement("path", {
3056
- 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"
3057
- })), _path232 || (_path232 = /*#__PURE__*/React__default["default"].createElement("path", {
3058
- d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h7V28H7V7h3v3H22V7h3v6h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
3059
- })), children);
3060
- });
3061
- if (process.env.NODE_ENV !== "production") {
3062
- TaskSettings.propTypes = iconPropTypes.iconPropTypes;
3063
- }
3064
- const TaskStar = /*#__PURE__*/React__default["default"].forwardRef(function TaskStar(_ref125, ref) {
3065
- let {
3066
- children,
3067
- size = 16,
3068
- ...rest
3069
- } = _ref125;
3070
- return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
3071
- width: size,
3072
- height: size,
3073
- ref: ref,
3074
- xmlns: "http://www.w3.org/2000/svg",
3075
- viewBox: "0 0 32 32",
3076
- fill: "currentColor",
3077
- ...rest
3078
- }, _path233 || (_path233 = /*#__PURE__*/React__default["default"].createElement("path", {
3079
- d: "M23 17L25.23 21.32 30 22 26.5 25.167 28 30 23 27.208 18 30 19.5 25.167 16 22 20.9 21.32 23 17z"
3080
- })), _path234 || (_path234 = /*#__PURE__*/React__default["default"].createElement("path", {
3081
- d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h7V28H7V7h3v3H22V7h3v7h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
3082
- })), children);
3083
- });
3084
- if (process.env.NODE_ENV !== "production") {
3085
- TaskStar.propTypes = iconPropTypes.iconPropTypes;
3086
- }
3087
3095
 
3088
3096
  exports.QT = QT;
3089
3097
  exports.QTAlt = QTAlt;
3098
+ exports.Snooze = Snooze;
3090
3099
  exports.Snow = Snow;
3091
3100
  exports.SnowBlizzard = SnowBlizzard;
3092
3101
  exports.SnowDensity = SnowDensity;
@@ -3190,8 +3199,7 @@ exports.TaskAssetView = TaskAssetView;
3190
3199
  exports.TaskComplete = TaskComplete;
3191
3200
  exports.TaskLocation = TaskLocation;
3192
3201
  exports.TaskRemove = TaskRemove;
3193
- exports.TaskSettings = TaskSettings;
3194
- exports.TaskStar = TaskStar;
3202
+ exports.WatsonHealthSmoothingCursor = WatsonHealthSmoothingCursor;
3195
3203
  exports.WatsonHealthSpineLabel = WatsonHealthSpineLabel;
3196
3204
  exports.WatsonHealthSplitDiscard = WatsonHealthSplitDiscard;
3197
3205
  exports.WatsonHealthStackedMove = WatsonHealthStackedMove;