@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, _circle, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _circle2, _path11, _path12, _path13, _path14, _circle3, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _rect, _path34, _path35, _path36, _path37, _circle4, _circle5, _circle6, _path38, _path39, _circle7, _circle8, _circle9, _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, _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, _circle10, _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, _circle11, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208;
24
- const TaskTools = /*#__PURE__*/React__default["default"].forwardRef(function TaskTools(_ref, ref) {
23
+ var _path, _path2, _path3, _path4, _path5, _path6, _circle, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _circle2, _path15, _path16, _path17, _path18, _circle3, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _rect, _path38, _path39, _path40, _path41, _circle4, _circle5, _circle6, _path42, _path43, _circle7, _circle8, _circle9, _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, _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, _circle10, _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, _circle11, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207;
24
+ const TaskSettings = /*#__PURE__*/React__default["default"].forwardRef(function TaskSettings(_ref, ref) {
25
25
  let {
26
26
  children,
27
27
  size = 16,
@@ -36,20 +36,66 @@ const TaskTools = /*#__PURE__*/React__default["default"].forwardRef(function Tas
36
36
  fill: "currentColor",
37
37
  ...rest
38
38
  }, _path || (_path = /*#__PURE__*/React__default["default"].createElement("path", {
39
- d: "M28.5,32a3.4762,3.4762,0,0,1-2.4751-1.0254L21.897,26.8469a6.496,6.496,0,0,1-7.3482-8.9563l.5879-1.34L19.293,20.707a1.0234,1.0234,0,0,0,1.4135,0,.999.999,0,0,0,.0005-1.4141l-4.1562-4.1565,1.34-.5881a6.4965,6.4965,0,0,1,8.9566,7.3486l4.1274,4.1282A3.5,3.5,0,0,1,28.5,32Zm-6.03-7.4087,4.9693,4.9692a1.5352,1.5352,0,0,0,2.1211,0,1.4985,1.4985,0,0,0,0-2.1208v0l-4.9692-4.97.188-.5823A4.496,4.496,0,0,0,20.5,16q-.126,0-.25.0068l1.8716,1.8721a2.9992,2.9992,0,0,1,0,4.2424,3.0722,3.0722,0,0,1-4.2427-.0005l-1.8716-1.8715Q16,20.3741,16,20.5A4.4968,4.4968,0,0,0,21.8877,24.78Z"
39
+ 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"
40
40
  })), _path2 || (_path2 = /*#__PURE__*/React__default["default"].createElement("path", {
41
+ 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"
42
+ })), children);
43
+ });
44
+ if (process.env.NODE_ENV !== "production") {
45
+ TaskSettings.propTypes = iconPropTypes.iconPropTypes;
46
+ }
47
+ const TaskStar = /*#__PURE__*/React__default["default"].forwardRef(function TaskStar(_ref2, ref) {
48
+ let {
49
+ children,
50
+ size = 16,
51
+ ...rest
52
+ } = _ref2;
53
+ return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
54
+ width: size,
55
+ height: size,
56
+ ref: ref,
57
+ xmlns: "http://www.w3.org/2000/svg",
58
+ viewBox: "0 0 32 32",
59
+ fill: "currentColor",
60
+ ...rest
61
+ }, _path3 || (_path3 = /*#__PURE__*/React__default["default"].createElement("path", {
62
+ 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"
63
+ })), _path4 || (_path4 = /*#__PURE__*/React__default["default"].createElement("path", {
64
+ 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"
65
+ })), children);
66
+ });
67
+ if (process.env.NODE_ENV !== "production") {
68
+ TaskStar.propTypes = iconPropTypes.iconPropTypes;
69
+ }
70
+ const TaskTools = /*#__PURE__*/React__default["default"].forwardRef(function TaskTools(_ref3, ref) {
71
+ let {
72
+ children,
73
+ size = 16,
74
+ ...rest
75
+ } = _ref3;
76
+ return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
77
+ width: size,
78
+ height: size,
79
+ ref: ref,
80
+ xmlns: "http://www.w3.org/2000/svg",
81
+ viewBox: "0 0 32 32",
82
+ fill: "currentColor",
83
+ ...rest
84
+ }, _path5 || (_path5 = /*#__PURE__*/React__default["default"].createElement("path", {
85
+ d: "M28.5,32a3.4762,3.4762,0,0,1-2.4751-1.0254L21.897,26.8469a6.496,6.496,0,0,1-7.3482-8.9563l.5879-1.34L19.293,20.707a1.0234,1.0234,0,0,0,1.4135,0,.999.999,0,0,0,.0005-1.4141l-4.1562-4.1565,1.34-.5881a6.4965,6.4965,0,0,1,8.9566,7.3486l4.1274,4.1282A3.5,3.5,0,0,1,28.5,32Zm-6.03-7.4087,4.9693,4.9692a1.5352,1.5352,0,0,0,2.1211,0,1.4985,1.4985,0,0,0,0-2.1208v0l-4.9692-4.97.188-.5823A4.496,4.496,0,0,0,20.5,16q-.126,0-.25.0068l1.8716,1.8721a2.9992,2.9992,0,0,1,0,4.2424,3.0722,3.0722,0,0,1-4.2427-.0005l-1.8716-1.8715Q16,20.3741,16,20.5A4.4968,4.4968,0,0,0,21.8877,24.78Z"
86
+ })), _path6 || (_path6 = /*#__PURE__*/React__default["default"].createElement("path", {
41
87
  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,2h7V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
42
88
  })), children);
43
89
  });
44
90
  if (process.env.NODE_ENV !== "production") {
45
91
  TaskTools.propTypes = iconPropTypes.iconPropTypes;
46
92
  }
47
- const TaskView = /*#__PURE__*/React__default["default"].forwardRef(function TaskView(_ref2, ref) {
93
+ const TaskView = /*#__PURE__*/React__default["default"].forwardRef(function TaskView(_ref4, ref) {
48
94
  let {
49
95
  children,
50
96
  size = 16,
51
97
  ...rest
52
- } = _ref2;
98
+ } = _ref4;
53
99
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
54
100
  width: size,
55
101
  height: size,
@@ -62,24 +108,24 @@ const TaskView = /*#__PURE__*/React__default["default"].forwardRef(function Task
62
108
  cx: "22",
63
109
  cy: "24",
64
110
  r: "2"
65
- })), _path3 || (_path3 = /*#__PURE__*/React__default["default"].createElement("path", {
111
+ })), _path7 || (_path7 = /*#__PURE__*/React__default["default"].createElement("path", {
66
112
  fill: "none",
67
113
  d: "M22,28a4,4,0,1,1,4-4A4.0039,4.0039,0,0,1,22,28Zm0-6a2,2,0,1,0,2,2A2.0027,2.0027,0,0,0,22,22Z"
68
- })), _path4 || (_path4 = /*#__PURE__*/React__default["default"].createElement("path", {
114
+ })), _path8 || (_path8 = /*#__PURE__*/React__default["default"].createElement("path", {
69
115
  d: "M29.7769,23.4785A8.64,8.64,0,0,0,22,18a8.64,8.64,0,0,0-7.7769,5.4785L14,24l.2231.5215A8.64,8.64,0,0,0,22,30a8.64,8.64,0,0,0,7.7769-5.4785L30,24ZM22,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,22,28Z"
70
- })), _path5 || (_path5 = /*#__PURE__*/React__default["default"].createElement("path", {
116
+ })), _path9 || (_path9 = /*#__PURE__*/React__default["default"].createElement("path", {
71
117
  d: "M12,28H7V7h3v3H22V7h3v9h2V7a2,2,0,0,0-2-2H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2h5ZM12,4h8V8H12Z"
72
118
  })), children);
73
119
  });
74
120
  if (process.env.NODE_ENV !== "production") {
75
121
  TaskView.propTypes = iconPropTypes.iconPropTypes;
76
122
  }
77
- const Taste = /*#__PURE__*/React__default["default"].forwardRef(function Taste(_ref3, ref) {
123
+ const Taste = /*#__PURE__*/React__default["default"].forwardRef(function Taste(_ref5, ref) {
78
124
  let {
79
125
  children,
80
126
  size = 16,
81
127
  ...rest
82
- } = _ref3;
128
+ } = _ref5;
83
129
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
84
130
  width: size,
85
131
  height: size,
@@ -88,19 +134,19 @@ const Taste = /*#__PURE__*/React__default["default"].forwardRef(function Taste(_
88
134
  viewBox: "0 0 32 32",
89
135
  fill: "currentColor",
90
136
  ...rest
91
- }, _path6 || (_path6 = /*#__PURE__*/React__default["default"].createElement("path", {
137
+ }, _path10 || (_path10 = /*#__PURE__*/React__default["default"].createElement("path", {
92
138
  d: "M4 4V6H8v8a8 8 0 0016 0V6h4V4zM22 14a6 6 0 01-12 0V6h5v8h2V6h5zM11 26H13V28H11zM7 24H9V26H7zM15 24H17V26H15zM19 26H21V28H19zM23 24H25V26H23z"
93
139
  })), children);
94
140
  });
95
141
  if (process.env.NODE_ENV !== "production") {
96
142
  Taste.propTypes = iconPropTypes.iconPropTypes;
97
143
  }
98
- const Taxi = /*#__PURE__*/React__default["default"].forwardRef(function Taxi(_ref4, ref) {
144
+ const Taxi = /*#__PURE__*/React__default["default"].forwardRef(function Taxi(_ref6, ref) {
99
145
  let {
100
146
  children,
101
147
  size = 16,
102
148
  ...rest
103
- } = _ref4;
149
+ } = _ref6;
104
150
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
105
151
  width: size,
106
152
  height: size,
@@ -109,19 +155,19 @@ const Taxi = /*#__PURE__*/React__default["default"].forwardRef(function Taxi(_re
109
155
  viewBox: "0 0 32 32",
110
156
  fill: "currentColor",
111
157
  ...rest
112
- }, _path7 || (_path7 = /*#__PURE__*/React__default["default"].createElement("path", {
158
+ }, _path11 || (_path11 = /*#__PURE__*/React__default["default"].createElement("path", {
113
159
  d: "M29.39,16.08,22.7,13.21,20.16,8.87l-.08-.12A2,2,0,0,0,18.52,8h-8a2,2,0,0,0-1.67.89L5.46,14H3a1,1,0,0,0-1,1v9a1,1,0,0,0,1,1H5.14a4,4,0,0,0,7.72,0h6.28a4,4,0,0,0,7.72,0H29a1,1,0,0,0,1-1V17A1,1,0,0,0,29.39,16.08ZM9,26a2,2,0,1,1,2-2A2,2,0,0,1,9,26Zm14,0a2,2,0,1,1,2-2A2,2,0,0,1,23,26Zm5-3H26.86a4,4,0,0,0-7.72,0H12.86a4,4,0,0,0-7.72,0H4V16H6a1,1,0,0,0,.83-.45L10.54,10h8l2.63,4.5a1,1,0,0,0,.47.42L28,17.66Z"
114
160
  })), children);
115
161
  });
116
162
  if (process.env.NODE_ENV !== "production") {
117
163
  Taxi.propTypes = iconPropTypes.iconPropTypes;
118
164
  }
119
- const TcpIpService = /*#__PURE__*/React__default["default"].forwardRef(function TcpIpService(_ref5, ref) {
165
+ const TcpIpService = /*#__PURE__*/React__default["default"].forwardRef(function TcpIpService(_ref7, ref) {
120
166
  let {
121
167
  children,
122
168
  size = 16,
123
169
  ...rest
124
- } = _ref5;
170
+ } = _ref7;
125
171
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
126
172
  width: size,
127
173
  height: size,
@@ -130,19 +176,19 @@ const TcpIpService = /*#__PURE__*/React__default["default"].forwardRef(function
130
176
  viewBox: "0 0 32 32",
131
177
  fill: "currentColor",
132
178
  ...rest
133
- }, _path8 || (_path8 = /*#__PURE__*/React__default["default"].createElement("path", {
179
+ }, _path12 || (_path12 = /*#__PURE__*/React__default["default"].createElement("path", {
134
180
  d: "M16 28H30V30H16zM27 26h-8c-1.1028 0-2-.8972-2-2v-5c0-1.1028.8972-2 2-2h8c1.1028 0 2 .8972 2 2v5c0 1.1028-.8972 2-2 2zm-8-7v5h8v-5h-8zM15 23h-5c-1.1028 0-2-.8972-2-2v-4h2v4h5v2zM2 13H16V15H2zM13 11H5c-1.1028 0-2-.8972-2-2V4c0-1.1028.8972-2 2-2H13c1.1028 0 2 .8972 2 2v5c0 1.1028-.8972 2-2 2zM5 4v5H13V4H5z"
135
181
  })), children);
136
182
  });
137
183
  if (process.env.NODE_ENV !== "production") {
138
184
  TcpIpService.propTypes = iconPropTypes.iconPropTypes;
139
185
  }
140
- const Temperature = /*#__PURE__*/React__default["default"].forwardRef(function Temperature(_ref6, ref) {
186
+ const Temperature = /*#__PURE__*/React__default["default"].forwardRef(function Temperature(_ref8, ref) {
141
187
  let {
142
188
  children,
143
189
  size = 16,
144
190
  ...rest
145
- } = _ref6;
191
+ } = _ref8;
146
192
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
147
193
  width: size,
148
194
  height: size,
@@ -151,19 +197,19 @@ const Temperature = /*#__PURE__*/React__default["default"].forwardRef(function T
151
197
  viewBox: "0 0 32 32",
152
198
  fill: "currentColor",
153
199
  ...rest
154
- }, _path9 || (_path9 = /*#__PURE__*/React__default["default"].createElement("path", {
200
+ }, _path13 || (_path13 = /*#__PURE__*/React__default["default"].createElement("path", {
155
201
  d: "M13 17.26V6A4 4 0 005 6V17.26a7 7 0 108 0zM9 4a2 2 0 012 2v7H7V6A2 2 0 019 4zM9 28a5 5 0 01-2.5-9.33l.5-.28V15h4v3.39l.5.28A5 5 0 019 28zM20 4H30V6H20zM20 10H27V12H20zM20 16H30V18H20zM20 22H27V24H20z"
156
202
  })), children);
157
203
  });
158
204
  if (process.env.NODE_ENV !== "production") {
159
205
  Temperature.propTypes = iconPropTypes.iconPropTypes;
160
206
  }
161
- const TemperatureCelsius = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureCelsius(_ref7, ref) {
207
+ const TemperatureCelsius = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureCelsius(_ref9, ref) {
162
208
  let {
163
209
  children,
164
210
  size = 16,
165
211
  ...rest
166
- } = _ref7;
212
+ } = _ref9;
167
213
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
168
214
  width: size,
169
215
  height: size,
@@ -172,27 +218,27 @@ const TemperatureCelsius = /*#__PURE__*/React__default["default"].forwardRef(fun
172
218
  viewBox: "0 0 32 32",
173
219
  fill: "currentColor",
174
220
  ...rest
175
- }, _path10 || (_path10 = /*#__PURE__*/React__default["default"].createElement("path", {
221
+ }, _path14 || (_path14 = /*#__PURE__*/React__default["default"].createElement("path", {
176
222
  d: "M30,18H24a2.0023,2.0023,0,0,1-2-2V6a2.002,2.002,0,0,1,2-2h6V6H24V16h6Z"
177
223
  })), _circle2 || (_circle2 = /*#__PURE__*/React__default["default"].createElement("circle", {
178
224
  cx: "18",
179
225
  cy: "4",
180
226
  r: "2"
181
- })), _path11 || (_path11 = /*#__PURE__*/React__default["default"].createElement("path", {
227
+ })), _path15 || (_path15 = /*#__PURE__*/React__default["default"].createElement("path", {
182
228
  d: "M10,20.1841V12H8v8.1841a3,3,0,1,0,2,0Z"
183
- })), _path12 || (_path12 = /*#__PURE__*/React__default["default"].createElement("path", {
229
+ })), _path16 || (_path16 = /*#__PURE__*/React__default["default"].createElement("path", {
184
230
  d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z"
185
231
  })), children);
186
232
  });
187
233
  if (process.env.NODE_ENV !== "production") {
188
234
  TemperatureCelsius.propTypes = iconPropTypes.iconPropTypes;
189
235
  }
190
- const TemperatureCelsiusAlt = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureCelsiusAlt(_ref8, ref) {
236
+ const TemperatureCelsiusAlt = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureCelsiusAlt(_ref10, ref) {
191
237
  let {
192
238
  children,
193
239
  size = 16,
194
240
  ...rest
195
- } = _ref8;
241
+ } = _ref10;
196
242
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
197
243
  width: size,
198
244
  height: size,
@@ -201,19 +247,19 @@ const TemperatureCelsiusAlt = /*#__PURE__*/React__default["default"].forwardRef(
201
247
  viewBox: "0 0 32 32",
202
248
  fill: "currentColor",
203
249
  ...rest
204
- }, _path13 || (_path13 = /*#__PURE__*/React__default["default"].createElement("path", {
250
+ }, _path17 || (_path17 = /*#__PURE__*/React__default["default"].createElement("path", {
205
251
  d: "M26 27H17a2.0023 2.0023 0 01-2-2V11a2.002 2.002 0 012-2h9v2H17V25h9zM8 13a4 4 0 114-4h0A4.0118 4.0118 0 018 13zM8 7a2 2 0 102 2h0A2.0059 2.0059 0 008 7z"
206
252
  })), children);
207
253
  });
208
254
  if (process.env.NODE_ENV !== "production") {
209
255
  TemperatureCelsiusAlt.propTypes = iconPropTypes.iconPropTypes;
210
256
  }
211
- const TemperatureFahrenheit = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureFahrenheit(_ref9, ref) {
257
+ const TemperatureFahrenheit = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureFahrenheit(_ref11, ref) {
212
258
  let {
213
259
  children,
214
260
  size = 16,
215
261
  ...rest
216
- } = _ref9;
262
+ } = _ref11;
217
263
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
218
264
  width: size,
219
265
  height: size,
@@ -222,27 +268,27 @@ const TemperatureFahrenheit = /*#__PURE__*/React__default["default"].forwardRef(
222
268
  viewBox: "0 0 32 32",
223
269
  fill: "currentColor",
224
270
  ...rest
225
- }, _path14 || (_path14 = /*#__PURE__*/React__default["default"].createElement("path", {
271
+ }, _path18 || (_path18 = /*#__PURE__*/React__default["default"].createElement("path", {
226
272
  d: "M30 6L30 4 22 4 22 18 24 18 24 12 29 12 29 10 24 10 24 6 30 6z"
227
273
  })), _circle3 || (_circle3 = /*#__PURE__*/React__default["default"].createElement("circle", {
228
274
  cx: "18",
229
275
  cy: "4",
230
276
  r: "2"
231
- })), _path15 || (_path15 = /*#__PURE__*/React__default["default"].createElement("path", {
277
+ })), _path19 || (_path19 = /*#__PURE__*/React__default["default"].createElement("path", {
232
278
  d: "M10,20.1841V12H8v8.1841a3,3,0,1,0,2,0Z"
233
- })), _path16 || (_path16 = /*#__PURE__*/React__default["default"].createElement("path", {
279
+ })), _path20 || (_path20 = /*#__PURE__*/React__default["default"].createElement("path", {
234
280
  d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z"
235
281
  })), children);
236
282
  });
237
283
  if (process.env.NODE_ENV !== "production") {
238
284
  TemperatureFahrenheit.propTypes = iconPropTypes.iconPropTypes;
239
285
  }
240
- const TemperatureFahrenheitAlt = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureFahrenheitAlt(_ref10, ref) {
286
+ const TemperatureFahrenheitAlt = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureFahrenheitAlt(_ref12, ref) {
241
287
  let {
242
288
  children,
243
289
  size = 16,
244
290
  ...rest
245
- } = _ref10;
291
+ } = _ref12;
246
292
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
247
293
  width: size,
248
294
  height: size,
@@ -251,19 +297,19 @@ const TemperatureFahrenheitAlt = /*#__PURE__*/React__default["default"].forwardR
251
297
  viewBox: "0 0 32 32",
252
298
  fill: "currentColor",
253
299
  ...rest
254
- }, _path17 || (_path17 = /*#__PURE__*/React__default["default"].createElement("path", {
300
+ }, _path21 || (_path21 = /*#__PURE__*/React__default["default"].createElement("path", {
255
301
  d: "M26 11L26 9 15 9 15 27 17 27 17 19 25 19 25 17 17 17 17 11 26 11zM8 13a4 4 0 114-4h0A4.0118 4.0118 0 018 13zM8 7a2 2 0 102 2h0A2.0059 2.0059 0 008 7z"
256
302
  })), children);
257
303
  });
258
304
  if (process.env.NODE_ENV !== "production") {
259
305
  TemperatureFahrenheitAlt.propTypes = iconPropTypes.iconPropTypes;
260
306
  }
261
- const TemperatureFeelsLike = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureFeelsLike(_ref11, ref) {
307
+ const TemperatureFeelsLike = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureFeelsLike(_ref13, ref) {
262
308
  let {
263
309
  children,
264
310
  size = 16,
265
311
  ...rest
266
- } = _ref11;
312
+ } = _ref13;
267
313
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
268
314
  width: size,
269
315
  height: size,
@@ -272,21 +318,21 @@ const TemperatureFeelsLike = /*#__PURE__*/React__default["default"].forwardRef(f
272
318
  viewBox: "0 0 32 32",
273
319
  fill: "currentColor",
274
320
  ...rest
275
- }, _path18 || (_path18 = /*#__PURE__*/React__default["default"].createElement("path", {
321
+ }, _path22 || (_path22 = /*#__PURE__*/React__default["default"].createElement("path", {
276
322
  d: "M26 30H22a2.0059 2.0059 0 01-2-2V21a2.0059 2.0059 0 01-2-2V13a2.9465 2.9465 0 013-3h6a2.9465 2.9465 0 013 3v6a2.0059 2.0059 0 01-2 2v7A2.0059 2.0059 0 0126 30zM21 12a.9448.9448 0 00-1 1v6h2v9h4V19h2V13a.9448.9448 0 00-1-1zM24 9a4 4 0 114-4h0A4.0118 4.0118 0 0124 9zm0-6a2 2 0 102 2h0a2.0059 2.0059 0 00-2-2zM10 20.1839V12H8v8.1839a3 3 0 102 0z"
277
- })), _path19 || (_path19 = /*#__PURE__*/React__default["default"].createElement("path", {
323
+ })), _path23 || (_path23 = /*#__PURE__*/React__default["default"].createElement("path", {
278
324
  d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z"
279
325
  })), children);
280
326
  });
281
327
  if (process.env.NODE_ENV !== "production") {
282
328
  TemperatureFeelsLike.propTypes = iconPropTypes.iconPropTypes;
283
329
  }
284
- const TemperatureFrigid = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureFrigid(_ref12, ref) {
330
+ const TemperatureFrigid = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureFrigid(_ref14, ref) {
285
331
  let {
286
332
  children,
287
333
  size = 16,
288
334
  ...rest
289
- } = _ref12;
335
+ } = _ref14;
290
336
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
291
337
  width: size,
292
338
  height: size,
@@ -295,21 +341,21 @@ const TemperatureFrigid = /*#__PURE__*/React__default["default"].forwardRef(func
295
341
  viewBox: "0 0 32 32",
296
342
  fill: "currentColor",
297
343
  ...rest
298
- }, _path20 || (_path20 = /*#__PURE__*/React__default["default"].createElement("path", {
344
+ }, _path24 || (_path24 = /*#__PURE__*/React__default["default"].createElement("path", {
299
345
  d: "M27.167 16.89L21.72 13 27.167 9.109 29.684 9.948 30.316 8.051 28 7.279 28 5 26 5 26 7.485 21 11.057 21 5.367 23.555 3.664 22.445 2 20 3.63 17.555 2 16.445 3.664 19 5.367 19 11.057 16 8.914 16 11.372 18.28 13 16 14.628 16 17.086 19 14.943 19 21.703 22.445 24 23.555 22.336 21 20.633 21 14.943 26 18.515 26 21 28 21 28 18.721 30.316 17.948 29.684 16.051 27.167 16.89zM12 23a3 3 0 01-6 0z"
300
- })), _path21 || (_path21 = /*#__PURE__*/React__default["default"].createElement("path", {
346
+ })), _path25 || (_path25 = /*#__PURE__*/React__default["default"].createElement("path", {
301
347
  d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z"
302
348
  })), children);
303
349
  });
304
350
  if (process.env.NODE_ENV !== "production") {
305
351
  TemperatureFrigid.propTypes = iconPropTypes.iconPropTypes;
306
352
  }
307
- const TemperatureHot = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureHot(_ref13, ref) {
353
+ const TemperatureHot = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureHot(_ref15, ref) {
308
354
  let {
309
355
  children,
310
356
  size = 16,
311
357
  ...rest
312
- } = _ref13;
358
+ } = _ref15;
313
359
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
314
360
  width: size,
315
361
  height: size,
@@ -318,29 +364,29 @@ const TemperatureHot = /*#__PURE__*/React__default["default"].forwardRef(functio
318
364
  viewBox: "0 0 32 32",
319
365
  fill: "currentColor",
320
366
  ...rest
321
- }, _path22 || (_path22 = /*#__PURE__*/React__default["default"].createElement("path", {
367
+ }, _path26 || (_path26 = /*#__PURE__*/React__default["default"].createElement("path", {
322
368
  d: "M26 13H30V15H26z"
323
- })), _path23 || (_path23 = /*#__PURE__*/React__default["default"].createElement("path", {
369
+ })), _path27 || (_path27 = /*#__PURE__*/React__default["default"].createElement("path", {
324
370
  d: "M23.121 5.879H27.121V7.879H23.121z",
325
371
  transform: "rotate(-45 25.121 6.879)"
326
- })), _path24 || (_path24 = /*#__PURE__*/React__default["default"].createElement("path", {
372
+ })), _path28 || (_path28 = /*#__PURE__*/React__default["default"].createElement("path", {
327
373
  d: "M24.121 19.121H26.121V23.121H24.121z",
328
374
  transform: "rotate(-45 25.121 21.121)"
329
- })), _path25 || (_path25 = /*#__PURE__*/React__default["default"].createElement("path", {
375
+ })), _path29 || (_path29 = /*#__PURE__*/React__default["default"].createElement("path", {
330
376
  d: "M17 2H19V6H17zM18 8a6.0365 6.0365 0 00-1 .09v2.0518A3.9567 3.9567 0 0118 10a4 4 0 010 8v2A6 6 0 0018 8zM10 20.1839V7H8V20.1839a3 3 0 102 0z"
331
- })), _path26 || (_path26 = /*#__PURE__*/React__default["default"].createElement("path", {
377
+ })), _path30 || (_path30 = /*#__PURE__*/React__default["default"].createElement("path", {
332
378
  d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z"
333
379
  })), children);
334
380
  });
335
381
  if (process.env.NODE_ENV !== "production") {
336
382
  TemperatureHot.propTypes = iconPropTypes.iconPropTypes;
337
383
  }
338
- const TemperatureInversion = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureInversion(_ref14, ref) {
384
+ const TemperatureInversion = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureInversion(_ref16, ref) {
339
385
  let {
340
386
  children,
341
387
  size = 16,
342
388
  ...rest
343
- } = _ref14;
389
+ } = _ref16;
344
390
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
345
391
  width: size,
346
392
  height: size,
@@ -349,19 +395,19 @@ const TemperatureInversion = /*#__PURE__*/React__default["default"].forwardRef(f
349
395
  viewBox: "0 0 32 32",
350
396
  fill: "currentColor",
351
397
  ...rest
352
- }, _path27 || (_path27 = /*#__PURE__*/React__default["default"].createElement("path", {
398
+ }, _path31 || (_path31 = /*#__PURE__*/React__default["default"].createElement("path", {
353
399
  d: "M30 8H24v6h2V11.541A5.939 5.939 0 0128 16a6.0039 6.0039 0 01-5.0945 5.9243A7.0273 7.0273 0 0020 17.2617V6a4 4 0 00-8 0V17.2617a6.996 6.996 0 1010.9292 6.68A7.9794 7.9794 0 0027.2651 10H30zM14 6a2 2 0 014 0v7H14zm2 22a4.9965 4.9965 0 01-2.499-9.3252L14 18.3857V15h4v3.3857l.499.2891A4.9965 4.9965 0 0116 28zM2 10a8.04 8.04 0 002.7349 6H2v2H8V12H6v2.4592A5.94 5.94 0 014 10a6.0066 6.0066 0 016-6V2A8.0092 8.0092 0 002 10z"
354
400
  })), children);
355
401
  });
356
402
  if (process.env.NODE_ENV !== "production") {
357
403
  TemperatureInversion.propTypes = iconPropTypes.iconPropTypes;
358
404
  }
359
- const TemperatureMax = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureMax(_ref15, ref) {
405
+ const TemperatureMax = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureMax(_ref17, ref) {
360
406
  let {
361
407
  children,
362
408
  size = 16,
363
409
  ...rest
364
- } = _ref15;
410
+ } = _ref17;
365
411
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
366
412
  width: size,
367
413
  height: size,
@@ -370,21 +416,21 @@ const TemperatureMax = /*#__PURE__*/React__default["default"].forwardRef(functio
370
416
  viewBox: "0 0 32 32",
371
417
  fill: "currentColor",
372
418
  ...rest
373
- }, _path28 || (_path28 = /*#__PURE__*/React__default["default"].createElement("path", {
419
+ }, _path32 || (_path32 = /*#__PURE__*/React__default["default"].createElement("path", {
374
420
  d: "M20 10H27V12H20zM20 16H30V18H20zM20 22H27V24H20zM10 20.1839V7H8V20.1839a3 3 0 102 0z"
375
- })), _path29 || (_path29 = /*#__PURE__*/React__default["default"].createElement("path", {
421
+ })), _path33 || (_path33 = /*#__PURE__*/React__default["default"].createElement("path", {
376
422
  d: "M30,4H12.9744A4.9829,4.9829,0,0,0,4,7V18.1108a7,7,0,1,0,10,0V7a5.0019,5.0019,0,0,0-.1011-1H30ZM9,28a4.9933,4.9933,0,0,1-3.332-8.7183L6,18.9834V7a3,3,0,0,1,6,0V18.9834l.332.2983A4.9933,4.9933,0,0,1,9,28Z"
377
423
  })), children);
378
424
  });
379
425
  if (process.env.NODE_ENV !== "production") {
380
426
  TemperatureMax.propTypes = iconPropTypes.iconPropTypes;
381
427
  }
382
- const TemperatureMin = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureMin(_ref16, ref) {
428
+ const TemperatureMin = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureMin(_ref18, ref) {
383
429
  let {
384
430
  children,
385
431
  size = 16,
386
432
  ...rest
387
- } = _ref16;
433
+ } = _ref18;
388
434
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
389
435
  width: size,
390
436
  height: size,
@@ -393,21 +439,21 @@ const TemperatureMin = /*#__PURE__*/React__default["default"].forwardRef(functio
393
439
  viewBox: "0 0 32 32",
394
440
  fill: "currentColor",
395
441
  ...rest
396
- }, _path30 || (_path30 = /*#__PURE__*/React__default["default"].createElement("path", {
442
+ }, _path34 || (_path34 = /*#__PURE__*/React__default["default"].createElement("path", {
397
443
  d: "M20 4H27V6H20zM20 10H30V12H20zM20 16H27V18H20zM12 23a3 3 0 01-6 0z"
398
- })), _path31 || (_path31 = /*#__PURE__*/React__default["default"].createElement("path", {
444
+ })), _path35 || (_path35 = /*#__PURE__*/React__default["default"].createElement("path", {
399
445
  d: "M30,22H15.9192A7.0107,7.0107,0,0,0,14,18.1108V7A5,5,0,0,0,4,7V18.1108A6.9946,6.9946,0,1,0,15.92,24H30ZM9,28a4.9933,4.9933,0,0,1-3.332-8.7183L6,18.9834V7a3,3,0,0,1,6,0V18.9834l.332.2983A4.9933,4.9933,0,0,1,9,28Z"
400
446
  })), children);
401
447
  });
402
448
  if (process.env.NODE_ENV !== "production") {
403
449
  TemperatureMin.propTypes = iconPropTypes.iconPropTypes;
404
450
  }
405
- const TemperatureWater = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureWater(_ref17, ref) {
451
+ const TemperatureWater = /*#__PURE__*/React__default["default"].forwardRef(function TemperatureWater(_ref19, ref) {
406
452
  let {
407
453
  children,
408
454
  size = 16,
409
455
  ...rest
410
- } = _ref17;
456
+ } = _ref19;
411
457
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
412
458
  width: size,
413
459
  height: size,
@@ -416,19 +462,19 @@ const TemperatureWater = /*#__PURE__*/React__default["default"].forwardRef(funct
416
462
  viewBox: "0 0 32 32",
417
463
  fill: "currentColor",
418
464
  ...rest
419
- }, _path32 || (_path32 = /*#__PURE__*/React__default["default"].createElement("path", {
465
+ }, _path36 || (_path36 = /*#__PURE__*/React__default["default"].createElement("path", {
420
466
  d: "M14,9a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,30,9V7a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,26,4a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,22,7a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,18,4a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,14,7H13V6A4,4,0,0,0,5,6V17.2617A7.0126,7.0126,0,1,0,13.8735,18H14a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,30,18V16a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,26,13a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,22,16a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,18,13a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,14,16H13V9ZM7,6a2,2,0,0,1,4,0v6H7ZM9,28a4.9965,4.9965,0,0,1-2.499-9.3252L7,18.3857V14h4v4.3857l.499.2891A4.9965,4.9965,0,0,1,9,28Z"
421
467
  })), children);
422
468
  });
423
469
  if (process.env.NODE_ENV !== "production") {
424
470
  TemperatureWater.propTypes = iconPropTypes.iconPropTypes;
425
471
  }
426
- const Template = /*#__PURE__*/React__default["default"].forwardRef(function Template(_ref18, ref) {
472
+ const Template = /*#__PURE__*/React__default["default"].forwardRef(function Template(_ref20, ref) {
427
473
  let {
428
474
  children,
429
475
  size = 16,
430
476
  ...rest
431
- } = _ref18;
477
+ } = _ref20;
432
478
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
433
479
  width: size,
434
480
  height: size,
@@ -437,19 +483,19 @@ const Template = /*#__PURE__*/React__default["default"].forwardRef(function Temp
437
483
  viewBox: "0 0 32 32",
438
484
  fill: "currentColor",
439
485
  ...rest
440
- }, _path33 || (_path33 = /*#__PURE__*/React__default["default"].createElement("path", {
486
+ }, _path37 || (_path37 = /*#__PURE__*/React__default["default"].createElement("path", {
441
487
  d: "M26 6v4H6V6H26m0-2H6A2 2 0 004 6v4a2 2 0 002 2H26a2 2 0 002-2V6a2 2 0 00-2-2zM10 16V26H6V16h4m0-2H6a2 2 0 00-2 2V26a2 2 0 002 2h4a2 2 0 002-2V16a2 2 0 00-2-2zM26 16V26H16V16H26m0-2H16a2 2 0 00-2 2V26a2 2 0 002 2H26a2 2 0 002-2V16a2 2 0 00-2-2z"
442
488
  })), children);
443
489
  });
444
490
  if (process.env.NODE_ENV !== "production") {
445
491
  Template.propTypes = iconPropTypes.iconPropTypes;
446
492
  }
447
- const Tennis = /*#__PURE__*/React__default["default"].forwardRef(function Tennis(_ref19, ref) {
493
+ const Tennis = /*#__PURE__*/React__default["default"].forwardRef(function Tennis(_ref21, ref) {
448
494
  let {
449
495
  children,
450
496
  size = 16,
451
497
  ...rest
452
- } = _ref19;
498
+ } = _ref21;
453
499
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
454
500
  width: size,
455
501
  height: size,
@@ -464,21 +510,21 @@ const Tennis = /*#__PURE__*/React__default["default"].forwardRef(function Tennis
464
510
  x: "20",
465
511
  y: "2",
466
512
  rx: "2"
467
- })), _path34 || (_path34 = /*#__PURE__*/React__default["default"].createElement("path", {
513
+ })), _path38 || (_path38 = /*#__PURE__*/React__default["default"].createElement("path", {
468
514
  d: "M11,16a1,1,0,0,1-.707-1.707l7-7a1,1,0,1,1,1.414,1.414l-7,7A.9962.9962,0,0,1,11,16Z"
469
- })), _path35 || (_path35 = /*#__PURE__*/React__default["default"].createElement("path", {
515
+ })), _path39 || (_path39 = /*#__PURE__*/React__default["default"].createElement("path", {
470
516
  d: "M23.707,24.293a8.3948,8.3948,0,0,0-4.72-2.209c.1992-.1641.3931-.3364.5777-.521a9.2447,9.2447,0,0,0,1.7334-9.9141l-1.8768.6973c1.11,2.9805.6346,5.8975-1.2722,7.8022a6.6964,6.6964,0,0,1-5.561,1.8047,9.7746,9.7746,0,0,1-5.771-2.7856c-2.9727-2.97-4.0759-8.2276-.9805-11.32,1.9068-1.9053,4.8267-2.38,7.8094-1.271l.6987-1.875C10.6616,3.333,6.8591,3.9961,4.4207,6.4331c-3.9427,3.9385-2.6761,10.4956.98,14.1489a11.8136,11.8136,0,0,0,6.9766,3.36c.21.022.4153.0234.6223.0332V24h4.9968a6.8463,6.8463,0,0,1,4.2962,1.707L26.5859,30,28,28.5859Z"
471
517
  })), children);
472
518
  });
473
519
  if (process.env.NODE_ENV !== "production") {
474
520
  Tennis.propTypes = iconPropTypes.iconPropTypes;
475
521
  }
476
- const TennisBall = /*#__PURE__*/React__default["default"].forwardRef(function TennisBall(_ref20, ref) {
522
+ const TennisBall = /*#__PURE__*/React__default["default"].forwardRef(function TennisBall(_ref22, ref) {
477
523
  let {
478
524
  children,
479
525
  size = 16,
480
526
  ...rest
481
- } = _ref20;
527
+ } = _ref22;
482
528
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
483
529
  width: size,
484
530
  height: size,
@@ -487,19 +533,19 @@ const TennisBall = /*#__PURE__*/React__default["default"].forwardRef(function Te
487
533
  viewBox: "0 0 32 32",
488
534
  fill: "currentColor",
489
535
  ...rest
490
- }, _path36 || (_path36 = /*#__PURE__*/React__default["default"].createElement("path", {
536
+ }, _path40 || (_path40 = /*#__PURE__*/React__default["default"].createElement("path", {
491
537
  d: "M19,4a8.9812,8.9812,0,0,0-8.1687,12.7549L2,25.5859,3.4141,27l8.4873-8.4873a9.0408,9.0408,0,0,0,1.5859,1.5859L10,23.5859,11.4141,25l3.8313-3.8311A8.9959,8.9959,0,1,0,19,4Zm6.9058,7.9058a7.005,7.005,0,0,1-5.8116-5.8116A7.005,7.005,0,0,1,25.9058,11.9058ZM12.0942,14.0942a7.005,7.005,0,0,1,5.8116,5.8116A7.005,7.005,0,0,1,12.0942,14.0942ZM19.93,19.9307a9.01,9.01,0,0,0-7.8611-7.8614,7.004,7.004,0,0,1,6-6,9.01,9.01,0,0,0,7.8611,7.8614A7.004,7.004,0,0,1,19.93,19.9307Z"
492
538
  })), children);
493
539
  });
494
540
  if (process.env.NODE_ENV !== "production") {
495
541
  TennisBall.propTypes = iconPropTypes.iconPropTypes;
496
542
  }
497
- const Term = /*#__PURE__*/React__default["default"].forwardRef(function Term(_ref21, ref) {
543
+ const Term = /*#__PURE__*/React__default["default"].forwardRef(function Term(_ref23, ref) {
498
544
  let {
499
545
  children,
500
546
  size = 16,
501
547
  ...rest
502
- } = _ref21;
548
+ } = _ref23;
503
549
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
504
550
  width: size,
505
551
  height: size,
@@ -508,7 +554,7 @@ const Term = /*#__PURE__*/React__default["default"].forwardRef(function Term(_re
508
554
  viewBox: "0 0 32 32",
509
555
  fill: "currentColor",
510
556
  ...rest
511
- }, _path37 || (_path37 = /*#__PURE__*/React__default["default"].createElement("path", {
557
+ }, _path41 || (_path41 = /*#__PURE__*/React__default["default"].createElement("path", {
512
558
  d: "M28,26H25V24h3V8H25V6h3a2.0023,2.0023,0,0,1,2,2V24A2.0027,2.0027,0,0,1,28,26Z"
513
559
  })), _circle4 || (_circle4 = /*#__PURE__*/React__default["default"].createElement("circle", {
514
560
  cx: "23",
@@ -522,19 +568,19 @@ const Term = /*#__PURE__*/React__default["default"].forwardRef(function Term(_re
522
568
  cx: "9",
523
569
  cy: "16",
524
570
  r: "2"
525
- })), _path38 || (_path38 = /*#__PURE__*/React__default["default"].createElement("path", {
571
+ })), _path42 || (_path42 = /*#__PURE__*/React__default["default"].createElement("path", {
526
572
  d: "M7,26H4a2.0023,2.0023,0,0,1-2-2V8A2.002,2.002,0,0,1,4,6H7V8H4V24H7Z"
527
573
  })), children);
528
574
  });
529
575
  if (process.env.NODE_ENV !== "production") {
530
576
  Term.propTypes = iconPropTypes.iconPropTypes;
531
577
  }
532
- const TermReference = /*#__PURE__*/React__default["default"].forwardRef(function TermReference(_ref22, ref) {
578
+ const TermReference = /*#__PURE__*/React__default["default"].forwardRef(function TermReference(_ref24, ref) {
533
579
  let {
534
580
  children,
535
581
  size = 16,
536
582
  ...rest
537
- } = _ref22;
583
+ } = _ref24;
538
584
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
539
585
  width: size,
540
586
  height: size,
@@ -543,7 +589,7 @@ const TermReference = /*#__PURE__*/React__default["default"].forwardRef(function
543
589
  viewBox: "0 0 32 32",
544
590
  fill: "currentColor",
545
591
  ...rest
546
- }, _path39 || (_path39 = /*#__PURE__*/React__default["default"].createElement("path", {
592
+ }, _path43 || (_path43 = /*#__PURE__*/React__default["default"].createElement("path", {
547
593
  strokeWidth: "0",
548
594
  d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM28 25h-3v-2h3V7h-3v-2h3c1.1025 0 2 .897 2 2v16c0 1.1025-.8975 2-2 2z"
549
595
  })), _circle7 || (_circle7 = /*#__PURE__*/React__default["default"].createElement("circle", {
@@ -561,7 +607,7 @@ const TermReference = /*#__PURE__*/React__default["default"].forwardRef(function
561
607
  cy: "15",
562
608
  r: "2",
563
609
  strokeWidth: "0"
564
- })), _path40 || (_path40 = /*#__PURE__*/React__default["default"].createElement("path", {
610
+ })), _path44 || (_path44 = /*#__PURE__*/React__default["default"].createElement("path", {
565
611
  strokeWidth: "0",
566
612
  d: "m4,17V7h3v-2h-3c-1.103,0-2,.897-2,2v10h2Z"
567
613
  })), children);
@@ -569,12 +615,12 @@ const TermReference = /*#__PURE__*/React__default["default"].forwardRef(function
569
615
  if (process.env.NODE_ENV !== "production") {
570
616
  TermReference.propTypes = iconPropTypes.iconPropTypes;
571
617
  }
572
- const Terminal = /*#__PURE__*/React__default["default"].forwardRef(function Terminal(_ref23, ref) {
618
+ const Terminal = /*#__PURE__*/React__default["default"].forwardRef(function Terminal(_ref25, ref) {
573
619
  let {
574
620
  children,
575
621
  size = 16,
576
622
  ...rest
577
- } = _ref23;
623
+ } = _ref25;
578
624
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
579
625
  width: size,
580
626
  height: size,
@@ -583,22 +629,22 @@ const Terminal = /*#__PURE__*/React__default["default"].forwardRef(function Term
583
629
  viewBox: "0 0 32 32",
584
630
  fill: "currentColor",
585
631
  ...rest
586
- }, _path41 || (_path41 = /*#__PURE__*/React__default["default"].createElement("path", {
632
+ }, _path45 || (_path45 = /*#__PURE__*/React__default["default"].createElement("path", {
587
633
  d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Zm0,2v4H6V6ZM6,26V12H26V26Z",
588
634
  transform: "translate(0 .01)"
589
- })), _path42 || (_path42 = /*#__PURE__*/React__default["default"].createElement("path", {
635
+ })), _path46 || (_path46 = /*#__PURE__*/React__default["default"].createElement("path", {
590
636
  d: "M10.76 16.18L13.58 19.01 10.76 21.84 12.17 23.25 16.41 19.01 12.17 14.77 10.76 16.18z"
591
637
  })), children);
592
638
  });
593
639
  if (process.env.NODE_ENV !== "production") {
594
640
  Terminal.propTypes = iconPropTypes.iconPropTypes;
595
641
  }
596
- const Terminal_3270 = /*#__PURE__*/React__default["default"].forwardRef(function Terminal_3270(_ref24, ref) {
642
+ const Terminal_3270 = /*#__PURE__*/React__default["default"].forwardRef(function Terminal_3270(_ref26, ref) {
597
643
  let {
598
644
  children,
599
645
  size = 16,
600
646
  ...rest
601
- } = _ref24;
647
+ } = _ref26;
602
648
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
603
649
  width: size,
604
650
  height: size,
@@ -607,21 +653,21 @@ const Terminal_3270 = /*#__PURE__*/React__default["default"].forwardRef(function
607
653
  viewBox: "0 0 32 32",
608
654
  fill: "currentColor",
609
655
  ...rest
610
- }, _path43 || (_path43 = /*#__PURE__*/React__default["default"].createElement("path", {
656
+ }, _path47 || (_path47 = /*#__PURE__*/React__default["default"].createElement("path", {
611
657
  d: "M10 21H16V23H10z"
612
- })), _path44 || (_path44 = /*#__PURE__*/React__default["default"].createElement("path", {
658
+ })), _path48 || (_path48 = /*#__PURE__*/React__default["default"].createElement("path", {
613
659
  d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Zm0,2v4H6V6ZM6,26V12H26V26Z"
614
660
  })), children);
615
661
  });
616
662
  if (process.env.NODE_ENV !== "production") {
617
663
  Terminal_3270.propTypes = iconPropTypes.iconPropTypes;
618
664
  }
619
- const TestTool = /*#__PURE__*/React__default["default"].forwardRef(function TestTool(_ref25, ref) {
665
+ const TestTool = /*#__PURE__*/React__default["default"].forwardRef(function TestTool(_ref27, ref) {
620
666
  let {
621
667
  children,
622
668
  size = 16,
623
669
  ...rest
624
- } = _ref25;
670
+ } = _ref27;
625
671
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
626
672
  width: size,
627
673
  height: size,
@@ -630,21 +676,21 @@ const TestTool = /*#__PURE__*/React__default["default"].forwardRef(function Test
630
676
  viewBox: "0 0 32 32",
631
677
  fill: "currentColor",
632
678
  ...rest
633
- }, _path45 || (_path45 = /*#__PURE__*/React__default["default"].createElement("path", {
679
+ }, _path49 || (_path49 = /*#__PURE__*/React__default["default"].createElement("path", {
634
680
  d: "M23 9.2L20.4 6.6 19 8 23 12 30 5 28.6 3.6zM12 5.4L10.6 4 8 6.6 5.4 4 4 5.4 6.6 8 4 10.6 5.4 12 8 9.4 10.6 12 12 10.6 9.4 8zM12 21.4L10.6 20 8 22.6 5.4 20 4 21.4 6.6 24 4 26.6 5.4 28 8 25.4 10.6 28 12 26.6 9.4 24z"
635
- })), _path46 || (_path46 = /*#__PURE__*/React__default["default"].createElement("path", {
681
+ })), _path50 || (_path50 = /*#__PURE__*/React__default["default"].createElement("path", {
636
682
  d: "M17 15L17 2 15 2 15 15 2 15 2 17 15 17 15 30 17 30 17 17 30 17 30 15z"
637
683
  })), children);
638
684
  });
639
685
  if (process.env.NODE_ENV !== "production") {
640
686
  TestTool.propTypes = iconPropTypes.iconPropTypes;
641
687
  }
642
- const TextAlignCenter = /*#__PURE__*/React__default["default"].forwardRef(function TextAlignCenter(_ref26, ref) {
688
+ const TextAlignCenter = /*#__PURE__*/React__default["default"].forwardRef(function TextAlignCenter(_ref28, ref) {
643
689
  let {
644
690
  children,
645
691
  size = 16,
646
692
  ...rest
647
- } = _ref26;
693
+ } = _ref28;
648
694
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
649
695
  width: size,
650
696
  height: size,
@@ -653,19 +699,19 @@ const TextAlignCenter = /*#__PURE__*/React__default["default"].forwardRef(functi
653
699
  viewBox: "0 0 32 32",
654
700
  fill: "currentColor",
655
701
  ...rest
656
- }, _path47 || (_path47 = /*#__PURE__*/React__default["default"].createElement("path", {
702
+ }, _path51 || (_path51 = /*#__PURE__*/React__default["default"].createElement("path", {
657
703
  d: "M6 6H26V8H6zM10 12H22V14H10zM6 18H26V20H6zM10 24H22V26H10z"
658
704
  })), children);
659
705
  });
660
706
  if (process.env.NODE_ENV !== "production") {
661
707
  TextAlignCenter.propTypes = iconPropTypes.iconPropTypes;
662
708
  }
663
- const TextAlignJustify = /*#__PURE__*/React__default["default"].forwardRef(function TextAlignJustify(_ref27, ref) {
709
+ const TextAlignJustify = /*#__PURE__*/React__default["default"].forwardRef(function TextAlignJustify(_ref29, ref) {
664
710
  let {
665
711
  children,
666
712
  size = 16,
667
713
  ...rest
668
- } = _ref27;
714
+ } = _ref29;
669
715
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
670
716
  width: size,
671
717
  height: size,
@@ -674,19 +720,19 @@ const TextAlignJustify = /*#__PURE__*/React__default["default"].forwardRef(funct
674
720
  viewBox: "0 0 32 32",
675
721
  fill: "currentColor",
676
722
  ...rest
677
- }, _path48 || (_path48 = /*#__PURE__*/React__default["default"].createElement("path", {
723
+ }, _path52 || (_path52 = /*#__PURE__*/React__default["default"].createElement("path", {
678
724
  d: "M6 6H26V8H6zM6 12H26V14H6zM6 18H26V20H6zM6 24H26V26H6z"
679
725
  })), children);
680
726
  });
681
727
  if (process.env.NODE_ENV !== "production") {
682
728
  TextAlignJustify.propTypes = iconPropTypes.iconPropTypes;
683
729
  }
684
- const TextAlignLeft = /*#__PURE__*/React__default["default"].forwardRef(function TextAlignLeft(_ref28, ref) {
730
+ const TextAlignLeft = /*#__PURE__*/React__default["default"].forwardRef(function TextAlignLeft(_ref30, ref) {
685
731
  let {
686
732
  children,
687
733
  size = 16,
688
734
  ...rest
689
- } = _ref28;
735
+ } = _ref30;
690
736
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
691
737
  width: size,
692
738
  height: size,
@@ -695,19 +741,19 @@ const TextAlignLeft = /*#__PURE__*/React__default["default"].forwardRef(function
695
741
  viewBox: "0 0 32 32",
696
742
  fill: "currentColor",
697
743
  ...rest
698
- }, _path49 || (_path49 = /*#__PURE__*/React__default["default"].createElement("path", {
744
+ }, _path53 || (_path53 = /*#__PURE__*/React__default["default"].createElement("path", {
699
745
  d: "M12 6H26V8H12zM12 12H22V14H12zM12 18H26V20H12zM12 24H22V26H12zM6 4H8V28H6z"
700
746
  })), children);
701
747
  });
702
748
  if (process.env.NODE_ENV !== "production") {
703
749
  TextAlignLeft.propTypes = iconPropTypes.iconPropTypes;
704
750
  }
705
- const TextAlignMixed = /*#__PURE__*/React__default["default"].forwardRef(function TextAlignMixed(_ref29, ref) {
751
+ const TextAlignMixed = /*#__PURE__*/React__default["default"].forwardRef(function TextAlignMixed(_ref31, ref) {
706
752
  let {
707
753
  children,
708
754
  size = 16,
709
755
  ...rest
710
- } = _ref29;
756
+ } = _ref31;
711
757
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
712
758
  width: size,
713
759
  height: size,
@@ -716,19 +762,19 @@ const TextAlignMixed = /*#__PURE__*/React__default["default"].forwardRef(functio
716
762
  viewBox: "0 0 32 32",
717
763
  fill: "currentColor",
718
764
  ...rest
719
- }, _path50 || (_path50 = /*#__PURE__*/React__default["default"].createElement("path", {
765
+ }, _path54 || (_path54 = /*#__PURE__*/React__default["default"].createElement("path", {
720
766
  d: "M14 4H9V6h5V8H10a2 2 0 00-2 2v2a2 2 0 002 2h6V6A2.0023 2.0023 0 0014 4zm0 8H10V10h4zM22 26L22 18 20 18 20 19 18 19 18 21 20 21 20 26 18 26 18 28 24 28 24 26 22 26zM2 2H4V16H2zM28 16H30V30H28z"
721
767
  })), children);
722
768
  });
723
769
  if (process.env.NODE_ENV !== "production") {
724
770
  TextAlignMixed.propTypes = iconPropTypes.iconPropTypes;
725
771
  }
726
- const TextAlignRight = /*#__PURE__*/React__default["default"].forwardRef(function TextAlignRight(_ref30, ref) {
772
+ const TextAlignRight = /*#__PURE__*/React__default["default"].forwardRef(function TextAlignRight(_ref32, ref) {
727
773
  let {
728
774
  children,
729
775
  size = 16,
730
776
  ...rest
731
- } = _ref30;
777
+ } = _ref32;
732
778
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
733
779
  width: size,
734
780
  height: size,
@@ -737,19 +783,19 @@ const TextAlignRight = /*#__PURE__*/React__default["default"].forwardRef(functio
737
783
  viewBox: "0 0 32 32",
738
784
  fill: "currentColor",
739
785
  ...rest
740
- }, _path51 || (_path51 = /*#__PURE__*/React__default["default"].createElement("path", {
786
+ }, _path55 || (_path55 = /*#__PURE__*/React__default["default"].createElement("path", {
741
787
  d: "M6 6H20V8H6zM10 12H20V14H10zM6 18H20V20H6zM10 24H20V26H10zM24 4H26V28H24z"
742
788
  })), children);
743
789
  });
744
790
  if (process.env.NODE_ENV !== "production") {
745
791
  TextAlignRight.propTypes = iconPropTypes.iconPropTypes;
746
792
  }
747
- const TextAllCaps = /*#__PURE__*/React__default["default"].forwardRef(function TextAllCaps(_ref31, ref) {
793
+ const TextAllCaps = /*#__PURE__*/React__default["default"].forwardRef(function TextAllCaps(_ref33, ref) {
748
794
  let {
749
795
  children,
750
796
  size = 16,
751
797
  ...rest
752
- } = _ref31;
798
+ } = _ref33;
753
799
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
754
800
  width: size,
755
801
  height: size,
@@ -758,19 +804,19 @@ const TextAllCaps = /*#__PURE__*/React__default["default"].forwardRef(function T
758
804
  viewBox: "0 0 32 32",
759
805
  fill: "currentColor",
760
806
  ...rest
761
- }, _path52 || (_path52 = /*#__PURE__*/React__default["default"].createElement("path", {
807
+ }, _path56 || (_path56 = /*#__PURE__*/React__default["default"].createElement("path", {
762
808
  d: "M1 8L1 10 7 10 7 24 9 24 9 10 15 10 15 8 1 8zM17 8L17 10 23 10 23 24 25 24 25 10 31 10 31 8 17 8z"
763
809
  })), children);
764
810
  });
765
811
  if (process.env.NODE_ENV !== "production") {
766
812
  TextAllCaps.propTypes = iconPropTypes.iconPropTypes;
767
813
  }
768
- const TextBold = /*#__PURE__*/React__default["default"].forwardRef(function TextBold(_ref32, ref) {
814
+ const TextBold = /*#__PURE__*/React__default["default"].forwardRef(function TextBold(_ref34, ref) {
769
815
  let {
770
816
  children,
771
817
  size = 16,
772
818
  ...rest
773
- } = _ref32;
819
+ } = _ref34;
774
820
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
775
821
  width: size,
776
822
  height: size,
@@ -779,19 +825,19 @@ const TextBold = /*#__PURE__*/React__default["default"].forwardRef(function Text
779
825
  viewBox: "0 0 32 32",
780
826
  fill: "currentColor",
781
827
  ...rest
782
- }, _path53 || (_path53 = /*#__PURE__*/React__default["default"].createElement("path", {
828
+ }, _path57 || (_path57 = /*#__PURE__*/React__default["default"].createElement("path", {
783
829
  d: "M18.25,25H9V7h8.5a5.25,5.25,0,0,1,4,8.65A5.25,5.25,0,0,1,18.25,25ZM12,22h6.23a2.25,2.25,0,1,0,0-4.5H12Zm0-7.5h5.5a2.25,2.25,0,1,0,0-4.5H12Z"
784
830
  })), children);
785
831
  });
786
832
  if (process.env.NODE_ENV !== "production") {
787
833
  TextBold.propTypes = iconPropTypes.iconPropTypes;
788
834
  }
789
- const TextClearFormat = /*#__PURE__*/React__default["default"].forwardRef(function TextClearFormat(_ref33, ref) {
835
+ const TextClearFormat = /*#__PURE__*/React__default["default"].forwardRef(function TextClearFormat(_ref35, ref) {
790
836
  let {
791
837
  children,
792
838
  size = 16,
793
839
  ...rest
794
- } = _ref33;
840
+ } = _ref35;
795
841
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
796
842
  width: size,
797
843
  height: size,
@@ -800,19 +846,19 @@ const TextClearFormat = /*#__PURE__*/React__default["default"].forwardRef(functi
800
846
  viewBox: "0 0 32 32",
801
847
  fill: "currentColor",
802
848
  ...rest
803
- }, _path54 || (_path54 = /*#__PURE__*/React__default["default"].createElement("path", {
849
+ }, _path58 || (_path58 = /*#__PURE__*/React__default["default"].createElement("path", {
804
850
  d: "M29.4384,16.5715l-7.985-7.9856a2.0014,2.0014,0,0,0-2.8291,0l-5.3584,5.3584L9,2H7L2,16H4l.999-3h6l.8035,2.4077L4.5858,22.6244a2,2,0,0,0,0,2.8282L9.1316,30h9.5908l10.716-10.717A1.9173,1.9173,0,0,0,29.4384,16.5715ZM5.6653,11l2.331-7,2.3355,7Zm12.229,17H9.96L6,24.0381l6.3123-6.3115L20.24,25.6538Zm3.76-3.76-7.9275-7.9272L20.0393,10l7.9268,7.9272Z"
805
851
  })), children);
806
852
  });
807
853
  if (process.env.NODE_ENV !== "production") {
808
854
  TextClearFormat.propTypes = iconPropTypes.iconPropTypes;
809
855
  }
810
- const TextColor = /*#__PURE__*/React__default["default"].forwardRef(function TextColor(_ref34, ref) {
856
+ const TextColor = /*#__PURE__*/React__default["default"].forwardRef(function TextColor(_ref36, ref) {
811
857
  let {
812
858
  children,
813
859
  size = 16,
814
860
  ...rest
815
- } = _ref34;
861
+ } = _ref36;
816
862
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
817
863
  width: size,
818
864
  height: size,
@@ -821,19 +867,19 @@ const TextColor = /*#__PURE__*/React__default["default"].forwardRef(function Tex
821
867
  viewBox: "0 0 32 32",
822
868
  fill: "currentColor",
823
869
  ...rest
824
- }, _path55 || (_path55 = /*#__PURE__*/React__default["default"].createElement("path", {
870
+ }, _path59 || (_path59 = /*#__PURE__*/React__default["default"].createElement("path", {
825
871
  d: "M22 21h2L17 4H15L8 21h2l1.61-4h8.74zm-9.57-6l3.44-8.37h.26L19.54 15zM6 24H26V28H6z"
826
872
  })), children);
827
873
  });
828
874
  if (process.env.NODE_ENV !== "production") {
829
875
  TextColor.propTypes = iconPropTypes.iconPropTypes;
830
876
  }
831
- const TextCreation = /*#__PURE__*/React__default["default"].forwardRef(function TextCreation(_ref35, ref) {
877
+ const TextCreation = /*#__PURE__*/React__default["default"].forwardRef(function TextCreation(_ref37, ref) {
832
878
  let {
833
879
  children,
834
880
  size = 16,
835
881
  ...rest
836
- } = _ref35;
882
+ } = _ref37;
837
883
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
838
884
  width: size,
839
885
  height: size,
@@ -842,21 +888,21 @@ const TextCreation = /*#__PURE__*/React__default["default"].forwardRef(function
842
888
  viewBox: "0 0 32 32",
843
889
  fill: "currentColor",
844
890
  ...rest
845
- }, _path56 || (_path56 = /*#__PURE__*/React__default["default"].createElement("path", {
891
+ }, _path60 || (_path60 = /*#__PURE__*/React__default["default"].createElement("path", {
846
892
  d: "M27,22.14V9.86A4,4,0,1,0,22.14,5H9.86A4,4,0,1,0,5,9.86V22.14A4,4,0,1,0,9.86,27H22.14A4,4,0,1,0,27,22.14ZM26,4a2,2,0,1,1-2,2A2,2,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2,2,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2,2,0,0,1,6,28Zm16.14-3H9.86A4,4,0,0,0,7,22.14V9.86A4,4,0,0,0,9.86,7H22.14A4,4,0,0,0,25,9.86V22.14A4,4,0,0,0,22.14,25ZM26,28a2,2,0,1,1,2-2A2,2,0,0,1,26,28Z"
847
- })), _path57 || (_path57 = /*#__PURE__*/React__default["default"].createElement("path", {
893
+ })), _path61 || (_path61 = /*#__PURE__*/React__default["default"].createElement("path", {
848
894
  d: "M21 11L11 11 11 13 15 13 15 22 17 22 17 13 21 13 21 11z"
849
895
  })), children);
850
896
  });
851
897
  if (process.env.NODE_ENV !== "production") {
852
898
  TextCreation.propTypes = iconPropTypes.iconPropTypes;
853
899
  }
854
- const TextFill = /*#__PURE__*/React__default["default"].forwardRef(function TextFill(_ref36, ref) {
900
+ const TextFill = /*#__PURE__*/React__default["default"].forwardRef(function TextFill(_ref38, ref) {
855
901
  let {
856
902
  children,
857
903
  size = 16,
858
904
  ...rest
859
- } = _ref36;
905
+ } = _ref38;
860
906
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
861
907
  width: size,
862
908
  height: size,
@@ -865,21 +911,21 @@ const TextFill = /*#__PURE__*/React__default["default"].forwardRef(function Text
865
911
  viewBox: "0 0 32 32",
866
912
  fill: "currentColor",
867
913
  ...rest
868
- }, _path58 || (_path58 = /*#__PURE__*/React__default["default"].createElement("path", {
914
+ }, _path62 || (_path62 = /*#__PURE__*/React__default["default"].createElement("path", {
869
915
  d: "M4 26H28V30H4z"
870
- })), _path59 || (_path59 = /*#__PURE__*/React__default["default"].createElement("path", {
916
+ })), _path63 || (_path63 = /*#__PURE__*/React__default["default"].createElement("path", {
871
917
  d: "M26,14.54a1,1,0,0,0-.25-.69L17.17,4.33A1.09,1.09,0,0,0,17,4.2V2H15V5L4.32,14.74a1,1,0,0,0-.06,1.41l8.57,9.52a1,1,0,0,0,.69.33h.05a1,1,0,0,0,.68-.26L24,16.8V21a1,1,0,0,0,2,0V14.57S26,14.55,26,14.54Zm-12.35,9-7.23-8L15,7.67V12h2V7.13l6.59,7.33Z"
872
918
  })), children);
873
919
  });
874
920
  if (process.env.NODE_ENV !== "production") {
875
921
  TextFill.propTypes = iconPropTypes.iconPropTypes;
876
922
  }
877
- const TextFont = /*#__PURE__*/React__default["default"].forwardRef(function TextFont(_ref37, ref) {
923
+ const TextFont = /*#__PURE__*/React__default["default"].forwardRef(function TextFont(_ref39, ref) {
878
924
  let {
879
925
  children,
880
926
  size = 16,
881
927
  ...rest
882
- } = _ref37;
928
+ } = _ref39;
883
929
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
884
930
  width: size,
885
931
  height: size,
@@ -888,19 +934,19 @@ const TextFont = /*#__PURE__*/React__default["default"].forwardRef(function Text
888
934
  viewBox: "0 0 32 32",
889
935
  fill: "currentColor",
890
936
  ...rest
891
- }, _path60 || (_path60 = /*#__PURE__*/React__default["default"].createElement("path", {
937
+ }, _path64 || (_path64 = /*#__PURE__*/React__default["default"].createElement("path", {
892
938
  d: "M25 12H20v2h5a1.0008 1.0008 0 011 1v2H22a3.0033 3.0033 0 00-3 3v1a3.0033 3.0033 0 003 3h6V15A3.0033 3.0033 0 0025 12zM22 22a1.0008 1.0008 0 01-1-1V20a1.0008 1.0008 0 011-1h4v3zM16 24h2L12 7H10L4 24H6l1.6936-5h6.6135zM8.3711 17l2.4966-7.3711.2668.0005L13.63 17z"
893
939
  })), children);
894
940
  });
895
941
  if (process.env.NODE_ENV !== "production") {
896
942
  TextFont.propTypes = iconPropTypes.iconPropTypes;
897
943
  }
898
- const TextFootnote = /*#__PURE__*/React__default["default"].forwardRef(function TextFootnote(_ref38, ref) {
944
+ const TextFootnote = /*#__PURE__*/React__default["default"].forwardRef(function TextFootnote(_ref40, ref) {
899
945
  let {
900
946
  children,
901
947
  size = 16,
902
948
  ...rest
903
- } = _ref38;
949
+ } = _ref40;
904
950
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
905
951
  width: size,
906
952
  height: size,
@@ -909,19 +955,19 @@ const TextFootnote = /*#__PURE__*/React__default["default"].forwardRef(function
909
955
  viewBox: "0 0 32 32",
910
956
  fill: "currentColor",
911
957
  ...rest
912
- }, _path61 || (_path61 = /*#__PURE__*/React__default["default"].createElement("path", {
958
+ }, _path65 || (_path65 = /*#__PURE__*/React__default["default"].createElement("path", {
913
959
  d: "M2 7L2 9 9 9 9 25 11 25 11 9 18 9 18 7 2 7zM30 11.076L29.256 9.219 26 10.522 26 7 24 7 24 10.523 20.744 9.22 20 11.077 23.417 12.444 20.9 15.8 22.5 17 25 13.667 27.5 17 29.1 15.8 26.583 12.443 30 11.076z"
914
960
  })), children);
915
961
  });
916
962
  if (process.env.NODE_ENV !== "production") {
917
963
  TextFootnote.propTypes = iconPropTypes.iconPropTypes;
918
964
  }
919
- const TextHighlight = /*#__PURE__*/React__default["default"].forwardRef(function TextHighlight(_ref39, ref) {
965
+ const TextHighlight = /*#__PURE__*/React__default["default"].forwardRef(function TextHighlight(_ref41, ref) {
920
966
  let {
921
967
  children,
922
968
  size = 16,
923
969
  ...rest
924
- } = _ref39;
970
+ } = _ref41;
925
971
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
926
972
  width: size,
927
973
  height: size,
@@ -930,21 +976,21 @@ const TextHighlight = /*#__PURE__*/React__default["default"].forwardRef(function
930
976
  viewBox: "0 0 32 32",
931
977
  fill: "currentColor",
932
978
  ...rest
933
- }, _path62 || (_path62 = /*#__PURE__*/React__default["default"].createElement("path", {
979
+ }, _path66 || (_path66 = /*#__PURE__*/React__default["default"].createElement("path", {
934
980
  d: "M12 15H5a3 3 0 01-3-3V10A3 3 0 015 7h5V5A1 1 0 009 4H3V2H9a3 3 0 013 3zM5 9a1 1 0 00-1 1v2a1 1 0 001 1h5V9zM20 23v2a1 1 0 001 1h5V22H21A1 1 0 0020 23z"
935
- })), _path63 || (_path63 = /*#__PURE__*/React__default["default"].createElement("path", {
981
+ })), _path67 || (_path67 = /*#__PURE__*/React__default["default"].createElement("path", {
936
982
  d: "M2,30H30V2Zm26-2H21a3,3,0,0,1-3-3V23a3,3,0,0,1,3-3h5V18a1,1,0,0,0-1-1H19V15h6a3,3,0,0,1,3,3Z"
937
983
  })), children);
938
984
  });
939
985
  if (process.env.NODE_ENV !== "production") {
940
986
  TextHighlight.propTypes = iconPropTypes.iconPropTypes;
941
987
  }
942
- const TextIndent = /*#__PURE__*/React__default["default"].forwardRef(function TextIndent(_ref40, ref) {
988
+ const TextIndent = /*#__PURE__*/React__default["default"].forwardRef(function TextIndent(_ref42, ref) {
943
989
  let {
944
990
  children,
945
991
  size = 16,
946
992
  ...rest
947
- } = _ref40;
993
+ } = _ref42;
948
994
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
949
995
  width: size,
950
996
  height: size,
@@ -953,19 +999,19 @@ const TextIndent = /*#__PURE__*/React__default["default"].forwardRef(function Te
953
999
  viewBox: "0 0 32 32",
954
1000
  fill: "currentColor",
955
1001
  ...rest
956
- }, _path64 || (_path64 = /*#__PURE__*/React__default["default"].createElement("path", {
1002
+ }, _path68 || (_path68 = /*#__PURE__*/React__default["default"].createElement("path", {
957
1003
  d: "M14 6H28V8H14zM14 12H28V14H14zM7 18H28V20H7zM7 24H28V26H7zM4 13.59L7.29 10 4 6.41 5.42 5 10.04 10 5.42 15 4 13.59z"
958
1004
  })), children);
959
1005
  });
960
1006
  if (process.env.NODE_ENV !== "production") {
961
1007
  TextIndent.propTypes = iconPropTypes.iconPropTypes;
962
1008
  }
963
- const TextIndentLess = /*#__PURE__*/React__default["default"].forwardRef(function TextIndentLess(_ref41, ref) {
1009
+ const TextIndentLess = /*#__PURE__*/React__default["default"].forwardRef(function TextIndentLess(_ref43, ref) {
964
1010
  let {
965
1011
  children,
966
1012
  size = 16,
967
1013
  ...rest
968
- } = _ref41;
1014
+ } = _ref43;
969
1015
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
970
1016
  width: size,
971
1017
  height: size,
@@ -974,19 +1020,19 @@ const TextIndentLess = /*#__PURE__*/React__default["default"].forwardRef(functio
974
1020
  viewBox: "0 0 32 32",
975
1021
  fill: "currentColor",
976
1022
  ...rest
977
- }, _path65 || (_path65 = /*#__PURE__*/React__default["default"].createElement("path", {
1023
+ }, _path69 || (_path69 = /*#__PURE__*/React__default["default"].createElement("path", {
978
1024
  d: "M2 6H12V8H2zM5 12H12V14H5zM2 18H12V20H2zM5 24H12V26H5zM16 4H18V28H16zM28.15 23.5L29.56 22.12 23.27 16 29.56 9.88 28.15 8.5 20.44 16 28.15 23.5z"
979
1025
  })), children);
980
1026
  });
981
1027
  if (process.env.NODE_ENV !== "production") {
982
1028
  TextIndentLess.propTypes = iconPropTypes.iconPropTypes;
983
1029
  }
984
- const TextIndentMore = /*#__PURE__*/React__default["default"].forwardRef(function TextIndentMore(_ref42, ref) {
1030
+ const TextIndentMore = /*#__PURE__*/React__default["default"].forwardRef(function TextIndentMore(_ref44, ref) {
985
1031
  let {
986
1032
  children,
987
1033
  size = 16,
988
1034
  ...rest
989
- } = _ref42;
1035
+ } = _ref44;
990
1036
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
991
1037
  width: size,
992
1038
  height: size,
@@ -995,19 +1041,19 @@ const TextIndentMore = /*#__PURE__*/React__default["default"].forwardRef(functio
995
1041
  viewBox: "0 0 32 32",
996
1042
  fill: "currentColor",
997
1043
  ...rest
998
- }, _path66 || (_path66 = /*#__PURE__*/React__default["default"].createElement("path", {
1044
+ }, _path70 || (_path70 = /*#__PURE__*/React__default["default"].createElement("path", {
999
1045
  d: "M20 6H30V8H20zM20 12H27V14H20zM20 18H30V20H20zM20 24H27V26H20zM14 4H16V28H14zM3.85 22.5L2.44 21.12 8.73 15 2.44 8.88 3.85 7.5 11.56 15 3.85 22.5z"
1000
1046
  })), children);
1001
1047
  });
1002
1048
  if (process.env.NODE_ENV !== "production") {
1003
1049
  TextIndentMore.propTypes = iconPropTypes.iconPropTypes;
1004
1050
  }
1005
- const TextItalic = /*#__PURE__*/React__default["default"].forwardRef(function TextItalic(_ref43, ref) {
1051
+ const TextItalic = /*#__PURE__*/React__default["default"].forwardRef(function TextItalic(_ref45, ref) {
1006
1052
  let {
1007
1053
  children,
1008
1054
  size = 16,
1009
1055
  ...rest
1010
- } = _ref43;
1056
+ } = _ref45;
1011
1057
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1012
1058
  width: size,
1013
1059
  height: size,
@@ -1016,19 +1062,19 @@ const TextItalic = /*#__PURE__*/React__default["default"].forwardRef(function Te
1016
1062
  viewBox: "0 0 32 32",
1017
1063
  fill: "currentColor",
1018
1064
  ...rest
1019
- }, _path67 || (_path67 = /*#__PURE__*/React__default["default"].createElement("path", {
1065
+ }, _path71 || (_path71 = /*#__PURE__*/React__default["default"].createElement("path", {
1020
1066
  d: "M25 9L25 7 12 7 12 9 17.14 9 12.77 23 7 23 7 25 20 25 20 23 14.86 23 19.23 9 25 9z"
1021
1067
  })), children);
1022
1068
  });
1023
1069
  if (process.env.NODE_ENV !== "production") {
1024
1070
  TextItalic.propTypes = iconPropTypes.iconPropTypes;
1025
1071
  }
1026
- const TextKerning = /*#__PURE__*/React__default["default"].forwardRef(function TextKerning(_ref44, ref) {
1072
+ const TextKerning = /*#__PURE__*/React__default["default"].forwardRef(function TextKerning(_ref46, ref) {
1027
1073
  let {
1028
1074
  children,
1029
1075
  size = 16,
1030
1076
  ...rest
1031
- } = _ref44;
1077
+ } = _ref46;
1032
1078
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1033
1079
  width: size,
1034
1080
  height: size,
@@ -1037,19 +1083,19 @@ const TextKerning = /*#__PURE__*/React__default["default"].forwardRef(function T
1037
1083
  viewBox: "0 0 32 32",
1038
1084
  fill: "currentColor",
1039
1085
  ...rest
1040
- }, _path68 || (_path68 = /*#__PURE__*/React__default["default"].createElement("path", {
1086
+ }, _path72 || (_path72 = /*#__PURE__*/React__default["default"].createElement("path", {
1041
1087
  d: "M30 24L18.83 24 21.12 21.71 19.71 20.29 15 25 19.71 29.71 21.12 28.29 18.83 26 30 26 30 24zM14 21L20 4 18 4 12 21 14 21zM13 4L9 16 5 4 3 4 8 18 10 18 15 4 13 4zM28 18h2L25 4H23L18 18h2l1-3h6zm-6.33-5L24 6l2.33 7z"
1042
1088
  })), children);
1043
1089
  });
1044
1090
  if (process.env.NODE_ENV !== "production") {
1045
1091
  TextKerning.propTypes = iconPropTypes.iconPropTypes;
1046
1092
  }
1047
- const TextLeading = /*#__PURE__*/React__default["default"].forwardRef(function TextLeading(_ref45, ref) {
1093
+ const TextLeading = /*#__PURE__*/React__default["default"].forwardRef(function TextLeading(_ref47, ref) {
1048
1094
  let {
1049
1095
  children,
1050
1096
  size = 16,
1051
1097
  ...rest
1052
- } = _ref45;
1098
+ } = _ref47;
1053
1099
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1054
1100
  width: size,
1055
1101
  height: size,
@@ -1058,19 +1104,19 @@ const TextLeading = /*#__PURE__*/React__default["default"].forwardRef(function T
1058
1104
  viewBox: "0 0 32 32",
1059
1105
  fill: "currentColor",
1060
1106
  ...rest
1061
- }, _path69 || (_path69 = /*#__PURE__*/React__default["default"].createElement("path", {
1107
+ }, _path73 || (_path73 = /*#__PURE__*/React__default["default"].createElement("path", {
1062
1108
  d: "M14 13H30V15H14zM15 28H30V30H15zM25.85 27H28L23.64 17H21.36L17 27h2.15l.8-2h5.1zm-5.1-4l1.75-4.37L24.25 23zM25.85 12H28L23.64 2H21.36L17 12h2.15l.8-2h5.1zm-5.1-4L22.5 3.63 24.25 8zM6 15.83L8.58 18.41 10 17 6 13 2 17 3.41 18.42 6 15.83zM6 27.17L3.42 24.59 2 26 6 30 10 26 8.59 24.58 6 27.17z"
1063
1109
  })), children);
1064
1110
  });
1065
1111
  if (process.env.NODE_ENV !== "production") {
1066
1112
  TextLeading.propTypes = iconPropTypes.iconPropTypes;
1067
1113
  }
1068
- const TextLineSpacing = /*#__PURE__*/React__default["default"].forwardRef(function TextLineSpacing(_ref46, ref) {
1114
+ const TextLineSpacing = /*#__PURE__*/React__default["default"].forwardRef(function TextLineSpacing(_ref48, ref) {
1069
1115
  let {
1070
1116
  children,
1071
1117
  size = 16,
1072
1118
  ...rest
1073
- } = _ref46;
1119
+ } = _ref48;
1074
1120
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1075
1121
  width: size,
1076
1122
  height: size,
@@ -1079,19 +1125,19 @@ const TextLineSpacing = /*#__PURE__*/React__default["default"].forwardRef(functi
1079
1125
  viewBox: "0 0 32 32",
1080
1126
  fill: "currentColor",
1081
1127
  ...rest
1082
- }, _path70 || (_path70 = /*#__PURE__*/React__default["default"].createElement("path", {
1128
+ }, _path74 || (_path74 = /*#__PURE__*/React__default["default"].createElement("path", {
1083
1129
  d: "M17 6H30V8H17zM17 12H27V14H17zM17 18H30V20H17zM17 24H27V26H17zM11.59 13.41L8 9.83 8 9.83 4.41 13.42 3 12 8 7 13 12 11.59 13.41zM11.59 18.59L8 22.17 8 22.17 4.41 18.58 3 20 8 25 13 20 11.59 18.59z"
1084
1130
  })), children);
1085
1131
  });
1086
1132
  if (process.env.NODE_ENV !== "production") {
1087
1133
  TextLineSpacing.propTypes = iconPropTypes.iconPropTypes;
1088
1134
  }
1089
- const TextLongParagraph = /*#__PURE__*/React__default["default"].forwardRef(function TextLongParagraph(_ref47, ref) {
1135
+ const TextLongParagraph = /*#__PURE__*/React__default["default"].forwardRef(function TextLongParagraph(_ref49, ref) {
1090
1136
  let {
1091
1137
  children,
1092
1138
  size = 16,
1093
1139
  ...rest
1094
- } = _ref47;
1140
+ } = _ref49;
1095
1141
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1096
1142
  width: size,
1097
1143
  height: size,
@@ -1100,19 +1146,19 @@ const TextLongParagraph = /*#__PURE__*/React__default["default"].forwardRef(func
1100
1146
  viewBox: "0 0 32 32",
1101
1147
  fill: "currentColor",
1102
1148
  ...rest
1103
- }, _path71 || (_path71 = /*#__PURE__*/React__default["default"].createElement("path", {
1149
+ }, _path75 || (_path75 = /*#__PURE__*/React__default["default"].createElement("path", {
1104
1150
  d: "M6 24H20V26H6zM6 18H26V20H6zM6 12H26V14H6zM6 6H26V8H6z"
1105
1151
  })), children);
1106
1152
  });
1107
1153
  if (process.env.NODE_ENV !== "production") {
1108
1154
  TextLongParagraph.propTypes = iconPropTypes.iconPropTypes;
1109
1155
  }
1110
- const TextNewLine = /*#__PURE__*/React__default["default"].forwardRef(function TextNewLine(_ref48, ref) {
1156
+ const TextNewLine = /*#__PURE__*/React__default["default"].forwardRef(function TextNewLine(_ref50, ref) {
1111
1157
  let {
1112
1158
  children,
1113
1159
  size = 16,
1114
1160
  ...rest
1115
- } = _ref48;
1161
+ } = _ref50;
1116
1162
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1117
1163
  width: size,
1118
1164
  height: size,
@@ -1121,19 +1167,19 @@ const TextNewLine = /*#__PURE__*/React__default["default"].forwardRef(function T
1121
1167
  viewBox: "0 0 32 32",
1122
1168
  fill: "currentColor",
1123
1169
  ...rest
1124
- }, _path72 || (_path72 = /*#__PURE__*/React__default["default"].createElement("path", {
1170
+ }, _path76 || (_path76 = /*#__PURE__*/React__default["default"].createElement("path", {
1125
1171
  d: "M20.5859,14.4141,24.1719,18H6V8H4V18a2.0024,2.0024,0,0,0,2,2H24.1719L20.586,23.5859,22,25l6-6-6-6Z"
1126
1172
  })), children);
1127
1173
  });
1128
1174
  if (process.env.NODE_ENV !== "production") {
1129
1175
  TextNewLine.propTypes = iconPropTypes.iconPropTypes;
1130
1176
  }
1131
- const TextScale = /*#__PURE__*/React__default["default"].forwardRef(function TextScale(_ref49, ref) {
1177
+ const TextScale = /*#__PURE__*/React__default["default"].forwardRef(function TextScale(_ref51, ref) {
1132
1178
  let {
1133
1179
  children,
1134
1180
  size = 16,
1135
1181
  ...rest
1136
- } = _ref49;
1182
+ } = _ref51;
1137
1183
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1138
1184
  width: size,
1139
1185
  height: size,
@@ -1142,21 +1188,21 @@ const TextScale = /*#__PURE__*/React__default["default"].forwardRef(function Tex
1142
1188
  viewBox: "0 0 32 32",
1143
1189
  fill: "currentColor",
1144
1190
  ...rest
1145
- }, _path73 || (_path73 = /*#__PURE__*/React__default["default"].createElement("path", {
1191
+ }, _path77 || (_path77 = /*#__PURE__*/React__default["default"].createElement("path", {
1146
1192
  d: "M30 5L30 8 22 8 22 26 19 26 19 8 11 8 11 5 30 5z"
1147
- })), _path74 || (_path74 = /*#__PURE__*/React__default["default"].createElement("path", {
1193
+ })), _path78 || (_path78 = /*#__PURE__*/React__default["default"].createElement("path", {
1148
1194
  d: "M7 26L7 14 2 14 2 12 14 12 14 14 9 14 9 26 7 26z"
1149
1195
  })), children);
1150
1196
  });
1151
1197
  if (process.env.NODE_ENV !== "production") {
1152
1198
  TextScale.propTypes = iconPropTypes.iconPropTypes;
1153
1199
  }
1154
- const TextSelection = /*#__PURE__*/React__default["default"].forwardRef(function TextSelection(_ref50, ref) {
1200
+ const TextSelection = /*#__PURE__*/React__default["default"].forwardRef(function TextSelection(_ref52, ref) {
1155
1201
  let {
1156
1202
  children,
1157
1203
  size = 16,
1158
1204
  ...rest
1159
- } = _ref50;
1205
+ } = _ref52;
1160
1206
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1161
1207
  width: size,
1162
1208
  height: size,
@@ -1165,19 +1211,19 @@ const TextSelection = /*#__PURE__*/React__default["default"].forwardRef(function
1165
1211
  viewBox: "0 0 32 32",
1166
1212
  fill: "currentColor",
1167
1213
  ...rest
1168
- }, _path75 || (_path75 = /*#__PURE__*/React__default["default"].createElement("path", {
1214
+ }, _path79 || (_path79 = /*#__PURE__*/React__default["default"].createElement("path", {
1169
1215
  d: "M28 27H21a3 3 0 01-3-3V22a3 3 0 013-3h5V17a1 1 0 00-1-1H19V14h6a3 3 0 013 3zm-7-6a1 1 0 00-1 1v2a1 1 0 001 1h5V21zM13 7h3V5H13a4 4 0 00-3 1.38A4 4 0 007 5H4V7H7A2 2 0 019 9v5H5v2H9v7a2 2 0 01-2 2H4v2H7a4 4 0 003-1.38A4 4 0 0013 27h3V25H13a2 2 0 01-2-2V16h4V14H11V9A2 2 0 0113 7z"
1170
1216
  })), children);
1171
1217
  });
1172
1218
  if (process.env.NODE_ENV !== "production") {
1173
1219
  TextSelection.propTypes = iconPropTypes.iconPropTypes;
1174
1220
  }
1175
- const TextShortParagraph = /*#__PURE__*/React__default["default"].forwardRef(function TextShortParagraph(_ref51, ref) {
1221
+ const TextShortParagraph = /*#__PURE__*/React__default["default"].forwardRef(function TextShortParagraph(_ref53, ref) {
1176
1222
  let {
1177
1223
  children,
1178
1224
  size = 16,
1179
1225
  ...rest
1180
- } = _ref51;
1226
+ } = _ref53;
1181
1227
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1182
1228
  width: size,
1183
1229
  height: size,
@@ -1186,19 +1232,19 @@ const TextShortParagraph = /*#__PURE__*/React__default["default"].forwardRef(fun
1186
1232
  viewBox: "0 0 32 32",
1187
1233
  fill: "currentColor",
1188
1234
  ...rest
1189
- }, _path76 || (_path76 = /*#__PURE__*/React__default["default"].createElement("path", {
1235
+ }, _path80 || (_path80 = /*#__PURE__*/React__default["default"].createElement("path", {
1190
1236
  d: "M6 18H20V20H6zM6 12H26V14H6z"
1191
1237
  })), children);
1192
1238
  });
1193
1239
  if (process.env.NODE_ENV !== "production") {
1194
1240
  TextShortParagraph.propTypes = iconPropTypes.iconPropTypes;
1195
1241
  }
1196
- const TextSmallCaps = /*#__PURE__*/React__default["default"].forwardRef(function TextSmallCaps(_ref52, ref) {
1242
+ const TextSmallCaps = /*#__PURE__*/React__default["default"].forwardRef(function TextSmallCaps(_ref54, ref) {
1197
1243
  let {
1198
1244
  children,
1199
1245
  size = 16,
1200
1246
  ...rest
1201
- } = _ref52;
1247
+ } = _ref54;
1202
1248
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1203
1249
  width: size,
1204
1250
  height: size,
@@ -1207,21 +1253,21 @@ const TextSmallCaps = /*#__PURE__*/React__default["default"].forwardRef(function
1207
1253
  viewBox: "0 0 32 32",
1208
1254
  fill: "currentColor",
1209
1255
  ...rest
1210
- }, _path77 || (_path77 = /*#__PURE__*/React__default["default"].createElement("path", {
1256
+ }, _path81 || (_path81 = /*#__PURE__*/React__default["default"].createElement("path", {
1211
1257
  d: "M23 27L23 15 18 15 18 13 30 13 30 15 25 15 25 27 23 27z"
1212
- })), _path78 || (_path78 = /*#__PURE__*/React__default["default"].createElement("path", {
1258
+ })), _path82 || (_path82 = /*#__PURE__*/React__default["default"].createElement("path", {
1213
1259
  d: "M11 27L11 8 2 8 2 6 22 6 22 8 13 8 13 27 11 27z"
1214
1260
  })), children);
1215
1261
  });
1216
1262
  if (process.env.NODE_ENV !== "production") {
1217
1263
  TextSmallCaps.propTypes = iconPropTypes.iconPropTypes;
1218
1264
  }
1219
- const TextStrikethrough = /*#__PURE__*/React__default["default"].forwardRef(function TextStrikethrough(_ref53, ref) {
1265
+ const TextStrikethrough = /*#__PURE__*/React__default["default"].forwardRef(function TextStrikethrough(_ref55, ref) {
1220
1266
  let {
1221
1267
  children,
1222
1268
  size = 16,
1223
1269
  ...rest
1224
- } = _ref53;
1270
+ } = _ref55;
1225
1271
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1226
1272
  width: size,
1227
1273
  height: size,
@@ -1230,19 +1276,19 @@ const TextStrikethrough = /*#__PURE__*/React__default["default"].forwardRef(func
1230
1276
  viewBox: "0 0 32 32",
1231
1277
  fill: "currentColor",
1232
1278
  ...rest
1233
- }, _path79 || (_path79 = /*#__PURE__*/React__default["default"].createElement("path", {
1279
+ }, _path83 || (_path83 = /*#__PURE__*/React__default["default"].createElement("path", {
1234
1280
  d: "M28,15H17.9563c-.4522-.1237-.9037-.2324-1.3381-.3352-2.8077-.6641-4.396-1.1506-4.396-3.4231a2.8684,2.8684,0,0,1,.7866-2.145,4.7888,4.7888,0,0,1,3.0137-1.09c2.8291-.07,4.1347.8894,5.2011,2.35l1.6153-1.1792a7.4727,7.4727,0,0,0-6.83-3.1706,6.7726,6.7726,0,0,0-4.4,1.6611,4.8274,4.8274,0,0,0-1.3862,3.5735A4.3723,4.3723,0,0,0,11.9573,15H4v2H17.6519c1.9668.57,3.1432,1.3123,3.1733,3.3579a3.119,3.119,0,0,1-.8623,2.3931A5.8241,5.8241,0,0,1,16.2432,24a6.6344,6.6344,0,0,1-5.1451-2.6912L9.5649,22.593A8.5262,8.5262,0,0,0,16.2119,26c.0088-.0012.042,0,.1,0A7.67,7.67,0,0,0,21.36,24.1812a5.0779,5.0779,0,0,0,1.4648-3.8531A4.952,4.952,0,0,0,21.6753,17H28Z"
1235
1281
  })), children);
1236
1282
  });
1237
1283
  if (process.env.NODE_ENV !== "production") {
1238
1284
  TextStrikethrough.propTypes = iconPropTypes.iconPropTypes;
1239
1285
  }
1240
- const TextSubscript = /*#__PURE__*/React__default["default"].forwardRef(function TextSubscript(_ref54, ref) {
1286
+ const TextSubscript = /*#__PURE__*/React__default["default"].forwardRef(function TextSubscript(_ref56, ref) {
1241
1287
  let {
1242
1288
  children,
1243
1289
  size = 16,
1244
1290
  ...rest
1245
- } = _ref54;
1291
+ } = _ref56;
1246
1292
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1247
1293
  width: size,
1248
1294
  height: size,
@@ -1251,19 +1297,19 @@ const TextSubscript = /*#__PURE__*/React__default["default"].forwardRef(function
1251
1297
  viewBox: "0 0 32 32",
1252
1298
  fill: "currentColor",
1253
1299
  ...rest
1254
- }, _path80 || (_path80 = /*#__PURE__*/React__default["default"].createElement("path", {
1300
+ }, _path84 || (_path84 = /*#__PURE__*/React__default["default"].createElement("path", {
1255
1301
  d: "M26 25L20 25 20 19 24 19 24 17 20 17 20 15 26 15 26 21 22 21 22 23 26 23 26 25zM5 7L5 9 12 9 12 25 14 25 14 9 21 9 21 7 5 7z"
1256
1302
  })), children);
1257
1303
  });
1258
1304
  if (process.env.NODE_ENV !== "production") {
1259
1305
  TextSubscript.propTypes = iconPropTypes.iconPropTypes;
1260
1306
  }
1261
- const TextSuperscript = /*#__PURE__*/React__default["default"].forwardRef(function TextSuperscript(_ref55, ref) {
1307
+ const TextSuperscript = /*#__PURE__*/React__default["default"].forwardRef(function TextSuperscript(_ref57, ref) {
1262
1308
  let {
1263
1309
  children,
1264
1310
  size = 16,
1265
1311
  ...rest
1266
- } = _ref55;
1312
+ } = _ref57;
1267
1313
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1268
1314
  width: size,
1269
1315
  height: size,
@@ -1272,19 +1318,19 @@ const TextSuperscript = /*#__PURE__*/React__default["default"].forwardRef(functi
1272
1318
  viewBox: "0 0 32 32",
1273
1319
  fill: "currentColor",
1274
1320
  ...rest
1275
- }, _path81 || (_path81 = /*#__PURE__*/React__default["default"].createElement("path", {
1321
+ }, _path85 || (_path85 = /*#__PURE__*/React__default["default"].createElement("path", {
1276
1322
  d: "M29 17L23 17 23 11 27 11 27 9 23 9 23 7 29 7 29 13 25 13 25 15 29 15 29 17zM4 7L4 9 11 9 11 25 13 25 13 9 20 9 20 7 4 7z"
1277
1323
  })), children);
1278
1324
  });
1279
1325
  if (process.env.NODE_ENV !== "production") {
1280
1326
  TextSuperscript.propTypes = iconPropTypes.iconPropTypes;
1281
1327
  }
1282
- const TextTracking = /*#__PURE__*/React__default["default"].forwardRef(function TextTracking(_ref56, ref) {
1328
+ const TextTracking = /*#__PURE__*/React__default["default"].forwardRef(function TextTracking(_ref58, ref) {
1283
1329
  let {
1284
1330
  children,
1285
1331
  size = 16,
1286
1332
  ...rest
1287
- } = _ref56;
1333
+ } = _ref58;
1288
1334
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1289
1335
  width: size,
1290
1336
  height: size,
@@ -1293,19 +1339,19 @@ const TextTracking = /*#__PURE__*/React__default["default"].forwardRef(function
1293
1339
  viewBox: "0 0 32 32",
1294
1340
  fill: "currentColor",
1295
1341
  ...rest
1296
- }, _path82 || (_path82 = /*#__PURE__*/React__default["default"].createElement("path", {
1342
+ }, _path86 || (_path86 = /*#__PURE__*/React__default["default"].createElement("path", {
1297
1343
  d: "M25.29 19.29L23.88 20.71 26.17 23 5.83 23 8.12 20.71 6.71 19.29 2 24 6.71 28.71 8.12 27.29 5.83 25 26.17 25 23.88 27.29 25.29 28.71 30 24 25.29 19.29zM26 17h2L23 3H21L16 17h2l1-3h6zm-6.33-5L22 5l2.33 7zM14 3L10 15 6 3 4 3 9 17 11 17 16 3 14 3z"
1298
1344
  })), children);
1299
1345
  });
1300
1346
  if (process.env.NODE_ENV !== "production") {
1301
1347
  TextTracking.propTypes = iconPropTypes.iconPropTypes;
1302
1348
  }
1303
- const TextUnderline = /*#__PURE__*/React__default["default"].forwardRef(function TextUnderline(_ref57, ref) {
1349
+ const TextUnderline = /*#__PURE__*/React__default["default"].forwardRef(function TextUnderline(_ref59, ref) {
1304
1350
  let {
1305
1351
  children,
1306
1352
  size = 16,
1307
1353
  ...rest
1308
- } = _ref57;
1354
+ } = _ref59;
1309
1355
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1310
1356
  width: size,
1311
1357
  height: size,
@@ -1314,19 +1360,19 @@ const TextUnderline = /*#__PURE__*/React__default["default"].forwardRef(function
1314
1360
  viewBox: "0 0 32 32",
1315
1361
  fill: "currentColor",
1316
1362
  ...rest
1317
- }, _path83 || (_path83 = /*#__PURE__*/React__default["default"].createElement("path", {
1363
+ }, _path87 || (_path87 = /*#__PURE__*/React__default["default"].createElement("path", {
1318
1364
  d: "M4 26H28V28H4zM16 23a7 7 0 01-7-7V5h2V16a5 5 0 0010 0V5h2V16A7 7 0 0116 23z"
1319
1365
  })), children);
1320
1366
  });
1321
1367
  if (process.env.NODE_ENV !== "production") {
1322
1368
  TextUnderline.propTypes = iconPropTypes.iconPropTypes;
1323
1369
  }
1324
- const TextVerticalAlignment = /*#__PURE__*/React__default["default"].forwardRef(function TextVerticalAlignment(_ref58, ref) {
1370
+ const TextVerticalAlignment = /*#__PURE__*/React__default["default"].forwardRef(function TextVerticalAlignment(_ref60, ref) {
1325
1371
  let {
1326
1372
  children,
1327
1373
  size = 16,
1328
1374
  ...rest
1329
- } = _ref58;
1375
+ } = _ref60;
1330
1376
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1331
1377
  width: size,
1332
1378
  height: size,
@@ -1335,19 +1381,19 @@ const TextVerticalAlignment = /*#__PURE__*/React__default["default"].forwardRef(
1335
1381
  viewBox: "0 0 32 32",
1336
1382
  fill: "currentColor",
1337
1383
  ...rest
1338
- }, _path84 || (_path84 = /*#__PURE__*/React__default["default"].createElement("path", {
1384
+ }, _path88 || (_path88 = /*#__PURE__*/React__default["default"].createElement("path", {
1339
1385
  d: "M16 28H30V30H16zM16 23H30V25H16zM10.8458 30H13L8.64 20H6.36L2 30H4.1542l.8-2h5.0916zM5.7541 26L7.5 21.6347 9.2459 26zM2 15H30V17H2zM16 7H30V9H16zM16 2H30V4H16zM10.8458 12H13L8.64 2H6.36L2 12H4.1542l.8-2h5.0916zM5.7541 8L7.5 3.6347 9.2459 8z"
1340
1386
  })), children);
1341
1387
  });
1342
1388
  if (process.env.NODE_ENV !== "production") {
1343
1389
  TextVerticalAlignment.propTypes = iconPropTypes.iconPropTypes;
1344
1390
  }
1345
- const TextWrap = /*#__PURE__*/React__default["default"].forwardRef(function TextWrap(_ref59, ref) {
1391
+ const TextWrap = /*#__PURE__*/React__default["default"].forwardRef(function TextWrap(_ref61, ref) {
1346
1392
  let {
1347
1393
  children,
1348
1394
  size = 16,
1349
1395
  ...rest
1350
- } = _ref59;
1396
+ } = _ref61;
1351
1397
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1352
1398
  width: size,
1353
1399
  height: size,
@@ -1356,19 +1402,19 @@ const TextWrap = /*#__PURE__*/React__default["default"].forwardRef(function Text
1356
1402
  viewBox: "0 0 32 32",
1357
1403
  fill: "currentColor",
1358
1404
  ...rest
1359
- }, _path85 || (_path85 = /*#__PURE__*/React__default["default"].createElement("path", {
1405
+ }, _path89 || (_path89 = /*#__PURE__*/React__default["default"].createElement("path", {
1360
1406
  d: "M4 23H12V25H4zM24.5232 14H4v2H24.5a3.5 3.5 0 010 7H18.8281l2.586-2.5859L20 19l-5 5 5 5 1.4141-1.4141L18.8281 25H24.533a5.5 5.5 0 00-.01-11zM4 5H28V7H4z"
1361
1407
  })), children);
1362
1408
  });
1363
1409
  if (process.env.NODE_ENV !== "production") {
1364
1410
  TextWrap.propTypes = iconPropTypes.iconPropTypes;
1365
1411
  }
1366
- const WatsonHealthTextAnnotationToggle = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthTextAnnotationToggle(_ref60, ref) {
1412
+ const WatsonHealthTextAnnotationToggle = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthTextAnnotationToggle(_ref62, ref) {
1367
1413
  let {
1368
1414
  children,
1369
1415
  size = 16,
1370
1416
  ...rest
1371
- } = _ref60;
1417
+ } = _ref62;
1372
1418
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1373
1419
  width: size,
1374
1420
  height: size,
@@ -1377,21 +1423,21 @@ const WatsonHealthTextAnnotationToggle = /*#__PURE__*/React__default["default"].
1377
1423
  viewBox: "0 0 32 32",
1378
1424
  fill: "currentColor",
1379
1425
  ...rest
1380
- }, _path86 || (_path86 = /*#__PURE__*/React__default["default"].createElement("path", {
1426
+ }, _path90 || (_path90 = /*#__PURE__*/React__default["default"].createElement("path", {
1381
1427
  d: "M29.537 13.76L26.24 10.463a1.5862 1.5862 0 00-2.24 0L10 24.4674V30h5.5326L29.537 16a1.5862 1.5862 0 000-2.24zM14.7042 28H12V25.2958l9.4409-9.4409 2.7042 2.7042zM25.5591 17.145L22.855 14.4409l2.2672-2.2672 2.7042 2.7042zM11 17L13 17 13 10 16 10 16 8 8 8 8 10 11 10 11 17z"
1382
- })), _path87 || (_path87 = /*#__PURE__*/React__default["default"].createElement("path", {
1428
+ })), _path91 || (_path91 = /*#__PURE__*/React__default["default"].createElement("path", {
1383
1429
  d: "M8,20H4V4H20V8h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2H8Z"
1384
1430
  })), children);
1385
1431
  });
1386
1432
  if (process.env.NODE_ENV !== "production") {
1387
1433
  WatsonHealthTextAnnotationToggle.propTypes = iconPropTypes.iconPropTypes;
1388
1434
  }
1389
- const TextLink = /*#__PURE__*/React__default["default"].forwardRef(function TextLink(_ref61, ref) {
1435
+ const TextLink = /*#__PURE__*/React__default["default"].forwardRef(function TextLink(_ref63, ref) {
1390
1436
  let {
1391
1437
  children,
1392
1438
  size = 16,
1393
1439
  ...rest
1394
- } = _ref61;
1440
+ } = _ref63;
1395
1441
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1396
1442
  width: size,
1397
1443
  height: size,
@@ -1400,21 +1446,21 @@ const TextLink = /*#__PURE__*/React__default["default"].forwardRef(function Text
1400
1446
  viewBox: "0 0 32 32",
1401
1447
  fill: "currentColor",
1402
1448
  ...rest
1403
- }, _path88 || (_path88 = /*#__PURE__*/React__default["default"].createElement("path", {
1449
+ }, _path92 || (_path92 = /*#__PURE__*/React__default["default"].createElement("path", {
1404
1450
  d: "M18.7061,27.585a5.2615,5.2615,0,0,1-3.7227-8.9834l1.415,1.414a3.2638,3.2638,0,1,0,4.6153,4.6162l6.03-6.03a3.264,3.264,0,0,0-4.6162-4.6158l-1.414-1.414a5.2637,5.2637,0,0,1,7.4443,7.4438l-6.03,6.03A5.2461,5.2461,0,0,1,18.7061,27.585Z"
1405
- })), _path89 || (_path89 = /*#__PURE__*/React__default["default"].createElement("path", {
1451
+ })), _path93 || (_path93 = /*#__PURE__*/React__default["default"].createElement("path", {
1406
1452
  d: "M10.2642 29.9971A5.2619 5.2619 0 016.542 21.0137l6.03-6.03a5.2636 5.2636 0 117.4438 7.4438l-1.414-1.414a3.2639 3.2639 0 10-4.6158-4.6158l-6.03 6.03a3.264 3.264 0 004.6157 4.6162l1.414 1.4141A5.2452 5.2452 0 0110.2642 29.9971zM2 10H10V12H2zM2 6H14V8H2zM2 2H14V4H2z"
1407
1453
  })), children);
1408
1454
  });
1409
1455
  if (process.env.NODE_ENV !== "production") {
1410
1456
  TextLink.propTypes = iconPropTypes.iconPropTypes;
1411
1457
  }
1412
- const TextLinkAnalysis = /*#__PURE__*/React__default["default"].forwardRef(function TextLinkAnalysis(_ref62, ref) {
1458
+ const TextLinkAnalysis = /*#__PURE__*/React__default["default"].forwardRef(function TextLinkAnalysis(_ref64, ref) {
1413
1459
  let {
1414
1460
  children,
1415
1461
  size = 16,
1416
1462
  ...rest
1417
- } = _ref62;
1463
+ } = _ref64;
1418
1464
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1419
1465
  width: size,
1420
1466
  height: size,
@@ -1423,21 +1469,21 @@ const TextLinkAnalysis = /*#__PURE__*/React__default["default"].forwardRef(funct
1423
1469
  viewBox: "0 0 32 32",
1424
1470
  fill: "currentColor",
1425
1471
  ...rest
1426
- }, _path90 || (_path90 = /*#__PURE__*/React__default["default"].createElement("path", {
1472
+ }, _path94 || (_path94 = /*#__PURE__*/React__default["default"].createElement("path", {
1427
1473
  d: "M8 10H16V12H8zM8 6H20V8H8zM8 2H20V4H8z"
1428
- })), _path91 || (_path91 = /*#__PURE__*/React__default["default"].createElement("path", {
1474
+ })), _path95 || (_path95 = /*#__PURE__*/React__default["default"].createElement("path", {
1429
1475
  d: "M4.7111,28l5.6312-9.9961,7.4341,6.49A2,2,0,0,0,20.86,23.96l6.9707-10.4034-1.6622-1.1132-7,10.4472-.07.1035-7.4345-6.4907a2.0032,2.0032,0,0,0-3.0806.5308L4,25.1826V2H2V28a2.0023,2.0023,0,0,0,2,2H30V28Z"
1430
1476
  })), children);
1431
1477
  });
1432
1478
  if (process.env.NODE_ENV !== "production") {
1433
1479
  TextLinkAnalysis.propTypes = iconPropTypes.iconPropTypes;
1434
1480
  }
1435
- const TextMining = /*#__PURE__*/React__default["default"].forwardRef(function TextMining(_ref63, ref) {
1481
+ const TextMining = /*#__PURE__*/React__default["default"].forwardRef(function TextMining(_ref65, ref) {
1436
1482
  let {
1437
1483
  children,
1438
1484
  size = 16,
1439
1485
  ...rest
1440
- } = _ref63;
1486
+ } = _ref65;
1441
1487
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1442
1488
  width: size,
1443
1489
  height: size,
@@ -1446,21 +1492,21 @@ const TextMining = /*#__PURE__*/React__default["default"].forwardRef(function Te
1446
1492
  viewBox: "0 0 32 32",
1447
1493
  fill: "currentColor",
1448
1494
  ...rest
1449
- }, _path92 || (_path92 = /*#__PURE__*/React__default["default"].createElement("path", {
1495
+ }, _path96 || (_path96 = /*#__PURE__*/React__default["default"].createElement("path", {
1450
1496
  d: "M18 28H26V30H18zM18 24H30V26H18zM18 20H30V22H18z"
1451
- })), _path93 || (_path93 = /*#__PURE__*/React__default["default"].createElement("path", {
1497
+ })), _path97 || (_path97 = /*#__PURE__*/React__default["default"].createElement("path", {
1452
1498
  d: "M16.001 26.473L16 26.473 4.284 12.955 9.5 6 22.5 6 27.716 12.955 24.476 16.692 25.989 18.002 30.284 13.045 23.5 4 8.5 4 1.716 13.045 14.488 27.782 16.001 26.473z"
1453
1499
  })), children);
1454
1500
  });
1455
1501
  if (process.env.NODE_ENV !== "production") {
1456
1502
  TextMining.propTypes = iconPropTypes.iconPropTypes;
1457
1503
  }
1458
- const TextMiningApplier = /*#__PURE__*/React__default["default"].forwardRef(function TextMiningApplier(_ref64, ref) {
1504
+ const TextMiningApplier = /*#__PURE__*/React__default["default"].forwardRef(function TextMiningApplier(_ref66, ref) {
1459
1505
  let {
1460
1506
  children,
1461
1507
  size = 16,
1462
1508
  ...rest
1463
- } = _ref64;
1509
+ } = _ref66;
1464
1510
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1465
1511
  width: size,
1466
1512
  height: size,
@@ -1469,21 +1515,21 @@ const TextMiningApplier = /*#__PURE__*/React__default["default"].forwardRef(func
1469
1515
  viewBox: "0 0 32 32",
1470
1516
  fill: "currentColor",
1471
1517
  ...rest
1472
- }, _path94 || (_path94 = /*#__PURE__*/React__default["default"].createElement("path", {
1518
+ }, _path98 || (_path98 = /*#__PURE__*/React__default["default"].createElement("path", {
1473
1519
  d: "M16.001 26.473L16 26.473 4.284 12.955 9.5 6 22.5 6 27.716 12.955 24.476 16.692 25.989 18.002 30.284 13.045 23.5 4 8.5 4 1.716 13.045 14.488 27.782 16.001 26.473z"
1474
- })), _path95 || (_path95 = /*#__PURE__*/React__default["default"].createElement("path", {
1520
+ })), _path99 || (_path99 = /*#__PURE__*/React__default["default"].createElement("path", {
1475
1521
  d: "M20 19L27 24 20 29 20 19z"
1476
1522
  })), children);
1477
1523
  });
1478
1524
  if (process.env.NODE_ENV !== "production") {
1479
1525
  TextMiningApplier.propTypes = iconPropTypes.iconPropTypes;
1480
1526
  }
1481
- const Theater = /*#__PURE__*/React__default["default"].forwardRef(function Theater(_ref65, ref) {
1527
+ const Theater = /*#__PURE__*/React__default["default"].forwardRef(function Theater(_ref67, ref) {
1482
1528
  let {
1483
1529
  children,
1484
1530
  size = 16,
1485
1531
  ...rest
1486
- } = _ref65;
1532
+ } = _ref67;
1487
1533
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1488
1534
  width: size,
1489
1535
  height: size,
@@ -1492,21 +1538,21 @@ const Theater = /*#__PURE__*/React__default["default"].forwardRef(function Theat
1492
1538
  viewBox: "0 0 32 32",
1493
1539
  fill: "currentColor",
1494
1540
  ...rest
1495
- }, _path96 || (_path96 = /*#__PURE__*/React__default["default"].createElement("path", {
1541
+ }, _path100 || (_path100 = /*#__PURE__*/React__default["default"].createElement("path", {
1496
1542
  d: "M20 25a6.9908 6.9908 0 01-5.833-3.1287l1.666-1.1074a5.0007 5.0007 0 008.334 0l1.666 1.1074A6.9908 6.9908 0 0120 25zM24 14a2 2 0 102 2A1.9806 1.9806 0 0024 14zM16 14a2 2 0 102 2A1.9806 1.9806 0 0016 14z"
1497
- })), _path97 || (_path97 = /*#__PURE__*/React__default["default"].createElement("path", {
1543
+ })), _path101 || (_path101 = /*#__PURE__*/React__default["default"].createElement("path", {
1498
1544
  d: "M28,8H22V4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V14a10.01,10.01,0,0,0,8.8027,9.9214A9.9989,9.9989,0,0,0,30,20V10A2.0023,2.0023,0,0,0,28,8ZM4,14V4H20V8H12a2.0023,2.0023,0,0,0-2,2V20a9.9628,9.9628,0,0,0,.168,1.78A8.0081,8.0081,0,0,1,4,14Zm24,6a8,8,0,0,1-16,0V10H28Z"
1499
1545
  })), children);
1500
1546
  });
1501
1547
  if (process.env.NODE_ENV !== "production") {
1502
1548
  Theater.propTypes = iconPropTypes.iconPropTypes;
1503
1549
  }
1504
- const ThisSideUp = /*#__PURE__*/React__default["default"].forwardRef(function ThisSideUp(_ref66, ref) {
1550
+ const ThisSideUp = /*#__PURE__*/React__default["default"].forwardRef(function ThisSideUp(_ref68, ref) {
1505
1551
  let {
1506
1552
  children,
1507
1553
  size = 16,
1508
1554
  ...rest
1509
- } = _ref66;
1555
+ } = _ref68;
1510
1556
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1511
1557
  width: size,
1512
1558
  height: size,
@@ -1515,19 +1561,19 @@ const ThisSideUp = /*#__PURE__*/React__default["default"].forwardRef(function Th
1515
1561
  viewBox: "0 0 32 32",
1516
1562
  fill: "currentColor",
1517
1563
  ...rest
1518
- }, _path98 || (_path98 = /*#__PURE__*/React__default["default"].createElement("path", {
1564
+ }, _path102 || (_path102 = /*#__PURE__*/React__default["default"].createElement("path", {
1519
1565
  d: "M2 28H30V30H2zM7 5.828L7 24 9 24 9 5.828 12.586 9.414 14 8 8 2 2 8 3.414 9.414 7 5.828zM23 5.828L23 24 25 24 25 5.828 28.586 9.414 30 8 24 2 18 8 19.414 9.414 23 5.828z"
1520
1566
  })), children);
1521
1567
  });
1522
1568
  if (process.env.NODE_ENV !== "production") {
1523
1569
  ThisSideUp.propTypes = iconPropTypes.iconPropTypes;
1524
1570
  }
1525
- const WatsonHealthThreshold = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthThreshold(_ref67, ref) {
1571
+ const WatsonHealthThreshold = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthThreshold(_ref69, ref) {
1526
1572
  let {
1527
1573
  children,
1528
1574
  size = 16,
1529
1575
  ...rest
1530
- } = _ref67;
1576
+ } = _ref69;
1531
1577
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1532
1578
  width: size,
1533
1579
  height: size,
@@ -1536,21 +1582,21 @@ const WatsonHealthThreshold = /*#__PURE__*/React__default["default"].forwardRef(
1536
1582
  viewBox: "0 0 32 32",
1537
1583
  fill: "currentColor",
1538
1584
  ...rest
1539
- }, _path99 || (_path99 = /*#__PURE__*/React__default["default"].createElement("path", {
1585
+ }, _path103 || (_path103 = /*#__PURE__*/React__default["default"].createElement("path", {
1540
1586
  d: "M26,4H6A2.0025,2.0025,0,0,0,4,6V26a2.0025,2.0025,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V6A2.0023,2.0023,0,0,0,26,4ZM6,6H26V16H24v2h2v2H24v2h2v2H24v2H22V24H20v2H18V24H16v2H14V24H12v2H10V24H8v2H6Z"
1541
- })), _path100 || (_path100 = /*#__PURE__*/React__default["default"].createElement("path", {
1587
+ })), _path104 || (_path104 = /*#__PURE__*/React__default["default"].createElement("path", {
1542
1588
  d: "M8 20H10V22H8zM12 20H14V22H12zM16 20H18V22H16zM20 20H22V22H20zM8 16H10V18H8zM16 16H18V18H16zM20 16H22V18H20zM20 12H22V14H20zM20 8H22V10H20z"
1543
1589
  })), children);
1544
1590
  });
1545
1591
  if (process.env.NODE_ENV !== "production") {
1546
1592
  WatsonHealthThreshold.propTypes = iconPropTypes.iconPropTypes;
1547
1593
  }
1548
- const Thumbnail_1 = /*#__PURE__*/React__default["default"].forwardRef(function Thumbnail_1(_ref68, ref) {
1594
+ const Thumbnail_1 = /*#__PURE__*/React__default["default"].forwardRef(function Thumbnail_1(_ref70, ref) {
1549
1595
  let {
1550
1596
  children,
1551
1597
  size = 16,
1552
1598
  ...rest
1553
- } = _ref68;
1599
+ } = _ref70;
1554
1600
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1555
1601
  width: size,
1556
1602
  height: size,
@@ -1559,19 +1605,19 @@ const Thumbnail_1 = /*#__PURE__*/React__default["default"].forwardRef(function T
1559
1605
  viewBox: "0 0 32 32",
1560
1606
  fill: "currentColor",
1561
1607
  ...rest
1562
- }, _path101 || (_path101 = /*#__PURE__*/React__default["default"].createElement("path", {
1608
+ }, _path105 || (_path105 = /*#__PURE__*/React__default["default"].createElement("path", {
1563
1609
  d: "M8 30H4a2 2 0 01-2-2V24a2 2 0 012-2H8a2 2 0 012 2v4A2 2 0 018 30zM4 24v4H8V24zM18 30H14a2 2 0 01-2-2V24a2 2 0 012-2h4a2 2 0 012 2v4A2 2 0 0118 30zm-4-6v4h4V24zM28 30H24a2 2 0 01-2-2V24a2 2 0 012-2h4a2 2 0 012 2v4A2 2 0 0128 30zm-4-6v4h4V24zM28 20H4a2 2 0 01-2-2V4A2 2 0 014 2H28a2 2 0 012 2V18A2 2 0 0128 20zM4 4V18H28V4z"
1564
1610
  })), children);
1565
1611
  });
1566
1612
  if (process.env.NODE_ENV !== "production") {
1567
1613
  Thumbnail_1.propTypes = iconPropTypes.iconPropTypes;
1568
1614
  }
1569
- const Thumbnail_2 = /*#__PURE__*/React__default["default"].forwardRef(function Thumbnail_2(_ref69, ref) {
1615
+ const Thumbnail_2 = /*#__PURE__*/React__default["default"].forwardRef(function Thumbnail_2(_ref71, ref) {
1570
1616
  let {
1571
1617
  children,
1572
1618
  size = 16,
1573
1619
  ...rest
1574
- } = _ref69;
1620
+ } = _ref71;
1575
1621
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1576
1622
  width: size,
1577
1623
  height: size,
@@ -1580,19 +1626,19 @@ const Thumbnail_2 = /*#__PURE__*/React__default["default"].forwardRef(function T
1580
1626
  viewBox: "0 0 32 32",
1581
1627
  fill: "currentColor",
1582
1628
  ...rest
1583
- }, _path102 || (_path102 = /*#__PURE__*/React__default["default"].createElement("path", {
1629
+ }, _path106 || (_path106 = /*#__PURE__*/React__default["default"].createElement("path", {
1584
1630
  d: "M8 30H4a2 2 0 01-2-2V24a2 2 0 012-2H8a2 2 0 012 2v4A2 2 0 018 30zM4 24v4H8V24zM18 30H14a2 2 0 01-2-2V24a2 2 0 012-2h4a2 2 0 012 2v4A2 2 0 0118 30zm-4-6v4h4V24zM28 30H24a2 2 0 01-2-2V24a2 2 0 012-2h4a2 2 0 012 2v4A2 2 0 0128 30zm-4-6v4h4V24zM8 20H4a2 2 0 01-2-2V14a2 2 0 012-2H8a2 2 0 012 2v4A2 2 0 018 20zM4 14v4H8V14zM18 20H14a2 2 0 01-2-2V14a2 2 0 012-2h4a2 2 0 012 2v4A2 2 0 0118 20zm-4-6v4h4V14zM28 20H24a2 2 0 01-2-2V14a2 2 0 012-2h4a2 2 0 012 2v4A2 2 0 0128 20zm-4-6v4h4V14zM8 10H4A2 2 0 012 8V4A2 2 0 014 2H8a2 2 0 012 2V8A2 2 0 018 10zM4 4V8H8V4zM18 10H14a2 2 0 01-2-2V4a2 2 0 012-2h4a2 2 0 012 2V8A2 2 0 0118 10zM14 4V8h4V4zM28 10H24a2 2 0 01-2-2V4a2 2 0 012-2h4a2 2 0 012 2V8A2 2 0 0128 10zM24 4V8h4V4z"
1585
1631
  })), children);
1586
1632
  });
1587
1633
  if (process.env.NODE_ENV !== "production") {
1588
1634
  Thumbnail_2.propTypes = iconPropTypes.iconPropTypes;
1589
1635
  }
1590
- const WatsonHealthThumbnailPreview = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthThumbnailPreview(_ref70, ref) {
1636
+ const WatsonHealthThumbnailPreview = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthThumbnailPreview(_ref72, ref) {
1591
1637
  let {
1592
1638
  children,
1593
1639
  size = 16,
1594
1640
  ...rest
1595
- } = _ref70;
1641
+ } = _ref72;
1596
1642
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1597
1643
  width: size,
1598
1644
  height: size,
@@ -1601,21 +1647,21 @@ const WatsonHealthThumbnailPreview = /*#__PURE__*/React__default["default"].forw
1601
1647
  viewBox: "0 0 32 32",
1602
1648
  fill: "currentColor",
1603
1649
  ...rest
1604
- }, _path103 || (_path103 = /*#__PURE__*/React__default["default"].createElement("path", {
1650
+ }, _path107 || (_path107 = /*#__PURE__*/React__default["default"].createElement("path", {
1605
1651
  d: "M28,12H4a2.0023,2.0023,0,0,0-2,2V28a2.002,2.002,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V14A2.0027,2.0027,0,0,0,28,12ZM20,28H12V27a1.0009,1.0009,0,0,1,1-1h6a1.0009,1.0009,0,0,1,1,1Zm8,0H22V27a3.0033,3.0033,0,0,0-3-3H13a3.0033,3.0033,0,0,0-3,3v1H4V14H28.002Z"
1606
- })), _path104 || (_path104 = /*#__PURE__*/React__default["default"].createElement("path", {
1652
+ })), _path108 || (_path108 = /*#__PURE__*/React__default["default"].createElement("path", {
1607
1653
  d: "M16 23a4 4 0 114-4A4.0042 4.0042 0 0116 23zm0-6a2 2 0 102 2A2.0023 2.0023 0 0016 17zM30 4V8a2.0027 2.0027 0 01-2 2H24a2.0027 2.0027 0 01-2-2V4a2.0027 2.0027 0 012-2h4A2.0027 2.0027 0 0130 4zM28 8l.002-4H24V8zM20 4V8a2.0027 2.0027 0 01-2 2H14a2.0023 2.0023 0 01-2-2V4a2.0023 2.0023 0 012-2h4A2.0027 2.0027 0 0120 4zM18 8l.002-4H14V8zM10 4V8a2.0023 2.0023 0 01-2 2H4A2.0023 2.0023 0 012 8V4A2.0023 2.0023 0 014 2H8A2.0023 2.0023 0 0110 4zM8 8l.0015-4H4V8z"
1608
1654
  })), children);
1609
1655
  });
1610
1656
  if (process.env.NODE_ENV !== "production") {
1611
1657
  WatsonHealthThumbnailPreview.propTypes = iconPropTypes.iconPropTypes;
1612
1658
  }
1613
- const ThumbsDown = /*#__PURE__*/React__default["default"].forwardRef(function ThumbsDown(_ref71, ref) {
1659
+ const ThumbsDown = /*#__PURE__*/React__default["default"].forwardRef(function ThumbsDown(_ref73, ref) {
1614
1660
  let {
1615
1661
  children,
1616
1662
  size = 16,
1617
1663
  ...rest
1618
- } = _ref71;
1664
+ } = _ref73;
1619
1665
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1620
1666
  width: size,
1621
1667
  height: size,
@@ -1624,19 +1670,19 @@ const ThumbsDown = /*#__PURE__*/React__default["default"].forwardRef(function Th
1624
1670
  viewBox: "0 0 32 32",
1625
1671
  fill: "currentColor",
1626
1672
  ...rest
1627
- }, _path105 || (_path105 = /*#__PURE__*/React__default["default"].createElement("path", {
1673
+ }, _path109 || (_path109 = /*#__PURE__*/React__default["default"].createElement("path", {
1628
1674
  d: "M30,16V9a7.0078,7.0078,0,0,0-7-7H2V16H8.4648l3.5774,5.3662.8453,5.9165A2.0094,2.0094,0,0,0,14.8672,29H17a3.0033,3.0033,0,0,0,3-3V20h6A4.0045,4.0045,0,0,0,30,16ZM8,14H4V4H8Zm20,2a2.0025,2.0025,0,0,1-2,2H18v8a1.0008,1.0008,0,0,1-1,1H14.8672l-.9094-6.3662L10,14.6973V4H23a5.0057,5.0057,0,0,1,5,5Z"
1629
1675
  })), children);
1630
1676
  });
1631
1677
  if (process.env.NODE_ENV !== "production") {
1632
1678
  ThumbsDown.propTypes = iconPropTypes.iconPropTypes;
1633
1679
  }
1634
- const ThumbsDownFilled = /*#__PURE__*/React__default["default"].forwardRef(function ThumbsDownFilled(_ref72, ref) {
1680
+ const ThumbsDownFilled = /*#__PURE__*/React__default["default"].forwardRef(function ThumbsDownFilled(_ref74, ref) {
1635
1681
  let {
1636
1682
  children,
1637
1683
  size = 16,
1638
1684
  ...rest
1639
- } = _ref72;
1685
+ } = _ref74;
1640
1686
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1641
1687
  width: size,
1642
1688
  height: size,
@@ -1645,19 +1691,19 @@ const ThumbsDownFilled = /*#__PURE__*/React__default["default"].forwardRef(funct
1645
1691
  viewBox: "0 0 32 32",
1646
1692
  fill: "currentColor",
1647
1693
  ...rest
1648
- }, _path106 || (_path106 = /*#__PURE__*/React__default["default"].createElement("path", {
1694
+ }, _path110 || (_path110 = /*#__PURE__*/React__default["default"].createElement("path", {
1649
1695
  d: "M2 2H7V16H2zM23 2H9V16.8027l3.0422 4.5635.8453 5.9165A2.0094 2.0094 0 0014.8672 29H15a3.0033 3.0033 0 003-3V20h8a4.0045 4.0045 0 004-4V9A7.0078 7.0078 0 0023 2z"
1650
1696
  })), children);
1651
1697
  });
1652
1698
  if (process.env.NODE_ENV !== "production") {
1653
1699
  ThumbsDownFilled.propTypes = iconPropTypes.iconPropTypes;
1654
1700
  }
1655
- const ThumbsUp = /*#__PURE__*/React__default["default"].forwardRef(function ThumbsUp(_ref73, ref) {
1701
+ const ThumbsUp = /*#__PURE__*/React__default["default"].forwardRef(function ThumbsUp(_ref75, ref) {
1656
1702
  let {
1657
1703
  children,
1658
1704
  size = 16,
1659
1705
  ...rest
1660
- } = _ref73;
1706
+ } = _ref75;
1661
1707
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1662
1708
  width: size,
1663
1709
  height: size,
@@ -1666,19 +1712,19 @@ const ThumbsUp = /*#__PURE__*/React__default["default"].forwardRef(function Thum
1666
1712
  viewBox: "0 0 32 32",
1667
1713
  fill: "currentColor",
1668
1714
  ...rest
1669
- }, _path107 || (_path107 = /*#__PURE__*/React__default["default"].createElement("path", {
1715
+ }, _path111 || (_path111 = /*#__PURE__*/React__default["default"].createElement("path", {
1670
1716
  d: "M26,12H20V6a3.0033,3.0033,0,0,0-3-3H14.8672a2.0094,2.0094,0,0,0-1.98,1.7173l-.8453,5.9165L8.4648,16H2V30H23a7.0078,7.0078,0,0,0,7-7V16A4.0045,4.0045,0,0,0,26,12ZM8,28H4V18H8Zm20-5a5.0057,5.0057,0,0,1-5,5H10V17.3027l3.9578-5.9365L14.8672,5H17a1.0008,1.0008,0,0,1,1,1v8h8a2.0025,2.0025,0,0,1,2,2Z"
1671
1717
  })), children);
1672
1718
  });
1673
1719
  if (process.env.NODE_ENV !== "production") {
1674
1720
  ThumbsUp.propTypes = iconPropTypes.iconPropTypes;
1675
1721
  }
1676
- const ThumbsUpFilled = /*#__PURE__*/React__default["default"].forwardRef(function ThumbsUpFilled(_ref74, ref) {
1722
+ const ThumbsUpFilled = /*#__PURE__*/React__default["default"].forwardRef(function ThumbsUpFilled(_ref76, ref) {
1677
1723
  let {
1678
1724
  children,
1679
1725
  size = 16,
1680
1726
  ...rest
1681
- } = _ref74;
1727
+ } = _ref76;
1682
1728
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1683
1729
  width: size,
1684
1730
  height: size,
@@ -1687,19 +1733,19 @@ const ThumbsUpFilled = /*#__PURE__*/React__default["default"].forwardRef(functio
1687
1733
  viewBox: "0 0 32 32",
1688
1734
  fill: "currentColor",
1689
1735
  ...rest
1690
- }, _path108 || (_path108 = /*#__PURE__*/React__default["default"].createElement("path", {
1736
+ }, _path112 || (_path112 = /*#__PURE__*/React__default["default"].createElement("path", {
1691
1737
  d: "M2 16H7V30H2zM23 30H9V15.1973l3.0422-4.5635.8453-5.9165A2.0094 2.0094 0 0114.8672 3H15a3.0033 3.0033 0 013 3v6h8a4.0045 4.0045 0 014 4v7A7.0078 7.0078 0 0123 30z"
1692
1738
  })), children);
1693
1739
  });
1694
1740
  if (process.env.NODE_ENV !== "production") {
1695
1741
  ThumbsUpFilled.propTypes = iconPropTypes.iconPropTypes;
1696
1742
  }
1697
- const Thunderstorm = /*#__PURE__*/React__default["default"].forwardRef(function Thunderstorm(_ref75, ref) {
1743
+ const Thunderstorm = /*#__PURE__*/React__default["default"].forwardRef(function Thunderstorm(_ref77, ref) {
1698
1744
  let {
1699
1745
  children,
1700
1746
  size = 16,
1701
1747
  ...rest
1702
- } = _ref75;
1748
+ } = _ref77;
1703
1749
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1704
1750
  width: size,
1705
1751
  height: size,
@@ -1708,21 +1754,21 @@ const Thunderstorm = /*#__PURE__*/React__default["default"].forwardRef(function
1708
1754
  viewBox: "0 0 32 32",
1709
1755
  fill: "currentColor",
1710
1756
  ...rest
1711
- }, _path109 || (_path109 = /*#__PURE__*/React__default["default"].createElement("path", {
1757
+ }, _path113 || (_path113 = /*#__PURE__*/React__default["default"].createElement("path", {
1712
1758
  d: "M23.5,22H23V20h.5a4.5,4.5,0,0,0,.36-9L23,11l-.1-.82a7,7,0,0,0-13.88,0L9,11,8.14,11a4.5,4.5,0,0,0,.36,9H9v2H8.5A6.5,6.5,0,0,1,7.2,9.14a9,9,0,0,1,17.6,0A6.5,6.5,0,0,1,23.5,22Z"
1713
- })), _path110 || (_path110 = /*#__PURE__*/React__default["default"].createElement("path", {
1759
+ })), _path114 || (_path114 = /*#__PURE__*/React__default["default"].createElement("path", {
1714
1760
  d: "M15.87 30.5L14.13 29.5 17.28 24 11.28 24 16.13 15.5 17.87 16.5 14.72 22 20.72 22 15.87 30.5z"
1715
1761
  })), children);
1716
1762
  });
1717
1763
  if (process.env.NODE_ENV !== "production") {
1718
1764
  Thunderstorm.propTypes = iconPropTypes.iconPropTypes;
1719
1765
  }
1720
- const ThunderstormScattered = /*#__PURE__*/React__default["default"].forwardRef(function ThunderstormScattered(_ref76, ref) {
1766
+ const ThunderstormScattered = /*#__PURE__*/React__default["default"].forwardRef(function ThunderstormScattered(_ref78, ref) {
1721
1767
  let {
1722
1768
  children,
1723
1769
  size = 16,
1724
1770
  ...rest
1725
- } = _ref76;
1771
+ } = _ref78;
1726
1772
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1727
1773
  width: size,
1728
1774
  height: size,
@@ -1731,21 +1777,21 @@ const ThunderstormScattered = /*#__PURE__*/React__default["default"].forwardRef(
1731
1777
  viewBox: "0 0 32 32",
1732
1778
  fill: "currentColor",
1733
1779
  ...rest
1734
- }, _path111 || (_path111 = /*#__PURE__*/React__default["default"].createElement("path", {
1780
+ }, _path115 || (_path115 = /*#__PURE__*/React__default["default"].createElement("path", {
1735
1781
  d: "M13.338 30L11.602 29 13.889 25 10 25 13.993 18 15.73 19 13.446 23 17.337 23 13.338 30z"
1736
- })), _path112 || (_path112 = /*#__PURE__*/React__default["default"].createElement("path", {
1782
+ })), _path116 || (_path116 = /*#__PURE__*/React__default["default"].createElement("path", {
1737
1783
  d: "M27,11A5.9955,5.9955,0,0,0,15.6335,8.3311,7.3494,7.3494,0,0,0,13.5,8a7.5509,7.5509,0,0,0-7.1492,5.2441A5.9926,5.9926,0,0,0,8,25V23a3.9925,3.9925,0,0,1-.6731-7.9292L7.99,14.958l.1458-.6562a5.496,5.496,0,0,1,10.7294,0l.1458.6562.6626.1128A3.9925,3.9925,0,0,1,19,23v2a5.9853,5.9853,0,0,0,5.2163-8.9463A5.9941,5.9941,0,0,0,27,11Zm-4.0732,3.4893a5.96,5.96,0,0,0-2.2776-1.2452,7.5157,7.5157,0,0,0-3.1853-4.0688,3.9869,3.9869,0,1,1,5.4629,5.314Z"
1738
- })), _path113 || (_path113 = /*#__PURE__*/React__default["default"].createElement("path", {
1784
+ })), _path117 || (_path117 = /*#__PURE__*/React__default["default"].createElement("path", {
1739
1785
  d: "M26.732 16.233H29.732V18.233H26.732z",
1740
1786
  transform: "rotate(-135 28.232 17.233)"
1741
- })), _path114 || (_path114 = /*#__PURE__*/React__default["default"].createElement("path", {
1787
+ })), _path118 || (_path118 = /*#__PURE__*/React__default["default"].createElement("path", {
1742
1788
  d: "M29 10H32V12H29z"
1743
- })), _path115 || (_path115 = /*#__PURE__*/React__default["default"].createElement("path", {
1789
+ })), _path119 || (_path119 = /*#__PURE__*/React__default["default"].createElement("path", {
1744
1790
  d: "M26.732 3.768H29.732V5.768H26.732z",
1745
1791
  transform: "rotate(-45 28.232 4.768)"
1746
- })), _path116 || (_path116 = /*#__PURE__*/React__default["default"].createElement("path", {
1792
+ })), _path120 || (_path120 = /*#__PURE__*/React__default["default"].createElement("path", {
1747
1793
  d: "M20 0H22V3H20z"
1748
- })), _path117 || (_path117 = /*#__PURE__*/React__default["default"].createElement("path", {
1794
+ })), _path121 || (_path121 = /*#__PURE__*/React__default["default"].createElement("path", {
1749
1795
  d: "M12.268 3.768H15.268V5.768H12.268z",
1750
1796
  transform: "rotate(-135 13.768 4.768)"
1751
1797
  })), children);
@@ -1753,12 +1799,12 @@ const ThunderstormScattered = /*#__PURE__*/React__default["default"].forwardRef(
1753
1799
  if (process.env.NODE_ENV !== "production") {
1754
1800
  ThunderstormScattered.propTypes = iconPropTypes.iconPropTypes;
1755
1801
  }
1756
- const ThunderstormScatteredNight = /*#__PURE__*/React__default["default"].forwardRef(function ThunderstormScatteredNight(_ref77, ref) {
1802
+ const ThunderstormScatteredNight = /*#__PURE__*/React__default["default"].forwardRef(function ThunderstormScatteredNight(_ref79, ref) {
1757
1803
  let {
1758
1804
  children,
1759
1805
  size = 16,
1760
1806
  ...rest
1761
- } = _ref77;
1807
+ } = _ref79;
1762
1808
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1763
1809
  width: size,
1764
1810
  height: size,
@@ -1767,21 +1813,21 @@ const ThunderstormScatteredNight = /*#__PURE__*/React__default["default"].forwar
1767
1813
  viewBox: "0 0 32 32",
1768
1814
  fill: "currentColor",
1769
1815
  ...rest
1770
- }, _path118 || (_path118 = /*#__PURE__*/React__default["default"].createElement("path", {
1816
+ }, _path122 || (_path122 = /*#__PURE__*/React__default["default"].createElement("path", {
1771
1817
  d: "M13.338 30L11.602 29 13.889 25 10 25 13.993 18 15.73 19 13.446 23 17.337 23 13.338 30z"
1772
- })), _path119 || (_path119 = /*#__PURE__*/React__default["default"].createElement("path", {
1818
+ })), _path123 || (_path123 = /*#__PURE__*/React__default["default"].createElement("path", {
1773
1819
  d: "M29.844,13.0347a1.52,1.52,0,0,0-1.231-.8658,5.3562,5.3562,0,0,1-3.4094-1.7158A6.4652,6.4652,0,0,1,23.9187,4.06a1.6039,1.6039,0,0,0-.3-1.5459,1.4547,1.4547,0,0,0-1.3591-.4922l-.0191.0039a7.8544,7.8544,0,0,0-6.1054,6.48A7.3725,7.3725,0,0,0,13.5,8a7.5511,7.5511,0,0,0-7.1494,5.2441A5.9926,5.9926,0,0,0,8,25V23a3.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,23v2a5.9549,5.9549,0,0,0,5.88-7.1455,7.502,7.502,0,0,0,4.8669-3.3A1.537,1.537,0,0,0,29.844,13.0347Zm-5.6926,2.9179a5.9658,5.9658,0,0,0-3.502-2.7085A7.5084,7.5084,0,0,0,18.0288,9.55a6.0085,6.0085,0,0,1,3.77-5.3335,8.4582,8.4582,0,0,0,1.9392,7.5967A7.4037,7.4037,0,0,0,27.64,14.041,5.4419,5.4419,0,0,1,24.1514,15.9526Z"
1774
1820
  })), children);
1775
1821
  });
1776
1822
  if (process.env.NODE_ENV !== "production") {
1777
1823
  ThunderstormScatteredNight.propTypes = iconPropTypes.iconPropTypes;
1778
1824
  }
1779
- const ThunderstormSevere = /*#__PURE__*/React__default["default"].forwardRef(function ThunderstormSevere(_ref78, ref) {
1825
+ const ThunderstormSevere = /*#__PURE__*/React__default["default"].forwardRef(function ThunderstormSevere(_ref80, ref) {
1780
1826
  let {
1781
1827
  children,
1782
1828
  size = 16,
1783
1829
  ...rest
1784
- } = _ref78;
1830
+ } = _ref80;
1785
1831
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1786
1832
  width: size,
1787
1833
  height: size,
@@ -1790,24 +1836,24 @@ const ThunderstormSevere = /*#__PURE__*/React__default["default"].forwardRef(fun
1790
1836
  viewBox: "0 0 32 32",
1791
1837
  fill: "currentColor",
1792
1838
  ...rest
1793
- }, _path120 || (_path120 = /*#__PURE__*/React__default["default"].createElement("path", {
1839
+ }, _path124 || (_path124 = /*#__PURE__*/React__default["default"].createElement("path", {
1794
1840
  d: "M21 30a1 1 0 01-.8944-1.4474l2-4.0005a1 1 0 111.7887.8947l-2 4A.9981.9981 0 0121 30zM9 32a1 1 0 01-.8944-1.4474l2-4.0005a1 1 0 111.7887.8947l-2 4A.9981.9981 0 019 32zM15.901 30.496L14.165 29.504 17.309 24 11.31 24 16.165 15.504 17.901 16.496 14.756 22 20.757 22 15.901 30.496zM27.9516 15A4.399 4.399 0 0128 15.5 4.5049 4.5049 0 0123.5 20H23v2h.5A6.5075 6.5075 0 0030 15.5c0-.17-.0312-.333-.0444-.5z"
1795
- })), _path121 || (_path121 = /*#__PURE__*/React__default["default"].createElement("path", {
1841
+ })), _path125 || (_path125 = /*#__PURE__*/React__default["default"].createElement("path", {
1796
1842
  fill: "none",
1797
1843
  d: "M25.75,8h-1.5V4h1.5ZM25,9a1,1,0,1,0,1,1A1,1,0,0,0,25,9Z"
1798
- })), _path122 || (_path122 = /*#__PURE__*/React__default["default"].createElement("path", {
1844
+ })), _path126 || (_path126 = /*#__PURE__*/React__default["default"].createElement("path", {
1799
1845
  d: "M31.9115 11.9355L25.6283.3706a.7181.7181 0 00-1.2568 0L18.0883 11.9355A.72.72 0 0018.72 13H31.28A.72.72 0 0031.9115 11.9355zM24.25 4h1.5V8h-1.5zM25 11a1 1 0 111-1A1 1 0 0125 11zM8.144 11.019l.8154-.0639.0991-.812a6.9863 6.9863 0 019.97-5.45L20 2.9468A8.9777 8.9777 0 007.2 9.1362 6.4929 6.4929 0 007.43 21.9043L6.1059 24.5527a1 1 0 101.7885.8946l2-4a1 1 0 00-.4471-1.3418A.9786.9786 0 009 20.01V20H8.5a4.4975 4.4975 0 01-.3559-8.981z"
1800
1846
  })), children);
1801
1847
  });
1802
1848
  if (process.env.NODE_ENV !== "production") {
1803
1849
  ThunderstormSevere.propTypes = iconPropTypes.iconPropTypes;
1804
1850
  }
1805
- const ThunderstormStrong = /*#__PURE__*/React__default["default"].forwardRef(function ThunderstormStrong(_ref79, ref) {
1851
+ const ThunderstormStrong = /*#__PURE__*/React__default["default"].forwardRef(function ThunderstormStrong(_ref81, ref) {
1806
1852
  let {
1807
1853
  children,
1808
1854
  size = 16,
1809
1855
  ...rest
1810
- } = _ref79;
1856
+ } = _ref81;
1811
1857
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1812
1858
  width: size,
1813
1859
  height: size,
@@ -1816,21 +1862,21 @@ const ThunderstormStrong = /*#__PURE__*/React__default["default"].forwardRef(fun
1816
1862
  viewBox: "0 0 32 32",
1817
1863
  fill: "currentColor",
1818
1864
  ...rest
1819
- }, _path123 || (_path123 = /*#__PURE__*/React__default["default"].createElement("path", {
1865
+ }, _path127 || (_path127 = /*#__PURE__*/React__default["default"].createElement("path", {
1820
1866
  d: "M21 30a1 1 0 01-.8944-1.4474l2-4.0005a1 1 0 111.7888.8947l-2 4A.9981.9981 0 0121 30zM9 32a1 1 0 01-.8944-1.4474l2-4.0005a1 1 0 111.7888.8947l-2 4A.9981.9981 0 019 32zM15.901 30.496L14.165 29.504 17.31 24 11.31 24 16.165 15.504 17.901 16.496 14.756 22 20.757 22 15.901 30.496z"
1821
- })), _path124 || (_path124 = /*#__PURE__*/React__default["default"].createElement("path", {
1867
+ })), _path128 || (_path128 = /*#__PURE__*/React__default["default"].createElement("path", {
1822
1868
  d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0,6.4929,6.4929,0,0,0,.23,12.7681L6.106,24.5527a1,1,0,1,0,1.7885.8946l2-4a1,1,0,0,0-.447-1.3418A.9786.9786,0,0,0,9,20.01V20H8.5a4.4975,4.4975,0,0,1-.356-8.981l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4975,4.4975,0,0,1,23.5,20H23v2h.5A6.4974,6.4974,0,0,0,24.8008,9.1362Z"
1823
1869
  })), children);
1824
1870
  });
1825
1871
  if (process.env.NODE_ENV !== "production") {
1826
1872
  ThunderstormStrong.propTypes = iconPropTypes.iconPropTypes;
1827
1873
  }
1828
- const Ticket = /*#__PURE__*/React__default["default"].forwardRef(function Ticket(_ref80, ref) {
1874
+ const Ticket = /*#__PURE__*/React__default["default"].forwardRef(function Ticket(_ref82, ref) {
1829
1875
  let {
1830
1876
  children,
1831
1877
  size = 16,
1832
1878
  ...rest
1833
- } = _ref80;
1879
+ } = _ref82;
1834
1880
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1835
1881
  width: size,
1836
1882
  height: size,
@@ -1839,21 +1885,21 @@ const Ticket = /*#__PURE__*/React__default["default"].forwardRef(function Ticket
1839
1885
  viewBox: "0 0 32 32",
1840
1886
  fill: "currentColor",
1841
1887
  ...rest
1842
- }, _path125 || (_path125 = /*#__PURE__*/React__default["default"].createElement("path", {
1888
+ }, _path129 || (_path129 = /*#__PURE__*/React__default["default"].createElement("path", {
1843
1889
  d: "M29,14a1,1,0,0,0,1-1V8a2,2,0,0,0-2-2H4A2,2,0,0,0,2,8v5a1,1,0,0,0,1,1,2,2,0,0,1,0,4,1,1,0,0,0-1,1v5a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V19a1,1,0,0,0-1-1,2,2,0,0,1,0-4Zm-1,5.87V24H21V21H19v3H4V19.87a4,4,0,0,0,0-7.74V8H19v3h2V8h7v4.13a4,4,0,0,0,0,7.74Z"
1844
- })), _path126 || (_path126 = /*#__PURE__*/React__default["default"].createElement("path", {
1890
+ })), _path130 || (_path130 = /*#__PURE__*/React__default["default"].createElement("path", {
1845
1891
  d: "M19 13H21V19H19z"
1846
1892
  })), children);
1847
1893
  });
1848
1894
  if (process.env.NODE_ENV !== "production") {
1849
1895
  Ticket.propTypes = iconPropTypes.iconPropTypes;
1850
1896
  }
1851
- const Tides = /*#__PURE__*/React__default["default"].forwardRef(function Tides(_ref81, ref) {
1897
+ const Tides = /*#__PURE__*/React__default["default"].forwardRef(function Tides(_ref83, ref) {
1852
1898
  let {
1853
1899
  children,
1854
1900
  size = 16,
1855
1901
  ...rest
1856
- } = _ref81;
1902
+ } = _ref83;
1857
1903
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1858
1904
  width: size,
1859
1905
  height: size,
@@ -1862,19 +1908,19 @@ const Tides = /*#__PURE__*/React__default["default"].forwardRef(function Tides(_
1862
1908
  viewBox: "0 0 32 32",
1863
1909
  fill: "currentColor",
1864
1910
  ...rest
1865
- }, _path127 || (_path127 = /*#__PURE__*/React__default["default"].createElement("path", {
1911
+ }, _path131 || (_path131 = /*#__PURE__*/React__default["default"].createElement("path", {
1866
1912
  d: "M14 7L9 2 4 7 5.413 8.416 8 5.833 8 14 10 14 10 5.833 12.586 8.414 14 7zM26.586 7.586L24 10.167 24 2 22 2 22 10.167 19.413 7.584 18 9 23 14 28 9 26.586 7.586zM20 20a3.4376 3.4376 0 01-3.0513-2.3164A1.007 1.007 0 0016 17a.9894.9894 0 00-.9468.6787A3.44 3.44 0 0112 20a3.4376 3.4376 0 01-3.0513-2.3164A1.007 1.007 0 008 17a.971.971 0 00-.9468.6787A3.44 3.44 0 014 20H2v2H4a4.9316 4.9316 0 004-1.9873 5.0192 5.0192 0 008 0A4.9316 4.9316 0 0020 22H30V20zM28 28a3.4376 3.4376 0 01-3.0513-2.3164A1.007 1.007 0 0024 25a.9894.9894 0 00-.9468.6787A3.44 3.44 0 0120 28a3.4376 3.4376 0 01-3.0513-2.3164A1.007 1.007 0 0016 25a.971.971 0 00-.9468.6787A3.44 3.44 0 0112 28H2v2H12a4.9316 4.9316 0 004-1.9873 5.0192 5.0192 0 008 0A4.9316 4.9316 0 0028 30h2V28z"
1867
1913
  })), children);
1868
1914
  });
1869
1915
  if (process.env.NODE_ENV !== "production") {
1870
1916
  Tides.propTypes = iconPropTypes.iconPropTypes;
1871
1917
  }
1872
- const Tif = /*#__PURE__*/React__default["default"].forwardRef(function Tif(_ref82, ref) {
1918
+ const Tif = /*#__PURE__*/React__default["default"].forwardRef(function Tif(_ref84, ref) {
1873
1919
  let {
1874
1920
  children,
1875
1921
  size = 16,
1876
1922
  ...rest
1877
- } = _ref82;
1923
+ } = _ref84;
1878
1924
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1879
1925
  width: size,
1880
1926
  height: size,
@@ -1883,19 +1929,19 @@ const Tif = /*#__PURE__*/React__default["default"].forwardRef(function Tif(_ref8
1883
1929
  viewBox: "0 0 32 32",
1884
1930
  fill: "currentColor",
1885
1931
  ...rest
1886
- }, _path128 || (_path128 = /*#__PURE__*/React__default["default"].createElement("path", {
1932
+ }, _path132 || (_path132 = /*#__PURE__*/React__default["default"].createElement("path", {
1887
1933
  d: "M30 11L30 9 22 9 22 23 24 23 24 17 29 17 29 15 24 15 24 11 30 11zM12 11L15 11 15 21 12 21 12 23 20 23 20 21 17 21 17 11 20 11 20 9 12 9 12 11zM2 11L5 11 5 23 7 23 7 11 10 11 10 9 2 9 2 11z"
1888
1934
  })), children);
1889
1935
  });
1890
1936
  if (process.env.NODE_ENV !== "production") {
1891
1937
  Tif.propTypes = iconPropTypes.iconPropTypes;
1892
1938
  }
1893
- const Time = /*#__PURE__*/React__default["default"].forwardRef(function Time(_ref83, ref) {
1939
+ const Time = /*#__PURE__*/React__default["default"].forwardRef(function Time(_ref85, ref) {
1894
1940
  let {
1895
1941
  children,
1896
1942
  size = 16,
1897
1943
  ...rest
1898
- } = _ref83;
1944
+ } = _ref85;
1899
1945
  if (size === 20 || size === "20" || size === "20px") {
1900
1946
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1901
1947
  width: size,
@@ -1905,9 +1951,9 @@ const Time = /*#__PURE__*/React__default["default"].forwardRef(function Time(_re
1905
1951
  viewBox: "0 0 20 20",
1906
1952
  fill: "currentColor",
1907
1953
  ...rest
1908
- }, _path129 || (_path129 = /*#__PURE__*/React__default["default"].createElement("path", {
1954
+ }, _path133 || (_path133 = /*#__PURE__*/React__default["default"].createElement("path", {
1909
1955
  d: "M10,19c-5,0-9-4-9-9s4-9,9-9s9,4,9,9S15,19,10,19z M10,2.3c-4.3,0-7.7,3.5-7.7,7.7s3.5,7.7,7.7,7.7s7.7-3.5,7.7-7.7 S14.3,2.3,10,2.3z"
1910
- })), _path130 || (_path130 = /*#__PURE__*/React__default["default"].createElement("path", {
1956
+ })), _path134 || (_path134 = /*#__PURE__*/React__default["default"].createElement("path", {
1911
1957
  d: "M13 13.9L9.4 10.3 9.4 4 10.6 4 10.6 9.7 13.9 13z"
1912
1958
  })), children);
1913
1959
  }
@@ -1919,21 +1965,21 @@ const Time = /*#__PURE__*/React__default["default"].forwardRef(function Time(_re
1919
1965
  viewBox: "0 0 32 32",
1920
1966
  fill: "currentColor",
1921
1967
  ...rest
1922
- }, _path131 || (_path131 = /*#__PURE__*/React__default["default"].createElement("path", {
1968
+ }, _path135 || (_path135 = /*#__PURE__*/React__default["default"].createElement("path", {
1923
1969
  d: "M16,30A14,14,0,1,1,30,16,14,14,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12,12,0,0,0,16,4Z"
1924
- })), _path132 || (_path132 = /*#__PURE__*/React__default["default"].createElement("path", {
1970
+ })), _path136 || (_path136 = /*#__PURE__*/React__default["default"].createElement("path", {
1925
1971
  d: "M20.59 22L15 16.41 15 7 17 7 17 15.58 22 20.59 20.59 22z"
1926
1972
  })), children);
1927
1973
  });
1928
1974
  if (process.env.NODE_ENV !== "production") {
1929
1975
  Time.propTypes = iconPropTypes.iconPropTypes;
1930
1976
  }
1931
- const TimeFilled = /*#__PURE__*/React__default["default"].forwardRef(function TimeFilled(_ref84, ref) {
1977
+ const TimeFilled = /*#__PURE__*/React__default["default"].forwardRef(function TimeFilled(_ref86, ref) {
1932
1978
  let {
1933
1979
  children,
1934
1980
  size = 16,
1935
1981
  ...rest
1936
- } = _ref84;
1982
+ } = _ref86;
1937
1983
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1938
1984
  width: size,
1939
1985
  height: size,
@@ -1942,9 +1988,9 @@ const TimeFilled = /*#__PURE__*/React__default["default"].forwardRef(function Ti
1942
1988
  viewBox: "0 0 32 32",
1943
1989
  fill: "currentColor",
1944
1990
  ...rest
1945
- }, _path133 || (_path133 = /*#__PURE__*/React__default["default"].createElement("path", {
1991
+ }, _path137 || (_path137 = /*#__PURE__*/React__default["default"].createElement("path", {
1946
1992
  d: "m16,2c-7.6001,0-14,6.3999-14,14s6.3999,14,14,14,14-6.3999,14-14S23.6001,2,16,2Zm4.5872,20l-5.5872-5.5898V7h2v8.582l5,5.0044-1.4128,1.4136Z"
1947
- })), _path134 || (_path134 = /*#__PURE__*/React__default["default"].createElement("path", {
1993
+ })), _path138 || (_path138 = /*#__PURE__*/React__default["default"].createElement("path", {
1948
1994
  fill: "none",
1949
1995
  d: "M20.5872 22L15 16.4099 15 7 17 7 17 15.5822 22 20.5866 20.5872 22z"
1950
1996
  })), children);
@@ -1952,12 +1998,12 @@ const TimeFilled = /*#__PURE__*/React__default["default"].forwardRef(function Ti
1952
1998
  if (process.env.NODE_ENV !== "production") {
1953
1999
  TimeFilled.propTypes = iconPropTypes.iconPropTypes;
1954
2000
  }
1955
- const TimePlot = /*#__PURE__*/React__default["default"].forwardRef(function TimePlot(_ref85, ref) {
2001
+ const TimePlot = /*#__PURE__*/React__default["default"].forwardRef(function TimePlot(_ref87, ref) {
1956
2002
  let {
1957
2003
  children,
1958
2004
  size = 16,
1959
2005
  ...rest
1960
- } = _ref85;
2006
+ } = _ref87;
1961
2007
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1962
2008
  width: size,
1963
2009
  height: size,
@@ -1966,23 +2012,23 @@ const TimePlot = /*#__PURE__*/React__default["default"].forwardRef(function Time
1966
2012
  viewBox: "0 0 32 32",
1967
2013
  fill: "currentColor",
1968
2014
  ...rest
1969
- }, _path135 || (_path135 = /*#__PURE__*/React__default["default"].createElement("path", {
2015
+ }, _path139 || (_path139 = /*#__PURE__*/React__default["default"].createElement("path", {
1970
2016
  d: "M23.586 13L21 10.414 21 6 23 6 23 9.586 25 11.586 23.586 13z"
1971
- })), _path136 || (_path136 = /*#__PURE__*/React__default["default"].createElement("path", {
2017
+ })), _path140 || (_path140 = /*#__PURE__*/React__default["default"].createElement("path", {
1972
2018
  d: "M22,18a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,22,18ZM22,4a6,6,0,1,0,6,6A6.0066,6.0066,0,0,0,22,4Z"
1973
- })), _path137 || (_path137 = /*#__PURE__*/React__default["default"].createElement("path", {
2019
+ })), _path141 || (_path141 = /*#__PURE__*/React__default["default"].createElement("path", {
1974
2020
  d: "M8.63,18l7,6H30V22H16.37l-7-6H4V2H2V28a2.0025,2.0025,0,0,0,2,2H30V28H4V18Z"
1975
2021
  })), children);
1976
2022
  });
1977
2023
  if (process.env.NODE_ENV !== "production") {
1978
2024
  TimePlot.propTypes = iconPropTypes.iconPropTypes;
1979
2025
  }
1980
- const Timer = /*#__PURE__*/React__default["default"].forwardRef(function Timer(_ref86, ref) {
2026
+ const Timer = /*#__PURE__*/React__default["default"].forwardRef(function Timer(_ref88, ref) {
1981
2027
  let {
1982
2028
  children,
1983
2029
  size = 16,
1984
2030
  ...rest
1985
- } = _ref86;
2031
+ } = _ref88;
1986
2032
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1987
2033
  width: size,
1988
2034
  height: size,
@@ -1991,21 +2037,21 @@ const Timer = /*#__PURE__*/React__default["default"].forwardRef(function Timer(_
1991
2037
  viewBox: "0 0 32 32",
1992
2038
  fill: "currentColor",
1993
2039
  ...rest
1994
- }, _path138 || (_path138 = /*#__PURE__*/React__default["default"].createElement("path", {
2040
+ }, _path142 || (_path142 = /*#__PURE__*/React__default["default"].createElement("path", {
1995
2041
  d: "M15 11H17V20H15zM13 2H19V4H13z"
1996
- })), _path139 || (_path139 = /*#__PURE__*/React__default["default"].createElement("path", {
2042
+ })), _path143 || (_path143 = /*#__PURE__*/React__default["default"].createElement("path", {
1997
2043
  d: "M28,9,26.58,7.59,24.33,9.84a10.94,10.94,0,1,0,1.18,1.65ZM16,26a9,9,0,1,1,9-9A9,9,0,0,1,16,26Z"
1998
2044
  })), children);
1999
2045
  });
2000
2046
  if (process.env.NODE_ENV !== "production") {
2001
2047
  Timer.propTypes = iconPropTypes.iconPropTypes;
2002
2048
  }
2003
- const TimingBelt = /*#__PURE__*/React__default["default"].forwardRef(function TimingBelt(_ref87, ref) {
2049
+ const TimingBelt = /*#__PURE__*/React__default["default"].forwardRef(function TimingBelt(_ref89, ref) {
2004
2050
  let {
2005
2051
  children,
2006
2052
  size = 16,
2007
2053
  ...rest
2008
- } = _ref87;
2054
+ } = _ref89;
2009
2055
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2010
2056
  width: size,
2011
2057
  height: size,
@@ -2019,7 +2065,7 @@ const TimingBelt = /*#__PURE__*/React__default["default"].forwardRef(function Ti
2019
2065
  cy: "24",
2020
2066
  r: "1",
2021
2067
  strokeWidth: "0"
2022
- })), _path140 || (_path140 = /*#__PURE__*/React__default["default"].createElement("path", {
2068
+ })), _path144 || (_path144 = /*#__PURE__*/React__default["default"].createElement("path", {
2023
2069
  strokeWidth: "0",
2024
2070
  d: "m30,12c0-1.8237-1.2344-3.3496-2.9062-3.8286L7.2087,2.207c-.3838-.123-.7847-.207-1.2087-.207-2.2056,0-4,1.7944-4,4,0,.6025.1438,1.1689.3835,1.6816l8.1016,18.6782c.9185,2.1382,3.0442,3.6401,5.5149,3.6401,2.252,0,4.2161-1.249,5.2422-3.0889l8.002-12.5894c.4712-.6562.7559-1.4541.7559-2.3218Zm-14,6c-2.4155,0-4.4971,1.438-5.4475,3.5005l-5.0149-11.5474c.1536.0181.3042.0469.4624.0469,2.2056,0,4-1.7944,4-4,0-.3193-.0474-.6255-.1182-.9233l13.3882,4.0161c-.7771.73-1.27,1.7593-1.27,2.9072,0,2.1465,1.7029,3.8896,3.8267,3.9824l-4.0593,6.3809c-.7148-2.5146-3.0271-4.3633-5.7673-4.3633Zm12-6c0,1.1025-.8972,2-2,2s-2-.8975-2-2,.8972-2,2-2,2,.8975,2,2ZM6,4c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2Zm10,24c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4,4,1.7944,4,4-1.7944,4-4,4Z"
2025
2071
  })), children);
@@ -2027,12 +2073,12 @@ const TimingBelt = /*#__PURE__*/React__default["default"].forwardRef(function Ti
2027
2073
  if (process.env.NODE_ENV !== "production") {
2028
2074
  TimingBelt.propTypes = iconPropTypes.iconPropTypes;
2029
2075
  }
2030
- const ToolBox = /*#__PURE__*/React__default["default"].forwardRef(function ToolBox(_ref88, ref) {
2076
+ const ToolBox = /*#__PURE__*/React__default["default"].forwardRef(function ToolBox(_ref90, ref) {
2031
2077
  let {
2032
2078
  children,
2033
2079
  size = 16,
2034
2080
  ...rest
2035
- } = _ref88;
2081
+ } = _ref90;
2036
2082
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2037
2083
  width: size,
2038
2084
  height: size,
@@ -2041,19 +2087,19 @@ const ToolBox = /*#__PURE__*/React__default["default"].forwardRef(function ToolB
2041
2087
  viewBox: "0 0 32 32",
2042
2088
  fill: "currentColor",
2043
2089
  ...rest
2044
- }, _path141 || (_path141 = /*#__PURE__*/React__default["default"].createElement("path", {
2090
+ }, _path145 || (_path145 = /*#__PURE__*/React__default["default"].createElement("path", {
2045
2091
  d: "M27,9H24V6a2,2,0,0,0-2-2H10A2,2,0,0,0,8,6V9H5a3,3,0,0,0-3,3V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A3,3,0,0,0,27,9ZM10,6H22V9H10ZM28,26H4V17h8v5h8V17h8ZM14,17h4v3H14ZM4,15V12a1,1,0,0,1,1-1H27a1,1,0,0,1,1,1v3Z"
2046
2092
  })), children);
2047
2093
  });
2048
2094
  if (process.env.NODE_ENV !== "production") {
2049
2095
  ToolBox.propTypes = iconPropTypes.iconPropTypes;
2050
2096
  }
2051
- const ToolKit = /*#__PURE__*/React__default["default"].forwardRef(function ToolKit(_ref89, ref) {
2097
+ const ToolKit = /*#__PURE__*/React__default["default"].forwardRef(function ToolKit(_ref91, ref) {
2052
2098
  let {
2053
2099
  children,
2054
2100
  size = 16,
2055
2101
  ...rest
2056
- } = _ref89;
2102
+ } = _ref91;
2057
2103
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2058
2104
  width: size,
2059
2105
  height: size,
@@ -2062,23 +2108,23 @@ const ToolKit = /*#__PURE__*/React__default["default"].forwardRef(function ToolK
2062
2108
  viewBox: "0 0 32 32",
2063
2109
  fill: "currentColor",
2064
2110
  ...rest
2065
- }, _path142 || (_path142 = /*#__PURE__*/React__default["default"].createElement("path", {
2111
+ }, _path146 || (_path146 = /*#__PURE__*/React__default["default"].createElement("path", {
2066
2112
  d: "M8.9141,24.5l4.257-4.2568-1.414-1.4141L7.5,23.0859l-.793-.7929a.9994.9994,0,0,0-1.414,0l-4,4a.9994.9994,0,0,0,0,1.414l3,3a.9995.9995,0,0,0,1.414,0l4-4a.9994.9994,0,0,0,0-1.414ZM5,28.5859,3.4141,27,6,24.4141,7.5859,26Z"
2067
- })), _path143 || (_path143 = /*#__PURE__*/React__default["default"].createElement("path", {
2113
+ })), _path147 || (_path147 = /*#__PURE__*/React__default["default"].createElement("path", {
2068
2114
  d: "M24,30a6.0067,6.0067,0,0,1-6-6,5.84,5.84,0,0,1,.2109-1.5469l-8.664-8.6638A5.8483,5.8483,0,0,1,8,14,5.9757,5.9757,0,0,1,2.4228,5.8164l.5577-1.4219L6.293,7.707a1.0233,1.0233,0,0,0,1.4135,0,.999.999,0,0,0,0-1.4141L4.3936,2.979l1.4233-.5571A5.9772,5.9772,0,0,1,14,8a5.84,5.84,0,0,1-.2109,1.5469l8.664,8.6635A5.8548,5.8548,0,0,1,24,18a5.9755,5.9755,0,0,1,5.5771,8.1836L29.02,27.6055,25.707,24.293a1.0233,1.0233,0,0,0-1.4135,0,.999.999,0,0,0-.0005,1.4141L27.6055,29.02l-1.4219.5579A5.96,5.96,0,0,1,24,30ZM10.0625,11.4763,20.5234,21.9375l-.2392.6094A3.9754,3.9754,0,0,0,23.75,27.9922l-.8711-.8711a2.9992,2.9992,0,0,1,0-4.2424,3.0721,3.0721,0,0,1,4.2427.0005l.8706.8708a3.9759,3.9759,0,0,0-5.4458-3.4658l-.6094.2385-10.46-10.46.2392-.6094A3.9755,3.9755,0,0,0,8.2505,4.0078l.8706.8711a2.9992,2.9992,0,0,1,0,4.2424,3.0721,3.0721,0,0,1-4.2427-.0005L4.0078,8.25a3.975,3.975,0,0,0,5.4453,3.4656Z"
2069
- })), _path144 || (_path144 = /*#__PURE__*/React__default["default"].createElement("path", {
2115
+ })), _path148 || (_path148 = /*#__PURE__*/React__default["default"].createElement("path", {
2070
2116
  d: "M29.1226,2.85a3.0716,3.0716,0,0,0-4.2422,0L17.4,10.33l1.4141,1.414,7.48-7.48a1.0244,1.0244,0,0,1,1.4141,0,1.002,1.002,0,0,1,0,1.4145l-7.48,7.48,1.414,1.4141,7.48-7.4795A3.0031,3.0031,0,0,0,29.1226,2.85Z"
2071
2117
  })), children);
2072
2118
  });
2073
2119
  if (process.env.NODE_ENV !== "production") {
2074
2120
  ToolKit.propTypes = iconPropTypes.iconPropTypes;
2075
2121
  }
2076
- const Tools = /*#__PURE__*/React__default["default"].forwardRef(function Tools(_ref90, ref) {
2122
+ const Tools = /*#__PURE__*/React__default["default"].forwardRef(function Tools(_ref92, ref) {
2077
2123
  let {
2078
2124
  children,
2079
2125
  size = 16,
2080
2126
  ...rest
2081
- } = _ref90;
2127
+ } = _ref92;
2082
2128
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2083
2129
  width: size,
2084
2130
  height: size,
@@ -2087,19 +2133,19 @@ const Tools = /*#__PURE__*/React__default["default"].forwardRef(function Tools(_
2087
2133
  viewBox: "0 0 32 32",
2088
2134
  fill: "currentColor",
2089
2135
  ...rest
2090
- }, _path145 || (_path145 = /*#__PURE__*/React__default["default"].createElement("path", {
2136
+ }, _path149 || (_path149 = /*#__PURE__*/React__default["default"].createElement("path", {
2091
2137
  d: "M12.1,2A9.8,9.8,0,0,0,6.7,3.6L13.1,10a2.1,2.1,0,0,1,.2,3,2.1,2.1,0,0,1-3-.2L3.7,6.4A9.84,9.84,0,0,0,2,12.1,10.14,10.14,0,0,0,12.1,22.2a10.9,10.9,0,0,0,2.6-.3l6.7,6.7a5,5,0,0,0,7.1-7.1l-6.7-6.7a10.9,10.9,0,0,0,.3-2.6A10,10,0,0,0,12.1,2Zm8,10.1a7.61,7.61,0,0,1-.3,2.1l-.3,1.1.8.8L27,22.8a2.88,2.88,0,0,1,.9,2.1A2.72,2.72,0,0,1,27,27a2.9,2.9,0,0,1-4.2,0l-6.7-6.7-.8-.8-1.1.3a7.61,7.61,0,0,1-2.1.3,8.27,8.27,0,0,1-5.7-2.3A7.63,7.63,0,0,1,4,12.1a8.33,8.33,0,0,1,.3-2.2l4.4,4.4a4.14,4.14,0,0,0,5.9.2,4.14,4.14,0,0,0-.2-5.9L10,4.2a6.45,6.45,0,0,1,2-.3,8.27,8.27,0,0,1,5.7,2.3A8.49,8.49,0,0,1,20.1,12.1Z"
2092
2138
  })), children);
2093
2139
  });
2094
2140
  if (process.env.NODE_ENV !== "production") {
2095
2141
  Tools.propTypes = iconPropTypes.iconPropTypes;
2096
2142
  }
2097
- const ToolsAlt = /*#__PURE__*/React__default["default"].forwardRef(function ToolsAlt(_ref91, ref) {
2143
+ const ToolsAlt = /*#__PURE__*/React__default["default"].forwardRef(function ToolsAlt(_ref93, ref) {
2098
2144
  let {
2099
2145
  children,
2100
2146
  size = 16,
2101
2147
  ...rest
2102
- } = _ref91;
2148
+ } = _ref93;
2103
2149
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2104
2150
  width: size,
2105
2151
  height: size,
@@ -2108,19 +2154,19 @@ const ToolsAlt = /*#__PURE__*/React__default["default"].forwardRef(function Tool
2108
2154
  viewBox: "0 0 32 32",
2109
2155
  fill: "currentColor",
2110
2156
  ...rest
2111
- }, _path146 || (_path146 = /*#__PURE__*/React__default["default"].createElement("path", {
2157
+ }, _path150 || (_path150 = /*#__PURE__*/React__default["default"].createElement("path", {
2112
2158
  d: "M23.1,16l6.3-6.3c0.8-0.8,0.8-2,0-2.8l-4.2-4.2c-0.8-0.8-2-0.8-2.8,0L16,8.9L9.7,2.6c-0.8-0.8-2-0.8-2.8,0L2.6,6.8 c-0.8,0.8-0.8,2,0,2.8L8.9,16L2,22.9V30h7.1l6.9-6.9l6.3,6.3c0.8,0.8,2,0.8,2.8,0l4.2-4.2c0.8-0.8,0.8-2,0-2.8L23.1,16z M23.8,4 L28,8.2l-6.3,6.3l-4.2-4.2L23.8,4z M8.2,28H4v-4.2l6.3-6.3l4.2,4.2L8.2,28z M23.8,28L4,8.2L8.2,4l3.5,3.5L9.6,9.6l1.4,1.4l2.1-2.1 l4.2,4.2l-2.1,2.1l1.4,1.4l2.1-2.1l4.2,4.2L21,20.9l1.4,1.4l2.1-2.1l3.5,3.5L23.8,28z"
2113
2159
  })), children);
2114
2160
  });
2115
2161
  if (process.env.NODE_ENV !== "production") {
2116
2162
  ToolsAlt.propTypes = iconPropTypes.iconPropTypes;
2117
2163
  }
2118
- const Tornado = /*#__PURE__*/React__default["default"].forwardRef(function Tornado(_ref92, ref) {
2164
+ const Tornado = /*#__PURE__*/React__default["default"].forwardRef(function Tornado(_ref94, ref) {
2119
2165
  let {
2120
2166
  children,
2121
2167
  size = 16,
2122
2168
  ...rest
2123
- } = _ref92;
2169
+ } = _ref94;
2124
2170
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2125
2171
  width: size,
2126
2172
  height: size,
@@ -2129,19 +2175,19 @@ const Tornado = /*#__PURE__*/React__default["default"].forwardRef(function Torna
2129
2175
  viewBox: "0 0 32 32",
2130
2176
  fill: "currentColor",
2131
2177
  ...rest
2132
- }, _path147 || (_path147 = /*#__PURE__*/React__default["default"].createElement("path", {
2178
+ }, _path151 || (_path151 = /*#__PURE__*/React__default["default"].createElement("path", {
2133
2179
  d: "M16 26H20V28H16zM12 22H18V24H12zM8 18H18V20H8zM8 14H20V16H8zM10 10H24V12H10zM8 6H26V8H8z"
2134
2180
  })), children);
2135
2181
  });
2136
2182
  if (process.env.NODE_ENV !== "production") {
2137
2183
  Tornado.propTypes = iconPropTypes.iconPropTypes;
2138
2184
  }
2139
- const TornadoWarning = /*#__PURE__*/React__default["default"].forwardRef(function TornadoWarning(_ref93, ref) {
2185
+ const TornadoWarning = /*#__PURE__*/React__default["default"].forwardRef(function TornadoWarning(_ref95, ref) {
2140
2186
  let {
2141
2187
  children,
2142
2188
  size = 16,
2143
2189
  ...rest
2144
- } = _ref93;
2190
+ } = _ref95;
2145
2191
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2146
2192
  width: size,
2147
2193
  height: size,
@@ -2150,24 +2196,24 @@ const TornadoWarning = /*#__PURE__*/React__default["default"].forwardRef(functio
2150
2196
  viewBox: "0 0 32 32",
2151
2197
  fill: "currentColor",
2152
2198
  ...rest
2153
- }, _path148 || (_path148 = /*#__PURE__*/React__default["default"].createElement("path", {
2199
+ }, _path152 || (_path152 = /*#__PURE__*/React__default["default"].createElement("path", {
2154
2200
  d: "M2 4H18V6H2zM4 8H16V10H4zM2 12H14V14H2zM2 16H12V18H2zM4 20H12V22H4zM8 24H14V26H8zM12 28H16V30H12z"
2155
- })), _path149 || (_path149 = /*#__PURE__*/React__default["default"].createElement("path", {
2201
+ })), _path153 || (_path153 = /*#__PURE__*/React__default["default"].createElement("path", {
2156
2202
  fill: "none",
2157
2203
  d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z"
2158
- })), _path150 || (_path150 = /*#__PURE__*/React__default["default"].createElement("path", {
2204
+ })), _path154 || (_path154 = /*#__PURE__*/React__default["default"].createElement("path", {
2159
2205
  d: "M29.9115,13.9355,23.6284,2.3706a.7181.7181,0,0,0-1.2568,0L16.0885,13.9355A.72.72,0,0,0,16.72,15H29.28A.72.72,0,0,0,29.9115,13.9355ZM22.25,6h1.5v4h-1.5ZM23,13a1,1,0,1,1,1-1A1,1,0,0,1,23,13Z"
2160
2206
  })), children);
2161
2207
  });
2162
2208
  if (process.env.NODE_ENV !== "production") {
2163
2209
  TornadoWarning.propTypes = iconPropTypes.iconPropTypes;
2164
2210
  }
2165
- const Touch_1 = /*#__PURE__*/React__default["default"].forwardRef(function Touch_1(_ref94, ref) {
2211
+ const Touch_1 = /*#__PURE__*/React__default["default"].forwardRef(function Touch_1(_ref96, ref) {
2166
2212
  let {
2167
2213
  children,
2168
2214
  size = 16,
2169
2215
  ...rest
2170
- } = _ref94;
2216
+ } = _ref96;
2171
2217
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2172
2218
  width: size,
2173
2219
  height: size,
@@ -2176,21 +2222,21 @@ const Touch_1 = /*#__PURE__*/React__default["default"].forwardRef(function Touch
2176
2222
  viewBox: "0 0 32 32",
2177
2223
  fill: "currentColor",
2178
2224
  ...rest
2179
- }, _path151 || (_path151 = /*#__PURE__*/React__default["default"].createElement("path", {
2225
+ }, _path155 || (_path155 = /*#__PURE__*/React__default["default"].createElement("path", {
2180
2226
  d: "M20,8H18A5,5,0,0,0,8,8H6A7,7,0,0,1,20,8Z"
2181
- })), _path152 || (_path152 = /*#__PURE__*/React__default["default"].createElement("path", {
2227
+ })), _path156 || (_path156 = /*#__PURE__*/React__default["default"].createElement("path", {
2182
2228
  d: "M25,15a2.94,2.94,0,0,0-1.47.4A3,3,0,0,0,21,14a2.94,2.94,0,0,0-1.47.4A3,3,0,0,0,16,13.18V8h0a3,3,0,0,0-6,0V19.1L7.77,17.58h0A2.93,2.93,0,0,0,6,17a3,3,0,0,0-2.12,5.13l8,7.3A6.16,6.16,0,0,0,16,31h5a7,7,0,0,0,7-7V18A3,3,0,0,0,25,15Zm1,9a5,5,0,0,1-5,5H16a4.17,4.17,0,0,1-2.76-1L5.29,20.7A1,1,0,0,1,5,20a1,1,0,0,1,1.6-.8L12,22.9V8a1,1,0,0,1,2,0h0V19h2V16a1,1,0,0,1,2,0v3h2V17a1,1,0,0,1,2,0v2h2V18a1,1,0,0,1,2,0Z"
2183
2229
  })), children);
2184
2230
  });
2185
2231
  if (process.env.NODE_ENV !== "production") {
2186
2232
  Touch_1.propTypes = iconPropTypes.iconPropTypes;
2187
2233
  }
2188
- const Touch_1Filled = /*#__PURE__*/React__default["default"].forwardRef(function Touch_1Filled(_ref95, ref) {
2234
+ const Touch_1Filled = /*#__PURE__*/React__default["default"].forwardRef(function Touch_1Filled(_ref97, ref) {
2189
2235
  let {
2190
2236
  children,
2191
2237
  size = 16,
2192
2238
  ...rest
2193
- } = _ref95;
2239
+ } = _ref97;
2194
2240
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2195
2241
  width: size,
2196
2242
  height: size,
@@ -2199,21 +2245,21 @@ const Touch_1Filled = /*#__PURE__*/React__default["default"].forwardRef(function
2199
2245
  viewBox: "0 0 32 32",
2200
2246
  fill: "currentColor",
2201
2247
  ...rest
2202
- }, _path153 || (_path153 = /*#__PURE__*/React__default["default"].createElement("path", {
2248
+ }, _path157 || (_path157 = /*#__PURE__*/React__default["default"].createElement("path", {
2203
2249
  d: "M13,2A6.0067,6.0067,0,0,0,7,8H9a4,4,0,0,1,8,0h2A6.0067,6.0067,0,0,0,13,2Z"
2204
- })), _path154 || (_path154 = /*#__PURE__*/React__default["default"].createElement("path", {
2250
+ })), _path158 || (_path158 = /*#__PURE__*/React__default["default"].createElement("path", {
2205
2251
  d: "M21,30H16.5606a4,4,0,0,1-2.7088-1.0566L4.6513,20.4771A2.0018,2.0018,0,0,1,4.77,17.4219a2.0743,2.0743,0,0,1,2.6578.1728L11,20.8569V8a2,2,0,0,1,4,0v7a2,2,0,0,1,4,0v1a2,2,0,0,1,4,0v1a2,2,0,0,1,4,0v7A6,6,0,0,1,21,30Z"
2206
2252
  })), children);
2207
2253
  });
2208
2254
  if (process.env.NODE_ENV !== "production") {
2209
2255
  Touch_1Filled.propTypes = iconPropTypes.iconPropTypes;
2210
2256
  }
2211
- const Touch_1Down = /*#__PURE__*/React__default["default"].forwardRef(function Touch_1Down(_ref96, ref) {
2257
+ const Touch_1Down = /*#__PURE__*/React__default["default"].forwardRef(function Touch_1Down(_ref98, ref) {
2212
2258
  let {
2213
2259
  children,
2214
2260
  size = 16,
2215
2261
  ...rest
2216
- } = _ref96;
2262
+ } = _ref98;
2217
2263
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2218
2264
  width: size,
2219
2265
  height: size,
@@ -2222,21 +2268,21 @@ const Touch_1Down = /*#__PURE__*/React__default["default"].forwardRef(function T
2222
2268
  viewBox: "0 0 32 32",
2223
2269
  fill: "currentColor",
2224
2270
  ...rest
2225
- }, _path155 || (_path155 = /*#__PURE__*/React__default["default"].createElement("path", {
2271
+ }, _path159 || (_path159 = /*#__PURE__*/React__default["default"].createElement("path", {
2226
2272
  d: "M20,24H18A5,5,0,0,1,8,24H6a7,7,0,0,0,14,0Z"
2227
- })), _path156 || (_path156 = /*#__PURE__*/React__default["default"].createElement("path", {
2273
+ })), _path160 || (_path160 = /*#__PURE__*/React__default["default"].createElement("path", {
2228
2274
  d: "M28,14V8a7.0085,7.0085,0,0,0-7-7H16a6.1457,6.1457,0,0,0-4.1055,1.5664L3.8833,9.874a2.9986,2.9986,0,0,0,3.881,4.55l.0008.0012L10,12.8955V24a3,3,0,0,0,6,0h0l0-5.1843a2.939,2.939,0,0,0,3.5294-1.2171A2.963,2.963,0,0,0,21,18a2.9936,2.9936,0,0,0,2.5292-1.4014A2.963,2.963,0,0,0,25,17,3.0033,3.0033,0,0,0,28,14Zm-2,0a1,1,0,0,1-2,0V13H22v2a1,1,0,0,1-2,0V13H18v3a1,1,0,0,1-2,0V13H14V24h.0005A1,1,0,0,1,12,24V9.1045L6.6,12.8008a.9993.9993,0,0,1-1.3081-1.5044l7.9507-7.2515A4.1483,4.1483,0,0,1,16,3h5a5.0059,5.0059,0,0,1,5,5Z"
2229
2275
  })), children);
2230
2276
  });
2231
2277
  if (process.env.NODE_ENV !== "production") {
2232
2278
  Touch_1Down.propTypes = iconPropTypes.iconPropTypes;
2233
2279
  }
2234
- const Touch_1DownFilled = /*#__PURE__*/React__default["default"].forwardRef(function Touch_1DownFilled(_ref97, ref) {
2280
+ const Touch_1DownFilled = /*#__PURE__*/React__default["default"].forwardRef(function Touch_1DownFilled(_ref99, ref) {
2235
2281
  let {
2236
2282
  children,
2237
2283
  size = 16,
2238
2284
  ...rest
2239
- } = _ref97;
2285
+ } = _ref99;
2240
2286
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2241
2287
  width: size,
2242
2288
  height: size,
@@ -2245,21 +2291,21 @@ const Touch_1DownFilled = /*#__PURE__*/React__default["default"].forwardRef(func
2245
2291
  viewBox: "0 0 32 32",
2246
2292
  fill: "currentColor",
2247
2293
  ...rest
2248
- }, _path157 || (_path157 = /*#__PURE__*/React__default["default"].createElement("path", {
2294
+ }, _path161 || (_path161 = /*#__PURE__*/React__default["default"].createElement("path", {
2249
2295
  d: "M13,30a6.0067,6.0067,0,0,1-6-6H9a4,4,0,0,0,8,0h2A6.0067,6.0067,0,0,1,13,30Z"
2250
- })), _path158 || (_path158 = /*#__PURE__*/React__default["default"].createElement("path", {
2296
+ })), _path162 || (_path162 = /*#__PURE__*/React__default["default"].createElement("path", {
2251
2297
  d: "M21,2H16.5606a4,4,0,0,0-2.7088,1.0566L4.6513,11.5229A2.0018,2.0018,0,0,0,4.77,14.5781a2.0743,2.0743,0,0,0,2.6578-.1728L11,11.1431V24a2,2,0,0,0,4,0V17a2,2,0,0,0,4,0V16a2,2,0,0,0,4,0V15a2,2,0,0,0,4,0V8A6,6,0,0,0,21,2Z"
2252
2298
  })), children);
2253
2299
  });
2254
2300
  if (process.env.NODE_ENV !== "production") {
2255
2301
  Touch_1DownFilled.propTypes = iconPropTypes.iconPropTypes;
2256
2302
  }
2257
- const Touch_2 = /*#__PURE__*/React__default["default"].forwardRef(function Touch_2(_ref98, ref) {
2303
+ const Touch_2 = /*#__PURE__*/React__default["default"].forwardRef(function Touch_2(_ref100, ref) {
2258
2304
  let {
2259
2305
  children,
2260
2306
  size = 16,
2261
2307
  ...rest
2262
- } = _ref98;
2308
+ } = _ref100;
2263
2309
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2264
2310
  width: size,
2265
2311
  height: size,
@@ -2268,23 +2314,23 @@ const Touch_2 = /*#__PURE__*/React__default["default"].forwardRef(function Touch
2268
2314
  viewBox: "0 0 32 32",
2269
2315
  fill: "currentColor",
2270
2316
  ...rest
2271
- }, _path159 || (_path159 = /*#__PURE__*/React__default["default"].createElement("path", {
2317
+ }, _path163 || (_path163 = /*#__PURE__*/React__default["default"].createElement("path", {
2272
2318
  d: "M29,15H27A11,11,0,0,0,5,15H3a13,13,0,0,1,26,0Z"
2273
- })), _path160 || (_path160 = /*#__PURE__*/React__default["default"].createElement("path", {
2319
+ })), _path164 || (_path164 = /*#__PURE__*/React__default["default"].createElement("path", {
2274
2320
  d: "M25,28H23V15A7,7,0,1,0,9,15V28H7V15a9,9,0,0,1,18,0Z"
2275
- })), _path161 || (_path161 = /*#__PURE__*/React__default["default"].createElement("path", {
2321
+ })), _path165 || (_path165 = /*#__PURE__*/React__default["default"].createElement("path", {
2276
2322
  d: "M21,20H11V15a5,5,0,0,1,10,0Zm-8-2h6V15a3,3,0,0,0-6,0Z"
2277
2323
  })), children);
2278
2324
  });
2279
2325
  if (process.env.NODE_ENV !== "production") {
2280
2326
  Touch_2.propTypes = iconPropTypes.iconPropTypes;
2281
2327
  }
2282
- const Touch_2Filled = /*#__PURE__*/React__default["default"].forwardRef(function Touch_2Filled(_ref99, ref) {
2328
+ const Touch_2Filled = /*#__PURE__*/React__default["default"].forwardRef(function Touch_2Filled(_ref101, ref) {
2283
2329
  let {
2284
2330
  children,
2285
2331
  size = 16,
2286
2332
  ...rest
2287
- } = _ref99;
2333
+ } = _ref101;
2288
2334
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2289
2335
  width: size,
2290
2336
  height: size,
@@ -2293,23 +2339,23 @@ const Touch_2Filled = /*#__PURE__*/React__default["default"].forwardRef(function
2293
2339
  viewBox: "0 0 32 32",
2294
2340
  fill: "currentColor",
2295
2341
  ...rest
2296
- }, _path162 || (_path162 = /*#__PURE__*/React__default["default"].createElement("path", {
2342
+ }, _path166 || (_path166 = /*#__PURE__*/React__default["default"].createElement("path", {
2297
2343
  d: "M16,12a3.0033,3.0033,0,0,0-3,3v3h6V15A3.0033,3.0033,0,0,0,16,12Z"
2298
- })), _path163 || (_path163 = /*#__PURE__*/React__default["default"].createElement("path", {
2344
+ })), _path167 || (_path167 = /*#__PURE__*/React__default["default"].createElement("path", {
2299
2345
  d: "M16,6a9.0092,9.0092,0,0,0-9,9V28H25V15A9.01,9.01,0,0,0,16,6Zm5,14H11V15a5,5,0,0,1,10,0Z"
2300
- })), _path164 || (_path164 = /*#__PURE__*/React__default["default"].createElement("path", {
2346
+ })), _path168 || (_path168 = /*#__PURE__*/React__default["default"].createElement("path", {
2301
2347
  d: "M29,15H27A11,11,0,0,0,5,15H3a13,13,0,0,1,26,0Z"
2302
2348
  })), children);
2303
2349
  });
2304
2350
  if (process.env.NODE_ENV !== "production") {
2305
2351
  Touch_2Filled.propTypes = iconPropTypes.iconPropTypes;
2306
2352
  }
2307
- const TouchInteraction = /*#__PURE__*/React__default["default"].forwardRef(function TouchInteraction(_ref100, ref) {
2353
+ const TouchInteraction = /*#__PURE__*/React__default["default"].forwardRef(function TouchInteraction(_ref102, ref) {
2308
2354
  let {
2309
2355
  children,
2310
2356
  size = 16,
2311
2357
  ...rest
2312
- } = _ref100;
2358
+ } = _ref102;
2313
2359
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2314
2360
  width: size,
2315
2361
  height: size,
@@ -2318,21 +2364,21 @@ const TouchInteraction = /*#__PURE__*/React__default["default"].forwardRef(funct
2318
2364
  viewBox: "0 0 32 32",
2319
2365
  fill: "currentColor",
2320
2366
  ...rest
2321
- }, _path165 || (_path165 = /*#__PURE__*/React__default["default"].createElement("path", {
2367
+ }, _path169 || (_path169 = /*#__PURE__*/React__default["default"].createElement("path", {
2322
2368
  d: "M26,21V20a1,1,0,0,1,2,0V30h2V20a3.0033,3.0033,0,0,0-3-3,2.964,2.964,0,0,0-1.4708.4014,2.9541,2.9541,0,0,0-4-1A2.9934,2.9934,0,0,0,19,15a2.96,2.96,0,0,0-1,.1846L18,10h0a3,3,0,0,0-6,0V21.1045L9.7651,19.5752l-.0008.001a2.999,2.999,0,0,0-3.881,4.55L12.3223,30l1.3479-1.478L7.2915,22.7036A.9908.9908,0,0,1,7,22a1.0005,1.0005,0,0,1,1.6-.8008L14,24.8955V10a1,1,0,0,1,2,0h0V21h2V18a1,1,0,0,1,2,0v3h2V19a1,1,0,0,1,2,0v2Z"
2323
- })), _path166 || (_path166 = /*#__PURE__*/React__default["default"].createElement("path", {
2369
+ })), _path170 || (_path170 = /*#__PURE__*/React__default["default"].createElement("path", {
2324
2370
  d: "M28,12H22V10h6V4H4v6H8v2H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,12Z"
2325
2371
  })), children);
2326
2372
  });
2327
2373
  if (process.env.NODE_ENV !== "production") {
2328
2374
  TouchInteraction.propTypes = iconPropTypes.iconPropTypes;
2329
2375
  }
2330
- const Tour = /*#__PURE__*/React__default["default"].forwardRef(function Tour(_ref101, ref) {
2376
+ const Tour = /*#__PURE__*/React__default["default"].forwardRef(function Tour(_ref103, ref) {
2331
2377
  let {
2332
2378
  children,
2333
2379
  size = 16,
2334
2380
  ...rest
2335
- } = _ref101;
2381
+ } = _ref103;
2336
2382
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2337
2383
  width: size,
2338
2384
  height: size,
@@ -2341,25 +2387,25 @@ const Tour = /*#__PURE__*/React__default["default"].forwardRef(function Tour(_re
2341
2387
  viewBox: "0 0 32 32",
2342
2388
  fill: "currentColor",
2343
2389
  ...rest
2344
- }, _path167 || (_path167 = /*#__PURE__*/React__default["default"].createElement("path", {
2390
+ }, _path171 || (_path171 = /*#__PURE__*/React__default["default"].createElement("path", {
2345
2391
  d: "m24,18l-4.7788-6.4019c-.7979-1.0562-1.2212-2.302-1.2212-3.5981,0-3.3083,2.6914-6,6-6s6,2.6917,6,6c0,1.2961-.4233,2.542-1.2246,3.6028l-4.7754,6.3972Zm0-14c-2.2056,0-4,1.7944-4,4,0,.8577.2837,1.6865.8203,2.3972l3.1797,4.2595,3.1763-4.2549c.54-.7153.8237-1.5442.8237-2.4019,0-2.2056-1.7944-4-4-4Z"
2346
2392
  })), _circle11 || (_circle11 = /*#__PURE__*/React__default["default"].createElement("circle", {
2347
2393
  cx: "24",
2348
2394
  cy: "8",
2349
2395
  r: "2"
2350
- })), _path168 || (_path168 = /*#__PURE__*/React__default["default"].createElement("path", {
2396
+ })), _path172 || (_path172 = /*#__PURE__*/React__default["default"].createElement("path", {
2351
2397
  d: "m28,18v4H4V6h10v-2H4c-1.1045,0-2,.8955-2,2v16c0,1.1045.8955,2,2,2h8v4h-4v2h16v-2h-4v-4h8c1.1046,0,2-.8955,2-2v-4h-2Zm-10,10h-4v-4h4v4Z"
2352
2398
  })), children);
2353
2399
  });
2354
2400
  if (process.env.NODE_ENV !== "production") {
2355
2401
  Tour.propTypes = iconPropTypes.iconPropTypes;
2356
2402
  }
2357
- const TrafficEvent = /*#__PURE__*/React__default["default"].forwardRef(function TrafficEvent(_ref102, ref) {
2403
+ const TrafficEvent = /*#__PURE__*/React__default["default"].forwardRef(function TrafficEvent(_ref104, ref) {
2358
2404
  let {
2359
2405
  children,
2360
2406
  size = 16,
2361
2407
  ...rest
2362
- } = _ref102;
2408
+ } = _ref104;
2363
2409
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2364
2410
  width: size,
2365
2411
  height: size,
@@ -2368,21 +2414,21 @@ const TrafficEvent = /*#__PURE__*/React__default["default"].forwardRef(function
2368
2414
  viewBox: "0 0 32 32",
2369
2415
  fill: "currentColor",
2370
2416
  ...rest
2371
- }, _path169 || (_path169 = /*#__PURE__*/React__default["default"].createElement("path", {
2417
+ }, _path173 || (_path173 = /*#__PURE__*/React__default["default"].createElement("path", {
2372
2418
  d: "M11 21H17V23H11z"
2373
- })), _path170 || (_path170 = /*#__PURE__*/React__default["default"].createElement("path", {
2419
+ })), _path174 || (_path174 = /*#__PURE__*/React__default["default"].createElement("path", {
2374
2420
  d: "M24.2456,8,25.96,14H30V12H27.4688l-1.3-4.5488A2.0077,2.0077,0,0,0,24.2456,6H22.8972l-.7287-2.5488A2.0077,2.0077,0,0,0,20.2456,2H7.7544A2.0078,2.0078,0,0,0,5.8315,3.4507L4.5312,8H2v2H6.04L7.7544,4H20.2456l.5715,2H11.7544A2.008,2.008,0,0,0,9.8315,7.45L8.8171,11H7.7144a1.9981,1.9981,0,0,0-1.8916,1.3516L4.5715,16H2v2H4v7a2.0025,2.0025,0,0,0,2,2v3H8V27H20v3h2V27a2.0025,2.0025,0,0,0,2-2V18h2V16H23.4287l-1.251-3.6475A1.9988,1.9988,0,0,0,20.2856,11H10.897l.8574-3ZM22,19v2H20v2h2v2H6V23H8V21H6V19Zm-.3429-2H6.3428l1.3716-4H20.2856Z"
2375
2421
  })), children);
2376
2422
  });
2377
2423
  if (process.env.NODE_ENV !== "production") {
2378
2424
  TrafficEvent.propTypes = iconPropTypes.iconPropTypes;
2379
2425
  }
2380
- const TrafficFlow = /*#__PURE__*/React__default["default"].forwardRef(function TrafficFlow(_ref103, ref) {
2426
+ const TrafficFlow = /*#__PURE__*/React__default["default"].forwardRef(function TrafficFlow(_ref105, ref) {
2381
2427
  let {
2382
2428
  children,
2383
2429
  size = 16,
2384
2430
  ...rest
2385
- } = _ref103;
2431
+ } = _ref105;
2386
2432
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2387
2433
  width: size,
2388
2434
  height: size,
@@ -2391,19 +2437,19 @@ const TrafficFlow = /*#__PURE__*/React__default["default"].forwardRef(function T
2391
2437
  viewBox: "0 0 32 32",
2392
2438
  fill: "currentColor",
2393
2439
  ...rest
2394
- }, _path171 || (_path171 = /*#__PURE__*/React__default["default"].createElement("path", {
2440
+ }, _path175 || (_path175 = /*#__PURE__*/React__default["default"].createElement("path", {
2395
2441
  d: "M26 8L22 4 18 8 19.41 9.42 21 7.83 21 18 23 18 23 7.83 24.58 9.41 26 8zM12.59 22.58L11 24.17 11 14 9 14 9 24.17 7.42 22.59 6 24 10 28 14 24 12.59 22.58zM2 2H4V30H2zM28 2H30V30H28zM15 2H17V6H15zM15 10H17V14H15zM15 18H17V22H15zM15 26H17V30H15z"
2396
2442
  })), children);
2397
2443
  });
2398
2444
  if (process.env.NODE_ENV !== "production") {
2399
2445
  TrafficFlow.propTypes = iconPropTypes.iconPropTypes;
2400
2446
  }
2401
- const TrafficFlowIncident = /*#__PURE__*/React__default["default"].forwardRef(function TrafficFlowIncident(_ref104, ref) {
2447
+ const TrafficFlowIncident = /*#__PURE__*/React__default["default"].forwardRef(function TrafficFlowIncident(_ref106, ref) {
2402
2448
  let {
2403
2449
  children,
2404
2450
  size = 16,
2405
2451
  ...rest
2406
- } = _ref104;
2452
+ } = _ref106;
2407
2453
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2408
2454
  width: size,
2409
2455
  height: size,
@@ -2412,19 +2458,19 @@ const TrafficFlowIncident = /*#__PURE__*/React__default["default"].forwardRef(fu
2412
2458
  viewBox: "0 0 32 32",
2413
2459
  fill: "currentColor",
2414
2460
  ...rest
2415
- }, _path172 || (_path172 = /*#__PURE__*/React__default["default"].createElement("path", {
2461
+ }, _path176 || (_path176 = /*#__PURE__*/React__default["default"].createElement("path", {
2416
2462
  d: "M26 9.42L24.59 8 22.005 10.585 22 10.58 21.995 10.585 19.42 8.01 18 9.42 20.58 12 18 14.58 19.41 16 21.995 13.415 22 13.42 22.005 13.415 24.58 15.99 26 14.58 23.42 12 26 9.42zM14 17.42L12.59 16 10.005 18.585 10 18.58 9.995 18.585 7.42 16.01 6 17.42 8.58 20 6 22.58 7.41 24 9.995 21.415 10 21.42 10.005 21.415 12.58 23.99 14 22.58 11.42 20 14 17.42zM2 2H4V30H2zM28 2H30V30H28zM15 2H17V6H15zM15 10H17V14H15zM15 18H17V22H15zM15 26H17V30H15z"
2417
2463
  })), children);
2418
2464
  });
2419
2465
  if (process.env.NODE_ENV !== "production") {
2420
2466
  TrafficFlowIncident.propTypes = iconPropTypes.iconPropTypes;
2421
2467
  }
2422
- const TrafficIncident = /*#__PURE__*/React__default["default"].forwardRef(function TrafficIncident(_ref105, ref) {
2468
+ const TrafficIncident = /*#__PURE__*/React__default["default"].forwardRef(function TrafficIncident(_ref107, ref) {
2423
2469
  let {
2424
2470
  children,
2425
2471
  size = 16,
2426
2472
  ...rest
2427
- } = _ref105;
2473
+ } = _ref107;
2428
2474
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2429
2475
  width: size,
2430
2476
  height: size,
@@ -2433,24 +2479,24 @@ const TrafficIncident = /*#__PURE__*/React__default["default"].forwardRef(functi
2433
2479
  viewBox: "0 0 32 32",
2434
2480
  fill: "currentColor",
2435
2481
  ...rest
2436
- }, _path173 || (_path173 = /*#__PURE__*/React__default["default"].createElement("path", {
2482
+ }, _path177 || (_path177 = /*#__PURE__*/React__default["default"].createElement("path", {
2437
2483
  d: "M2 28H30V30H2z"
2438
- })), _path174 || (_path174 = /*#__PURE__*/React__default["default"].createElement("path", {
2484
+ })), _path178 || (_path178 = /*#__PURE__*/React__default["default"].createElement("path", {
2439
2485
  d: "M11.314 11.514H17.314V13.514H11.314z",
2440
2486
  transform: "rotate(-45 14.314 12.514)"
2441
- })), _path175 || (_path175 = /*#__PURE__*/React__default["default"].createElement("path", {
2487
+ })), _path179 || (_path179 = /*#__PURE__*/React__default["default"].createElement("path", {
2442
2488
  d: "M12.0815,23.4329l4.1168,2.3176a2.009,2.009,0,0,0,2.3853-.3344l8.8326-8.8326a2.0088,2.0088,0,0,0,.334-2.3856l-2.2977-4.136,1.79-1.79L25.8283,6.8577,24.4141,8.2719l-4.95-4.95a2.0026,2.0026,0,0,0-2.8285,0L14.5146,1.2008,13.1,2.615l2.1213,2.1214L6.7364,13.2216,4.6151,11.1,3.2009,12.5145l2.1213,2.1213a2.0025,2.0025,0,0,0,0,2.8285l4.95,4.95L8.8577,23.8282l1.4143,1.4142Zm13.92-8.2636-8.8328,8.8328-4.5456-2.5255L23.4767,10.6235ZM9.5649,18.8785l1.4142-1.4142L9.5649,16.05,8.1506,17.4643,6.7364,16.05,18.05,4.7364l1.4143,1.4142L18.05,7.5648,19.4644,8.979l1.4142-1.4142L22.2928,8.979,10.9791,20.2927Z"
2443
2489
  })), children);
2444
2490
  });
2445
2491
  if (process.env.NODE_ENV !== "production") {
2446
2492
  TrafficIncident.propTypes = iconPropTypes.iconPropTypes;
2447
2493
  }
2448
- const TrafficWeatherIncident = /*#__PURE__*/React__default["default"].forwardRef(function TrafficWeatherIncident(_ref106, ref) {
2494
+ const TrafficWeatherIncident = /*#__PURE__*/React__default["default"].forwardRef(function TrafficWeatherIncident(_ref108, ref) {
2449
2495
  let {
2450
2496
  children,
2451
2497
  size = 16,
2452
2498
  ...rest
2453
- } = _ref106;
2499
+ } = _ref108;
2454
2500
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2455
2501
  width: size,
2456
2502
  height: size,
@@ -2459,19 +2505,19 @@ const TrafficWeatherIncident = /*#__PURE__*/React__default["default"].forwardRef
2459
2505
  viewBox: "0 0 32 32",
2460
2506
  fill: "currentColor",
2461
2507
  ...rest
2462
- }, _path176 || (_path176 = /*#__PURE__*/React__default["default"].createElement("path", {
2508
+ }, _path180 || (_path180 = /*#__PURE__*/React__default["default"].createElement("path", {
2463
2509
  d: "M2 24H4V30H2zM28 2H30V30H28zM15 2H17V6H15zM15 10H17V14H15zM15 18H17V22H15zM15 26H17V30H15zM6 12A3.8978 3.8978 0 012 8.223a3.9017 3.9017 0 01.6533-2.0639L5.17 2.4141a1.0381 1.0381 0 011.6592 0L9.3154 6.11A3.9693 3.9693 0 0110 8.223 3.8978 3.8978 0 016 12zm0-7.2368L4.3438 7.2257A1.89 1.89 0 004 8.223a1.9007 1.9007 0 002 1.7775A1.9007 1.9007 0 008 8.223a1.98 1.98 0 00-.375-1.0466zM11 11.7627L9.3438 14.2253A1.89 1.89 0 009 15.2226 1.9007 1.9007 0 0011 17a1.9007 1.9007 0 002-1.7774 1.98 1.98 0 00-.375-1.0467zM6 15.7627L4.3438 18.2253A1.89 1.89 0 004 19.2226 1.9007 1.9007 0 006 21a1.9007 1.9007 0 002-1.7774 1.98 1.98 0 00-.375-1.0467z"
2464
2510
  })), children);
2465
2511
  });
2466
2512
  if (process.env.NODE_ENV !== "production") {
2467
2513
  TrafficWeatherIncident.propTypes = iconPropTypes.iconPropTypes;
2468
2514
  }
2469
- const TrafficCone = /*#__PURE__*/React__default["default"].forwardRef(function TrafficCone(_ref107, ref) {
2515
+ const TrafficCone = /*#__PURE__*/React__default["default"].forwardRef(function TrafficCone(_ref109, ref) {
2470
2516
  let {
2471
2517
  children,
2472
2518
  size = 16,
2473
2519
  ...rest
2474
- } = _ref107;
2520
+ } = _ref109;
2475
2521
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2476
2522
  width: size,
2477
2523
  height: size,
@@ -2480,19 +2526,19 @@ const TrafficCone = /*#__PURE__*/React__default["default"].forwardRef(function T
2480
2526
  viewBox: "0 0 32 32",
2481
2527
  fill: "currentColor",
2482
2528
  ...rest
2483
- }, _path177 || (_path177 = /*#__PURE__*/React__default["default"].createElement("path", {
2529
+ }, _path181 || (_path181 = /*#__PURE__*/React__default["default"].createElement("path", {
2484
2530
  d: "M24.7957,28,18.9746,2.7754A1,1,0,0,0,18,2H14a1,1,0,0,0-.9746.7754L7.2043,28H4v2H28V28ZM19.9736,16H12.0264l.9229-4h6.1014Zm.4616,2,.923,4H10.6418l.923-4Zm-5.64-14h2.4092l1.3845,6H13.4109ZM10.18,24H21.82l.923,4H9.2573Z"
2485
2531
  })), children);
2486
2532
  });
2487
2533
  if (process.env.NODE_ENV !== "production") {
2488
2534
  TrafficCone.propTypes = iconPropTypes.iconPropTypes;
2489
2535
  }
2490
- const Train = /*#__PURE__*/React__default["default"].forwardRef(function Train(_ref108, ref) {
2536
+ const Train = /*#__PURE__*/React__default["default"].forwardRef(function Train(_ref110, ref) {
2491
2537
  let {
2492
2538
  children,
2493
2539
  size = 16,
2494
2540
  ...rest
2495
- } = _ref108;
2541
+ } = _ref110;
2496
2542
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2497
2543
  width: size,
2498
2544
  height: size,
@@ -2501,19 +2547,19 @@ const Train = /*#__PURE__*/React__default["default"].forwardRef(function Train(_
2501
2547
  viewBox: "0 0 32 32",
2502
2548
  fill: "currentColor",
2503
2549
  ...rest
2504
- }, _path178 || (_path178 = /*#__PURE__*/React__default["default"].createElement("path", {
2550
+ }, _path182 || (_path182 = /*#__PURE__*/React__default["default"].createElement("path", {
2505
2551
  d: "M21,3H11A5.0057,5.0057,0,0,0,6,8V20a4.99,4.99,0,0,0,3.582,4.77L7.7693,29H9.9451l1.7143-4h8.6812l1.7143,4h2.1758L22.418,24.77A4.99,4.99,0,0,0,26,20V8A5.0057,5.0057,0,0,0,21,3ZM11,5H21a2.9948,2.9948,0,0,1,2.8157,2H8.1843A2.9948,2.9948,0,0,1,11,5ZM24,19H21v2h2.8157A2.9948,2.9948,0,0,1,21,23H11a2.9948,2.9948,0,0,1-2.8157-2H11V19H8V17H24Zm0-4H8V9H24Z"
2506
2552
  })), children);
2507
2553
  });
2508
2554
  if (process.env.NODE_ENV !== "production") {
2509
2555
  Train.propTypes = iconPropTypes.iconPropTypes;
2510
2556
  }
2511
- const TrainHeart = /*#__PURE__*/React__default["default"].forwardRef(function TrainHeart(_ref109, ref) {
2557
+ const TrainHeart = /*#__PURE__*/React__default["default"].forwardRef(function TrainHeart(_ref111, ref) {
2512
2558
  let {
2513
2559
  children,
2514
2560
  size = 16,
2515
2561
  ...rest
2516
- } = _ref109;
2562
+ } = _ref111;
2517
2563
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2518
2564
  width: size,
2519
2565
  height: size,
@@ -2522,19 +2568,19 @@ const TrainHeart = /*#__PURE__*/React__default["default"].forwardRef(function Tr
2522
2568
  viewBox: "0 0 32 32",
2523
2569
  fill: "currentColor",
2524
2570
  ...rest
2525
- }, _path179 || (_path179 = /*#__PURE__*/React__default["default"].createElement("path", {
2571
+ }, _path183 || (_path183 = /*#__PURE__*/React__default["default"].createElement("path", {
2526
2572
  d: "M27.303 2a2.6613 2.6613 0 00-1.9079.8059l-.3932.4053-.397-.4053a2.6612 2.6612 0 00-3.8157 0 2.7991 2.7991 0 000 3.8963L25.0019 11l4.2089-4.2978a2.7991 2.7991 0 000-3.8963A2.6613 2.6613 0 0027.303 2zM22 13v3H6V10h9V8H6.1843A2.9948 2.9948 0 019 6h6V4H9A5.0057 5.0057 0 004 9V21a4.99 4.99 0 003.582 4.77L5.7693 30H7.9451l1.7143-4h8.6812l1.7143 4h2.1758L20.418 25.77A4.99 4.99 0 0024 21V13zm0 7H19v2h2.8157A2.9948 2.9948 0 0119 24H9a2.9948 2.9948 0 01-2.8157-2H9V20H6V18H22z"
2527
2573
  })), children);
2528
2574
  });
2529
2575
  if (process.env.NODE_ENV !== "production") {
2530
2576
  TrainHeart.propTypes = iconPropTypes.iconPropTypes;
2531
2577
  }
2532
- const TrainProfile = /*#__PURE__*/React__default["default"].forwardRef(function TrainProfile(_ref110, ref) {
2578
+ const TrainProfile = /*#__PURE__*/React__default["default"].forwardRef(function TrainProfile(_ref112, ref) {
2533
2579
  let {
2534
2580
  children,
2535
2581
  size = 16,
2536
2582
  ...rest
2537
- } = _ref110;
2583
+ } = _ref112;
2538
2584
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2539
2585
  width: size,
2540
2586
  height: size,
@@ -2543,21 +2589,21 @@ const TrainProfile = /*#__PURE__*/React__default["default"].forwardRef(function
2543
2589
  viewBox: "0 0 32 32",
2544
2590
  fill: "currentColor",
2545
2591
  ...rest
2546
- }, _path180 || (_path180 = /*#__PURE__*/React__default["default"].createElement("path", {
2592
+ }, _path184 || (_path184 = /*#__PURE__*/React__default["default"].createElement("path", {
2547
2593
  d: "M30 25L2 25 2 27 4 27 4 29 6 29 6 27 11 27 11 29 13 29 13 27 18 27 18 29 20 29 20 27 25 27 25 29 27 29 27 27 30 27 30 25zM8 16H2V14H8V12H2V10H8a2.0021 2.0021 0 012 2v2A2.0021 2.0021 0 018 16z"
2548
- })), _path181 || (_path181 = /*#__PURE__*/React__default["default"].createElement("path", {
2594
+ })), _path185 || (_path185 = /*#__PURE__*/React__default["default"].createElement("path", {
2549
2595
  d: "M28.55,14.2305,19.97,6.3657A8.9775,8.9775,0,0,0,13.8882,4H2V6H12v4a2.0023,2.0023,0,0,0,2,2h9.1565l4.0417,3.7051A2.4723,2.4723,0,0,1,25.5273,20H2v2H25.5273a4.4726,4.4726,0,0,0,3.0225-7.77ZM14,10V6.0054A6.9774,6.9774,0,0,1,18.6182,7.84L20.9746,10Z"
2550
2596
  })), children);
2551
2597
  });
2552
2598
  if (process.env.NODE_ENV !== "production") {
2553
2599
  TrainProfile.propTypes = iconPropTypes.iconPropTypes;
2554
2600
  }
2555
- const TrainSpeed = /*#__PURE__*/React__default["default"].forwardRef(function TrainSpeed(_ref111, ref) {
2601
+ const TrainSpeed = /*#__PURE__*/React__default["default"].forwardRef(function TrainSpeed(_ref113, ref) {
2556
2602
  let {
2557
2603
  children,
2558
2604
  size = 16,
2559
2605
  ...rest
2560
- } = _ref111;
2606
+ } = _ref113;
2561
2607
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2562
2608
  width: size,
2563
2609
  height: size,
@@ -2566,19 +2612,19 @@ const TrainSpeed = /*#__PURE__*/React__default["default"].forwardRef(function Tr
2566
2612
  viewBox: "0 0 32 32",
2567
2613
  fill: "currentColor",
2568
2614
  ...rest
2569
- }, _path182 || (_path182 = /*#__PURE__*/React__default["default"].createElement("path", {
2615
+ }, _path186 || (_path186 = /*#__PURE__*/React__default["default"].createElement("path", {
2570
2616
  d: "M30 25L2 25 2 27 4 27 4 29 6 29 6 27 11 27 11 29 13 29 13 27 18 27 18 29 20 29 20 27 25 27 25 29 27 29 27 27 30 27 30 25zM29.7144 16.59L18.1494 8.64A14.9327 14.9327 0 009.6519 6H2V8H9.6519a12.9459 12.9459 0 017.3647 2.2871L18.0532 11H9v2H20.9624l7.6187 5.2378A.966.966 0 0128.0342 20H2v2H28.0342a2.9661 2.9661 0 001.68-5.41z"
2571
2617
  })), children);
2572
2618
  });
2573
2619
  if (process.env.NODE_ENV !== "production") {
2574
2620
  TrainSpeed.propTypes = iconPropTypes.iconPropTypes;
2575
2621
  }
2576
- const TrainTicket = /*#__PURE__*/React__default["default"].forwardRef(function TrainTicket(_ref112, ref) {
2622
+ const TrainTicket = /*#__PURE__*/React__default["default"].forwardRef(function TrainTicket(_ref114, ref) {
2577
2623
  let {
2578
2624
  children,
2579
2625
  size = 16,
2580
2626
  ...rest
2581
- } = _ref112;
2627
+ } = _ref114;
2582
2628
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2583
2629
  width: size,
2584
2630
  height: size,
@@ -2587,21 +2633,21 @@ const TrainTicket = /*#__PURE__*/React__default["default"].forwardRef(function T
2587
2633
  viewBox: "0 0 32 32",
2588
2634
  fill: "currentColor",
2589
2635
  ...rest
2590
- }, _path183 || (_path183 = /*#__PURE__*/React__default["default"].createElement("path", {
2636
+ }, _path187 || (_path187 = /*#__PURE__*/React__default["default"].createElement("path", {
2591
2637
  d: "M29.1257,7.125a1.125,1.125,0,1,1,0-2.25h.875V2h-12V4.875h.875a1.125,1.125,0,0,1,0,2.25h-.875V10h12V7.125Z"
2592
- })), _path184 || (_path184 = /*#__PURE__*/React__default["default"].createElement("path", {
2638
+ })), _path188 || (_path188 = /*#__PURE__*/React__default["default"].createElement("path", {
2593
2639
  d: "M22.0007,13v3h-16V10h9V8H6.185A2.9948,2.9948,0,0,1,9.0007,6h6V4h-6a5.0057,5.0057,0,0,0-5,5V21a4.99,4.99,0,0,0,3.582,4.77L5.77,30H7.9458L9.66,26h8.6812l1.7143,4h2.1758l-1.8127-4.23A4.99,4.99,0,0,0,24.0007,21V13Zm0,7h-3v2h2.8157a2.9948,2.9948,0,0,1-2.8157,2h-10A2.9948,2.9948,0,0,1,6.185,22H9.0007V20h-3V18h16Z"
2594
2640
  })), children);
2595
2641
  });
2596
2642
  if (process.env.NODE_ENV !== "production") {
2597
2643
  TrainTicket.propTypes = iconPropTypes.iconPropTypes;
2598
2644
  }
2599
- const TrainTime = /*#__PURE__*/React__default["default"].forwardRef(function TrainTime(_ref113, ref) {
2645
+ const TrainTime = /*#__PURE__*/React__default["default"].forwardRef(function TrainTime(_ref115, ref) {
2600
2646
  let {
2601
2647
  children,
2602
2648
  size = 16,
2603
2649
  ...rest
2604
- } = _ref113;
2650
+ } = _ref115;
2605
2651
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2606
2652
  width: size,
2607
2653
  height: size,
@@ -2610,24 +2656,24 @@ const TrainTime = /*#__PURE__*/React__default["default"].forwardRef(function Tra
2610
2656
  viewBox: "0 0 32 32",
2611
2657
  fill: "currentColor",
2612
2658
  ...rest
2613
- }, _path185 || (_path185 = /*#__PURE__*/React__default["default"].createElement("path", {
2659
+ }, _path189 || (_path189 = /*#__PURE__*/React__default["default"].createElement("path", {
2614
2660
  fill: "none",
2615
2661
  d: "M25.496 10.088L22.874 7.466 22.874 3 25.124 3 25.124 6.534 27.088 8.498 25.496 10.088z"
2616
- })), _path186 || (_path186 = /*#__PURE__*/React__default["default"].createElement("path", {
2662
+ })), _path190 || (_path190 = /*#__PURE__*/React__default["default"].createElement("path", {
2617
2663
  d: "M24,1a6,6,0,1,0,6,6A6.0066,6.0066,0,0,0,24,1Zm1.4971,9.0884L22.875,7.4658V3h2.25V6.5342l1.9639,1.9634Z"
2618
- })), _path187 || (_path187 = /*#__PURE__*/React__default["default"].createElement("path", {
2664
+ })), _path191 || (_path191 = /*#__PURE__*/React__default["default"].createElement("path", {
2619
2665
  d: "M6,16V10h9V8H6.1843A2.9948,2.9948,0,0,1,9,6h6V4H9A5.0057,5.0057,0,0,0,4,9V21a4.99,4.99,0,0,0,3.582,4.77L5.7693,30H7.9451l1.7143-4h8.6812l1.7143,4h2.1758L20.418,25.77A4.99,4.99,0,0,0,24,21V16Zm16,4H19v2h2.8157A2.9948,2.9948,0,0,1,19,24H9a2.9948,2.9948,0,0,1-2.8157-2H9V20H6V18H22Z"
2620
2666
  })), children);
2621
2667
  });
2622
2668
  if (process.env.NODE_ENV !== "production") {
2623
2669
  TrainTime.propTypes = iconPropTypes.iconPropTypes;
2624
2670
  }
2625
- const Tram = /*#__PURE__*/React__default["default"].forwardRef(function Tram(_ref114, ref) {
2671
+ const Tram = /*#__PURE__*/React__default["default"].forwardRef(function Tram(_ref116, ref) {
2626
2672
  let {
2627
2673
  children,
2628
2674
  size = 16,
2629
2675
  ...rest
2630
- } = _ref114;
2676
+ } = _ref116;
2631
2677
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2632
2678
  width: size,
2633
2679
  height: size,
@@ -2636,19 +2682,19 @@ const Tram = /*#__PURE__*/React__default["default"].forwardRef(function Tram(_re
2636
2682
  viewBox: "0 0 32 32",
2637
2683
  fill: "currentColor",
2638
2684
  ...rest
2639
- }, _path188 || (_path188 = /*#__PURE__*/React__default["default"].createElement("path", {
2685
+ }, _path192 || (_path192 = /*#__PURE__*/React__default["default"].createElement("path", {
2640
2686
  d: "M21,6H17V4h6V2H9V4h6V6H11a5.0057,5.0057,0,0,0-5,5V22a4.99,4.99,0,0,0,3.582,4.77L8.1978,30h2.1757l1.2859-3h8.6812l1.2859,3h2.1757L22.418,26.77A4.99,4.99,0,0,0,26,22V11A5.0057,5.0057,0,0,0,21,6ZM11,8H21a2.9948,2.9948,0,0,1,2.8157,2H8.1843A2.9948,2.9948,0,0,1,11,8ZM24,21H21v2h2.8157A2.9948,2.9948,0,0,1,21,25H11a2.9948,2.9948,0,0,1-2.8157-2H11V21H8V19H24Zm0-4H8V12H24Z"
2641
2687
  })), children);
2642
2688
  });
2643
2689
  if (process.env.NODE_ENV !== "production") {
2644
2690
  Tram.propTypes = iconPropTypes.iconPropTypes;
2645
2691
  }
2646
- const TransformBinary = /*#__PURE__*/React__default["default"].forwardRef(function TransformBinary(_ref115, ref) {
2692
+ const TransformBinary = /*#__PURE__*/React__default["default"].forwardRef(function TransformBinary(_ref117, ref) {
2647
2693
  let {
2648
2694
  children,
2649
2695
  size = 16,
2650
2696
  ...rest
2651
- } = _ref115;
2697
+ } = _ref117;
2652
2698
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2653
2699
  width: size,
2654
2700
  height: size,
@@ -2657,21 +2703,21 @@ const TransformBinary = /*#__PURE__*/React__default["default"].forwardRef(functi
2657
2703
  viewBox: "0 0 32 32",
2658
2704
  fill: "currentColor",
2659
2705
  ...rest
2660
- }, _path189 || (_path189 = /*#__PURE__*/React__default["default"].createElement("path", {
2706
+ }, _path193 || (_path193 = /*#__PURE__*/React__default["default"].createElement("path", {
2661
2707
  d: "M23 20h-2c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h2c1.1 0 2 .9 2 2v4C25 19.1 24.1 20 23 20zM21 14v4h2v-4H21zM15 12H17V20H15z"
2662
- })), _path190 || (_path190 = /*#__PURE__*/React__default["default"].createElement("path", {
2708
+ })), _path194 || (_path194 = /*#__PURE__*/React__default["default"].createElement("path", {
2663
2709
  d: "M11 20H9c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h2c1.1 0 2 .9 2 2v4C13 19.1 12.1 20 11 20zM9 14v4h2v-4H9zM16 2v2c6.6 0 12 5.4 12 12s-5.4 12-12 12v2c7.7 0 14-6.3 14-14S23.7 2 16 2zM8.2 25.1L7 26.7c1.2 1 2.6 1.9 4.2 2.4l.7-1.9C10.5 26.7 9.3 26 8.2 25.1zM4.2 18l-2 .4C2.5 20 3.1 21.6 3.9 23l1.7-1C4.9 20.8 4.4 19.4 4.2 18zM5.6 10L3.9 9c-.8 1.4-1.4 3-1.6 4.6l2 .3C4.4 12.5 4.9 11.2 5.6 10zM11.8 4.8l-.7-1.9C9.6 3.5 8.2 4.3 7 5.3l1.3 1.5C9.3 6 10.5 5.3 11.8 4.8z"
2664
2710
  })), children);
2665
2711
  });
2666
2712
  if (process.env.NODE_ENV !== "production") {
2667
2713
  TransformBinary.propTypes = iconPropTypes.iconPropTypes;
2668
2714
  }
2669
- const TransformCode = /*#__PURE__*/React__default["default"].forwardRef(function TransformCode(_ref116, ref) {
2715
+ const TransformCode = /*#__PURE__*/React__default["default"].forwardRef(function TransformCode(_ref118, ref) {
2670
2716
  let {
2671
2717
  children,
2672
2718
  size = 16,
2673
2719
  ...rest
2674
- } = _ref116;
2720
+ } = _ref118;
2675
2721
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2676
2722
  width: size,
2677
2723
  height: size,
@@ -2680,10 +2726,10 @@ const TransformCode = /*#__PURE__*/React__default["default"].forwardRef(function
2680
2726
  viewBox: "0 0 32 32",
2681
2727
  fill: "currentColor",
2682
2728
  ...rest
2683
- }, _path191 || (_path191 = /*#__PURE__*/React__default["default"].createElement("path", {
2729
+ }, _path195 || (_path195 = /*#__PURE__*/React__default["default"].createElement("path", {
2684
2730
  strokeWidth: "0",
2685
2731
  d: "M16 2v2c6.6 0 12 5.4 12 12s-5.4 12-12 12v2c7.7 0 14-6.3 14-14S23.7 2 16 2zM8.2 25.1l-1.2 1.6c1.2 1 2.6 1.9 4.2 2.4l.7-1.9c-1.4-.5-2.6-1.2-3.7-2.1zM4.2 18l-2 .4c.3 1.6.9 3.2 1.7 4.6l1.7-1c-.7-1.2-1.2-2.6-1.4-4zM5.6 10l-1.7-1c-.8 1.4-1.4 3-1.6 4.6l2 .3c.1-1.4.6-2.7 1.3-3.9zM11.8 4.8l-.7-1.9c-1.5.6-2.9 1.4-4.1 2.4l1.3 1.5c1-.8 2.2-1.5 3.5-2zM11.83 16L14.41 13.42 13 12 9 16 13 20 14.42 18.59 11.83 16z"
2686
- })), _path192 || (_path192 = /*#__PURE__*/React__default["default"].createElement("path", {
2732
+ })), _path196 || (_path196 = /*#__PURE__*/React__default["default"].createElement("path", {
2687
2733
  strokeWidth: "0",
2688
2734
  d: "M20.17 16L17.59 18.58 19 20 23 16 19 12 17.58 13.41 20.17 16z"
2689
2735
  })), children);
@@ -2691,12 +2737,12 @@ const TransformCode = /*#__PURE__*/React__default["default"].forwardRef(function
2691
2737
  if (process.env.NODE_ENV !== "production") {
2692
2738
  TransformCode.propTypes = iconPropTypes.iconPropTypes;
2693
2739
  }
2694
- const TransformInstructions = /*#__PURE__*/React__default["default"].forwardRef(function TransformInstructions(_ref117, ref) {
2740
+ const TransformInstructions = /*#__PURE__*/React__default["default"].forwardRef(function TransformInstructions(_ref119, ref) {
2695
2741
  let {
2696
2742
  children,
2697
2743
  size = 16,
2698
2744
  ...rest
2699
- } = _ref117;
2745
+ } = _ref119;
2700
2746
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2701
2747
  width: size,
2702
2748
  height: size,
@@ -2705,21 +2751,21 @@ const TransformInstructions = /*#__PURE__*/React__default["default"].forwardRef(
2705
2751
  viewBox: "0 0 32 32",
2706
2752
  fill: "currentColor",
2707
2753
  ...rest
2708
- }, _path193 || (_path193 = /*#__PURE__*/React__default["default"].createElement("path", {
2754
+ }, _path197 || (_path197 = /*#__PURE__*/React__default["default"].createElement("path", {
2709
2755
  d: "M23,17v-2h-2.1c-0.1-0.6-0.4-1.2-0.7-1.8l1.5-1.5l-1.4-1.4l-1.5,1.5c-0.5-0.3-1.1-0.6-1.8-0.7V9h-2v2.1 c-0.6,0.1-1.2,0.4-1.8,0.7l-1.5-1.5l-1.4,1.4l1.5,1.5c-0.3,0.5-0.6,1.1-0.7,1.8H9v2h2.1c0.1,0.6,0.4,1.2,0.7,1.8l-1.5,1.5l1.4,1.4 l1.5-1.5c0.5,0.3,1.1,0.6,1.8,0.7V23h2v-2.1c0.6-0.1,1.2-0.4,1.8-0.7l1.5,1.5l1.4-1.4l-1.5-1.5c0.3-0.5,0.6-1.1,0.7-1.8H23z M16,19 c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3S17.7,19,16,19z"
2710
- })), _path194 || (_path194 = /*#__PURE__*/React__default["default"].createElement("path", {
2756
+ })), _path198 || (_path198 = /*#__PURE__*/React__default["default"].createElement("path", {
2711
2757
  d: "M16 2v2c6.6 0 12 5.4 12 12s-5.4 12-12 12v2c7.7 0 14-6.3 14-14S23.7 2 16 2zM8.2 25.1L7 26.7c1.2 1 2.6 1.9 4.2 2.4l.7-1.9C10.5 26.7 9.3 26 8.2 25.1zM4.2 18l-2 .4C2.5 20 3.1 21.6 3.9 23l1.7-1C4.9 20.8 4.4 19.4 4.2 18zM5.6 10L3.9 9c-.8 1.4-1.4 3-1.6 4.6l2 .3C4.4 12.5 4.9 11.2 5.6 10zM11.8 4.8l-.7-1.9C9.6 3.5 8.2 4.3 7 5.3l1.3 1.5C9.3 6 10.5 5.3 11.8 4.8z"
2712
2758
  })), children);
2713
2759
  });
2714
2760
  if (process.env.NODE_ENV !== "production") {
2715
2761
  TransformInstructions.propTypes = iconPropTypes.iconPropTypes;
2716
2762
  }
2717
- const TransformLanguage = /*#__PURE__*/React__default["default"].forwardRef(function TransformLanguage(_ref118, ref) {
2763
+ const TransformLanguage = /*#__PURE__*/React__default["default"].forwardRef(function TransformLanguage(_ref120, ref) {
2718
2764
  let {
2719
2765
  children,
2720
2766
  size = 16,
2721
2767
  ...rest
2722
- } = _ref118;
2768
+ } = _ref120;
2723
2769
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2724
2770
  width: size,
2725
2771
  height: size,
@@ -2728,21 +2774,21 @@ const TransformLanguage = /*#__PURE__*/React__default["default"].forwardRef(func
2728
2774
  viewBox: "0 0 32 32",
2729
2775
  fill: "currentColor",
2730
2776
  ...rest
2731
- }, _path195 || (_path195 = /*#__PURE__*/React__default["default"].createElement("path", {
2777
+ }, _path199 || (_path199 = /*#__PURE__*/React__default["default"].createElement("path", {
2732
2778
  d: "M10 19H18V21H10zM10 15H22V17H10zM10 11H22V13H10z"
2733
- })), _path196 || (_path196 = /*#__PURE__*/React__default["default"].createElement("path", {
2779
+ })), _path200 || (_path200 = /*#__PURE__*/React__default["default"].createElement("path", {
2734
2780
  d: "M16 2v2c6.6 0 12 5.4 12 12s-5.4 12-12 12v2c7.7 0 14-6.3 14-14S23.7 2 16 2zM8.2 25.1L7 26.7c1.2 1 2.6 1.9 4.2 2.4l.7-1.9C10.5 26.7 9.3 26 8.2 25.1zM4.2 18l-2 .4C2.5 20 3.1 21.6 3.9 23l1.7-1C4.9 20.8 4.4 19.4 4.2 18zM5.6 10L3.9 9c-.8 1.4-1.4 3-1.6 4.6l2 .3C4.4 12.5 4.9 11.2 5.6 10zM11.8 4.8l-.7-1.9C9.6 3.5 8.2 4.3 7 5.3l1.3 1.5C9.3 6 10.5 5.3 11.8 4.8z"
2735
2781
  })), children);
2736
2782
  });
2737
2783
  if (process.env.NODE_ENV !== "production") {
2738
2784
  TransformLanguage.propTypes = iconPropTypes.iconPropTypes;
2739
2785
  }
2740
- const Transgender = /*#__PURE__*/React__default["default"].forwardRef(function Transgender(_ref119, ref) {
2786
+ const Transgender = /*#__PURE__*/React__default["default"].forwardRef(function Transgender(_ref121, ref) {
2741
2787
  let {
2742
2788
  children,
2743
2789
  size = 16,
2744
2790
  ...rest
2745
- } = _ref119;
2791
+ } = _ref121;
2746
2792
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2747
2793
  width: size,
2748
2794
  height: size,
@@ -2751,19 +2797,19 @@ const Transgender = /*#__PURE__*/React__default["default"].forwardRef(function T
2751
2797
  viewBox: "0 0 32 32",
2752
2798
  fill: "currentColor",
2753
2799
  ...rest
2754
- }, _path197 || (_path197 = /*#__PURE__*/React__default["default"].createElement("path", {
2800
+ }, _path201 || (_path201 = /*#__PURE__*/React__default["default"].createElement("path", {
2755
2801
  d: "M22,2V4h4.5859l-6.4016,6.4014a6.9474,6.9474,0,0,0-8.3686,0L10.4143,9,13,6.4141,11.5857,5,9,7.5859,5.4141,4H10V2H2v8H4V5.4141L7.5859,9,5,11.5854,6.4143,13,9,10.4141l1.4014,1.4013A6.9785,6.9785,0,0,0,15,22.92V25H11v2h4v3h2V27h4V25H17V22.92a6.9785,6.9785,0,0,0,4.5984-11.1045L28,5.4141V10h2V2ZM16,21a5,5,0,1,1,5-5A5.0059,5.0059,0,0,1,16,21Z"
2756
2802
  })), children);
2757
2803
  });
2758
2804
  if (process.env.NODE_ENV !== "production") {
2759
2805
  Transgender.propTypes = iconPropTypes.iconPropTypes;
2760
2806
  }
2761
- const Translate = /*#__PURE__*/React__default["default"].forwardRef(function Translate(_ref120, ref) {
2807
+ const Translate = /*#__PURE__*/React__default["default"].forwardRef(function Translate(_ref122, ref) {
2762
2808
  let {
2763
2809
  children,
2764
2810
  size = 16,
2765
2811
  ...rest
2766
- } = _ref120;
2812
+ } = _ref122;
2767
2813
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2768
2814
  width: size,
2769
2815
  height: size,
@@ -2772,19 +2818,19 @@ const Translate = /*#__PURE__*/React__default["default"].forwardRef(function Tra
2772
2818
  viewBox: "0 0 32 32",
2773
2819
  fill: "currentColor",
2774
2820
  ...rest
2775
- }, _path198 || (_path198 = /*#__PURE__*/React__default["default"].createElement("path", {
2821
+ }, _path202 || (_path202 = /*#__PURE__*/React__default["default"].createElement("path", {
2776
2822
  d: "M27.85 29H30L24 14H21.65l-6 15H17.8l1.6-4h6.85zM20.2 23l2.62-6.56L25.45 23zM18 7V5H11V2H9V5H2V7H12.74a14.71 14.71 0 01-3.19 6.18A13.5 13.5 0 017.26 9H5.16a16.47 16.47 0 003 5.58A16.84 16.84 0 013 18l.75 1.86A18.47 18.47 0 009.53 16a16.92 16.92 0 005.76 3.84L16 18a14.48 14.48 0 01-5.12-3.37A17.64 17.64 0 0014.8 7z"
2777
2823
  })), children);
2778
2824
  });
2779
2825
  if (process.env.NODE_ENV !== "production") {
2780
2826
  Translate.propTypes = iconPropTypes.iconPropTypes;
2781
2827
  }
2782
- const TransmissionLte = /*#__PURE__*/React__default["default"].forwardRef(function TransmissionLte(_ref121, ref) {
2828
+ const TransmissionLte = /*#__PURE__*/React__default["default"].forwardRef(function TransmissionLte(_ref123, ref) {
2783
2829
  let {
2784
2830
  children,
2785
2831
  size = 16,
2786
2832
  ...rest
2787
- } = _ref121;
2833
+ } = _ref123;
2788
2834
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2789
2835
  width: size,
2790
2836
  height: size,
@@ -2793,21 +2839,21 @@ const TransmissionLte = /*#__PURE__*/React__default["default"].forwardRef(functi
2793
2839
  viewBox: "0 0 32 32",
2794
2840
  fill: "currentColor",
2795
2841
  ...rest
2796
- }, _path199 || (_path199 = /*#__PURE__*/React__default["default"].createElement("path", {
2842
+ }, _path203 || (_path203 = /*#__PURE__*/React__default["default"].createElement("path", {
2797
2843
  d: "M10.57 30l.9333-2h8.9928l.9333 2h2.2072L17 15.7778V11H15v4.7778L8.3631 30zM16 18.3647L17.6965 22h-3.393zM13.37 24h5.26l.9333 2H12.4369zM10.7832 9.3325a7.0007 7.0007 0 0110.4341 0l-1.49 1.334a5 5 0 00-7.4537 0z"
2798
- })), _path200 || (_path200 = /*#__PURE__*/React__default["default"].createElement("path", {
2844
+ })), _path204 || (_path204 = /*#__PURE__*/React__default["default"].createElement("path", {
2799
2845
  d: "M7.1992,6.3994a11.0019,11.0019,0,0,1,17.6006,0L23.2,7.6a9.0009,9.0009,0,0,0-14.4014,0Z"
2800
2846
  })), children);
2801
2847
  });
2802
2848
  if (process.env.NODE_ENV !== "production") {
2803
2849
  TransmissionLte.propTypes = iconPropTypes.iconPropTypes;
2804
2850
  }
2805
- const Transpose = /*#__PURE__*/React__default["default"].forwardRef(function Transpose(_ref122, ref) {
2851
+ const Transpose = /*#__PURE__*/React__default["default"].forwardRef(function Transpose(_ref124, ref) {
2806
2852
  let {
2807
2853
  children,
2808
2854
  size = 16,
2809
2855
  ...rest
2810
- } = _ref122;
2856
+ } = _ref124;
2811
2857
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2812
2858
  width: size,
2813
2859
  height: size,
@@ -2816,60 +2862,14 @@ const Transpose = /*#__PURE__*/React__default["default"].forwardRef(function Tra
2816
2862
  viewBox: "0 0 32 32",
2817
2863
  fill: "currentColor",
2818
2864
  ...rest
2819
- }, _path201 || (_path201 = /*#__PURE__*/React__default["default"].createElement("path", {
2865
+ }, _path205 || (_path205 = /*#__PURE__*/React__default["default"].createElement("path", {
2820
2866
  d: "M19 26H14V24h5a5.0055 5.0055 0 005-5V14h2v5A7.0078 7.0078 0 0119 26zM8 30H4a2.0023 2.0023 0 01-2-2V14a2.0023 2.0023 0 012-2H8a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 018 30zM4 14V28H8V14zM28 10H14a2.0023 2.0023 0 01-2-2V4a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V8A2.0023 2.0023 0 0128 10zM14 4V8H28V4z"
2821
2867
  })), children);
2822
2868
  });
2823
2869
  if (process.env.NODE_ENV !== "production") {
2824
2870
  Transpose.propTypes = iconPropTypes.iconPropTypes;
2825
2871
  }
2826
- const TrashCan = /*#__PURE__*/React__default["default"].forwardRef(function TrashCan(_ref123, ref) {
2827
- let {
2828
- children,
2829
- size = 16,
2830
- ...rest
2831
- } = _ref123;
2832
- return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2833
- width: size,
2834
- height: size,
2835
- ref: ref,
2836
- xmlns: "http://www.w3.org/2000/svg",
2837
- viewBox: "0 0 32 32",
2838
- fill: "currentColor",
2839
- ...rest
2840
- }, _path202 || (_path202 = /*#__PURE__*/React__default["default"].createElement("path", {
2841
- d: "M12 12H14V24H12zM18 12H20V24H18z"
2842
- })), _path203 || (_path203 = /*#__PURE__*/React__default["default"].createElement("path", {
2843
- d: "M4 6V8H6V28a2 2 0 002 2H24a2 2 0 002-2V8h2V6zM8 28V8H24V28zM12 2H20V4H12z"
2844
- })), children);
2845
- });
2846
- if (process.env.NODE_ENV !== "production") {
2847
- TrashCan.propTypes = iconPropTypes.iconPropTypes;
2848
- }
2849
- const Tree = /*#__PURE__*/React__default["default"].forwardRef(function Tree(_ref124, ref) {
2850
- let {
2851
- children,
2852
- size = 16,
2853
- ...rest
2854
- } = _ref124;
2855
- return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2856
- width: size,
2857
- height: size,
2858
- ref: ref,
2859
- xmlns: "http://www.w3.org/2000/svg",
2860
- viewBox: "0 0 32 32",
2861
- fill: "currentColor",
2862
- ...rest
2863
- }, _path204 || (_path204 = /*#__PURE__*/React__default["default"].createElement("path", {
2864
- d: "M12,30H9V28h3V15.5664L8.4854,13.4575l1.0292-1.7148,3.5147,2.1084A2.0115,2.0115,0,0,1,14,15.5664V28A2.0023,2.0023,0,0,1,12,30Z"
2865
- })), _path205 || (_path205 = /*#__PURE__*/React__default["default"].createElement("path", {
2866
- d: "M22,30H19a2.0024,2.0024,0,0,1-2-2V17h6a4.0008,4.0008,0,0,0,3.981-4.396A4.1489,4.1489,0,0,0,22.7853,9H21.2016L21.025,8.221C20.452,5.6961,18.0308,4,15,4A6.02,6.02,0,0,0,9.5585,7.4859L9.25,8.1531l-.863-.1143A2.771,2.771,0,0,0,8,8a4,4,0,1,0,0,8v2A6,6,0,1,1,8,6c.0264,0,.0525,0,.0786.001A8.0271,8.0271,0,0,1,15,2c3.6788,0,6.6923,1.9776,7.7516,5h.0337a6.1641,6.1641,0,0,1,6.1872,5.4141A6.0011,6.0011,0,0,1,23,19l-4,0v9h3Z"
2867
- })), children);
2868
- });
2869
- if (process.env.NODE_ENV !== "production") {
2870
- Tree.propTypes = iconPropTypes.iconPropTypes;
2871
- }
2872
- const TreeFallRisk = /*#__PURE__*/React__default["default"].forwardRef(function TreeFallRisk(_ref125, ref) {
2872
+ const TrashCan = /*#__PURE__*/React__default["default"].forwardRef(function TrashCan(_ref125, ref) {
2873
2873
  let {
2874
2874
  children,
2875
2875
  size = 16,
@@ -2884,19 +2884,17 @@ const TreeFallRisk = /*#__PURE__*/React__default["default"].forwardRef(function
2884
2884
  fill: "currentColor",
2885
2885
  ...rest
2886
2886
  }, _path206 || (_path206 = /*#__PURE__*/React__default["default"].createElement("path", {
2887
- fill: "none",
2888
- d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z",
2889
- "data-icon-path": "inner-path"
2887
+ d: "M12 12H14V24H12zM18 12H20V24H18z"
2890
2888
  })), _path207 || (_path207 = /*#__PURE__*/React__default["default"].createElement("path", {
2891
- d: "M29.9115 13.9355L23.6284 2.3706a.7181.7181 0 00-1.2568 0L16.0885 13.9355A.72.72 0 0016.72 15H29.28A.72.72 0 0029.9115 13.9355zM22.25 6h1.5v4h-1.5zM23 13a1 1 0 111-1A1 1 0 0123 13zM26 19V17H17V28a2.0027 2.0027 0 002 2h3V28H19V19zM12 30H9V28h3V15.5664L8.4854 13.4575l1.0292-1.7148 3.5147 2.1084A2.0115 2.0115 0 0114 15.5664V28A2.0024 2.0024 0 0112 30z"
2892
- })), _path208 || (_path208 = /*#__PURE__*/React__default["default"].createElement("path", {
2893
- d: "M18.6638,5.0059l.96-1.7671A8.9324,8.9324,0,0,0,15,2,8.0275,8.0275,0,0,0,8.0786,6.001C8.0525,6,8.0264,6,8,6A6,6,0,0,0,8,18V16A4,4,0,0,1,8,8a2.7009,2.7009,0,0,1,.387.0391l.863.1142.3086-.6675A6.0192,6.0192,0,0,1,15,4,6.8916,6.8916,0,0,1,18.6638,5.0059Z"
2889
+ d: "M4 6V8H6V28a2 2 0 002 2H24a2 2 0 002-2V8h2V6zM8 28V8H24V28zM12 2H20V4H12z"
2894
2890
  })), children);
2895
2891
  });
2896
2892
  if (process.env.NODE_ENV !== "production") {
2897
- TreeFallRisk.propTypes = iconPropTypes.iconPropTypes;
2893
+ TrashCan.propTypes = iconPropTypes.iconPropTypes;
2898
2894
  }
2899
2895
 
2896
+ exports.TaskSettings = TaskSettings;
2897
+ exports.TaskStar = TaskStar;
2900
2898
  exports.TaskTools = TaskTools;
2901
2899
  exports.TaskView = TaskView;
2902
2900
  exports.Taste = Taste;
@@ -3017,8 +3015,6 @@ exports.Translate = Translate;
3017
3015
  exports.TransmissionLte = TransmissionLte;
3018
3016
  exports.Transpose = Transpose;
3019
3017
  exports.TrashCan = TrashCan;
3020
- exports.Tree = Tree;
3021
- exports.TreeFallRisk = TreeFallRisk;
3022
3018
  exports.WatsonHealthTextAnnotationToggle = WatsonHealthTextAnnotationToggle;
3023
3019
  exports.WatsonHealthThreshold = WatsonHealthThreshold;
3024
3020
  exports.WatsonHealthThumbnailPreview = WatsonHealthThumbnailPreview;