@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,9 +20,9 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
20
20
 
21
21
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
22
22
 
23
- var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _circle, _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, _circle2, _path99, _path100, _path101, _path102, _path103, _circle3, _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, _circle4, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _circle5, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _circle6, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _circle7, _path190, _path191, _path192, _circle8, _circle9, _path193, _circle10, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202;
23
+ var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _circle, _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, _circle2, _path104, _path105, _path106, _path107, _path108, _circle3, _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, _circle4, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _circle5, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _circle6, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _circle7, _path195, _path196, _path197, _circle8, _circle9, _path198, _circle10, _path199, _path200, _path201, _path202, _path203, _path204;
24
24
  const didWarnAboutDeprecation = {};
25
- const TreeView = /*#__PURE__*/React__default["default"].forwardRef(function TreeView(_ref, ref) {
25
+ const Tree = /*#__PURE__*/React__default["default"].forwardRef(function Tree(_ref, ref) {
26
26
  let {
27
27
  children,
28
28
  size = 16,
@@ -37,18 +37,68 @@ const TreeView = /*#__PURE__*/React__default["default"].forwardRef(function Tree
37
37
  fill: "currentColor",
38
38
  ...rest
39
39
  }, _path || (_path = /*#__PURE__*/React__default["default"].createElement("path", {
40
+ 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"
41
+ })), _path2 || (_path2 = /*#__PURE__*/React__default["default"].createElement("path", {
42
+ 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"
43
+ })), children);
44
+ });
45
+ if (process.env.NODE_ENV !== "production") {
46
+ Tree.propTypes = iconPropTypes.iconPropTypes;
47
+ }
48
+ const TreeFallRisk = /*#__PURE__*/React__default["default"].forwardRef(function TreeFallRisk(_ref2, ref) {
49
+ let {
50
+ children,
51
+ size = 16,
52
+ ...rest
53
+ } = _ref2;
54
+ return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
55
+ width: size,
56
+ height: size,
57
+ ref: ref,
58
+ xmlns: "http://www.w3.org/2000/svg",
59
+ viewBox: "0 0 32 32",
60
+ fill: "currentColor",
61
+ ...rest
62
+ }, _path3 || (_path3 = /*#__PURE__*/React__default["default"].createElement("path", {
63
+ fill: "none",
64
+ d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z",
65
+ "data-icon-path": "inner-path"
66
+ })), _path4 || (_path4 = /*#__PURE__*/React__default["default"].createElement("path", {
67
+ 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"
68
+ })), _path5 || (_path5 = /*#__PURE__*/React__default["default"].createElement("path", {
69
+ 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"
70
+ })), children);
71
+ });
72
+ if (process.env.NODE_ENV !== "production") {
73
+ TreeFallRisk.propTypes = iconPropTypes.iconPropTypes;
74
+ }
75
+ const TreeView = /*#__PURE__*/React__default["default"].forwardRef(function TreeView(_ref3, ref) {
76
+ let {
77
+ children,
78
+ size = 16,
79
+ ...rest
80
+ } = _ref3;
81
+ return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
82
+ width: size,
83
+ height: size,
84
+ ref: ref,
85
+ xmlns: "http://www.w3.org/2000/svg",
86
+ viewBox: "0 0 32 32",
87
+ fill: "currentColor",
88
+ ...rest
89
+ }, _path6 || (_path6 = /*#__PURE__*/React__default["default"].createElement("path", {
40
90
  d: "M30,20V12H22v3H17V7a2,2,0,0,0-2-2H10V2H2v8h8V7h5V25a2,2,0,0,0,2,2h5v3h8V22H22v3H17V17h5v3ZM8,8H4V4H8ZM24,24h4v4H24Zm0-10h4v4H24Z"
41
91
  })), children);
42
92
  });
43
93
  if (process.env.NODE_ENV !== "production") {
44
94
  TreeView.propTypes = iconPropTypes.iconPropTypes;
45
95
  }
46
- const TreeViewAlt = /*#__PURE__*/React__default["default"].forwardRef(function TreeViewAlt(_ref2, ref) {
96
+ const TreeViewAlt = /*#__PURE__*/React__default["default"].forwardRef(function TreeViewAlt(_ref4, ref) {
47
97
  let {
48
98
  children,
49
99
  size = 16,
50
100
  ...rest
51
- } = _ref2;
101
+ } = _ref4;
52
102
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
53
103
  width: size,
54
104
  height: size,
@@ -57,7 +107,7 @@ const TreeViewAlt = /*#__PURE__*/React__default["default"].forwardRef(function T
57
107
  viewBox: "0 0 32 32",
58
108
  fill: "currentColor",
59
109
  ...rest
60
- }, _path2 || (_path2 = /*#__PURE__*/React__default["default"].createElement("path", {
110
+ }, _path7 || (_path7 = /*#__PURE__*/React__default["default"].createElement("path", {
61
111
  d: "M23,9h6a2,2,0,0,0,2-2V3a2,2,0,0,0-2-2H23a2,2,0,0,0-2,2V4H11V3A2,2,0,0,0,9,1H3A2,2,0,0,0,1,3V7A2,2,0,0,0,3,9H9a2,2,0,0,0,2-2V6h4V26a2.0023,2.0023,0,0,0,2,2h4v1a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V25a2,2,0,0,0-2-2H23a2,2,0,0,0-2,2v1H17V17h4v1a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V14a2,2,0,0,0-2-2H23a2,2,0,0,0-2,2v1H17V6h4V7A2,2,0,0,0,23,9Zm0-6h6V7H23ZM9,7H3V3H9ZM23,25h6v4H23Zm0-11h6v4H23Z",
62
112
  transform: "translate(0 .005)"
63
113
  })), children);
@@ -65,12 +115,12 @@ const TreeViewAlt = /*#__PURE__*/React__default["default"].forwardRef(function T
65
115
  if (process.env.NODE_ENV !== "production") {
66
116
  TreeViewAlt.propTypes = iconPropTypes.iconPropTypes;
67
117
  }
68
- const TriangleDownOutline = /*#__PURE__*/React__default["default"].forwardRef(function TriangleDownOutline(_ref3, ref) {
118
+ const TriangleDownOutline = /*#__PURE__*/React__default["default"].forwardRef(function TriangleDownOutline(_ref5, ref) {
69
119
  let {
70
120
  children,
71
121
  size = 16,
72
122
  ...rest
73
- } = _ref3;
123
+ } = _ref5;
74
124
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
75
125
  width: size,
76
126
  height: size,
@@ -79,7 +129,7 @@ const TriangleDownOutline = /*#__PURE__*/React__default["default"].forwardRef(fu
79
129
  viewBox: "0 0 32 32",
80
130
  fill: "currentColor",
81
131
  ...rest
82
- }, _path3 || (_path3 = /*#__PURE__*/React__default["default"].createElement("path", {
132
+ }, _path8 || (_path8 = /*#__PURE__*/React__default["default"].createElement("path", {
83
133
  strokeWidth: "0",
84
134
  d: "m2.1245,4.4883l13.0195,23.9868c.1865.3438.5212.5249.856.5249.3345,0,.6689-.1812.8555-.5249L29.875,4.4883c.0862-.1582.1255-.3257.125-.4883-.0017-.5229-.4114-1-.9805-1H2.9802c-.5691,0-.9788.4771-.9802,1-.0005.1626.0386.3301.1245.4883Zm25.1985.5117l-11.323,20.8677L4.677,5h22.646Z"
85
135
  })), children);
@@ -87,12 +137,12 @@ const TriangleDownOutline = /*#__PURE__*/React__default["default"].forwardRef(fu
87
137
  if (process.env.NODE_ENV !== "production") {
88
138
  TriangleDownOutline.propTypes = iconPropTypes.iconPropTypes;
89
139
  }
90
- const TriangleDownSolid = /*#__PURE__*/React__default["default"].forwardRef(function TriangleDownSolid(_ref4, ref) {
140
+ const TriangleDownSolid = /*#__PURE__*/React__default["default"].forwardRef(function TriangleDownSolid(_ref6, ref) {
91
141
  let {
92
142
  children,
93
143
  size = 16,
94
144
  ...rest
95
- } = _ref4;
145
+ } = _ref6;
96
146
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
97
147
  width: size,
98
148
  height: size,
@@ -101,7 +151,7 @@ const TriangleDownSolid = /*#__PURE__*/React__default["default"].forwardRef(func
101
151
  viewBox: "0 0 32 32",
102
152
  fill: "currentColor",
103
153
  ...rest
104
- }, _path4 || (_path4 = /*#__PURE__*/React__default["default"].createElement("path", {
154
+ }, _path9 || (_path9 = /*#__PURE__*/React__default["default"].createElement("path", {
105
155
  strokeWidth: "0",
106
156
  d: "m29.0194,3c.5692,0,.979.4772.9806,1,.0005.1628-.0388.3299-.1249.4885l-13.0196,23.9867c-.1865.3435-.521.5248-.8555.5248s-.6694-.1812-.8559-.5248L2.1246,4.4885c-.0861-.1586-.1251-.3257-.1246-.4885.0016-.5228.4111-1,.9803-1h26.0391Z"
107
157
  })), children);
@@ -109,12 +159,12 @@ const TriangleDownSolid = /*#__PURE__*/React__default["default"].forwardRef(func
109
159
  if (process.env.NODE_ENV !== "production") {
110
160
  TriangleDownSolid.propTypes = iconPropTypes.iconPropTypes;
111
161
  }
112
- const TriangleLeftOutline = /*#__PURE__*/React__default["default"].forwardRef(function TriangleLeftOutline(_ref5, ref) {
162
+ const TriangleLeftOutline = /*#__PURE__*/React__default["default"].forwardRef(function TriangleLeftOutline(_ref7, ref) {
113
163
  let {
114
164
  children,
115
165
  size = 16,
116
166
  ...rest
117
- } = _ref5;
167
+ } = _ref7;
118
168
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
119
169
  width: size,
120
170
  height: size,
@@ -123,7 +173,7 @@ const TriangleLeftOutline = /*#__PURE__*/React__default["default"].forwardRef(fu
123
173
  viewBox: "0 0 32 32",
124
174
  fill: "currentColor",
125
175
  ...rest
126
- }, _path5 || (_path5 = /*#__PURE__*/React__default["default"].createElement("path", {
176
+ }, _path10 || (_path10 = /*#__PURE__*/React__default["default"].createElement("path", {
127
177
  strokeWidth: "0",
128
178
  d: "m27.5117,2.1245L3.5249,15.144c-.3438.1865-.5249.5212-.5249.856,0,.3345.1812.6689.5249.8555l23.9868,13.0195c.1582.0862.3257.1255.4883.125.5229-.0017,1-.4114,1-.9805V2.9802c0-.5691-.4771-.9788-1-.9802-.1626-.0005-.3301.0386-.4883.1245Zm-.5117,25.1985L6.1323,16,27,4.677v22.646Z"
129
179
  })), children);
@@ -131,12 +181,12 @@ const TriangleLeftOutline = /*#__PURE__*/React__default["default"].forwardRef(fu
131
181
  if (process.env.NODE_ENV !== "production") {
132
182
  TriangleLeftOutline.propTypes = iconPropTypes.iconPropTypes;
133
183
  }
134
- const TriangleLeftSolid = /*#__PURE__*/React__default["default"].forwardRef(function TriangleLeftSolid(_ref6, ref) {
184
+ const TriangleLeftSolid = /*#__PURE__*/React__default["default"].forwardRef(function TriangleLeftSolid(_ref8, ref) {
135
185
  let {
136
186
  children,
137
187
  size = 16,
138
188
  ...rest
139
- } = _ref6;
189
+ } = _ref8;
140
190
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
141
191
  width: size,
142
192
  height: size,
@@ -145,7 +195,7 @@ const TriangleLeftSolid = /*#__PURE__*/React__default["default"].forwardRef(func
145
195
  viewBox: "0 0 32 32",
146
196
  fill: "currentColor",
147
197
  ...rest
148
- }, _path6 || (_path6 = /*#__PURE__*/React__default["default"].createElement("path", {
198
+ }, _path11 || (_path11 = /*#__PURE__*/React__default["default"].createElement("path", {
149
199
  strokeWidth: "0",
150
200
  d: "m29,29.0194c0,.5692-.4772.979-1,.9806-.1628.0005-.3299-.0388-.4885-.1249L3.5248,16.8556c-.3435-.1865-.5248-.521-.5248-.8555s.1812-.6694.5248-.8559L27.5115,2.1246c.1586-.0861.3257-.1251.4885-.1246.5228.0016,1,.4111,1,.9803v26.0391Z"
151
201
  })), children);
@@ -153,12 +203,12 @@ const TriangleLeftSolid = /*#__PURE__*/React__default["default"].forwardRef(func
153
203
  if (process.env.NODE_ENV !== "production") {
154
204
  TriangleLeftSolid.propTypes = iconPropTypes.iconPropTypes;
155
205
  }
156
- const TriangleOutline = /*#__PURE__*/React__default["default"].forwardRef(function TriangleOutline(_ref7, ref) {
206
+ const TriangleOutline = /*#__PURE__*/React__default["default"].forwardRef(function TriangleOutline(_ref9, ref) {
157
207
  let {
158
208
  children,
159
209
  size = 16,
160
210
  ...rest
161
- } = _ref7;
211
+ } = _ref9;
162
212
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
163
213
  width: size,
164
214
  height: size,
@@ -167,7 +217,7 @@ const TriangleOutline = /*#__PURE__*/React__default["default"].forwardRef(functi
167
217
  viewBox: "0 0 32 32",
168
218
  fill: "currentColor",
169
219
  ...rest
170
- }, _path7 || (_path7 = /*#__PURE__*/React__default["default"].createElement("path", {
220
+ }, _path12 || (_path12 = /*#__PURE__*/React__default["default"].createElement("path", {
171
221
  strokeWidth: "0",
172
222
  d: "m29.8755,27.5117L16.856,3.5249c-.1865-.3438-.5212-.5249-.856-.5249-.3345,0-.6689.1812-.8555.5249L2.125,27.5117c-.0862.1582-.1255.3257-.125.4883.0017.5229.4114,1,.9805,1h26.0393c.5691,0,.9788-.4771.9802-1,.0005-.1626-.0386-.3301-.1245-.4883Zm-25.1985-.5117L16,6.1323l11.323,20.8677H4.677Z"
173
223
  })), children);
@@ -175,12 +225,12 @@ const TriangleOutline = /*#__PURE__*/React__default["default"].forwardRef(functi
175
225
  if (process.env.NODE_ENV !== "production") {
176
226
  TriangleOutline.propTypes = iconPropTypes.iconPropTypes;
177
227
  }
178
- const TriangleRightOutline = /*#__PURE__*/React__default["default"].forwardRef(function TriangleRightOutline(_ref8, ref) {
228
+ const TriangleRightOutline = /*#__PURE__*/React__default["default"].forwardRef(function TriangleRightOutline(_ref10, ref) {
179
229
  let {
180
230
  children,
181
231
  size = 16,
182
232
  ...rest
183
- } = _ref8;
233
+ } = _ref10;
184
234
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
185
235
  width: size,
186
236
  height: size,
@@ -189,7 +239,7 @@ const TriangleRightOutline = /*#__PURE__*/React__default["default"].forwardRef(f
189
239
  viewBox: "0 0 32 32",
190
240
  fill: "currentColor",
191
241
  ...rest
192
- }, _path8 || (_path8 = /*#__PURE__*/React__default["default"].createElement("path", {
242
+ }, _path13 || (_path13 = /*#__PURE__*/React__default["default"].createElement("path", {
193
243
  strokeWidth: "0",
194
244
  d: "m4.4883,29.8755l23.9868-13.0195c.3438-.1865.5249-.5212.5249-.856,0-.3345-.1812-.6689-.5249-.8555L4.4883,2.125c-.1582-.0862-.3257-.1255-.4883-.125-.5229.0017-1,.4114-1,.9805v26.0393c0,.5691.4771.9788,1,.9802.1626.0005.3301-.0386.4883-.1245Zm.5117-25.1985l20.8677,11.323L5,27.323V4.677Z"
195
245
  })), children);
@@ -197,12 +247,12 @@ const TriangleRightOutline = /*#__PURE__*/React__default["default"].forwardRef(f
197
247
  if (process.env.NODE_ENV !== "production") {
198
248
  TriangleRightOutline.propTypes = iconPropTypes.iconPropTypes;
199
249
  }
200
- const TriangleRightSolid = /*#__PURE__*/React__default["default"].forwardRef(function TriangleRightSolid(_ref9, ref) {
250
+ const TriangleRightSolid = /*#__PURE__*/React__default["default"].forwardRef(function TriangleRightSolid(_ref11, ref) {
201
251
  let {
202
252
  children,
203
253
  size = 16,
204
254
  ...rest
205
- } = _ref9;
255
+ } = _ref11;
206
256
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
207
257
  width: size,
208
258
  height: size,
@@ -211,7 +261,7 @@ const TriangleRightSolid = /*#__PURE__*/React__default["default"].forwardRef(fun
211
261
  viewBox: "0 0 32 32",
212
262
  fill: "currentColor",
213
263
  ...rest
214
- }, _path9 || (_path9 = /*#__PURE__*/React__default["default"].createElement("path", {
264
+ }, _path14 || (_path14 = /*#__PURE__*/React__default["default"].createElement("path", {
215
265
  strokeWidth: "0",
216
266
  d: "m3,2.9806c0-.5692.4772-.979,1-.9806.1628-.0005.3299.0388.4885.1249l23.9867,13.0196c.3435.1865.5248.521.5248.8555s-.1812.6694-.5248.8559L4.4885,29.8754c-.1586.0861-.3257.1251-.4885.1246-.5228-.0016-1-.4111-1-.9803V2.9806Z"
217
267
  })), children);
@@ -219,12 +269,12 @@ const TriangleRightSolid = /*#__PURE__*/React__default["default"].forwardRef(fun
219
269
  if (process.env.NODE_ENV !== "production") {
220
270
  TriangleRightSolid.propTypes = iconPropTypes.iconPropTypes;
221
271
  }
222
- const TriangleSolid = /*#__PURE__*/React__default["default"].forwardRef(function TriangleSolid(_ref10, ref) {
272
+ const TriangleSolid = /*#__PURE__*/React__default["default"].forwardRef(function TriangleSolid(_ref12, ref) {
223
273
  let {
224
274
  children,
225
275
  size = 16,
226
276
  ...rest
227
- } = _ref10;
277
+ } = _ref12;
228
278
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
229
279
  width: size,
230
280
  height: size,
@@ -233,7 +283,7 @@ const TriangleSolid = /*#__PURE__*/React__default["default"].forwardRef(function
233
283
  viewBox: "0 0 32 32",
234
284
  fill: "currentColor",
235
285
  ...rest
236
- }, _path10 || (_path10 = /*#__PURE__*/React__default["default"].createElement("path", {
286
+ }, _path15 || (_path15 = /*#__PURE__*/React__default["default"].createElement("path", {
237
287
  strokeWidth: "0",
238
288
  d: "m2.9806,29c-.5692,0-.979-.4772-.9806-1-.0005-.1628.0388-.3299.1249-.4885L15.1444,3.5248c.1865-.3435.521-.5248.8555-.5248s.6694.1812.8559.5248l13.0195,23.9867c.0861.1586.1251.3257.1246.4885-.0016.5228-.4111,1-.9803,1H2.9806Z"
239
289
  })), children);
@@ -241,12 +291,12 @@ const TriangleSolid = /*#__PURE__*/React__default["default"].forwardRef(function
241
291
  if (process.env.NODE_ENV !== "production") {
242
292
  TriangleSolid.propTypes = iconPropTypes.iconPropTypes;
243
293
  }
244
- const Trophy = /*#__PURE__*/React__default["default"].forwardRef(function Trophy(_ref11, ref) {
294
+ const Trophy = /*#__PURE__*/React__default["default"].forwardRef(function Trophy(_ref13, ref) {
245
295
  let {
246
296
  children,
247
297
  size = 16,
248
298
  ...rest
249
- } = _ref11;
299
+ } = _ref13;
250
300
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
251
301
  width: size,
252
302
  height: size,
@@ -255,19 +305,19 @@ const Trophy = /*#__PURE__*/React__default["default"].forwardRef(function Trophy
255
305
  viewBox: "0 0 32 32",
256
306
  fill: "currentColor",
257
307
  ...rest
258
- }, _path11 || (_path11 = /*#__PURE__*/React__default["default"].createElement("path", {
308
+ }, _path16 || (_path16 = /*#__PURE__*/React__default["default"].createElement("path", {
259
309
  d: "M26,7H24V6a2.0023,2.0023,0,0,0-2-2H10A2.0023,2.0023,0,0,0,8,6V7H6A2.0023,2.0023,0,0,0,4,9v3a4.0045,4.0045,0,0,0,4,4h.322A8.1689,8.1689,0,0,0,15,21.9341V26H10v2H22V26H17V21.9311A7.9661,7.9661,0,0,0,23.74,16H24a4.0045,4.0045,0,0,0,4-4V9A2.0023,2.0023,0,0,0,26,7ZM8,14a2.0023,2.0023,0,0,1-2-2V9H8Zm14,0a6,6,0,0,1-6.1855,5.9971A6.1991,6.1991,0,0,1,10,13.7065V6H22Zm4-2a2.0023,2.0023,0,0,1-2,2V9h2Z"
260
310
  })), children);
261
311
  });
262
312
  if (process.env.NODE_ENV !== "production") {
263
313
  Trophy.propTypes = iconPropTypes.iconPropTypes;
264
314
  }
265
- const TrophyFilled = /*#__PURE__*/React__default["default"].forwardRef(function TrophyFilled(_ref12, ref) {
315
+ const TrophyFilled = /*#__PURE__*/React__default["default"].forwardRef(function TrophyFilled(_ref14, ref) {
266
316
  let {
267
317
  children,
268
318
  size = 16,
269
319
  ...rest
270
- } = _ref12;
320
+ } = _ref14;
271
321
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
272
322
  width: size,
273
323
  height: size,
@@ -276,19 +326,19 @@ const TrophyFilled = /*#__PURE__*/React__default["default"].forwardRef(function
276
326
  viewBox: "0 0 32 32",
277
327
  fill: "currentColor",
278
328
  ...rest
279
- }, _path12 || (_path12 = /*#__PURE__*/React__default["default"].createElement("path", {
329
+ }, _path17 || (_path17 = /*#__PURE__*/React__default["default"].createElement("path", {
280
330
  d: "M26,7H24V6a2.0023,2.0023,0,0,0-2-2H10A2.0023,2.0023,0,0,0,8,6V7H6A2.0023,2.0023,0,0,0,4,9v3a4.0045,4.0045,0,0,0,4,4h.322A8.1689,8.1689,0,0,0,15,21.9341V26H10v2H22V26H17V21.9311A7.9661,7.9661,0,0,0,23.74,16H24a4.0045,4.0045,0,0,0,4-4V9A2.0023,2.0023,0,0,0,26,7ZM8,14a2.0023,2.0023,0,0,1-2-2V9H8Zm18-2a2.0023,2.0023,0,0,1-2,2V9h2Z"
281
331
  })), children);
282
332
  });
283
333
  if (process.env.NODE_ENV !== "production") {
284
334
  TrophyFilled.propTypes = iconPropTypes.iconPropTypes;
285
335
  }
286
- const TropicalStorm = /*#__PURE__*/React__default["default"].forwardRef(function TropicalStorm(_ref13, ref) {
336
+ const TropicalStorm = /*#__PURE__*/React__default["default"].forwardRef(function TropicalStorm(_ref15, ref) {
287
337
  let {
288
338
  children,
289
339
  size = 16,
290
340
  ...rest
291
- } = _ref13;
341
+ } = _ref15;
292
342
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
293
343
  width: size,
294
344
  height: size,
@@ -297,21 +347,21 @@ const TropicalStorm = /*#__PURE__*/React__default["default"].forwardRef(function
297
347
  viewBox: "0 0 32 32",
298
348
  fill: "currentColor",
299
349
  ...rest
300
- }, _path13 || (_path13 = /*#__PURE__*/React__default["default"].createElement("path", {
350
+ }, _path18 || (_path18 = /*#__PURE__*/React__default["default"].createElement("path", {
301
351
  d: "M16,21a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,16,21Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,16,13Z"
302
- })), _path14 || (_path14 = /*#__PURE__*/React__default["default"].createElement("path", {
352
+ })), _path19 || (_path19 = /*#__PURE__*/React__default["default"].createElement("path", {
303
353
  d: "M22.6521,4.1821l-2.177,2.5142L19.0713,8.3174,20.7864,9.605A7.9361,7.9361,0,0,1,23.9963,16l.0008.0576.0017.0415c.018.4317.2412,10.1113-14.6538,11.7222l2.18-2.5176,1.4039-1.6211L11.2139,22.395A7.9361,7.9361,0,0,1,8.0037,16l-.0008-.0576-.0017-.0415C7.9832,15.47,7.7605,5.8071,22.6521,4.1821M24.9978,2c-.0164,0-.0327,0-.0493.001C5.2532,2.9146,6.0037,16,6.0037,16a9.975,9.975,0,0,0,4.0095,7.9946L6.2368,28.3555A1.0044,1.0044,0,0,0,7.0022,30c.0164,0,.0327,0,.0493-.001C26.7468,29.0854,25.9963,16,25.9963,16a9.9756,9.9756,0,0,0-4.0092-7.9946l3.7761-4.3609A1.0044,1.0044,0,0,0,24.9978,2Z"
304
354
  })), children);
305
355
  });
306
356
  if (process.env.NODE_ENV !== "production") {
307
357
  TropicalStorm.propTypes = iconPropTypes.iconPropTypes;
308
358
  }
309
- const TropicalStormModelTracks = /*#__PURE__*/React__default["default"].forwardRef(function TropicalStormModelTracks(_ref14, ref) {
359
+ const TropicalStormModelTracks = /*#__PURE__*/React__default["default"].forwardRef(function TropicalStormModelTracks(_ref16, ref) {
310
360
  let {
311
361
  children,
312
362
  size = 16,
313
363
  ...rest
314
- } = _ref14;
364
+ } = _ref16;
315
365
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
316
366
  width: size,
317
367
  height: size,
@@ -320,21 +370,21 @@ const TropicalStormModelTracks = /*#__PURE__*/React__default["default"].forwardR
320
370
  viewBox: "0 0 32 32",
321
371
  fill: "currentColor",
322
372
  ...rest
323
- }, _path15 || (_path15 = /*#__PURE__*/React__default["default"].createElement("path", {
373
+ }, _path20 || (_path20 = /*#__PURE__*/React__default["default"].createElement("path", {
324
374
  d: "M10,17a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,10,17Zm0-6a2,2,0,1,0,2,2A2.0021,2.0021,0,0,0,10,11Z"
325
- })), _path16 || (_path16 = /*#__PURE__*/React__default["default"].createElement("path", {
375
+ })), _path21 || (_path21 = /*#__PURE__*/React__default["default"].createElement("path", {
326
376
  d: "M14.8188 6.65c.1163-.1211 1.8643-1.919 2.8882-2.9434A1 1 0 0017 2C11.812 2 2 4.2988 2 13a7.8938 7.8938 0 003.1812 6.35c-.1612.1675-1.9507 2.0054-2.8882 2.9429A1 1 0 003 24c5.188 0 15-2.2988 15-11A7.8927 7.8927 0 0014.8188 6.65zM9.7065 20.793a20.94 20.94 0 01-4.0932.9853c.1621-.166 2.7685-2.9053 2.7685-2.9053l-1.1743-.6074A5.9064 5.9064 0 014 13c0-3.667 2.1177-6.2886 6.2935-7.793a20.94 20.94 0 014.0932-.9853c-.227.2324-2.769 2.9057-2.769 2.9057l1.1748.607A5.9075 5.9075 0 0116 13C16 16.667 13.8823 19.2886 9.7065 20.793zM30 17l-5-5-5 5 1.4126 1.4155L24 15.8325V19a9.01 9.01 0 01-9 9H12v2h3A11.0125 11.0125 0 0026 19V15.8325l2.5859 2.5816z"
327
377
  })), children);
328
378
  });
329
379
  if (process.env.NODE_ENV !== "production") {
330
380
  TropicalStormModelTracks.propTypes = iconPropTypes.iconPropTypes;
331
381
  }
332
- const TropicalStormTracks = /*#__PURE__*/React__default["default"].forwardRef(function TropicalStormTracks(_ref15, ref) {
382
+ const TropicalStormTracks = /*#__PURE__*/React__default["default"].forwardRef(function TropicalStormTracks(_ref17, ref) {
333
383
  let {
334
384
  children,
335
385
  size = 16,
336
386
  ...rest
337
- } = _ref15;
387
+ } = _ref17;
338
388
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
339
389
  width: size,
340
390
  height: size,
@@ -343,21 +393,21 @@ const TropicalStormTracks = /*#__PURE__*/React__default["default"].forwardRef(fu
343
393
  viewBox: "0 0 32 32",
344
394
  fill: "currentColor",
345
395
  ...rest
346
- }, _path17 || (_path17 = /*#__PURE__*/React__default["default"].createElement("path", {
396
+ }, _path22 || (_path22 = /*#__PURE__*/React__default["default"].createElement("path", {
347
397
  d: "M16,21a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,16,21Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,16,13Z"
348
- })), _path18 || (_path18 = /*#__PURE__*/React__default["default"].createElement("path", {
398
+ })), _path23 || (_path23 = /*#__PURE__*/React__default["default"].createElement("path", {
349
399
  d: "M26.86,12.4805h0a12.9277,12.9277,0,0,0-4.8575-4.9991q.2044-.213.4424-.4589h0c.82-.8482,1.93-1.9825,3.2622-3.3155A1,1,0,0,0,25,2c-.354,0-8.7363.0488-14.269,4.3018h0A12.15,12.15,0,0,0,7.481,9.998c-.1416-.1367-.295-.2841-.4585-.4423C6.1743,8.7349,5.04,7.6255,3.707,6.293A1,1,0,0,0,2,7c0,.3594.05,8.874,4.4058,14.4023a12.1023,12.1023,0,0,0,3.5918,3.1163c-.21.2177-.4346.4516-.6563.68h0c-.7954.8208-1.8286,1.8745-3.0483,3.0943A1,1,0,0,0,7,30c.2856,0,7.061-.0352,12.459-3.1055a12.9618,12.9618,0,0,0,5.06-4.8925q.3062.2937.68.6567c.82.7954,1.8745,1.8286,3.0943,3.0483A1,1,0,0,0,30,25C30,24.7119,29.9644,17.8877,26.86,12.4805Zm-3.03,6.1074-.5469,1.3672A10.5415,10.5415,0,0,1,18.47,25.1562,24.3514,24.3514,0,0,1,9.584,27.8135c.4409-.4492,3.8281-3.9824,3.8281-3.9824l-1.3682-.5474a9.8021,9.8021,0,0,1-4.0668-3.1191c-2.5406-3.2242-3.4585-7.7623-3.79-10.58.5435.5337,3.9815,3.8266,3.9815,3.8266l.5468-1.3672A9.8569,9.8569,0,0,1,11.95,7.8877h0C15.1665,5.415,19.6309,4.5146,22.4155,4.187c-.5332.5435-3.8276,3.9819-3.8276,3.9819l1.3677.5469a10.52,10.52,0,0,1,5.17,4.7608v0a24.29,24.29,0,0,1,2.688,8.94C27.3643,21.9751,23.83,18.5879,23.83,18.5879Z"
350
400
  })), children);
351
401
  });
352
402
  if (process.env.NODE_ENV !== "production") {
353
403
  TropicalStormTracks.propTypes = iconPropTypes.iconPropTypes;
354
404
  }
355
- const TropicalWarning = /*#__PURE__*/React__default["default"].forwardRef(function TropicalWarning(_ref16, ref) {
405
+ const TropicalWarning = /*#__PURE__*/React__default["default"].forwardRef(function TropicalWarning(_ref18, ref) {
356
406
  let {
357
407
  children,
358
408
  size = 16,
359
409
  ...rest
360
- } = _ref16;
410
+ } = _ref18;
361
411
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
362
412
  width: size,
363
413
  height: size,
@@ -366,24 +416,24 @@ const TropicalWarning = /*#__PURE__*/React__default["default"].forwardRef(functi
366
416
  viewBox: "0 0 32 32",
367
417
  fill: "currentColor",
368
418
  ...rest
369
- }, _path19 || (_path19 = /*#__PURE__*/React__default["default"].createElement("path", {
419
+ }, _path24 || (_path24 = /*#__PURE__*/React__default["default"].createElement("path", {
370
420
  d: "M27.9487,25.6836a1,1,0,0,0-1.8955-.0049A3.44,3.44,0,0,1,23,28a3.44,3.44,0,0,1-3.0532-2.3213,1,1,0,0,0-1.8955.0049A3.4376,3.4376,0,0,1,15,28h-.4336C13.9241,26.7939,12,22.312,12,12v-.1313l1.1169.7446A6.46,6.46,0,0,1,14.4346,13.79l1.0007-1.8418a8.4469,8.4469,0,0,0-1.209-.9986L12.8025,10h1.5308a6.9861,6.9861,0,0,1,1.9934.3071l.9755-1.7954A9.0059,9.0059,0,0,0,14.3333,8H13.1169A7.0329,7.0329,0,0,1,18,6h.6669l1.0867-2H18a9.0361,9.0361,0,0,0-7,3.3638A9.0362,9.0362,0,0,0,4,4H2V6H4A7.0308,7.0308,0,0,1,8.8828,8H7.6665a9.06,9.06,0,0,0-5.4,1.8L.4,11.2l1.2,1.6L3.4668,11.4a7.04,7.04,0,0,1,4.2-1.4H9.1973l-1.4239.9492A8.457,8.457,0,0,0,4,18H6a6.46,6.46,0,0,1,2.8828-5.3867L10,11.8687V12c0,8.9365,1.3994,13.7539,2.355,16H2v2H15a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0,4.9955,4.9955,0,0,0,3,1.8833V27.8125A3.7616,3.7616,0,0,1,27.9487,25.6836Z"
371
- })), _path20 || (_path20 = /*#__PURE__*/React__default["default"].createElement("path", {
421
+ })), _path25 || (_path25 = /*#__PURE__*/React__default["default"].createElement("path", {
372
422
  fill: "none",
373
423
  d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z"
374
- })), _path21 || (_path21 = /*#__PURE__*/React__default["default"].createElement("path", {
424
+ })), _path26 || (_path26 = /*#__PURE__*/React__default["default"].createElement("path", {
375
425
  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"
376
426
  })), children);
377
427
  });
378
428
  if (process.env.NODE_ENV !== "production") {
379
429
  TropicalWarning.propTypes = iconPropTypes.iconPropTypes;
380
430
  }
381
- const Tsq = /*#__PURE__*/React__default["default"].forwardRef(function Tsq(_ref17, ref) {
431
+ const Tsq = /*#__PURE__*/React__default["default"].forwardRef(function Tsq(_ref19, ref) {
382
432
  let {
383
433
  children,
384
434
  size = 16,
385
435
  ...rest
386
- } = _ref17;
436
+ } = _ref19;
387
437
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
388
438
  width: size,
389
439
  height: size,
@@ -392,21 +442,21 @@ const Tsq = /*#__PURE__*/React__default["default"].forwardRef(function Tsq(_ref1
392
442
  viewBox: "0 0 32 32",
393
443
  fill: "currentColor",
394
444
  ...rest
395
- }, _path22 || (_path22 = /*#__PURE__*/React__default["default"].createElement("path", {
445
+ }, _path27 || (_path27 = /*#__PURE__*/React__default["default"].createElement("path", {
396
446
  d: "M19 26H30V28H19zM19 22H30V24H19zM30 20h-11V12h11v8zm-9-2h7v-4h-7v4zM19 8H30V10H19zM19 4H30V6H19zM10.293 18.707L8 16.4143 8 12 10 12 10 15.5857 11.707 17.293 10.293 18.707z"
397
- })), _path23 || (_path23 = /*#__PURE__*/React__default["default"].createElement("path", {
447
+ })), _path28 || (_path28 = /*#__PURE__*/React__default["default"].createElement("path", {
398
448
  d: "M9,24c-4.4111,0-8-3.5889-8-8s3.5889-8,8-8,8,3.5889,8,8-3.5889,8-8,8Zm0-14c-3.3083,0-6,2.6917-6,6s2.6917,6,6,6,6-2.6917,6-6-2.6917-6-6-6Z"
399
449
  })), children);
400
450
  });
401
451
  if (process.env.NODE_ENV !== "production") {
402
452
  Tsq.propTypes = iconPropTypes.iconPropTypes;
403
453
  }
404
- const Tsunami = /*#__PURE__*/React__default["default"].forwardRef(function Tsunami(_ref18, ref) {
454
+ const Tsunami = /*#__PURE__*/React__default["default"].forwardRef(function Tsunami(_ref20, ref) {
405
455
  let {
406
456
  children,
407
457
  size = 16,
408
458
  ...rest
409
- } = _ref18;
459
+ } = _ref20;
410
460
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
411
461
  width: size,
412
462
  height: size,
@@ -415,19 +465,19 @@ const Tsunami = /*#__PURE__*/React__default["default"].forwardRef(function Tsuna
415
465
  viewBox: "0 0 32 32",
416
466
  fill: "currentColor",
417
467
  ...rest
418
- }, _path24 || (_path24 = /*#__PURE__*/React__default["default"].createElement("path", {
468
+ }, _path29 || (_path29 = /*#__PURE__*/React__default["default"].createElement("path", {
419
469
  d: "M30,26H24A10.0349,10.0349,0,0,1,17.0732,8.7378,11.9629,11.9629,0,0,0,12.9937,8a6.9027,6.9027,0,0,0-6.0308,3.42C4.9966,14.4348,4,19.34,4,26H2c0-7.0542,1.106-12.3274,3.2871-15.6726A8.906,8.906,0,0,1,12.9937,6h.0068a14.762,14.762,0,0,1,6.4619,1.592,1,1,0,0,1,.0869,1.7222A8.0249,8.0249,0,0,0,24,24h6Z"
420
470
  })), children);
421
471
  });
422
472
  if (process.env.NODE_ENV !== "production") {
423
473
  Tsunami.propTypes = iconPropTypes.iconPropTypes;
424
474
  }
425
- const Tsv = /*#__PURE__*/React__default["default"].forwardRef(function Tsv(_ref19, ref) {
475
+ const Tsv = /*#__PURE__*/React__default["default"].forwardRef(function Tsv(_ref21, ref) {
426
476
  let {
427
477
  children,
428
478
  size = 16,
429
479
  ...rest
430
- } = _ref19;
480
+ } = _ref21;
431
481
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
432
482
  width: size,
433
483
  height: size,
@@ -436,19 +486,19 @@ const Tsv = /*#__PURE__*/React__default["default"].forwardRef(function Tsv(_ref1
436
486
  viewBox: "0 0 32 32",
437
487
  fill: "currentColor",
438
488
  ...rest
439
- }, _path25 || (_path25 = /*#__PURE__*/React__default["default"].createElement("path", {
489
+ }, _path30 || (_path30 = /*#__PURE__*/React__default["default"].createElement("path", {
440
490
  d: "M28 9L26 22 24 9 22 9 24.516 23 27.484 23 30 9 28 9zM18 23H12V21h6V17H14a2.002 2.002 0 01-2-2V11a2.002 2.002 0 012-2h6v2H14v4h4a2.002 2.002 0 012 2v4A2.002 2.002 0 0118 23zM2 11L5 11 5 23 7 23 7 11 10 11 10 9 2 9 2 11z"
441
491
  })), children);
442
492
  });
443
493
  if (process.env.NODE_ENV !== "production") {
444
494
  Tsv.propTypes = iconPropTypes.iconPropTypes;
445
495
  }
446
- const Tuning = /*#__PURE__*/React__default["default"].forwardRef(function Tuning(_ref20, ref) {
496
+ const Tuning = /*#__PURE__*/React__default["default"].forwardRef(function Tuning(_ref22, ref) {
447
497
  let {
448
498
  children,
449
499
  size = 16,
450
500
  ...rest
451
- } = _ref20;
501
+ } = _ref22;
452
502
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
453
503
  width: size,
454
504
  height: size,
@@ -457,19 +507,19 @@ const Tuning = /*#__PURE__*/React__default["default"].forwardRef(function Tuning
457
507
  viewBox: "0 0 32 32",
458
508
  fill: "currentColor",
459
509
  ...rest
460
- }, _path26 || (_path26 = /*#__PURE__*/React__default["default"].createElement("path", {
510
+ }, _path31 || (_path31 = /*#__PURE__*/React__default["default"].createElement("path", {
461
511
  d: "M24 30v-4.1c2.3-.5 4-2.5 4-4.9 0-2.4-1.7-4.4-4-4.9V2s-2 0-2 0v14.1c-2.3.5-4 2.5-4 4.9 0 2.4 1.7 4.4 4 4.9v4.1s2 0 2 0zm-4-9c0-1.7 1.3-3 3-3s3 1.3 3 3c0 1.7-1.3 3-3 3s-3-1.3-3-3zM8 2v4.1c-2.3.5-4 2.5-4 4.9 0 2.4 1.7 4.4 4 4.9v14.1s2 0 2 0v-14.1c2.3-.5 4-2.5 4-4.9 0-2.4-1.7-4.4-4-4.9V2s-2 0-2 0zm4 9c0 1.7-1.3 3-3 3s-3-1.3-3-3 1.3-3 3-3 3 1.3 3 3z"
462
512
  })), children);
463
513
  });
464
514
  if (process.env.NODE_ENV !== "production") {
465
515
  Tuning.propTypes = iconPropTypes.iconPropTypes;
466
516
  }
467
- const TwoFactorAuthentication = /*#__PURE__*/React__default["default"].forwardRef(function TwoFactorAuthentication(_ref21, ref) {
517
+ const TwoFactorAuthentication = /*#__PURE__*/React__default["default"].forwardRef(function TwoFactorAuthentication(_ref23, ref) {
468
518
  let {
469
519
  children,
470
520
  size = 16,
471
521
  ...rest
472
- } = _ref21;
522
+ } = _ref23;
473
523
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
474
524
  width: size,
475
525
  height: size,
@@ -478,21 +528,21 @@ const TwoFactorAuthentication = /*#__PURE__*/React__default["default"].forwardRe
478
528
  viewBox: "0 0 32 32",
479
529
  fill: "currentColor",
480
530
  ...rest
481
- }, _path27 || (_path27 = /*#__PURE__*/React__default["default"].createElement("path", {
531
+ }, _path32 || (_path32 = /*#__PURE__*/React__default["default"].createElement("path", {
482
532
  d: "M11 23.18L9 21.179 7.589 22.589 11 26 17 20 15.59 18.59 11 23.18zM28 30H24V28h4V16H24V8a4.0045 4.0045 0 00-4-4V2a6.0067 6.0067 0 016 6v6h2a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0128 30z"
483
- })), _path28 || (_path28 = /*#__PURE__*/React__default["default"].createElement("path", {
533
+ })), _path33 || (_path33 = /*#__PURE__*/React__default["default"].createElement("path", {
484
534
  d: "M20,14H18V8A6,6,0,0,0,6,8v6H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V16A2,2,0,0,0,20,14ZM8,8a4,4,0,0,1,8,0v6H8ZM20,28H4V16H20Z"
485
535
  })), children);
486
536
  });
487
537
  if (process.env.NODE_ENV !== "production") {
488
538
  TwoFactorAuthentication.propTypes = iconPropTypes.iconPropTypes;
489
539
  }
490
- const TwoPersonLift = /*#__PURE__*/React__default["default"].forwardRef(function TwoPersonLift(_ref22, ref) {
540
+ const TwoPersonLift = /*#__PURE__*/React__default["default"].forwardRef(function TwoPersonLift(_ref24, ref) {
491
541
  let {
492
542
  children,
493
543
  size = 16,
494
544
  ...rest
495
- } = _ref22;
545
+ } = _ref24;
496
546
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
497
547
  width: size,
498
548
  height: size,
@@ -501,23 +551,23 @@ const TwoPersonLift = /*#__PURE__*/React__default["default"].forwardRef(function
501
551
  viewBox: "0 0 32 32",
502
552
  fill: "currentColor",
503
553
  ...rest
504
- }, _path29 || (_path29 = /*#__PURE__*/React__default["default"].createElement("path", {
554
+ }, _path34 || (_path34 = /*#__PURE__*/React__default["default"].createElement("path", {
505
555
  d: "M26.96 30l-1.9215-6.7253a1.0008 1.0008 0 01.3369-1.0554L29.874 18.62 28.52 13.2014l-2.7382 3.4234A1.0026 1.0026 0 0125 17H20V15h4.52l3.6993-4.6248a1 1 0 011.7509.3824l2 8a.9989.9989 0 01-.3447 1.0232l-4.48 3.5845 1.7389 6.0854zM23 5.5A3.5 3.5 0 1126.5 9 3.5042 3.5042 0 0123 5.5zm2 0A1.5 1.5 0 1026.5 4 1.5017 1.5017 0 0025 5.5z"
506
- })), _path30 || (_path30 = /*#__PURE__*/React__default["default"].createElement("path", {
556
+ })), _path35 || (_path35 = /*#__PURE__*/React__default["default"].createElement("path", {
507
557
  d: "M20.0039,19A2.0039,2.0039,0,0,1,18,16.9961V15.0039A2.0039,2.0039,0,0,1,20.0039,13H22V10H10v3h1.9961A2.0039,2.0039,0,0,1,14,15.0039v1.9922A2.0039,2.0039,0,0,1,11.9961,19H10v3H22V19Z"
508
- })), _path31 || (_path31 = /*#__PURE__*/React__default["default"].createElement("path", {
558
+ })), _path36 || (_path36 = /*#__PURE__*/React__default["default"].createElement("path", {
509
559
  d: "M5.04 30l1.9215-6.7253a1.0013 1.0013 0 00-.3369-1.0555L2.126 18.62l1.3545-5.4185 2.7382 3.4234A1.0026 1.0026 0 007 17h5V15H7.4805L3.7812 10.3752a1 1 0 00-1.7509.3824l-2 8A.9989.9989 0 00.375 19.7808l4.4805 3.5844-1.739 6.0855zM5.5 9A3.5 3.5 0 119 5.5 3.5042 3.5042 0 015.5 9zm0-5A1.5 1.5 0 107 5.5 1.5017 1.5017 0 005.5 4z"
510
560
  })), children);
511
561
  });
512
562
  if (process.env.NODE_ENV !== "production") {
513
563
  TwoPersonLift.propTypes = iconPropTypes.iconPropTypes;
514
564
  }
515
- const Txt = /*#__PURE__*/React__default["default"].forwardRef(function Txt(_ref23, ref) {
565
+ const Txt = /*#__PURE__*/React__default["default"].forwardRef(function Txt(_ref25, ref) {
516
566
  let {
517
567
  children,
518
568
  size = 16,
519
569
  ...rest
520
- } = _ref23;
570
+ } = _ref25;
521
571
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
522
572
  width: size,
523
573
  height: size,
@@ -526,19 +576,19 @@ const Txt = /*#__PURE__*/React__default["default"].forwardRef(function Txt(_ref2
526
576
  viewBox: "0 0 32 32",
527
577
  fill: "currentColor",
528
578
  ...rest
529
- }, _path32 || (_path32 = /*#__PURE__*/React__default["default"].createElement("path", {
579
+ }, _path37 || (_path37 = /*#__PURE__*/React__default["default"].createElement("path", {
530
580
  d: "M21 11L24 11 24 23 26 23 26 11 29 11 29 9 21 9 21 11zM20 9L18 9 16 15 14 9 12 9 14.75 16 12 23 14 23 16 17 18 23 20 23 17.25 16 20 9zM3 11L6 11 6 23 8 23 8 11 11 11 11 9 3 9 3 11z"
531
581
  })), children);
532
582
  });
533
583
  if (process.env.NODE_ENV !== "production") {
534
584
  Txt.propTypes = iconPropTypes.iconPropTypes;
535
585
  }
536
- const TxtReference = /*#__PURE__*/React__default["default"].forwardRef(function TxtReference(_ref24, ref) {
586
+ const TxtReference = /*#__PURE__*/React__default["default"].forwardRef(function TxtReference(_ref26, ref) {
537
587
  let {
538
588
  children,
539
589
  size = 16,
540
590
  ...rest
541
- } = _ref24;
591
+ } = _ref26;
542
592
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
543
593
  width: size,
544
594
  height: size,
@@ -547,19 +597,19 @@ const TxtReference = /*#__PURE__*/React__default["default"].forwardRef(function
547
597
  viewBox: "0 0 32 32",
548
598
  fill: "currentColor",
549
599
  ...rest
550
- }, _path33 || (_path33 = /*#__PURE__*/React__default["default"].createElement("path", {
600
+ }, _path38 || (_path38 = /*#__PURE__*/React__default["default"].createElement("path", {
551
601
  d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM21 4L24 4 24 16 26 16 26 4 29 4 29 2 21 2 21 4zM20 2L18 2 16 8 14 2 12 2 14.752 9 12 16 14 16 16 10 18 16 20 16 17.245 9 20 2zM3 4L6 4 6 16 8 16 8 4 11 4 11 2 3 2 3 4z"
552
602
  })), children);
553
603
  });
554
604
  if (process.env.NODE_ENV !== "production") {
555
605
  TxtReference.propTypes = iconPropTypes.iconPropTypes;
556
606
  }
557
- const TypePattern = /*#__PURE__*/React__default["default"].forwardRef(function TypePattern(_ref25, ref) {
607
+ const TypePattern = /*#__PURE__*/React__default["default"].forwardRef(function TypePattern(_ref27, ref) {
558
608
  let {
559
609
  children,
560
610
  size = 16,
561
611
  ...rest
562
- } = _ref25;
612
+ } = _ref27;
563
613
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
564
614
  width: size,
565
615
  height: size,
@@ -568,21 +618,21 @@ const TypePattern = /*#__PURE__*/React__default["default"].forwardRef(function T
568
618
  viewBox: "0 0 32 32",
569
619
  fill: "currentColor",
570
620
  ...rest
571
- }, _path34 || (_path34 = /*#__PURE__*/React__default["default"].createElement("path", {
621
+ }, _path39 || (_path39 = /*#__PURE__*/React__default["default"].createElement("path", {
572
622
  d: "M30 15L17 15 17 2 15 2 15 15 2 15 2 17 15 17 15 30 17 30 17 17 30 17 30 15z"
573
- })), _path35 || (_path35 = /*#__PURE__*/React__default["default"].createElement("path", {
623
+ })), _path40 || (_path40 = /*#__PURE__*/React__default["default"].createElement("path", {
574
624
  d: "M25.586 20L27 21.414 23.414 25 27 28.586 25.586 30 20.586 25 25.586 20zM11 30H3a1 1 0 01-.8945-1.4473l4-8a1.0412 1.0412 0 011.789 0l4 8A1 1 0 0111 30zM4.6182 28H9.3818L7 23.2363zM28 12H22a2.0023 2.0023 0 01-2-2V4a2.0023 2.0023 0 012-2h6a2.0023 2.0023 0 012 2v6A2.0023 2.0023 0 0128 12zM22 4v6h6.001L28 4zM7 12a5 5 0 115-5A5.0059 5.0059 0 017 12zM7 4a3 3 0 103 3A3.0033 3.0033 0 007 4z"
575
625
  })), children);
576
626
  });
577
627
  if (process.env.NODE_ENV !== "production") {
578
628
  TypePattern.propTypes = iconPropTypes.iconPropTypes;
579
629
  }
580
- const Types = /*#__PURE__*/React__default["default"].forwardRef(function Types(_ref26, ref) {
630
+ const Types = /*#__PURE__*/React__default["default"].forwardRef(function Types(_ref28, ref) {
581
631
  let {
582
632
  children,
583
633
  size = 16,
584
634
  ...rest
585
- } = _ref26;
635
+ } = _ref28;
586
636
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
587
637
  width: size,
588
638
  height: size,
@@ -591,23 +641,23 @@ const Types = /*#__PURE__*/React__default["default"].forwardRef(function Types(_
591
641
  viewBox: "0 0 32 32",
592
642
  fill: "currentColor",
593
643
  ...rest
594
- }, _path36 || (_path36 = /*#__PURE__*/React__default["default"].createElement("path", {
644
+ }, _path41 || (_path41 = /*#__PURE__*/React__default["default"].createElement("path", {
595
645
  d: "M30 16L22 24 20.586 22.586 27.172 16 20.586 9.414 22 8 30 16z"
596
- })), _path37 || (_path37 = /*#__PURE__*/React__default["default"].createElement("path", {
646
+ })), _path42 || (_path42 = /*#__PURE__*/React__default["default"].createElement("path", {
597
647
  d: "M16,22a.9967.9967,0,0,1-.707-.293l-5-5a.9994.9994,0,0,1,0-1.414l5-5a.9994.9994,0,0,1,1.414,0l5,5a.9994.9994,0,0,1,0,1.414l-5,5A.9967.9967,0,0,1,16,22Zm-3.5859-6L16,19.5859,19.5859,16,16,12.4141Z"
598
- })), _path38 || (_path38 = /*#__PURE__*/React__default["default"].createElement("path", {
648
+ })), _path43 || (_path43 = /*#__PURE__*/React__default["default"].createElement("path", {
599
649
  d: "M2 16L10 8 11.414 9.414 4.828 16 11.414 22.586 10 24 2 16z"
600
650
  })), children);
601
651
  });
602
652
  if (process.env.NODE_ENV !== "production") {
603
653
  Types.propTypes = iconPropTypes.iconPropTypes;
604
654
  }
605
- const QU1 = /*#__PURE__*/React__default["default"].forwardRef(function QU1(_ref27, ref) {
655
+ const QU1 = /*#__PURE__*/React__default["default"].forwardRef(function QU1(_ref29, ref) {
606
656
  let {
607
657
  children,
608
658
  size = 16,
609
659
  ...rest
610
- } = _ref27;
660
+ } = _ref29;
611
661
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
612
662
  width: size,
613
663
  height: size,
@@ -616,19 +666,19 @@ const QU1 = /*#__PURE__*/React__default["default"].forwardRef(function QU1(_ref2
616
666
  viewBox: "0 0 32 32",
617
667
  fill: "currentColor",
618
668
  ...rest
619
- }, _path39 || (_path39 = /*#__PURE__*/React__default["default"].createElement("path", {
669
+ }, _path44 || (_path44 = /*#__PURE__*/React__default["default"].createElement("path", {
620
670
  d: "M13 23H9a2 2 0 01-2-2V9H9V21h4V9h2V21A2 2 0 0113 23zM22 21L22 9 17 9 17 11 20 11 20 21 17 21 17 23 25 23 25 21 22 21z"
621
671
  })), children);
622
672
  });
623
673
  if (process.env.NODE_ENV !== "production") {
624
674
  QU1.propTypes = iconPropTypes.iconPropTypes;
625
675
  }
626
- const QU2 = /*#__PURE__*/React__default["default"].forwardRef(function QU2(_ref28, ref) {
676
+ const QU2 = /*#__PURE__*/React__default["default"].forwardRef(function QU2(_ref30, ref) {
627
677
  let {
628
678
  children,
629
679
  size = 16,
630
680
  ...rest
631
- } = _ref28;
681
+ } = _ref30;
632
682
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
633
683
  width: size,
634
684
  height: size,
@@ -637,19 +687,19 @@ const QU2 = /*#__PURE__*/React__default["default"].forwardRef(function QU2(_ref2
637
687
  viewBox: "0 0 32 32",
638
688
  fill: "currentColor",
639
689
  ...rest
640
- }, _path40 || (_path40 = /*#__PURE__*/React__default["default"].createElement("path", {
690
+ }, _path45 || (_path45 = /*#__PURE__*/React__default["default"].createElement("path", {
641
691
  d: "M13 23H9a2 2 0 01-2-2V9H9V21h4V9h2V21A2 2 0 0113 23zM25 23H17V17a2 2 0 012-2h4V11H17V9h6a2 2 0 012 2v4a2 2 0 01-2 2H19v4h6z"
642
692
  })), children);
643
693
  });
644
694
  if (process.env.NODE_ENV !== "production") {
645
695
  QU2.propTypes = iconPropTypes.iconPropTypes;
646
696
  }
647
- const QU3 = /*#__PURE__*/React__default["default"].forwardRef(function QU3(_ref29, ref) {
697
+ const QU3 = /*#__PURE__*/React__default["default"].forwardRef(function QU3(_ref31, ref) {
648
698
  let {
649
699
  children,
650
700
  size = 16,
651
701
  ...rest
652
- } = _ref29;
702
+ } = _ref31;
653
703
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
654
704
  width: size,
655
705
  height: size,
@@ -658,19 +708,19 @@ const QU3 = /*#__PURE__*/React__default["default"].forwardRef(function QU3(_ref2
658
708
  viewBox: "0 0 32 32",
659
709
  fill: "currentColor",
660
710
  ...rest
661
- }, _path41 || (_path41 = /*#__PURE__*/React__default["default"].createElement("path", {
711
+ }, _path46 || (_path46 = /*#__PURE__*/React__default["default"].createElement("path", {
662
712
  d: "M13 23H9a2 2 0 01-2-2V9H9V21h4V9h2V21A2 2 0 0113 23zM23 9H17v2h6v4H18v2h5v4H17v2h6a2 2 0 002-2V11A2 2 0 0023 9z"
663
713
  })), children);
664
714
  });
665
715
  if (process.env.NODE_ENV !== "production") {
666
716
  QU3.propTypes = iconPropTypes.iconPropTypes;
667
717
  }
668
- const Umbrella = /*#__PURE__*/React__default["default"].forwardRef(function Umbrella(_ref30, ref) {
718
+ const Umbrella = /*#__PURE__*/React__default["default"].forwardRef(function Umbrella(_ref32, ref) {
669
719
  let {
670
720
  children,
671
721
  size = 16,
672
722
  ...rest
673
- } = _ref30;
723
+ } = _ref32;
674
724
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
675
725
  width: size,
676
726
  height: size,
@@ -679,19 +729,19 @@ const Umbrella = /*#__PURE__*/React__default["default"].forwardRef(function Umbr
679
729
  viewBox: "0 0 32 32",
680
730
  fill: "currentColor",
681
731
  ...rest
682
- }, _path42 || (_path42 = /*#__PURE__*/React__default["default"].createElement("path", {
732
+ }, _path47 || (_path47 = /*#__PURE__*/React__default["default"].createElement("path", {
683
733
  d: "M29.9854,15.83A14.3808,14.3808,0,0,0,17,4.0464V2H15V4.0464A14.3808,14.3808,0,0,0,2.0146,15.83,1,1,0,0,0,3.51,16.86,4.8551,4.8551,0,0,1,6,16a4.8653,4.8653,0,0,1,4.1406,2.5107,1.0393,1.0393,0,0,0,1.7188,0A5.02,5.02,0,0,1,15,16.1255V25.5a2.5,2.5,0,0,1-5,0V25H8v.5a4.5,4.5,0,0,0,9,0V16.1255a5.02,5.02,0,0,1,3.1406,2.3852.9994.9994,0,0,0,1.7188,0A4.8653,4.8653,0,0,1,26,16a4.8551,4.8551,0,0,1,2.49.86,1,1,0,0,0,1.4957-1.03ZM6,14a5.4079,5.4079,0,0,0-1.5034.2134,12.4411,12.4411,0,0,1,8.488-7.8145A14.5157,14.5157,0,0,0,9.939,15.333,6.5439,6.5439,0,0,0,6,14Zm10,0a6.5528,6.5528,0,0,0-4.0564,1.4307c.0378-2.22.6089-6.49,4.0563-9.1763,3.4308,2.6768,4.0091,6.9487,4.0525,9.1728A6.553,6.553,0,0,0,16,14Zm10,0a6.5439,6.5439,0,0,0-3.939,1.333,14.5164,14.5164,0,0,0-3.0456-8.9341,12.4411,12.4411,0,0,1,8.488,7.8145A5.4079,5.4079,0,0,0,26,14Z"
684
734
  })), children);
685
735
  });
686
736
  if (process.env.NODE_ENV !== "production") {
687
737
  Umbrella.propTypes = iconPropTypes.iconPropTypes;
688
738
  }
689
- const Undefined = /*#__PURE__*/React__default["default"].forwardRef(function Undefined(_ref31, ref) {
739
+ const Undefined = /*#__PURE__*/React__default["default"].forwardRef(function Undefined(_ref33, ref) {
690
740
  let {
691
741
  children,
692
742
  size = 16,
693
743
  ...rest
694
- } = _ref31;
744
+ } = _ref33;
695
745
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
696
746
  width: size,
697
747
  height: size,
@@ -700,21 +750,21 @@ const Undefined = /*#__PURE__*/React__default["default"].forwardRef(function Und
700
750
  viewBox: "0 0 32 32",
701
751
  fill: "currentColor",
702
752
  ...rest
703
- }, _path43 || (_path43 = /*#__PURE__*/React__default["default"].createElement("path", {
753
+ }, _path48 || (_path48 = /*#__PURE__*/React__default["default"].createElement("path", {
704
754
  d: "M11 14H21V18H11z"
705
- })), _path44 || (_path44 = /*#__PURE__*/React__default["default"].createElement("path", {
755
+ })), _path49 || (_path49 = /*#__PURE__*/React__default["default"].createElement("path", {
706
756
  d: "M29.391,14.527L17.473,2.609C17.067,2.203,16.533,2,16,2c-0.533,0-1.067,0.203-1.473,0.609L2.609,14.527 C2.203,14.933,2,15.466,2,16s0.203,1.067,0.609,1.473l11.917,11.917C14.933,29.797,15.467,30,16,30c0.533,0,1.067-0.203,1.473-0.609 l11.917-11.917C29.797,17.067,30,16.534,30,16S29.797,14.933,29.391,14.527z M16,28.036L3.965,16L16,3.964L28.036,16L16,28.036z"
707
757
  })), children);
708
758
  });
709
759
  if (process.env.NODE_ENV !== "production") {
710
760
  Undefined.propTypes = iconPropTypes.iconPropTypes;
711
761
  }
712
- const UndefinedFilled = /*#__PURE__*/React__default["default"].forwardRef(function UndefinedFilled(_ref32, ref) {
762
+ const UndefinedFilled = /*#__PURE__*/React__default["default"].forwardRef(function UndefinedFilled(_ref34, ref) {
713
763
  let {
714
764
  children,
715
765
  size = 16,
716
766
  ...rest
717
- } = _ref32;
767
+ } = _ref34;
718
768
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
719
769
  width: size,
720
770
  height: size,
@@ -723,9 +773,9 @@ const UndefinedFilled = /*#__PURE__*/React__default["default"].forwardRef(functi
723
773
  viewBox: "0 0 32 32",
724
774
  fill: "currentColor",
725
775
  ...rest
726
- }, _path45 || (_path45 = /*#__PURE__*/React__default["default"].createElement("path", {
776
+ }, _path50 || (_path50 = /*#__PURE__*/React__default["default"].createElement("path", {
727
777
  d: "M29.391,14.527L17.473,2.609C17.067,2.203,16.533,2,16,2s-1.067,0.203-1.473,0.609L2.609,14.527C2.203,14.933,2,15.466,2,16 s0.203,1.067,0.609,1.473l11.917,11.917C14.933,29.797,15.467,30,16,30s1.067-0.203,1.473-0.609l11.917-11.917 C29.797,17.067,30,16.534,30,16S29.797,14.933,29.391,14.527z M21,18H11v-4h10V18z"
728
- })), _path46 || (_path46 = /*#__PURE__*/React__default["default"].createElement("path", {
778
+ })), _path51 || (_path51 = /*#__PURE__*/React__default["default"].createElement("path", {
729
779
  fill: "none",
730
780
  d: "M11 14H21V18H11z",
731
781
  "data-icon-path": "inner-path"
@@ -734,12 +784,12 @@ const UndefinedFilled = /*#__PURE__*/React__default["default"].forwardRef(functi
734
784
  if (process.env.NODE_ENV !== "production") {
735
785
  UndefinedFilled.propTypes = iconPropTypes.iconPropTypes;
736
786
  }
737
- const Undo = /*#__PURE__*/React__default["default"].forwardRef(function Undo(_ref33, ref) {
787
+ const Undo = /*#__PURE__*/React__default["default"].forwardRef(function Undo(_ref35, ref) {
738
788
  let {
739
789
  children,
740
790
  size = 16,
741
791
  ...rest
742
- } = _ref33;
792
+ } = _ref35;
743
793
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
744
794
  width: size,
745
795
  height: size,
@@ -748,19 +798,19 @@ const Undo = /*#__PURE__*/React__default["default"].forwardRef(function Undo(_re
748
798
  viewBox: "0 0 32 32",
749
799
  fill: "currentColor",
750
800
  ...rest
751
- }, _path47 || (_path47 = /*#__PURE__*/React__default["default"].createElement("path", {
801
+ }, _path52 || (_path52 = /*#__PURE__*/React__default["default"].createElement("path", {
752
802
  d: "M20,10H7.8149l3.5874-3.5859L10,5,4,11,10,17l1.4023-1.4146L7.8179,12H20a6,6,0,0,1,0,12H12v2h8a8,8,0,0,0,0-16Z"
753
803
  })), children);
754
804
  });
755
805
  if (process.env.NODE_ENV !== "production") {
756
806
  Undo.propTypes = iconPropTypes.iconPropTypes;
757
807
  }
758
- const UngroupObjects = /*#__PURE__*/React__default["default"].forwardRef(function UngroupObjects(_ref34, ref) {
808
+ const UngroupObjects = /*#__PURE__*/React__default["default"].forwardRef(function UngroupObjects(_ref36, ref) {
759
809
  let {
760
810
  children,
761
811
  size = 16,
762
812
  ...rest
763
- } = _ref34;
813
+ } = _ref36;
764
814
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
765
815
  width: size,
766
816
  height: size,
@@ -769,19 +819,19 @@ const UngroupObjects = /*#__PURE__*/React__default["default"].forwardRef(functio
769
819
  viewBox: "0 0 32 32",
770
820
  fill: "currentColor",
771
821
  ...rest
772
- }, _path48 || (_path48 = /*#__PURE__*/React__default["default"].createElement("path", {
822
+ }, _path53 || (_path53 = /*#__PURE__*/React__default["default"].createElement("path", {
773
823
  d: "M30,14V10H26v2H20V6h2V2H18V4H6V2H2V6H4V18H2v4H6V20h6v6H10v4h4V28H26v2h4V26H28V14ZM6,6H18V18H6ZM26,26H14V20h4v2h4V18H20V14h6Z"
774
824
  })), children);
775
825
  });
776
826
  if (process.env.NODE_ENV !== "production") {
777
827
  UngroupObjects.propTypes = iconPropTypes.iconPropTypes;
778
828
  }
779
- const Unknown = /*#__PURE__*/React__default["default"].forwardRef(function Unknown(_ref35, ref) {
829
+ const Unknown = /*#__PURE__*/React__default["default"].forwardRef(function Unknown(_ref37, ref) {
780
830
  let {
781
831
  children,
782
832
  size = 16,
783
833
  ...rest
784
- } = _ref35;
834
+ } = _ref37;
785
835
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
786
836
  width: size,
787
837
  height: size,
@@ -794,21 +844,21 @@ const Unknown = /*#__PURE__*/React__default["default"].forwardRef(function Unkno
794
844
  cx: "16",
795
845
  cy: "22.5",
796
846
  r: "1.5"
797
- })), _path49 || (_path49 = /*#__PURE__*/React__default["default"].createElement("path", {
847
+ })), _path54 || (_path54 = /*#__PURE__*/React__default["default"].createElement("path", {
798
848
  d: "M17,19h-2v-4h2c1.103,0,2-0.897,2-2s-0.897-2-2-2h-2c-1.103,0-2,0.897-2,2v0.5h-2V13c0-2.206,1.794-4,4-4h2 c2.206,0,4,1.794,4,4s-1.794,4-4,4V19z"
799
- })), _path50 || (_path50 = /*#__PURE__*/React__default["default"].createElement("path", {
849
+ })), _path55 || (_path55 = /*#__PURE__*/React__default["default"].createElement("path", {
800
850
  d: "M29.391,14.527L17.473,2.609C17.067,2.203,16.533,2,16,2c-0.533,0-1.067,0.203-1.473,0.609L2.609,14.527 C2.203,14.933,2,15.466,2,16s0.203,1.067,0.609,1.473l11.917,11.917C14.933,29.797,15.467,30,16,30c0.533,0,1.067-0.203,1.473-0.609 l11.917-11.917C29.797,17.067,30,16.534,30,16S29.797,14.933,29.391,14.527z M16,28.036L3.965,16L16,3.964L28.036,16L16,28.036z"
801
851
  })), children);
802
852
  });
803
853
  if (process.env.NODE_ENV !== "production") {
804
854
  Unknown.propTypes = iconPropTypes.iconPropTypes;
805
855
  }
806
- const UnknownFilled = /*#__PURE__*/React__default["default"].forwardRef(function UnknownFilled(_ref36, ref) {
856
+ const UnknownFilled = /*#__PURE__*/React__default["default"].forwardRef(function UnknownFilled(_ref38, ref) {
807
857
  let {
808
858
  children,
809
859
  size = 16,
810
860
  ...rest
811
- } = _ref36;
861
+ } = _ref38;
812
862
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
813
863
  width: size,
814
864
  height: size,
@@ -817,9 +867,9 @@ const UnknownFilled = /*#__PURE__*/React__default["default"].forwardRef(function
817
867
  viewBox: "0 0 32 32",
818
868
  fill: "currentColor",
819
869
  ...rest
820
- }, _path51 || (_path51 = /*#__PURE__*/React__default["default"].createElement("path", {
870
+ }, _path56 || (_path56 = /*#__PURE__*/React__default["default"].createElement("path", {
821
871
  d: "M29.391,14.527L17.473,2.609C17.067,2.203,16.533,2,16,2s-1.067,0.203-1.473,0.609L2.609,14.527C2.203,14.933,2,15.466,2,16 s0.203,1.067,0.609,1.473l11.917,11.917C14.933,29.797,15.467,30,16,30s1.067-0.203,1.473-0.609l11.917-11.917 C29.797,17.067,30,16.534,30,16S29.797,14.933,29.391,14.527z M16,24c-0.828,0-1.5-0.671-1.5-1.5S15.172,21,16,21s1.5,0.671,1.5,1.5 S16.828,24,16,24z M17.125,17.248v1.877h-2.25V15H17c1.034,0,1.875-0.841,1.875-1.875S18.034,11.25,17,11.25h-2 c-1.034,0-1.875,0.841-1.875,1.875v0.5h-2.25v-0.5C10.875,10.851,12.726,9,15,9h2c2.274,0,4.125,1.851,4.125,4.125 C21.125,15.358,19.342,17.182,17.125,17.248z"
822
- })), _path52 || (_path52 = /*#__PURE__*/React__default["default"].createElement("path", {
872
+ })), _path57 || (_path57 = /*#__PURE__*/React__default["default"].createElement("path", {
823
873
  fill: "none",
824
874
  d: "M16,21c0.828,0,1.5,0.672,1.5,1.5S16.828,24,16,24c-0.828,0-1.5-0.672-1.5-1.5S15.172,21,16,21 z M17.125,17.248c2.217-0.066,4-1.89,4-4.123C21.125,10.851,19.274,9,17,9h-2c-2.274,0-4.125,1.851-4.125,4.125v0.5h2.25v-0.5 c0-1.034,0.841-1.875,1.875-1.875h2c1.034,0,1.875,0.841,1.875,1.875S18.034,15,17,15h-2.125v4.125h2.25V17.248z",
825
875
  "data-icon-path": "inner-path"
@@ -828,12 +878,12 @@ const UnknownFilled = /*#__PURE__*/React__default["default"].forwardRef(function
828
878
  if (process.env.NODE_ENV !== "production") {
829
879
  UnknownFilled.propTypes = iconPropTypes.iconPropTypes;
830
880
  }
831
- const Unlink = /*#__PURE__*/React__default["default"].forwardRef(function Unlink(_ref37, ref) {
881
+ const Unlink = /*#__PURE__*/React__default["default"].forwardRef(function Unlink(_ref39, ref) {
832
882
  let {
833
883
  children,
834
884
  size = 16,
835
885
  ...rest
836
- } = _ref37;
886
+ } = _ref39;
837
887
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
838
888
  width: size,
839
889
  height: size,
@@ -842,25 +892,25 @@ const Unlink = /*#__PURE__*/React__default["default"].forwardRef(function Unlink
842
892
  viewBox: "0 0 32 32",
843
893
  fill: "currentColor",
844
894
  ...rest
845
- }, _path53 || (_path53 = /*#__PURE__*/React__default["default"].createElement("path", {
895
+ }, _path58 || (_path58 = /*#__PURE__*/React__default["default"].createElement("path", {
846
896
  d: "M5 3.59H7V8.42H5z",
847
897
  transform: "rotate(-45.01 5.996 6.005)"
848
- })), _path54 || (_path54 = /*#__PURE__*/React__default["default"].createElement("path", {
898
+ })), _path59 || (_path59 = /*#__PURE__*/React__default["default"].createElement("path", {
849
899
  d: "M25 23.58H27V28.409999999999997H25z",
850
900
  transform: "rotate(-44.99 25.995 25.999)"
851
- })), _path55 || (_path55 = /*#__PURE__*/React__default["default"].createElement("path", {
901
+ })), _path60 || (_path60 = /*#__PURE__*/React__default["default"].createElement("path", {
852
902
  d: "M11 2H13V6H11zM2 11H6V13H2zM26 19H30V21H26zM19 26H21V30H19zM16.58 21.07l-3.71 3.72a4 4 0 11-5.66-5.66l3.72-3.72L9.51 14 5.8 17.72a6 6 0 00-.06 8.54A6 6 0 0010 28a6.07 6.07 0 004.32-1.8L18 22.49zM15.41 10.93l3.72-3.72a4 4 0 115.66 5.66l-3.72 3.72L22.49 18l3.71-3.72a6 6 0 00.06-8.54A6 6 0 0022 4a6.07 6.07 0 00-4.32 1.8L14 9.51z"
853
903
  })), children);
854
904
  });
855
905
  if (process.env.NODE_ENV !== "production") {
856
906
  Unlink.propTypes = iconPropTypes.iconPropTypes;
857
907
  }
858
- const Unlocked = /*#__PURE__*/React__default["default"].forwardRef(function Unlocked(_ref38, ref) {
908
+ const Unlocked = /*#__PURE__*/React__default["default"].forwardRef(function Unlocked(_ref40, ref) {
859
909
  let {
860
910
  children,
861
911
  size = 16,
862
912
  ...rest
863
- } = _ref38;
913
+ } = _ref40;
864
914
  if (size === 16 || size === "16" || size === "16px") {
865
915
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
866
916
  width: size,
@@ -870,7 +920,7 @@ const Unlocked = /*#__PURE__*/React__default["default"].forwardRef(function Unlo
870
920
  viewBox: "0 0 16 16",
871
921
  fill: "currentColor",
872
922
  ...rest
873
- }, _path56 || (_path56 = /*#__PURE__*/React__default["default"].createElement("path", {
923
+ }, _path61 || (_path61 = /*#__PURE__*/React__default["default"].createElement("path", {
874
924
  d: "M12,7H6V4c0-1.1,0.9-2,2-2s2,0.9,2,2h1c0-1.7-1.3-3-3-3S5,2.3,5,4v3H4C3.4,7,3,7.4,3,8v6c0,0.6,0.4,1,1,1h8c0.6,0,1-0.4,1-1 V8C13,7.4,12.6,7,12,7z M12,14H4V8h8V14z"
875
925
  })), children);
876
926
  }
@@ -882,19 +932,19 @@ const Unlocked = /*#__PURE__*/React__default["default"].forwardRef(function Unlo
882
932
  viewBox: "0 0 32 32",
883
933
  fill: "currentColor",
884
934
  ...rest
885
- }, _path57 || (_path57 = /*#__PURE__*/React__default["default"].createElement("path", {
935
+ }, _path62 || (_path62 = /*#__PURE__*/React__default["default"].createElement("path", {
886
936
  d: "M24,14H12V8a4,4,0,0,1,8,0h2A6,6,0,0,0,10,8v6H8a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V16A2,2,0,0,0,24,14Zm0,14H8V16H24Z"
887
937
  })), children);
888
938
  });
889
939
  if (process.env.NODE_ENV !== "production") {
890
940
  Unlocked.propTypes = iconPropTypes.iconPropTypes;
891
941
  }
892
- const Unsaved = /*#__PURE__*/React__default["default"].forwardRef(function Unsaved(_ref39, ref) {
942
+ const Unsaved = /*#__PURE__*/React__default["default"].forwardRef(function Unsaved(_ref41, ref) {
893
943
  let {
894
944
  children,
895
945
  size = 16,
896
946
  ...rest
897
- } = _ref39;
947
+ } = _ref41;
898
948
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
899
949
  width: size,
900
950
  height: size,
@@ -903,21 +953,21 @@ const Unsaved = /*#__PURE__*/React__default["default"].forwardRef(function Unsav
903
953
  viewBox: "0 0 32 32",
904
954
  fill: "currentColor",
905
955
  ...rest
906
- }, _path58 || (_path58 = /*#__PURE__*/React__default["default"].createElement("path", {
956
+ }, _path63 || (_path63 = /*#__PURE__*/React__default["default"].createElement("path", {
907
957
  d: "M30 19.4L28.6 18 25 21.6 21.4 18 20 19.4 23.6 23 20 26.6 21.4 28 25 24.4 28.6 28 30 26.6 26.4 23z"
908
- })), _path59 || (_path59 = /*#__PURE__*/React__default["default"].createElement("path", {
958
+ })), _path64 || (_path64 = /*#__PURE__*/React__default["default"].createElement("path", {
909
959
  d: "M16,26l-4,0v-8l4,0v-2l-4,0c-1.1,0-2,0.9-2,2v8H6V6h4v4c0,1.1,0.9,2,2,2h8c1.1,0,2-0.9,2-2V6.4l4,4l0,5.6h2l0-6 c0-0.3-0.1-0.5-0.3-0.7l-5-5C22.5,4.1,22.3,4,22,4H6C4.9,4,4,4.9,4,6v20c0,1.1,0.9,2,2,2l10,0V26z M12,6h8v4h-8V6z"
910
960
  })), children);
911
961
  });
912
962
  if (process.env.NODE_ENV !== "production") {
913
963
  Unsaved.propTypes = iconPropTypes.iconPropTypes;
914
964
  }
915
- const UpToTop = /*#__PURE__*/React__default["default"].forwardRef(function UpToTop(_ref40, ref) {
965
+ const UpToTop = /*#__PURE__*/React__default["default"].forwardRef(function UpToTop(_ref42, ref) {
916
966
  let {
917
967
  children,
918
968
  size = 16,
919
969
  ...rest
920
- } = _ref40;
970
+ } = _ref42;
921
971
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
922
972
  width: size,
923
973
  height: size,
@@ -926,19 +976,19 @@ const UpToTop = /*#__PURE__*/React__default["default"].forwardRef(function UpToT
926
976
  viewBox: "0 0 32 32",
927
977
  fill: "currentColor",
928
978
  ...rest
929
- }, _path60 || (_path60 = /*#__PURE__*/React__default["default"].createElement("path", {
979
+ }, _path65 || (_path65 = /*#__PURE__*/React__default["default"].createElement("path", {
930
980
  d: "M16 14L6 24 7.4 25.4 16 16.8 24.6 25.4 26 24zM4 8H28V10H4z"
931
981
  })), children);
932
982
  });
933
983
  if (process.env.NODE_ENV !== "production") {
934
984
  UpToTop.propTypes = iconPropTypes.iconPropTypes;
935
985
  }
936
- const UpdateNow = /*#__PURE__*/React__default["default"].forwardRef(function UpdateNow(_ref41, ref) {
986
+ const UpdateNow = /*#__PURE__*/React__default["default"].forwardRef(function UpdateNow(_ref43, ref) {
937
987
  let {
938
988
  children,
939
989
  size = 16,
940
990
  ...rest
941
- } = _ref41;
991
+ } = _ref43;
942
992
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
943
993
  width: size,
944
994
  height: size,
@@ -947,21 +997,21 @@ const UpdateNow = /*#__PURE__*/React__default["default"].forwardRef(function Upd
947
997
  viewBox: "0 0 32 32",
948
998
  fill: "currentColor",
949
999
  ...rest
950
- }, _path61 || (_path61 = /*#__PURE__*/React__default["default"].createElement("path", {
1000
+ }, _path66 || (_path66 = /*#__PURE__*/React__default["default"].createElement("path", {
951
1001
  d: "M27 25.586L25 23.586 25 21 23 21 23 24.414 25.586 27 27 25.586z"
952
- })), _path62 || (_path62 = /*#__PURE__*/React__default["default"].createElement("path", {
1002
+ })), _path67 || (_path67 = /*#__PURE__*/React__default["default"].createElement("path", {
953
1003
  d: "M24 31a7 7 0 117-7A7.0078 7.0078 0 0124 31zm0-12a5 5 0 105 5A5.0055 5.0055 0 0024 19zM16 28A12.0134 12.0134 0 014 16H2A14.0158 14.0158 0 0016 30zM12 8H7.0784A11.9843 11.9843 0 0128 16h2A13.9778 13.9778 0 006 6.2344V2H4v8h8z"
954
1004
  })), children);
955
1005
  });
956
1006
  if (process.env.NODE_ENV !== "production") {
957
1007
  UpdateNow.propTypes = iconPropTypes.iconPropTypes;
958
1008
  }
959
- const Upgrade = /*#__PURE__*/React__default["default"].forwardRef(function Upgrade(_ref42, ref) {
1009
+ const Upgrade = /*#__PURE__*/React__default["default"].forwardRef(function Upgrade(_ref44, ref) {
960
1010
  let {
961
1011
  children,
962
1012
  size = 16,
963
1013
  ...rest
964
- } = _ref42;
1014
+ } = _ref44;
965
1015
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
966
1016
  width: size,
967
1017
  height: size,
@@ -970,19 +1020,19 @@ const Upgrade = /*#__PURE__*/React__default["default"].forwardRef(function Upgra
970
1020
  viewBox: "0 0 32 32",
971
1021
  fill: "currentColor",
972
1022
  ...rest
973
- }, _path63 || (_path63 = /*#__PURE__*/React__default["default"].createElement("path", {
1023
+ }, _path68 || (_path68 = /*#__PURE__*/React__default["default"].createElement("path", {
974
1024
  d: "M21 24H11a2 2 0 00-2 2v2a2 2 0 002 2H21a2 2 0 002-2V26A2 2 0 0021 24zm0 4H11V26H21zM28.707 14.293l-12-12a.9994.9994 0 00-1.414 0l-12 12A1 1 0 004 16H9v4a2.0023 2.0023 0 002 2H21a2.0027 2.0027 0 002-2V16h5a1 1 0 00.707-1.707zM21 14v6H11V14H6.4141L16 4.4141 25.5859 14z"
975
1025
  })), children);
976
1026
  });
977
1027
  if (process.env.NODE_ENV !== "production") {
978
1028
  Upgrade.propTypes = iconPropTypes.iconPropTypes;
979
1029
  }
980
- const Upload = /*#__PURE__*/React__default["default"].forwardRef(function Upload(_ref43, ref) {
1030
+ const Upload = /*#__PURE__*/React__default["default"].forwardRef(function Upload(_ref45, ref) {
981
1031
  let {
982
1032
  children,
983
1033
  size = 16,
984
1034
  ...rest
985
- } = _ref43;
1035
+ } = _ref45;
986
1036
  if (size === 16 || size === "16" || size === "16px") {
987
1037
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
988
1038
  width: size,
@@ -992,7 +1042,7 @@ const Upload = /*#__PURE__*/React__default["default"].forwardRef(function Upload
992
1042
  viewBox: "0 0 16 16",
993
1043
  fill: "currentColor",
994
1044
  ...rest
995
- }, _path64 || (_path64 = /*#__PURE__*/React__default["default"].createElement("path", {
1045
+ }, _path69 || (_path69 = /*#__PURE__*/React__default["default"].createElement("path", {
996
1046
  d: "M3 9L3.7 9.7 7.5 5.9 7.5 15 8.5 15 8.5 5.9 12.3 9.7 13 9 8 4zM3 4V2h10v2h1V2c0-.6-.4-1-1-1H3C2.4 1 2 1.4 2 2v2H3z"
997
1047
  })), children);
998
1048
  }
@@ -1004,19 +1054,19 @@ const Upload = /*#__PURE__*/React__default["default"].forwardRef(function Upload
1004
1054
  viewBox: "0 0 32 32",
1005
1055
  fill: "currentColor",
1006
1056
  ...rest
1007
- }, _path65 || (_path65 = /*#__PURE__*/React__default["default"].createElement("path", {
1057
+ }, _path70 || (_path70 = /*#__PURE__*/React__default["default"].createElement("path", {
1008
1058
  d: "M6 18L7.41 19.41 15 11.83 15 30 17 30 17 11.83 24.59 19.41 26 18 16 8 6 18zM6 8V4H26V8h2V4a2 2 0 00-2-2H6A2 2 0 004 4V8z"
1009
1059
  })), children);
1010
1060
  });
1011
1061
  if (process.env.NODE_ENV !== "production") {
1012
1062
  Upload.propTypes = iconPropTypes.iconPropTypes;
1013
1063
  }
1014
- const Upstream = /*#__PURE__*/React__default["default"].forwardRef(function Upstream(_ref44, ref) {
1064
+ const Upstream = /*#__PURE__*/React__default["default"].forwardRef(function Upstream(_ref46, ref) {
1015
1065
  let {
1016
1066
  children,
1017
1067
  size = 16,
1018
1068
  ...rest
1019
- } = _ref44;
1069
+ } = _ref46;
1020
1070
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1021
1071
  width: size,
1022
1072
  height: size,
@@ -1025,19 +1075,19 @@ const Upstream = /*#__PURE__*/React__default["default"].forwardRef(function Upst
1025
1075
  viewBox: "0 0 32 32",
1026
1076
  fill: "currentColor",
1027
1077
  ...rest
1028
- }, _path66 || (_path66 = /*#__PURE__*/React__default["default"].createElement("path", {
1078
+ }, _path71 || (_path71 = /*#__PURE__*/React__default["default"].createElement("path", {
1029
1079
  d: "M10 24c0 3.3137 2.6863 6 6 6s6-2.6863 6-6-2.6863-6-6-6-6 2.6863-6 6zm2 0c0-2.2056 1.7944-4 4-4s4 1.7944 4 4-1.7944 4-4 4-4-1.7944-4-4zM30 5c0-1.6567-1.3433-3-3-3s-3 1.3433-3 3c0 1.3042.8374 2.4028 2 2.8164v5.1836c0 1.7217-.752 3.3438-2 4.4673v-2.4673h-2v6h6v-2h-2.7168c1.6938-1.4995 2.7168-3.6816 2.7168-6v-5.1836c1.1626-.4136 2-1.5122 2-2.8164zm-3 1c-.5522 0-1-.4478-1-1s.4478-1 1-1 1 .4478 1 1-.4478 1-1 1zM18.586 11.5859l-1.5859 1.5859v-5.3555c1.1626-.4136 2-1.5122 2-2.8164 0-1.6567-1.3433-3-3-3s-3 1.3433-3 3c0 1.3042.8374 2.4028 2 2.8164v5.3555l-1.5859-1.5859-1.4141 1.4141 4 4 4-4-1.4141-1.4141zm-2.5859-7.5859c.5522 0 1 .4478 1 1s-.4478 1-1 1-1-.4478-1-1 .4478-1 1-1zM8 15v2.4673c-1.248-1.1235-2-2.7456-2-4.4673v-5.1836c1.1626-.4136 2-1.5122 2-2.8164 0-1.6567-1.3433-3-3-3s-3 1.3433-3 3c0 1.3042.8374 2.4028 2 2.8164v5.1836c0 2.3184 1.0229 4.5005 2.7168 6h-2.7168v2h6v-6h-2zm-3-11c.5522 0 1 .4478 1 1s-.4478 1-1 1-1-.4478-1-1 .4478-1 1-1z"
1030
1080
  })), children);
1031
1081
  });
1032
1082
  if (process.env.NODE_ENV !== "production") {
1033
1083
  Upstream.propTypes = iconPropTypes.iconPropTypes;
1034
1084
  }
1035
- const Url = /*#__PURE__*/React__default["default"].forwardRef(function Url(_ref45, ref) {
1085
+ const Url = /*#__PURE__*/React__default["default"].forwardRef(function Url(_ref47, ref) {
1036
1086
  let {
1037
1087
  children,
1038
1088
  size = 16,
1039
1089
  ...rest
1040
- } = _ref45;
1090
+ } = _ref47;
1041
1091
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1042
1092
  width: size,
1043
1093
  height: size,
@@ -1046,7 +1096,7 @@ const Url = /*#__PURE__*/React__default["default"].forwardRef(function Url(_ref4
1046
1096
  viewBox: "0 0 32 32",
1047
1097
  fill: "currentColor",
1048
1098
  ...rest
1049
- }, _path67 || (_path67 = /*#__PURE__*/React__default["default"].createElement("path", {
1099
+ }, _path72 || (_path72 = /*#__PURE__*/React__default["default"].createElement("path", {
1050
1100
  strokeWidth: "0",
1051
1101
  d: "M24 21L24 9 22 9 22 23 30 23 30 21 24 21zM20 15v-4c0-1.103-.8975-2-2-2h-6v14h2v-6h1.4807l2.3345 6h2.1453l-2.3331-6h.3726c1.1025 0 2-.8975 2-2zm-6-4h4v4h-4v-4zM8 23h-4c-1.103 0-2-.8975-2-2v-12h2v12h4v-12h2v12c0 1.1025-.897 2-2 2z"
1052
1102
  })), children);
@@ -1054,12 +1104,12 @@ const Url = /*#__PURE__*/React__default["default"].forwardRef(function Url(_ref4
1054
1104
  if (process.env.NODE_ENV !== "production") {
1055
1105
  Url.propTypes = iconPropTypes.iconPropTypes;
1056
1106
  }
1057
- const UsageIncludedUseCase = /*#__PURE__*/React__default["default"].forwardRef(function UsageIncludedUseCase(_ref46, ref) {
1107
+ const UsageIncludedUseCase = /*#__PURE__*/React__default["default"].forwardRef(function UsageIncludedUseCase(_ref48, ref) {
1058
1108
  let {
1059
1109
  children,
1060
1110
  size = 16,
1061
1111
  ...rest
1062
- } = _ref46;
1112
+ } = _ref48;
1063
1113
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1064
1114
  width: size,
1065
1115
  height: size,
@@ -1068,7 +1118,7 @@ const UsageIncludedUseCase = /*#__PURE__*/React__default["default"].forwardRef(f
1068
1118
  viewBox: "0 0 32 32",
1069
1119
  fill: "currentColor",
1070
1120
  ...rest
1071
- }, _path68 || (_path68 = /*#__PURE__*/React__default["default"].createElement("path", {
1121
+ }, _path73 || (_path73 = /*#__PURE__*/React__default["default"].createElement("path", {
1072
1122
  strokeWidth: "0",
1073
1123
  d: "m13,28V5.8281l7.5859,7.5859,1.4141-1.4141L12,2,2,12l1.4143,1.4141,7.5857-7.5854v22.1714c0,1.1045.8955,2,2,2h15v-2h-15Z"
1074
1124
  })), children);
@@ -1076,12 +1126,12 @@ const UsageIncludedUseCase = /*#__PURE__*/React__default["default"].forwardRef(f
1076
1126
  if (process.env.NODE_ENV !== "production") {
1077
1127
  UsageIncludedUseCase.propTypes = iconPropTypes.iconPropTypes;
1078
1128
  }
1079
- const Usb = /*#__PURE__*/React__default["default"].forwardRef(function Usb(_ref47, ref) {
1129
+ const Usb = /*#__PURE__*/React__default["default"].forwardRef(function Usb(_ref49, ref) {
1080
1130
  let {
1081
1131
  children,
1082
1132
  size = 16,
1083
1133
  ...rest
1084
- } = _ref47;
1134
+ } = _ref49;
1085
1135
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1086
1136
  width: size,
1087
1137
  height: size,
@@ -1090,21 +1140,21 @@ const Usb = /*#__PURE__*/React__default["default"].forwardRef(function Usb(_ref4
1090
1140
  viewBox: "0 0 32 32",
1091
1141
  fill: "currentColor",
1092
1142
  ...rest
1093
- }, _path69 || (_path69 = /*#__PURE__*/React__default["default"].createElement("path", {
1143
+ }, _path74 || (_path74 = /*#__PURE__*/React__default["default"].createElement("path", {
1094
1144
  d: "M24,15V6a2,2,0,0,0-2-2H10A2,2,0,0,0,8,6v9a2,2,0,0,0-2,2V28H8V17H24V28h2V17A2,2,0,0,0,24,15ZM10,6H22v9H10Z"
1095
- })), _path70 || (_path70 = /*#__PURE__*/React__default["default"].createElement("path", {
1145
+ })), _path75 || (_path75 = /*#__PURE__*/React__default["default"].createElement("path", {
1096
1146
  d: "M12 10H15V12H12zM17 10H20V12H17z"
1097
1147
  })), children);
1098
1148
  });
1099
1149
  if (process.env.NODE_ENV !== "production") {
1100
1150
  Usb.propTypes = iconPropTypes.iconPropTypes;
1101
1151
  }
1102
- const UseCaseDefinition = /*#__PURE__*/React__default["default"].forwardRef(function UseCaseDefinition(_ref48, ref) {
1152
+ const UseCaseDefinition = /*#__PURE__*/React__default["default"].forwardRef(function UseCaseDefinition(_ref50, ref) {
1103
1153
  let {
1104
1154
  children,
1105
1155
  size = 16,
1106
1156
  ...rest
1107
- } = _ref48;
1157
+ } = _ref50;
1108
1158
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1109
1159
  width: size,
1110
1160
  height: size,
@@ -1113,10 +1163,10 @@ const UseCaseDefinition = /*#__PURE__*/React__default["default"].forwardRef(func
1113
1163
  viewBox: "0 0 32 32",
1114
1164
  fill: "currentColor",
1115
1165
  ...rest
1116
- }, _path71 || (_path71 = /*#__PURE__*/React__default["default"].createElement("path", {
1166
+ }, _path76 || (_path76 = /*#__PURE__*/React__default["default"].createElement("path", {
1117
1167
  strokeWidth: "0",
1118
1168
  d: "M22.0735 21.9922c1.7068 0 2.9407-.7773 3.5151-2.3325l-1.6561-.7942c-.3212.7942-.828 1.386-1.859 1.386-1.2002 0-1.8086-.8284-1.8086-2.062v-1.6057c0-1.2341.6084-2.0787 1.8086-2.0787.9294 0 1.4871.5409 1.6899 1.2845l1.7748-.7947c-.524-1.386-1.6903-2.2307-3.4647-2.2307-2.603 0-4.0735 1.7744-4.0735 4.5969 0 2.8394 1.4705 4.6311 4.0735 4.6311zM11.5126 21.9922c3.3129 0 4.5468-1.572 4.5468-5.0369v-6.9631h-2.1973v7.2507c0 1.8422-.6423 2.772-2.3324 2.772s-2.3324-.9298-2.3324-2.772v-7.2507h-2.1973v6.9631c0 3.4648 1.2 5.0369 4.5126 5.0369z"
1119
- })), _path72 || (_path72 = /*#__PURE__*/React__default["default"].createElement("path", {
1169
+ })), _path77 || (_path77 = /*#__PURE__*/React__default["default"].createElement("path", {
1120
1170
  strokeWidth: "0",
1121
1171
  d: "m2,4v24c0,1.1046.8954,2,2,2h24c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2H4c-1.1046,0-2,.8954-2,2Zm26,24H4V4h24v24Z"
1122
1172
  })), children);
@@ -1124,12 +1174,12 @@ const UseCaseDefinition = /*#__PURE__*/React__default["default"].forwardRef(func
1124
1174
  if (process.env.NODE_ENV !== "production") {
1125
1175
  UseCaseDefinition.propTypes = iconPropTypes.iconPropTypes;
1126
1176
  }
1127
- const UseCaseUsage = /*#__PURE__*/React__default["default"].forwardRef(function UseCaseUsage(_ref49, ref) {
1177
+ const UseCaseUsage = /*#__PURE__*/React__default["default"].forwardRef(function UseCaseUsage(_ref51, ref) {
1128
1178
  let {
1129
1179
  children,
1130
1180
  size = 16,
1131
1181
  ...rest
1132
- } = _ref49;
1182
+ } = _ref51;
1133
1183
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1134
1184
  width: size,
1135
1185
  height: size,
@@ -1138,10 +1188,10 @@ const UseCaseUsage = /*#__PURE__*/React__default["default"].forwardRef(function
1138
1188
  viewBox: "0 0 32 32",
1139
1189
  fill: "currentColor",
1140
1190
  ...rest
1141
- }, _path73 || (_path73 = /*#__PURE__*/React__default["default"].createElement("path", {
1191
+ }, _path78 || (_path78 = /*#__PURE__*/React__default["default"].createElement("path", {
1142
1192
  strokeWidth: "0",
1143
1193
  d: "M22.0735 21.9922c1.7068 0 2.9407-.7773 3.5151-2.3325l-1.6561-.7942c-.3212.7942-.828 1.386-1.859 1.386-1.2002 0-1.8086-.8284-1.8086-2.062v-1.6057c0-1.2341.6084-2.0787 1.8086-2.0787.9294 0 1.4871.5409 1.6899 1.2845l1.7748-.7947c-.524-1.386-1.6903-2.2307-3.4647-2.2307-2.603 0-4.0735 1.7744-4.0735 4.5969 0 2.8394 1.4705 4.6311 4.0735 4.6311zM11.5126 21.9922c3.3129 0 4.5468-1.572 4.5468-5.0369v-6.9631h-2.1973v7.2507c0 1.8422-.6423 2.772-2.3324 2.772s-2.3324-.9298-2.3324-2.772v-7.2507h-2.1973v6.9631c0 3.4648 1.2 5.0369 4.5126 5.0369z"
1144
- })), _path74 || (_path74 = /*#__PURE__*/React__default["default"].createElement("path", {
1194
+ })), _path79 || (_path79 = /*#__PURE__*/React__default["default"].createElement("path", {
1145
1195
  strokeWidth: "0",
1146
1196
  d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
1147
1197
  })), children);
@@ -1149,12 +1199,12 @@ const UseCaseUsage = /*#__PURE__*/React__default["default"].forwardRef(function
1149
1199
  if (process.env.NODE_ENV !== "production") {
1150
1200
  UseCaseUsage.propTypes = iconPropTypes.iconPropTypes;
1151
1201
  }
1152
- const User = /*#__PURE__*/React__default["default"].forwardRef(function User(_ref50, ref) {
1202
+ const User = /*#__PURE__*/React__default["default"].forwardRef(function User(_ref52, ref) {
1153
1203
  let {
1154
1204
  children,
1155
1205
  size = 16,
1156
1206
  ...rest
1157
- } = _ref50;
1207
+ } = _ref52;
1158
1208
  if (size === 16 || size === "16" || size === "16px") {
1159
1209
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1160
1210
  width: size,
@@ -1164,7 +1214,7 @@ const User = /*#__PURE__*/React__default["default"].forwardRef(function User(_re
1164
1214
  viewBox: "0 0 16 16",
1165
1215
  fill: "currentColor",
1166
1216
  ...rest
1167
- }, _path75 || (_path75 = /*#__PURE__*/React__default["default"].createElement("path", {
1217
+ }, _path80 || (_path80 = /*#__PURE__*/React__default["default"].createElement("path", {
1168
1218
  d: "M8 2c1.4 0 2.5 1.1 2.5 2.5S9.4 7 8 7 5.5 5.9 5.5 4.5 6.6 2 8 2M8 1C6.1 1 4.5 2.6 4.5 4.5S6.1 8 8 8s3.5-1.6 3.5-3.5S9.9 1 8 1zM13 15h-1v-2.5c0-1.4-1.1-2.5-2.5-2.5h-3C5.1 10 4 11.1 4 12.5V15H3v-2.5C3 10.6 4.6 9 6.5 9h3c1.9 0 3.5 1.6 3.5 3.5V15z"
1169
1219
  })), children);
1170
1220
  }
@@ -1176,19 +1226,19 @@ const User = /*#__PURE__*/React__default["default"].forwardRef(function User(_re
1176
1226
  viewBox: "0 0 32 32",
1177
1227
  fill: "currentColor",
1178
1228
  ...rest
1179
- }, _path76 || (_path76 = /*#__PURE__*/React__default["default"].createElement("path", {
1229
+ }, _path81 || (_path81 = /*#__PURE__*/React__default["default"].createElement("path", {
1180
1230
  d: "M16 4a5 5 0 11-5 5 5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0016 2zM26 30H24V25a5 5 0 00-5-5H13a5 5 0 00-5 5v5H6V25a7 7 0 017-7h6a7 7 0 017 7z"
1181
1231
  })), children);
1182
1232
  });
1183
1233
  if (process.env.NODE_ENV !== "production") {
1184
1234
  User.propTypes = iconPropTypes.iconPropTypes;
1185
1235
  }
1186
- const UserAccess = /*#__PURE__*/React__default["default"].forwardRef(function UserAccess(_ref51, ref) {
1236
+ const UserAccess = /*#__PURE__*/React__default["default"].forwardRef(function UserAccess(_ref53, ref) {
1187
1237
  let {
1188
1238
  children,
1189
1239
  size = 16,
1190
1240
  ...rest
1191
- } = _ref51;
1241
+ } = _ref53;
1192
1242
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1193
1243
  width: size,
1194
1244
  height: size,
@@ -1197,19 +1247,19 @@ const UserAccess = /*#__PURE__*/React__default["default"].forwardRef(function Us
1197
1247
  viewBox: "0 0 32 32",
1198
1248
  fill: "currentColor",
1199
1249
  ...rest
1200
- }, _path77 || (_path77 = /*#__PURE__*/React__default["default"].createElement("path", {
1250
+ }, _path82 || (_path82 = /*#__PURE__*/React__default["default"].createElement("path", {
1201
1251
  d: "M16 30H14V25a3.0033 3.0033 0 00-3-3H7a3.0033 3.0033 0 00-3 3v5H2V25a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM9 10a3 3 0 11-3 3 3 3 0 013-3M9 8a5 5 0 105 5A5 5 0 009 8zM30 12a1.9922 1.9922 0 00-.5117.0742L28.4331 11.019a3.8788 3.8788 0 000-4.038l1.0552-1.0552a2.0339 2.0339 0 10-1.4141-1.4141L27.019 5.5669a3.8788 3.8788 0 00-4.038 0L21.9258 4.5117a2.0339 2.0339 0 10-1.4141 1.4141L21.5669 6.981a3.8788 3.8788 0 000 4.038l-1.0552 1.0552a2.0339 2.0339 0 101.4141 1.4141l1.0552-1.0552a3.8788 3.8788 0 004.038 0l1.0552 1.0552A1.9957 1.9957 0 1030 12zM23 9a2 2 0 112 2A2.0025 2.0025 0 0123 9z"
1202
1252
  })), children);
1203
1253
  });
1204
1254
  if (process.env.NODE_ENV !== "production") {
1205
1255
  UserAccess.propTypes = iconPropTypes.iconPropTypes;
1206
1256
  }
1207
- const UserAccessLocked = /*#__PURE__*/React__default["default"].forwardRef(function UserAccessLocked(_ref52, ref) {
1257
+ const UserAccessLocked = /*#__PURE__*/React__default["default"].forwardRef(function UserAccessLocked(_ref54, ref) {
1208
1258
  let {
1209
1259
  children,
1210
1260
  size = 16,
1211
1261
  ...rest
1212
- } = _ref52;
1262
+ } = _ref54;
1213
1263
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1214
1264
  width: size,
1215
1265
  height: size,
@@ -1218,7 +1268,7 @@ const UserAccessLocked = /*#__PURE__*/React__default["default"].forwardRef(funct
1218
1268
  viewBox: "0 0 32 32",
1219
1269
  fill: "currentColor",
1220
1270
  ...rest
1221
- }, _path78 || (_path78 = /*#__PURE__*/React__default["default"].createElement("path", {
1271
+ }, _path83 || (_path83 = /*#__PURE__*/React__default["default"].createElement("path", {
1222
1272
  strokeWidth: "0",
1223
1273
  d: "M28 8v-3c0-2.2056-1.7944-4-4-4s-4 1.7944-4 4v3c-1.1028 0-2 .8975-2 2v6c0 1.1025.8972 2 2 2h8c1.1028 0 2-.8975 2-2v-6c0-1.1025-.8972-2-2-2zm-6-3c0-1.1025.8972-2 2-2s2 .8975 2 2v3h-4v-3zm-2 11v-6h8v6h-8zM16 30h-2v-5c-.0018-1.6561-1.3439-2.9982-3-3h-4c-1.6561.0018-2.9982 1.3439-3 3v5h-2v-5c.0033-2.7601 2.2399-4.9967 5-5h4c2.7601.0033 4.9967 2.2399 5 5v5zM9 10c1.6569 0 3 1.3431 3 3s-1.3431 3-3 3-3-1.3431-3-3 1.3431-3 3-3m0-2c-2.7614 0-5 2.2386-5 5s2.2386 5 5 5 5-2.2386 5-5-2.2386-5-5-5z"
1224
1274
  })), children);
@@ -1226,12 +1276,12 @@ const UserAccessLocked = /*#__PURE__*/React__default["default"].forwardRef(funct
1226
1276
  if (process.env.NODE_ENV !== "production") {
1227
1277
  UserAccessLocked.propTypes = iconPropTypes.iconPropTypes;
1228
1278
  }
1229
- const UserAccessUnlocked = /*#__PURE__*/React__default["default"].forwardRef(function UserAccessUnlocked(_ref53, ref) {
1279
+ const UserAccessUnlocked = /*#__PURE__*/React__default["default"].forwardRef(function UserAccessUnlocked(_ref55, ref) {
1230
1280
  let {
1231
1281
  children,
1232
1282
  size = 16,
1233
1283
  ...rest
1234
- } = _ref53;
1284
+ } = _ref55;
1235
1285
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1236
1286
  width: size,
1237
1287
  height: size,
@@ -1240,7 +1290,7 @@ const UserAccessUnlocked = /*#__PURE__*/React__default["default"].forwardRef(fun
1240
1290
  viewBox: "0 0 32 32",
1241
1291
  fill: "currentColor",
1242
1292
  ...rest
1243
- }, _path79 || (_path79 = /*#__PURE__*/React__default["default"].createElement("path", {
1293
+ }, _path84 || (_path84 = /*#__PURE__*/React__default["default"].createElement("path", {
1244
1294
  strokeWidth: "0",
1245
1295
  d: "M16 30h-2v-5c-.0018-1.6561-1.3439-2.9982-3-3h-4c-1.6561.0018-2.9982 1.3439-3 3v5h-2v-5c.0033-2.7601 2.2399-4.9967 5-5h4c2.7601.0033 4.9967 2.2399 5 5v5zM9 10c1.6569 0 3 1.3431 3 3s-1.3431 3-3 3-3-1.3431-3-3 1.3431-3 3-3m0-2c-2.7614 0-5 2.2386-5 5s2.2386 5 5 5 5-2.2386 5-5-2.2386-5-5-5zM28 8h-6v-3c0-1.1025.8972-2 2-2s2 .8975 2 2h2c0-2.2056-1.7944-4-4-4s-4 1.7944-4 4v3c-1.1028 0-2 .8975-2 2v6c0 1.1025.8972 2 2 2h8c1.1028 0 2-.8975 2-2v-6c0-1.1025-.8972-2-2-2zm0 8h-8v-6h8v6z"
1246
1296
  })), children);
@@ -1248,12 +1298,12 @@ const UserAccessUnlocked = /*#__PURE__*/React__default["default"].forwardRef(fun
1248
1298
  if (process.env.NODE_ENV !== "production") {
1249
1299
  UserAccessUnlocked.propTypes = iconPropTypes.iconPropTypes;
1250
1300
  }
1251
- const UserActivity = /*#__PURE__*/React__default["default"].forwardRef(function UserActivity(_ref54, ref) {
1301
+ const UserActivity = /*#__PURE__*/React__default["default"].forwardRef(function UserActivity(_ref56, ref) {
1252
1302
  let {
1253
1303
  children,
1254
1304
  size = 16,
1255
1305
  ...rest
1256
- } = _ref54;
1306
+ } = _ref56;
1257
1307
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1258
1308
  width: size,
1259
1309
  height: size,
@@ -1262,19 +1312,19 @@ const UserActivity = /*#__PURE__*/React__default["default"].forwardRef(function
1262
1312
  viewBox: "0 0 32 32",
1263
1313
  fill: "currentColor",
1264
1314
  ...rest
1265
- }, _path80 || (_path80 = /*#__PURE__*/React__default["default"].createElement("path", {
1315
+ }, _path85 || (_path85 = /*#__PURE__*/React__default["default"].createElement("path", {
1266
1316
  d: "M25 23h-.0215a1.0016 1.0016 0 01-.94-.7256L20.8711 11.19l-1.9346 5.1607A1.0005 1.0005 0 0118 17H14V15h3.3066l2.7569-7.3511a1.0005 1.0005 0 011.8984.0762l3.1113 10.8921 1.9786-5.9336A.9988.9988 0 0128 12h4v2H28.7207l-2.7725 8.3164A.9984.9984 0 0125 23zM15 30H13V23a3.0033 3.0033 0 00-3-3H6a3.0033 3.0033 0 00-3 3v7H1V23a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM8 8a3 3 0 11-3 3A3 3 0 018 8M8 6a5 5 0 105 5A5 5 0 008 6z"
1267
1317
  })), children);
1268
1318
  });
1269
1319
  if (process.env.NODE_ENV !== "production") {
1270
1320
  UserActivity.propTypes = iconPropTypes.iconPropTypes;
1271
1321
  }
1272
- const UserAdmin = /*#__PURE__*/React__default["default"].forwardRef(function UserAdmin(_ref55, ref) {
1322
+ const UserAdmin = /*#__PURE__*/React__default["default"].forwardRef(function UserAdmin(_ref57, ref) {
1273
1323
  let {
1274
1324
  children,
1275
1325
  size = 16,
1276
1326
  ...rest
1277
- } = _ref55;
1327
+ } = _ref57;
1278
1328
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1279
1329
  width: size,
1280
1330
  height: size,
@@ -1283,19 +1333,19 @@ const UserAdmin = /*#__PURE__*/React__default["default"].forwardRef(function Use
1283
1333
  viewBox: "0 0 32 32",
1284
1334
  fill: "currentColor",
1285
1335
  ...rest
1286
- }, _path81 || (_path81 = /*#__PURE__*/React__default["default"].createElement("path", {
1336
+ }, _path86 || (_path86 = /*#__PURE__*/React__default["default"].createElement("path", {
1287
1337
  d: "M12 4A5 5 0 117 9a5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0012 2zM22 30H20V25a5 5 0 00-5-5H9a5 5 0 00-5 5v5H2V25a7 7 0 017-7h6a7 7 0 017 7zM25 16.18L22.41 13.59 21 15 25 19 32 12 30.59 10.59 25 16.18z"
1288
1338
  })), children);
1289
1339
  });
1290
1340
  if (process.env.NODE_ENV !== "production") {
1291
1341
  UserAdmin.propTypes = iconPropTypes.iconPropTypes;
1292
1342
  }
1293
- const UserAvatar = /*#__PURE__*/React__default["default"].forwardRef(function UserAvatar(_ref56, ref) {
1343
+ const UserAvatar = /*#__PURE__*/React__default["default"].forwardRef(function UserAvatar(_ref58, ref) {
1294
1344
  let {
1295
1345
  children,
1296
1346
  size = 16,
1297
1347
  ...rest
1298
- } = _ref56;
1348
+ } = _ref58;
1299
1349
  if (size === 16 || size === "16" || size === "16px") {
1300
1350
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1301
1351
  width: size,
@@ -1305,9 +1355,9 @@ const UserAvatar = /*#__PURE__*/React__default["default"].forwardRef(function Us
1305
1355
  viewBox: "0 0 16 16",
1306
1356
  fill: "currentColor",
1307
1357
  ...rest
1308
- }, _path82 || (_path82 = /*#__PURE__*/React__default["default"].createElement("path", {
1358
+ }, _path87 || (_path87 = /*#__PURE__*/React__default["default"].createElement("path", {
1309
1359
  d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M5,13.2v-1.5c0-0.9,0.6-1.6,1.5-1.7h3c0.9,0.1,1.5,0.8,1.5,1.7v1.5 C9.1,14.3,6.9,14.3,5,13.2L5,13.2z M12,12l0-0.8c0-0.9-1.1-2.1-2.5-2.2h-3C5.1,9.1,4,10.3,4,11.7l0,0.5v0.3c-2.5-2.2-2.7-6-0.5-8.5 s6-2.7,8.5-0.5s2.7,6,0.5,8.5c-0.1,0.2-0.3,0.3-0.5,0.5V12z"
1310
- })), _path83 || (_path83 = /*#__PURE__*/React__default["default"].createElement("path", {
1360
+ })), _path88 || (_path88 = /*#__PURE__*/React__default["default"].createElement("path", {
1311
1361
  d: "M8,3C6.6,3,5.5,4.1,5.5,5.5S6.6,8,8,8s2.5-1.1,2.5-2.5S9.4,3,8,3z M8,7C7.2,7,6.5,6.3,6.5,5.5S7.2,4,8,4s1.5,0.7,1.5,1.5 S8.8,7,8,7z"
1312
1362
  })), children);
1313
1363
  }
@@ -1319,21 +1369,21 @@ const UserAvatar = /*#__PURE__*/React__default["default"].forwardRef(function Us
1319
1369
  viewBox: "0 0 32 32",
1320
1370
  fill: "currentColor",
1321
1371
  ...rest
1322
- }, _path84 || (_path84 = /*#__PURE__*/React__default["default"].createElement("path", {
1372
+ }, _path89 || (_path89 = /*#__PURE__*/React__default["default"].createElement("path", {
1323
1373
  d: "M16,8a5,5,0,1,0,5,5A5,5,0,0,0,16,8Zm0,8a3,3,0,1,1,3-3A3.0034,3.0034,0,0,1,16,16Z"
1324
- })), _path85 || (_path85 = /*#__PURE__*/React__default["default"].createElement("path", {
1374
+ })), _path90 || (_path90 = /*#__PURE__*/React__default["default"].createElement("path", {
1325
1375
  d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM10,26.3765V25a3.0033,3.0033,0,0,1,3-3h6a3.0033,3.0033,0,0,1,3,3v1.3765a11.8989,11.8989,0,0,1-12,0Zm13.9925-1.4507A5.0016,5.0016,0,0,0,19,20H13a5.0016,5.0016,0,0,0-4.9925,4.9258,12,12,0,1,1,15.985,0Z"
1326
1376
  })), children);
1327
1377
  });
1328
1378
  if (process.env.NODE_ENV !== "production") {
1329
1379
  UserAvatar.propTypes = iconPropTypes.iconPropTypes;
1330
1380
  }
1331
- const UserAvatarFilled = /*#__PURE__*/React__default["default"].forwardRef(function UserAvatarFilled(_ref57, ref) {
1381
+ const UserAvatarFilled = /*#__PURE__*/React__default["default"].forwardRef(function UserAvatarFilled(_ref59, ref) {
1332
1382
  let {
1333
1383
  children,
1334
1384
  size = 16,
1335
1385
  ...rest
1336
- } = _ref57;
1386
+ } = _ref59;
1337
1387
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1338
1388
  width: size,
1339
1389
  height: size,
@@ -1342,22 +1392,22 @@ const UserAvatarFilled = /*#__PURE__*/React__default["default"].forwardRef(funct
1342
1392
  viewBox: "0 0 32 32",
1343
1393
  fill: "currentColor",
1344
1394
  ...rest
1345
- }, _path86 || (_path86 = /*#__PURE__*/React__default["default"].createElement("path", {
1395
+ }, _path91 || (_path91 = /*#__PURE__*/React__default["default"].createElement("path", {
1346
1396
  fill: "none",
1347
1397
  d: "M8.0071,24.93A4.9958,4.9958,0,0,1,13,20h6a4.9959,4.9959,0,0,1,4.9929,4.93,11.94,11.94,0,0,1-15.9858,0ZM20.5,12.5A4.5,4.5,0,1,1,16,8,4.5,4.5,0,0,1,20.5,12.5Z"
1348
- })), _path87 || (_path87 = /*#__PURE__*/React__default["default"].createElement("path", {
1398
+ })), _path92 || (_path92 = /*#__PURE__*/React__default["default"].createElement("path", {
1349
1399
  d: "M26.7489,24.93A13.9893,13.9893,0,1,0,2,16a13.899,13.899,0,0,0,3.2511,8.93l-.02.0166c.07.0845.15.1567.2222.2392.09.1036.1864.2.28.3008.28.3033.5674.5952.87.87.0915.0831.1864.1612.28.2417.32.2759.6484.5372.99.7813.0441.0312.0832.0693.1276.1006v-.0127a13.9011,13.9011,0,0,0,16,0V27.48c.0444-.0313.0835-.0694.1276-.1006.3412-.2441.67-.5054.99-.7813.0936-.08.1885-.1586.28-.2417.3025-.2749.59-.5668.87-.87.0933-.1006.1894-.1972.28-.3008.0719-.0825.1522-.1547.2222-.2392ZM16,8a4.5,4.5,0,1,1-4.5,4.5A4.5,4.5,0,0,1,16,8ZM8.0071,24.93A4.9957,4.9957,0,0,1,13,20h6a4.9958,4.9958,0,0,1,4.9929,4.93,11.94,11.94,0,0,1-15.9858,0Z"
1350
1400
  })), children);
1351
1401
  });
1352
1402
  if (process.env.NODE_ENV !== "production") {
1353
1403
  UserAvatarFilled.propTypes = iconPropTypes.iconPropTypes;
1354
1404
  }
1355
- const UserAvatarFilledAlt = /*#__PURE__*/React__default["default"].forwardRef(function UserAvatarFilledAlt(_ref58, ref) {
1405
+ const UserAvatarFilledAlt = /*#__PURE__*/React__default["default"].forwardRef(function UserAvatarFilledAlt(_ref60, ref) {
1356
1406
  let {
1357
1407
  children,
1358
1408
  size = 16,
1359
1409
  ...rest
1360
- } = _ref58;
1410
+ } = _ref60;
1361
1411
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1362
1412
  width: size,
1363
1413
  height: size,
@@ -1366,21 +1416,21 @@ const UserAvatarFilledAlt = /*#__PURE__*/React__default["default"].forwardRef(fu
1366
1416
  viewBox: "0 0 32 32",
1367
1417
  fill: "currentColor",
1368
1418
  ...rest
1369
- }, _path88 || (_path88 = /*#__PURE__*/React__default["default"].createElement("path", {
1419
+ }, _path93 || (_path93 = /*#__PURE__*/React__default["default"].createElement("path", {
1370
1420
  d: "M16,8a5,5,0,1,0,5,5A5,5,0,0,0,16,8Z"
1371
- })), _path89 || (_path89 = /*#__PURE__*/React__default["default"].createElement("path", {
1421
+ })), _path94 || (_path94 = /*#__PURE__*/React__default["default"].createElement("path", {
1372
1422
  d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2Zm7.9925,22.9258A5.0016,5.0016,0,0,0,19,20H13a5.0016,5.0016,0,0,0-4.9925,4.9258,12,12,0,1,1,15.985,0Z"
1373
1423
  })), children);
1374
1424
  });
1375
1425
  if (process.env.NODE_ENV !== "production") {
1376
1426
  UserAvatarFilledAlt.propTypes = iconPropTypes.iconPropTypes;
1377
1427
  }
1378
- const UserCertification = /*#__PURE__*/React__default["default"].forwardRef(function UserCertification(_ref59, ref) {
1428
+ const UserCertification = /*#__PURE__*/React__default["default"].forwardRef(function UserCertification(_ref61, ref) {
1379
1429
  let {
1380
1430
  children,
1381
1431
  size = 16,
1382
1432
  ...rest
1383
- } = _ref59;
1433
+ } = _ref61;
1384
1434
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1385
1435
  width: size,
1386
1436
  height: size,
@@ -1389,19 +1439,19 @@ const UserCertification = /*#__PURE__*/React__default["default"].forwardRef(func
1389
1439
  viewBox: "0 0 32 32",
1390
1440
  fill: "currentColor",
1391
1441
  ...rest
1392
- }, _path90 || (_path90 = /*#__PURE__*/React__default["default"].createElement("path", {
1442
+ }, _path95 || (_path95 = /*#__PURE__*/React__default["default"].createElement("path", {
1393
1443
  d: "M25 10L26.593 13 30 13.414 27.5 15.667 28 19 25 17.125 22 19 22.5 15.667 20 13.414 23.5 13 25 10zM22 30H20V25a5.0059 5.0059 0 00-5-5H9a5.0059 5.0059 0 00-5 5v5H2V25a7.0082 7.0082 0 017-7h6a7.0082 7.0082 0 017 7zM12 4A5 5 0 117 9a5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0012 2z"
1394
1444
  })), children);
1395
1445
  });
1396
1446
  if (process.env.NODE_ENV !== "production") {
1397
1447
  UserCertification.propTypes = iconPropTypes.iconPropTypes;
1398
1448
  }
1399
- const UserData = /*#__PURE__*/React__default["default"].forwardRef(function UserData(_ref60, ref) {
1449
+ const UserData = /*#__PURE__*/React__default["default"].forwardRef(function UserData(_ref62, ref) {
1400
1450
  let {
1401
1451
  children,
1402
1452
  size = 16,
1403
1453
  ...rest
1404
- } = _ref60;
1454
+ } = _ref62;
1405
1455
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1406
1456
  width: size,
1407
1457
  height: size,
@@ -1410,19 +1460,19 @@ const UserData = /*#__PURE__*/React__default["default"].forwardRef(function User
1410
1460
  viewBox: "0 0 32 32",
1411
1461
  fill: "currentColor",
1412
1462
  ...rest
1413
- }, _path91 || (_path91 = /*#__PURE__*/React__default["default"].createElement("path", {
1463
+ }, _path96 || (_path96 = /*#__PURE__*/React__default["default"].createElement("path", {
1414
1464
  d: "M28 8H30V16H28zM23 5H25V16H23zM18 10H20V16H18zM16 30H14V24a3.0033 3.0033 0 00-3-3H7a3.0033 3.0033 0 00-3 3v6H2V24a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM9 9a3 3 0 11-3 3A3 3 0 019 9M9 7a5 5 0 105 5A5 5 0 009 7z"
1415
1465
  })), children);
1416
1466
  });
1417
1467
  if (process.env.NODE_ENV !== "production") {
1418
1468
  UserData.propTypes = iconPropTypes.iconPropTypes;
1419
1469
  }
1420
- const UserFavorite = /*#__PURE__*/React__default["default"].forwardRef(function UserFavorite(_ref61, ref) {
1470
+ const UserFavorite = /*#__PURE__*/React__default["default"].forwardRef(function UserFavorite(_ref63, ref) {
1421
1471
  let {
1422
1472
  children,
1423
1473
  size = 16,
1424
1474
  ...rest
1425
- } = _ref61;
1475
+ } = _ref63;
1426
1476
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1427
1477
  width: size,
1428
1478
  height: size,
@@ -1431,19 +1481,19 @@ const UserFavorite = /*#__PURE__*/React__default["default"].forwardRef(function
1431
1481
  viewBox: "0 0 32 32",
1432
1482
  fill: "currentColor",
1433
1483
  ...rest
1434
- }, _path92 || (_path92 = /*#__PURE__*/React__default["default"].createElement("path", {
1484
+ }, _path97 || (_path97 = /*#__PURE__*/React__default["default"].createElement("path", {
1435
1485
  d: "M27.303 12a2.6616 2.6616 0 00-1.9079.8058l-.3932.4054-.397-.4054a2.6615 2.6615 0 00-3.8157 0 2.7992 2.7992 0 000 3.8964L25.0019 21l4.2089-4.2978a2.7992 2.7992 0 000-3.8964A2.6616 2.6616 0 0027.303 12zM2 30H4V25a5.0059 5.0059 0 015-5h6a5.0059 5.0059 0 015 5v5h2V25a7.0082 7.0082 0 00-7-7H9a7.0082 7.0082 0 00-7 7zM12 4A5 5 0 117 9a5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0012 2z"
1436
1486
  })), children);
1437
1487
  });
1438
1488
  if (process.env.NODE_ENV !== "production") {
1439
1489
  UserFavorite.propTypes = iconPropTypes.iconPropTypes;
1440
1490
  }
1441
- const UserFavoriteAlt = /*#__PURE__*/React__default["default"].forwardRef(function UserFavoriteAlt(_ref62, ref) {
1491
+ const UserFavoriteAlt = /*#__PURE__*/React__default["default"].forwardRef(function UserFavoriteAlt(_ref64, ref) {
1442
1492
  let {
1443
1493
  children,
1444
1494
  size = 16,
1445
1495
  ...rest
1446
- } = _ref62;
1496
+ } = _ref64;
1447
1497
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1448
1498
  width: size,
1449
1499
  height: size,
@@ -1452,19 +1502,19 @@ const UserFavoriteAlt = /*#__PURE__*/React__default["default"].forwardRef(functi
1452
1502
  viewBox: "0 0 32 32",
1453
1503
  fill: "currentColor",
1454
1504
  ...rest
1455
- }, _path93 || (_path93 = /*#__PURE__*/React__default["default"].createElement("path", {
1505
+ }, _path98 || (_path98 = /*#__PURE__*/React__default["default"].createElement("path", {
1456
1506
  d: "M28.7663 4.2558A4.2121 4.2121 0 0023 4.0321a4.2121 4.2121 0 00-5.7663.2237 4.319 4.319 0 000 6.0447L22.998 16.14 23 16.1376l.002.0019 5.7643-5.839A4.319 4.319 0 0028.7663 4.2558zM27.342 8.8948l-4.34 4.3973L23 13.29l-.002.002-4.34-4.3973a2.3085 2.3085 0 010-3.2338 2.2639 2.2639 0 013.1561 0l1.181 1.2074L23 6.8634l.0049.005 1.181-1.2074a2.2639 2.2639 0 013.1561 0A2.3085 2.3085 0 0127.342 8.8948zM16 30H14V25a3.0033 3.0033 0 00-3-3H7a3.0033 3.0033 0 00-3 3v5H2V25a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM9 10a3 3 0 11-3 3 3 3 0 013-3M9 8a5 5 0 105 5A5 5 0 009 8z"
1457
1507
  })), children);
1458
1508
  });
1459
1509
  if (process.env.NODE_ENV !== "production") {
1460
1510
  UserFavoriteAlt.propTypes = iconPropTypes.iconPropTypes;
1461
1511
  }
1462
- const UserFavoriteAltFilled = /*#__PURE__*/React__default["default"].forwardRef(function UserFavoriteAltFilled(_ref63, ref) {
1512
+ const UserFavoriteAltFilled = /*#__PURE__*/React__default["default"].forwardRef(function UserFavoriteAltFilled(_ref65, ref) {
1463
1513
  let {
1464
1514
  children,
1465
1515
  size = 16,
1466
1516
  ...rest
1467
- } = _ref63;
1517
+ } = _ref65;
1468
1518
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1469
1519
  width: size,
1470
1520
  height: size,
@@ -1473,19 +1523,19 @@ const UserFavoriteAltFilled = /*#__PURE__*/React__default["default"].forwardRef(
1473
1523
  viewBox: "0 0 32 32",
1474
1524
  fill: "currentColor",
1475
1525
  ...rest
1476
- }, _path94 || (_path94 = /*#__PURE__*/React__default["default"].createElement("path", {
1526
+ }, _path99 || (_path99 = /*#__PURE__*/React__default["default"].createElement("path", {
1477
1527
  d: "M26.4938 3a3.4735 3.4735 0 00-2.48 1.0393l-.5111.5228-.5161-.5228a3.4792 3.4792 0 00-4.96 0 3.59 3.59 0 000 5.0251l5.4766 5.5427 5.4716-5.5427a3.59 3.59 0 000-5.0251A3.4738 3.4738 0 0026.4938 3zM16 30H14V25a3.0033 3.0033 0 00-3-3H7a3.0033 3.0033 0 00-3 3v5H2V25a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM9 10a3 3 0 11-3 3 3 3 0 013-3M9 8a5 5 0 105 5A5 5 0 009 8z"
1478
1528
  })), children);
1479
1529
  });
1480
1530
  if (process.env.NODE_ENV !== "production") {
1481
1531
  UserFavoriteAltFilled.propTypes = iconPropTypes.iconPropTypes;
1482
1532
  }
1483
- const UserFeedback = /*#__PURE__*/React__default["default"].forwardRef(function UserFeedback(_ref64, ref) {
1533
+ const UserFeedback = /*#__PURE__*/React__default["default"].forwardRef(function UserFeedback(_ref66, ref) {
1484
1534
  let {
1485
1535
  children,
1486
1536
  size = 16,
1487
1537
  ...rest
1488
- } = _ref64;
1538
+ } = _ref66;
1489
1539
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1490
1540
  width: size,
1491
1541
  height: size,
@@ -1494,7 +1544,7 @@ const UserFeedback = /*#__PURE__*/React__default["default"].forwardRef(function
1494
1544
  viewBox: "0 0 32 32",
1495
1545
  fill: "currentColor",
1496
1546
  ...rest
1497
- }, _path95 || (_path95 = /*#__PURE__*/React__default["default"].createElement("path", {
1547
+ }, _path100 || (_path100 = /*#__PURE__*/React__default["default"].createElement("path", {
1498
1548
  strokeWidth: "0",
1499
1549
  d: "M19 3h10c1.1035 0 2 .8965 2 2v6c0 1.1035-.8965 2-2 2h-2.4229s-1.7314 3-1.7314 3l-1.7324-1 2.3096-4h3.5771s0-6 0-6h-10s0 6 0 6h3v2h-3c-1.1035 0-2-.8965-2-2v-6c0-1.1035.8965-2 2-2zM15 30h-2v-5c-.0018-1.6561-1.3439-2.9982-3-3h-4c-1.6561.0018-2.9982 1.3439-3 3v5H1v-5c.0033-2.7601 2.2399-4.9967 5-5h4c2.7601.0033 4.9967 2.2399 5 5v5zM8 10c1.6569 0 3 1.3431 3 3s-1.3431 3-3 3-3-1.3431-3-3c.0019-1.6561 1.3439-2.9981 3-3m0-2c-2.7614 0-5 2.2386-5 5s2.2386 5 5 5 5-2.2386 5-5-2.2386-5-5-5z"
1500
1550
  })), children);
@@ -1502,12 +1552,12 @@ const UserFeedback = /*#__PURE__*/React__default["default"].forwardRef(function
1502
1552
  if (process.env.NODE_ENV !== "production") {
1503
1553
  UserFeedback.propTypes = iconPropTypes.iconPropTypes;
1504
1554
  }
1505
- const UserFilled = /*#__PURE__*/React__default["default"].forwardRef(function UserFilled(_ref65, ref) {
1555
+ const UserFilled = /*#__PURE__*/React__default["default"].forwardRef(function UserFilled(_ref67, ref) {
1506
1556
  let {
1507
1557
  children,
1508
1558
  size = 16,
1509
1559
  ...rest
1510
- } = _ref65;
1560
+ } = _ref67;
1511
1561
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1512
1562
  width: size,
1513
1563
  height: size,
@@ -1516,19 +1566,19 @@ const UserFilled = /*#__PURE__*/React__default["default"].forwardRef(function Us
1516
1566
  viewBox: "0 0 32 32",
1517
1567
  fill: "currentColor",
1518
1568
  ...rest
1519
- }, _path96 || (_path96 = /*#__PURE__*/React__default["default"].createElement("path", {
1569
+ }, _path101 || (_path101 = /*#__PURE__*/React__default["default"].createElement("path", {
1520
1570
  d: "M6 30H26V25a7.0082 7.0082 0 00-7-7H13a7.0082 7.0082 0 00-7 7zM9 9a7 7 0 107-7A7 7 0 009 9z"
1521
1571
  })), children);
1522
1572
  });
1523
1573
  if (process.env.NODE_ENV !== "production") {
1524
1574
  UserFilled.propTypes = iconPropTypes.iconPropTypes;
1525
1575
  }
1526
- const UserFollow = /*#__PURE__*/React__default["default"].forwardRef(function UserFollow(_ref66, ref) {
1576
+ const UserFollow = /*#__PURE__*/React__default["default"].forwardRef(function UserFollow(_ref68, ref) {
1527
1577
  let {
1528
1578
  children,
1529
1579
  size = 16,
1530
1580
  ...rest
1531
- } = _ref66;
1581
+ } = _ref68;
1532
1582
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1533
1583
  width: size,
1534
1584
  height: size,
@@ -1537,19 +1587,19 @@ const UserFollow = /*#__PURE__*/React__default["default"].forwardRef(function Us
1537
1587
  viewBox: "0 0 32 32",
1538
1588
  fill: "currentColor",
1539
1589
  ...rest
1540
- }, _path97 || (_path97 = /*#__PURE__*/React__default["default"].createElement("path", {
1590
+ }, _path102 || (_path102 = /*#__PURE__*/React__default["default"].createElement("path", {
1541
1591
  d: "M32 14L28 14 28 10 26 10 26 14 22 14 22 16 26 16 26 20 28 20 28 16 32 16 32 14zM12 4A5 5 0 117 9a5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0012 2zM22 30H20V25a5 5 0 00-5-5H9a5 5 0 00-5 5v5H2V25a7 7 0 017-7h6a7 7 0 017 7z"
1542
1592
  })), children);
1543
1593
  });
1544
1594
  if (process.env.NODE_ENV !== "production") {
1545
1595
  UserFollow.propTypes = iconPropTypes.iconPropTypes;
1546
1596
  }
1547
- const UserIdentification = /*#__PURE__*/React__default["default"].forwardRef(function UserIdentification(_ref67, ref) {
1597
+ const UserIdentification = /*#__PURE__*/React__default["default"].forwardRef(function UserIdentification(_ref69, ref) {
1548
1598
  let {
1549
1599
  children,
1550
1600
  size = 16,
1551
1601
  ...rest
1552
- } = _ref67;
1602
+ } = _ref69;
1553
1603
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1554
1604
  width: size,
1555
1605
  height: size,
@@ -1558,25 +1608,25 @@ const UserIdentification = /*#__PURE__*/React__default["default"].forwardRef(fun
1558
1608
  viewBox: "0 0 32 32",
1559
1609
  fill: "currentColor",
1560
1610
  ...rest
1561
- }, _path98 || (_path98 = /*#__PURE__*/React__default["default"].createElement("path", {
1611
+ }, _path103 || (_path103 = /*#__PURE__*/React__default["default"].createElement("path", {
1562
1612
  d: "M22,11h4a1,1,0,0,1,1,1v2a0,0,0,0,1,0,0H21a0,0,0,0,1,0,0V12A1,1,0,0,1,22,11Z"
1563
1613
  })), _circle2 || (_circle2 = /*#__PURE__*/React__default["default"].createElement("circle", {
1564
1614
  cx: "24",
1565
1615
  cy: "8",
1566
1616
  r: "2"
1567
- })), _path99 || (_path99 = /*#__PURE__*/React__default["default"].createElement("path", {
1617
+ })), _path104 || (_path104 = /*#__PURE__*/React__default["default"].createElement("path", {
1568
1618
  d: "M30 18H18a2.0023 2.0023 0 01-2-2V4a2.002 2.002 0 012-2H30a2.0023 2.0023 0 012 2V16A2.0027 2.0027 0 0130 18zM18 4V16H30.001L30 4zM15 30H13V26a2.9465 2.9465 0 00-3-3H6a2.9465 2.9465 0 00-3 3v4H1V26a4.9514 4.9514 0 015-5h4a4.9514 4.9514 0 015 5zM8 11a3 3 0 010 6 3 3 0 010-6M8 9A5 5 0 008 19 5 5 0 008 9z"
1569
1619
  })), children);
1570
1620
  });
1571
1621
  if (process.env.NODE_ENV !== "production") {
1572
1622
  UserIdentification.propTypes = iconPropTypes.iconPropTypes;
1573
1623
  }
1574
- const UserMilitary = /*#__PURE__*/React__default["default"].forwardRef(function UserMilitary(_ref68, ref) {
1624
+ const UserMilitary = /*#__PURE__*/React__default["default"].forwardRef(function UserMilitary(_ref70, ref) {
1575
1625
  let {
1576
1626
  children,
1577
1627
  size = 16,
1578
1628
  ...rest
1579
- } = _ref68;
1629
+ } = _ref70;
1580
1630
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1581
1631
  width: size,
1582
1632
  height: size,
@@ -1585,23 +1635,23 @@ const UserMilitary = /*#__PURE__*/React__default["default"].forwardRef(function
1585
1635
  viewBox: "0 0 32 32",
1586
1636
  fill: "currentColor",
1587
1637
  ...rest
1588
- }, _path100 || (_path100 = /*#__PURE__*/React__default["default"].createElement("path", {
1638
+ }, _path105 || (_path105 = /*#__PURE__*/React__default["default"].createElement("path", {
1589
1639
  d: "M25 13L23.407 16 20 16.414 22.5 18.667 22 22 25 20.125 28 22 27.5 18.667 30 16.414 26.5 16 25 13z"
1590
- })), _path101 || (_path101 = /*#__PURE__*/React__default["default"].createElement("path", {
1640
+ })), _path106 || (_path106 = /*#__PURE__*/React__default["default"].createElement("path", {
1591
1641
  d: "M21.414 13.414L25 9.834 25 9.834 28.587 13.416 30 12 25 7 20 12 21.414 13.414z"
1592
- })), _path102 || (_path102 = /*#__PURE__*/React__default["default"].createElement("path", {
1642
+ })), _path107 || (_path107 = /*#__PURE__*/React__default["default"].createElement("path", {
1593
1643
  d: "M21.414 8.414L25 4.834 25 4.834 28.587 8.416 30 7 25 2 20 7 21.414 8.414zM16 30H14V25a3.0033 3.0033 0 00-3-3H7a3.0033 3.0033 0 00-3 3v5H2V25a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM9 10a3 3 0 11-3 3 3 3 0 013-3M9 8a5 5 0 105 5A5 5 0 009 8z"
1594
1644
  })), children);
1595
1645
  });
1596
1646
  if (process.env.NODE_ENV !== "production") {
1597
1647
  UserMilitary.propTypes = iconPropTypes.iconPropTypes;
1598
1648
  }
1599
- const UserMultiple = /*#__PURE__*/React__default["default"].forwardRef(function UserMultiple(_ref69, ref) {
1649
+ const UserMultiple = /*#__PURE__*/React__default["default"].forwardRef(function UserMultiple(_ref71, ref) {
1600
1650
  let {
1601
1651
  children,
1602
1652
  size = 16,
1603
1653
  ...rest
1604
- } = _ref69;
1654
+ } = _ref71;
1605
1655
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1606
1656
  width: size,
1607
1657
  height: size,
@@ -1610,19 +1660,19 @@ const UserMultiple = /*#__PURE__*/React__default["default"].forwardRef(function
1610
1660
  viewBox: "0 0 32 32",
1611
1661
  fill: "currentColor",
1612
1662
  ...rest
1613
- }, _path103 || (_path103 = /*#__PURE__*/React__default["default"].createElement("path", {
1663
+ }, _path108 || (_path108 = /*#__PURE__*/React__default["default"].createElement("path", {
1614
1664
  d: "M30 30H28V25a5.0057 5.0057 0 00-5-5V18a7.0078 7.0078 0 017 7zM22 30H20V25a5.0059 5.0059 0 00-5-5H9a5.0059 5.0059 0 00-5 5v5H2V25a7.0082 7.0082 0 017-7h6a7.0082 7.0082 0 017 7zM20 2V4a5 5 0 010 10v2A7 7 0 0020 2zM12 4A5 5 0 117 9a5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0012 2z"
1615
1665
  })), children);
1616
1666
  });
1617
1667
  if (process.env.NODE_ENV !== "production") {
1618
1668
  UserMultiple.propTypes = iconPropTypes.iconPropTypes;
1619
1669
  }
1620
- const UserOnline = /*#__PURE__*/React__default["default"].forwardRef(function UserOnline(_ref70, ref) {
1670
+ const UserOnline = /*#__PURE__*/React__default["default"].forwardRef(function UserOnline(_ref72, ref) {
1621
1671
  let {
1622
1672
  children,
1623
1673
  size = 16,
1624
1674
  ...rest
1625
- } = _ref70;
1675
+ } = _ref72;
1626
1676
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1627
1677
  width: size,
1628
1678
  height: size,
@@ -1635,19 +1685,19 @@ const UserOnline = /*#__PURE__*/React__default["default"].forwardRef(function Us
1635
1685
  cx: "26",
1636
1686
  cy: "16",
1637
1687
  r: "4"
1638
- })), _path104 || (_path104 = /*#__PURE__*/React__default["default"].createElement("path", {
1688
+ })), _path109 || (_path109 = /*#__PURE__*/React__default["default"].createElement("path", {
1639
1689
  d: "M22 30H20V25a5 5 0 00-5-5H9a5 5 0 00-5 5v5H2V25a7 7 0 017-7h6a7 7 0 017 7zM12 4A5 5 0 117 9a5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0012 2z"
1640
1690
  })), children);
1641
1691
  });
1642
1692
  if (process.env.NODE_ENV !== "production") {
1643
1693
  UserOnline.propTypes = iconPropTypes.iconPropTypes;
1644
1694
  }
1645
- const UserProfile = /*#__PURE__*/React__default["default"].forwardRef(function UserProfile(_ref71, ref) {
1695
+ const UserProfile = /*#__PURE__*/React__default["default"].forwardRef(function UserProfile(_ref73, ref) {
1646
1696
  let {
1647
1697
  children,
1648
1698
  size = 16,
1649
1699
  ...rest
1650
- } = _ref71;
1700
+ } = _ref73;
1651
1701
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1652
1702
  width: size,
1653
1703
  height: size,
@@ -1656,19 +1706,19 @@ const UserProfile = /*#__PURE__*/React__default["default"].forwardRef(function U
1656
1706
  viewBox: "0 0 32 32",
1657
1707
  fill: "currentColor",
1658
1708
  ...rest
1659
- }, _path105 || (_path105 = /*#__PURE__*/React__default["default"].createElement("path", {
1709
+ }, _path110 || (_path110 = /*#__PURE__*/React__default["default"].createElement("path", {
1660
1710
  d: "M12 4A5 5 0 117 9a5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0012 2zM22 30H20V25a5 5 0 00-5-5H9a5 5 0 00-5 5v5H2V25a7 7 0 017-7h6a7 7 0 017 7zM22 4H32V6H22zM22 9H32V11H22zM22 14H29V16H22z"
1661
1711
  })), children);
1662
1712
  });
1663
1713
  if (process.env.NODE_ENV !== "production") {
1664
1714
  UserProfile.propTypes = iconPropTypes.iconPropTypes;
1665
1715
  }
1666
- const UserRole = /*#__PURE__*/React__default["default"].forwardRef(function UserRole(_ref72, ref) {
1716
+ const UserRole = /*#__PURE__*/React__default["default"].forwardRef(function UserRole(_ref74, ref) {
1667
1717
  let {
1668
1718
  children,
1669
1719
  size = 16,
1670
1720
  ...rest
1671
- } = _ref72;
1721
+ } = _ref74;
1672
1722
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1673
1723
  width: size,
1674
1724
  height: size,
@@ -1677,19 +1727,19 @@ const UserRole = /*#__PURE__*/React__default["default"].forwardRef(function User
1677
1727
  viewBox: "0 0 32 32",
1678
1728
  fill: "currentColor",
1679
1729
  ...rest
1680
- }, _path106 || (_path106 = /*#__PURE__*/React__default["default"].createElement("path", {
1730
+ }, _path111 || (_path111 = /*#__PURE__*/React__default["default"].createElement("path", {
1681
1731
  d: "M28.07 21L22 15 28.07 9 29.5 10.41 24.86 15 29.5 19.59 28.07 21zM22 30H20V25a5 5 0 00-5-5H9a5 5 0 00-5 5v5H2V25a7 7 0 017-7h6a7 7 0 017 7zM12 4A5 5 0 117 9a5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0012 2z"
1682
1732
  })), children);
1683
1733
  });
1684
1734
  if (process.env.NODE_ENV !== "production") {
1685
1735
  UserRole.propTypes = iconPropTypes.iconPropTypes;
1686
1736
  }
1687
- const UserService = /*#__PURE__*/React__default["default"].forwardRef(function UserService(_ref73, ref) {
1737
+ const UserService = /*#__PURE__*/React__default["default"].forwardRef(function UserService(_ref75, ref) {
1688
1738
  let {
1689
1739
  children,
1690
1740
  size = 16,
1691
1741
  ...rest
1692
- } = _ref73;
1742
+ } = _ref75;
1693
1743
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1694
1744
  width: size,
1695
1745
  height: size,
@@ -1698,7 +1748,7 @@ const UserService = /*#__PURE__*/React__default["default"].forwardRef(function U
1698
1748
  viewBox: "0 0 32 32",
1699
1749
  fill: "currentColor",
1700
1750
  ...rest
1701
- }, _path107 || (_path107 = /*#__PURE__*/React__default["default"].createElement("path", {
1751
+ }, _path112 || (_path112 = /*#__PURE__*/React__default["default"].createElement("path", {
1702
1752
  strokeWidth: "0",
1703
1753
  d: "M23.019 10.4332c-.595.3514-1.2795.5668-2.019.5668-2.2056 0-4-1.7944-4-4 0-.3557.0615-.6943.1492-1.0228l2.4368 2.4368.0005-.0004c.3621.3621.8621.5864 1.4136.5864 1.103 0 2-.897 2-2 0-.5515-.2242-1.0515-.5864-1.4136l.0005-.0004-2.4368-2.4368c.3284-.0875.667-.1491 1.0227-.1491 2.2056 0 4 1.7944 4 4 0 .7396-.2155 1.4241-.5669 2.0191l5.5669 5.5668-1.4141 1.4141-5.5669-5.5668zM16 30h-2v-5c-.0018-1.6561-1.3439-2.9982-3-3h-4c-1.6561.0018-2.9982 1.3439-3 3v5h-2v-5c.0033-2.7601 2.2399-4.9967 5-5h4c2.7601.0033 4.9967 2.2399 5 5v5zM9 10c1.6569 0 3 1.3431 3 3s-1.3431 3-3 3-3-1.3431-3-3c.0019-1.6561 1.3439-2.9981 3-3m0-2c-2.7614 0-5 2.2386-5 5s2.2386 5 5 5 5-2.2386 5-5-2.2386-5-5-5z"
1704
1754
  })), children);
@@ -1706,12 +1756,12 @@ const UserService = /*#__PURE__*/React__default["default"].forwardRef(function U
1706
1756
  if (process.env.NODE_ENV !== "production") {
1707
1757
  UserService.propTypes = iconPropTypes.iconPropTypes;
1708
1758
  }
1709
- const UserServiceDesk = /*#__PURE__*/React__default["default"].forwardRef(function UserServiceDesk(_ref74, ref) {
1759
+ const UserServiceDesk = /*#__PURE__*/React__default["default"].forwardRef(function UserServiceDesk(_ref76, ref) {
1710
1760
  let {
1711
1761
  children,
1712
1762
  size = 16,
1713
1763
  ...rest
1714
- } = _ref74;
1764
+ } = _ref76;
1715
1765
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1716
1766
  width: size,
1717
1767
  height: size,
@@ -1720,19 +1770,19 @@ const UserServiceDesk = /*#__PURE__*/React__default["default"].forwardRef(functi
1720
1770
  viewBox: "0 0 32 32",
1721
1771
  fill: "currentColor",
1722
1772
  ...rest
1723
- }, _path108 || (_path108 = /*#__PURE__*/React__default["default"].createElement("path", {
1773
+ }, _path113 || (_path113 = /*#__PURE__*/React__default["default"].createElement("path", {
1724
1774
  d: "M25.334 11.95l1.2055-1.206a1.178 1.178 0 011.2593-.2584l1.4693.5868A1.1736 1.1736 0 0130 12.1489v2.692A1.1681 1.1681 0 0128.8229 16l-.05-.0015C18.4775 15.3578 16.4 6.6357 16.0073 3.2976a1.1681 1.1681 0 011.0315-1.29A1.1492 1.1492 0 0117.1751 2h2.5994a1.1626 1.1626 0 011.0764.7322l.5866 1.47a1.1635 1.1635 0 01-.2529 1.26L19.9791 6.668S20.6733 11.3682 25.334 11.95zM16 30H14V25a3.0033 3.0033 0 00-3-3H7a3.0033 3.0033 0 00-3 3v5H2V25a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM9 10a3 3 0 11-3 3 3 3 0 013-3M9 8a5 5 0 105 5A5 5 0 009 8z"
1725
1775
  })), children);
1726
1776
  });
1727
1777
  if (process.env.NODE_ENV !== "production") {
1728
1778
  UserServiceDesk.propTypes = iconPropTypes.iconPropTypes;
1729
1779
  }
1730
- const UserSettings = /*#__PURE__*/React__default["default"].forwardRef(function UserSettings(_ref75, ref) {
1780
+ const UserSettings = /*#__PURE__*/React__default["default"].forwardRef(function UserSettings(_ref77, ref) {
1731
1781
  let {
1732
1782
  children,
1733
1783
  size = 16,
1734
1784
  ...rest
1735
- } = _ref75;
1785
+ } = _ref77;
1736
1786
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1737
1787
  width: size,
1738
1788
  height: size,
@@ -1741,19 +1791,19 @@ const UserSettings = /*#__PURE__*/React__default["default"].forwardRef(function
1741
1791
  viewBox: "0 0 32 32",
1742
1792
  fill: "currentColor",
1743
1793
  ...rest
1744
- }, _path109 || (_path109 = /*#__PURE__*/React__default["default"].createElement("path", {
1794
+ }, _path114 || (_path114 = /*#__PURE__*/React__default["default"].createElement("path", {
1745
1795
  d: "M30 10V8H27.8989a4.9678 4.9678 0 00-.7319-1.7529l1.49-1.49-1.414-1.414-1.49 1.49A4.9678 4.9678 0 0024 4.1011V2H22V4.1011a4.9678 4.9678 0 00-1.7529.7319l-1.49-1.49-1.414 1.414 1.49 1.49A4.9678 4.9678 0 0018.1011 8H16v2h2.1011a4.9678 4.9678 0 00.7319 1.7529l-1.49 1.49 1.414 1.414 1.49-1.49A4.9678 4.9678 0 0022 13.8989V16h2V13.8989a4.9678 4.9678 0 001.7529-.7319l1.49 1.49 1.414-1.414-1.49-1.49A4.9678 4.9678 0 0027.8989 10zm-7 2a3 3 0 113-3A3.0033 3.0033 0 0123 12zM16 30H14V25a3.0033 3.0033 0 00-3-3H7a3.0033 3.0033 0 00-3 3v5H2V25a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM9 10a3 3 0 11-3 3 3 3 0 013-3M9 8a5 5 0 105 5A5 5 0 009 8z"
1746
1796
  })), children);
1747
1797
  });
1748
1798
  if (process.env.NODE_ENV !== "production") {
1749
1799
  UserSettings.propTypes = iconPropTypes.iconPropTypes;
1750
1800
  }
1751
- const UserSimulation = /*#__PURE__*/React__default["default"].forwardRef(function UserSimulation(_ref76, ref) {
1801
+ const UserSimulation = /*#__PURE__*/React__default["default"].forwardRef(function UserSimulation(_ref78, ref) {
1752
1802
  let {
1753
1803
  children,
1754
1804
  size = 16,
1755
1805
  ...rest
1756
- } = _ref76;
1806
+ } = _ref78;
1757
1807
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1758
1808
  width: size,
1759
1809
  height: size,
@@ -1762,22 +1812,22 @@ const UserSimulation = /*#__PURE__*/React__default["default"].forwardRef(functio
1762
1812
  viewBox: "0 0 32 32",
1763
1813
  fill: "currentColor",
1764
1814
  ...rest
1765
- }, _path110 || (_path110 = /*#__PURE__*/React__default["default"].createElement("path", {
1815
+ }, _path115 || (_path115 = /*#__PURE__*/React__default["default"].createElement("path", {
1766
1816
  d: "M25.232 12.866H29.232V14.866H25.232z",
1767
1817
  transform: "rotate(30 27.232 13.866)"
1768
- })), _path111 || (_path111 = /*#__PURE__*/React__default["default"].createElement("path", {
1818
+ })), _path116 || (_path116 = /*#__PURE__*/React__default["default"].createElement("path", {
1769
1819
  d: "M26 8H30V10H26z"
1770
- })), _path112 || (_path112 = /*#__PURE__*/React__default["default"].createElement("path", {
1820
+ })), _path117 || (_path117 = /*#__PURE__*/React__default["default"].createElement("path", {
1771
1821
  d: "M2.768 12.866H6.768V14.866H2.768z",
1772
1822
  transform: "rotate(150 4.768 13.866)"
1773
- })), _path113 || (_path113 = /*#__PURE__*/React__default["default"].createElement("path", {
1823
+ })), _path118 || (_path118 = /*#__PURE__*/React__default["default"].createElement("path", {
1774
1824
  d: "M26 30H24V25a5.0059 5.0059 0 00-5-5H13a5.0059 5.0059 0 00-5 5v5H6V25a7.0082 7.0082 0 017-7h6a7.0082 7.0082 0 017 7zM16 4a5 5 0 11-5 5 5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0016 2z"
1775
- })), _path114 || (_path114 = /*#__PURE__*/React__default["default"].createElement("path", {
1825
+ })), _path119 || (_path119 = /*#__PURE__*/React__default["default"].createElement("path", {
1776
1826
  d: "M25.232 3.134H29.232V5.134H25.232z",
1777
1827
  transform: "rotate(-30 27.232 4.134)"
1778
- })), _path115 || (_path115 = /*#__PURE__*/React__default["default"].createElement("path", {
1828
+ })), _path120 || (_path120 = /*#__PURE__*/React__default["default"].createElement("path", {
1779
1829
  d: "M2 8H6V10H2z"
1780
- })), _path116 || (_path116 = /*#__PURE__*/React__default["default"].createElement("path", {
1830
+ })), _path121 || (_path121 = /*#__PURE__*/React__default["default"].createElement("path", {
1781
1831
  d: "M2.768 3.134H6.768V5.134H2.768z",
1782
1832
  transform: "rotate(-150 4.768 4.134)"
1783
1833
  })), children);
@@ -1785,12 +1835,12 @@ const UserSimulation = /*#__PURE__*/React__default["default"].forwardRef(functio
1785
1835
  if (process.env.NODE_ENV !== "production") {
1786
1836
  UserSimulation.propTypes = iconPropTypes.iconPropTypes;
1787
1837
  }
1788
- const UserSpeaker = /*#__PURE__*/React__default["default"].forwardRef(function UserSpeaker(_ref77, ref) {
1838
+ const UserSpeaker = /*#__PURE__*/React__default["default"].forwardRef(function UserSpeaker(_ref79, ref) {
1789
1839
  let {
1790
1840
  children,
1791
1841
  size = 16,
1792
1842
  ...rest
1793
- } = _ref77;
1843
+ } = _ref79;
1794
1844
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1795
1845
  width: size,
1796
1846
  height: size,
@@ -1799,21 +1849,21 @@ const UserSpeaker = /*#__PURE__*/React__default["default"].forwardRef(function U
1799
1849
  viewBox: "0 0 32 32",
1800
1850
  fill: "currentColor",
1801
1851
  ...rest
1802
- }, _path117 || (_path117 = /*#__PURE__*/React__default["default"].createElement("path", {
1852
+ }, _path122 || (_path122 = /*#__PURE__*/React__default["default"].createElement("path", {
1803
1853
  d: "M29.4146,19,27.7,17.2852A2.97,2.97,0,0,0,28,16a3,3,0,1,0-3,3,2.97,2.97,0,0,0,1.2864-.3L28,20.4141V28H22V25a7.0078,7.0078,0,0,0-7-7H9a7.008,7.008,0,0,0-7,7v5H30V20.4141A1.988,1.988,0,0,0,29.4146,19ZM4,25a5.006,5.006,0,0,1,5-5h6a5.0059,5.0059,0,0,1,5,5v3H4Z"
1804
- })), _path118 || (_path118 = /*#__PURE__*/React__default["default"].createElement("path", {
1854
+ })), _path123 || (_path123 = /*#__PURE__*/React__default["default"].createElement("path", {
1805
1855
  d: "M12,4A5,5,0,1,1,7,9a5,5,0,0,1,5-5m0-2a7,7,0,1,0,7,7A7,7,0,0,0,12,2Z"
1806
1856
  })), children);
1807
1857
  });
1808
1858
  if (process.env.NODE_ENV !== "production") {
1809
1859
  UserSpeaker.propTypes = iconPropTypes.iconPropTypes;
1810
1860
  }
1811
- const UserSponsor = /*#__PURE__*/React__default["default"].forwardRef(function UserSponsor(_ref78, ref) {
1861
+ const UserSponsor = /*#__PURE__*/React__default["default"].forwardRef(function UserSponsor(_ref80, ref) {
1812
1862
  let {
1813
1863
  children,
1814
1864
  size = 16,
1815
1865
  ...rest
1816
- } = _ref78;
1866
+ } = _ref80;
1817
1867
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1818
1868
  width: size,
1819
1869
  height: size,
@@ -1822,19 +1872,19 @@ const UserSponsor = /*#__PURE__*/React__default["default"].forwardRef(function U
1822
1872
  viewBox: "0 0 32 32",
1823
1873
  fill: "currentColor",
1824
1874
  ...rest
1825
- }, _path119 || (_path119 = /*#__PURE__*/React__default["default"].createElement("path", {
1875
+ }, _path124 || (_path124 = /*#__PURE__*/React__default["default"].createElement("path", {
1826
1876
  d: "M31.8301 13.3662L30.8301 11.6338 28 13.2681 28 10 26 10 26 13.2676 23.1699 11.6338 22.1699 13.3662 25 15 22.1699 16.6338 23.1699 18.3662 26 16.7324 26 20 28 20 28 16.7319 30.8301 18.3662 31.8301 16.6338 29 15 31.8301 13.3662zM22 30h-2v-5c-.0033-2.7601-2.2399-4.9967-5-5h-6c-2.7601.0033-4.9967 2.2399-5 5v5h-2v-5c.0045-3.8641 3.1359-6.9955 7-7h6c3.8641.0045 6.9955 3.1359 7 7v5zM12 4c2.7614 0 5 2.2386 5 5s-2.2386 5-5 5-5-2.2386-5-5c.0031-2.7601 2.2399-4.9969 5-5m0-2c-3.866 0-7 3.134-7 7s3.134 7 7 7 7-3.134 7-7-3.134-7-7-7z"
1827
1877
  })), children);
1828
1878
  });
1829
1879
  if (process.env.NODE_ENV !== "production") {
1830
1880
  UserSponsor.propTypes = iconPropTypes.iconPropTypes;
1831
1881
  }
1832
- const UserXRay = /*#__PURE__*/React__default["default"].forwardRef(function UserXRay(_ref79, ref) {
1882
+ const UserXRay = /*#__PURE__*/React__default["default"].forwardRef(function UserXRay(_ref81, ref) {
1833
1883
  let {
1834
1884
  children,
1835
1885
  size = 16,
1836
1886
  ...rest
1837
- } = _ref79;
1887
+ } = _ref81;
1838
1888
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1839
1889
  width: size,
1840
1890
  height: size,
@@ -1843,22 +1893,22 @@ const UserXRay = /*#__PURE__*/React__default["default"].forwardRef(function User
1843
1893
  viewBox: "0 0 32 32",
1844
1894
  fill: "currentColor",
1845
1895
  ...rest
1846
- }, _path120 || (_path120 = /*#__PURE__*/React__default["default"].createElement("path", {
1896
+ }, _path125 || (_path125 = /*#__PURE__*/React__default["default"].createElement("path", {
1847
1897
  fill: "none",
1848
1898
  d: "M28 9L28 7 25 7 25 5 23 5 23 7 20 7 20 9 23 9 23 12 20 12 20 14 23 14 23 16 25 16 25 14 28 14 28 12 25 12 25 9 28 9z"
1849
- })), _path121 || (_path121 = /*#__PURE__*/React__default["default"].createElement("path", {
1899
+ })), _path126 || (_path126 = /*#__PURE__*/React__default["default"].createElement("path", {
1850
1900
  d: "M31 3H17a1 1 0 00-1 1V17a1 1 0 001 1H31a1 1 0 001-1V4A1 1 0 0031 3zM28 9H25v3h3v2H25v2H23V14H20V12h3V9H20V7h3V5h2V7h3zM15 30H13V26a2.9465 2.9465 0 00-3-3H6a2.9465 2.9465 0 00-3 3v4H1V26a4.9514 4.9514 0 015-5h4a4.9514 4.9514 0 015 5zM8 11a3 3 0 010 6 3 3 0 010-6M8 9A5 5 0 008 19 5 5 0 008 9z"
1851
1901
  })), children);
1852
1902
  });
1853
1903
  if (process.env.NODE_ENV !== "production") {
1854
1904
  UserXRay.propTypes = iconPropTypes.iconPropTypes;
1855
1905
  }
1856
- const UserProfileAlt = /*#__PURE__*/React__default["default"].forwardRef(function UserProfileAlt(_ref80, ref) {
1906
+ const UserProfileAlt = /*#__PURE__*/React__default["default"].forwardRef(function UserProfileAlt(_ref82, ref) {
1857
1907
  let {
1858
1908
  children,
1859
1909
  size = 16,
1860
1910
  ...rest
1861
- } = _ref80;
1911
+ } = _ref82;
1862
1912
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1863
1913
  width: size,
1864
1914
  height: size,
@@ -1867,19 +1917,19 @@ const UserProfileAlt = /*#__PURE__*/React__default["default"].forwardRef(functio
1867
1917
  viewBox: "0 0 32 32",
1868
1918
  fill: "currentColor",
1869
1919
  ...rest
1870
- }, _path122 || (_path122 = /*#__PURE__*/React__default["default"].createElement("path", {
1920
+ }, _path127 || (_path127 = /*#__PURE__*/React__default["default"].createElement("path", {
1871
1921
  d: "M19 13H26V15H19zM19 8H30V10H19zM19 3H30V5H19zM11 30H7a2.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 0111 30zM6 12a.9448.9448 0 00-1 1v6H7v9h4V19h2V13a.9448.9448 0 00-1-1zM9 9a4 4 0 114-4h0A4.0118 4.0118 0 019 9zM9 3a2 2 0 102 2h0A2.0059 2.0059 0 009 3z"
1872
1922
  })), children);
1873
1923
  });
1874
1924
  if (process.env.NODE_ENV !== "production") {
1875
1925
  UserProfileAlt.propTypes = iconPropTypes.iconPropTypes;
1876
1926
  }
1877
- const UvIndex = /*#__PURE__*/React__default["default"].forwardRef(function UvIndex(_ref81, ref) {
1927
+ const UvIndex = /*#__PURE__*/React__default["default"].forwardRef(function UvIndex(_ref83, ref) {
1878
1928
  let {
1879
1929
  children,
1880
1930
  size = 16,
1881
1931
  ...rest
1882
- } = _ref81;
1932
+ } = _ref83;
1883
1933
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1884
1934
  width: size,
1885
1935
  height: size,
@@ -1888,19 +1938,19 @@ const UvIndex = /*#__PURE__*/React__default["default"].forwardRef(function UvInd
1888
1938
  viewBox: "0 0 32 32",
1889
1939
  fill: "currentColor",
1890
1940
  ...rest
1891
- }, _path123 || (_path123 = /*#__PURE__*/React__default["default"].createElement("path", {
1941
+ }, _path128 || (_path128 = /*#__PURE__*/React__default["default"].createElement("path", {
1892
1942
  d: "M16,5.9121l1.7444,2.9326.7822,1.315,1.4739-.4107,3.1206-.87L22.2512,12,21.84,13.4731l1.315.7823L26.0876,16l-2.9323,1.7441-1.315.7818L22.2512,20l.87,3.1211-3.1208-.87L18.5266,21.84l-.7822,1.315L16,26.0879l-1.7444-2.9326-.7822-1.315L12,22.251l-3.1208.87L9.7488,20l.4109-1.4741-1.315-.7818L5.9124,16l2.9323-1.7446,1.315-.7823L9.7488,12l-.87-3.1206L12,9.749l1.4739.4107.7822-1.315L16,5.9121M16,2,12.5366,7.8223,6,6l1.8223,6.5366L2,16l5.8223,3.4629L6,26l6.5366-1.8223L16,30l3.4634-5.8223L26,26l-1.8223-6.5371L30,16l-5.8223-3.4634L26,6,19.4634,7.8223,16,2Z"
1893
1943
  })), children);
1894
1944
  });
1895
1945
  if (process.env.NODE_ENV !== "production") {
1896
1946
  UvIndex.propTypes = iconPropTypes.iconPropTypes;
1897
1947
  }
1898
- const UvIndexAlt = /*#__PURE__*/React__default["default"].forwardRef(function UvIndexAlt(_ref82, ref) {
1948
+ const UvIndexAlt = /*#__PURE__*/React__default["default"].forwardRef(function UvIndexAlt(_ref84, ref) {
1899
1949
  let {
1900
1950
  children,
1901
1951
  size = 16,
1902
1952
  ...rest
1903
- } = _ref82;
1953
+ } = _ref84;
1904
1954
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1905
1955
  width: size,
1906
1956
  height: size,
@@ -1909,29 +1959,29 @@ const UvIndexAlt = /*#__PURE__*/React__default["default"].forwardRef(function Uv
1909
1959
  viewBox: "0 0 32 32",
1910
1960
  fill: "currentColor",
1911
1961
  ...rest
1912
- }, _path124 || (_path124 = /*#__PURE__*/React__default["default"].createElement("path", {
1962
+ }, _path129 || (_path129 = /*#__PURE__*/React__default["default"].createElement("path", {
1913
1963
  d: "M13 30H9a2.0027 2.0027 0 01-2-2V20H9v8h4V20h2v8A2.0027 2.0027 0 0113 30zM25 20L23.25 20 21 29.031 18.792 20 17 20 19.5 30 22.5 30 25 20zM15 2H17V7H15z"
1914
- })), _path125 || (_path125 = /*#__PURE__*/React__default["default"].createElement("path", {
1964
+ })), _path130 || (_path130 = /*#__PURE__*/React__default["default"].createElement("path", {
1915
1965
  d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
1916
1966
  transform: "rotate(-45 24.147 7.853)"
1917
- })), _path126 || (_path126 = /*#__PURE__*/React__default["default"].createElement("path", {
1967
+ })), _path131 || (_path131 = /*#__PURE__*/React__default["default"].createElement("path", {
1918
1968
  d: "M25 15H30V17H25zM2 15H7V17H2z"
1919
- })), _path127 || (_path127 = /*#__PURE__*/React__default["default"].createElement("path", {
1969
+ })), _path132 || (_path132 = /*#__PURE__*/React__default["default"].createElement("path", {
1920
1970
  d: "M6.854 5.375H8.854V10.333H6.854z",
1921
1971
  transform: "rotate(-45 7.854 7.853)"
1922
- })), _path128 || (_path128 = /*#__PURE__*/React__default["default"].createElement("path", {
1972
+ })), _path133 || (_path133 = /*#__PURE__*/React__default["default"].createElement("path", {
1923
1973
  d: "M22,17H20V16a4,4,0,0,0-8,0v1H10V16a6,6,0,0,1,12,0Z"
1924
1974
  })), children);
1925
1975
  });
1926
1976
  if (process.env.NODE_ENV !== "production") {
1927
1977
  UvIndexAlt.propTypes = iconPropTypes.iconPropTypes;
1928
1978
  }
1929
- const UvIndexFilled = /*#__PURE__*/React__default["default"].forwardRef(function UvIndexFilled(_ref83, ref) {
1979
+ const UvIndexFilled = /*#__PURE__*/React__default["default"].forwardRef(function UvIndexFilled(_ref85, ref) {
1930
1980
  let {
1931
1981
  children,
1932
1982
  size = 16,
1933
1983
  ...rest
1934
- } = _ref83;
1984
+ } = _ref85;
1935
1985
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1936
1986
  width: size,
1937
1987
  height: size,
@@ -1940,19 +1990,19 @@ const UvIndexFilled = /*#__PURE__*/React__default["default"].forwardRef(function
1940
1990
  viewBox: "0 0 32 32",
1941
1991
  fill: "currentColor",
1942
1992
  ...rest
1943
- }, _path129 || (_path129 = /*#__PURE__*/React__default["default"].createElement("path", {
1993
+ }, _path134 || (_path134 = /*#__PURE__*/React__default["default"].createElement("path", {
1944
1994
  d: "M16,30l-3.4634-5.8223L6,26l1.8223-6.5369L2,16l5.8223-3.4631L6,6l6.5366,1.8223L16,2l3.4634,5.8223L26,6l-1.8223,6.5369L30,16l-5.8223,3.4631L26,26l-6.5366-1.8223Z"
1945
1995
  })), children);
1946
1996
  });
1947
1997
  if (process.env.NODE_ENV !== "production") {
1948
1998
  UvIndexFilled.propTypes = iconPropTypes.iconPropTypes;
1949
1999
  }
1950
- const ValueVariable = /*#__PURE__*/React__default["default"].forwardRef(function ValueVariable(_ref84, ref) {
2000
+ const ValueVariable = /*#__PURE__*/React__default["default"].forwardRef(function ValueVariable(_ref86, ref) {
1951
2001
  let {
1952
2002
  children,
1953
2003
  size = 16,
1954
2004
  ...rest
1955
- } = _ref84;
2005
+ } = _ref86;
1956
2006
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1957
2007
  width: size,
1958
2008
  height: size,
@@ -1961,19 +2011,19 @@ const ValueVariable = /*#__PURE__*/React__default["default"].forwardRef(function
1961
2011
  viewBox: "0 0 32 32",
1962
2012
  fill: "currentColor",
1963
2013
  ...rest
1964
- }, _path130 || (_path130 = /*#__PURE__*/React__default["default"].createElement("path", {
2014
+ }, _path135 || (_path135 = /*#__PURE__*/React__default["default"].createElement("path", {
1965
2015
  d: "M26 28H22V26h4V6H22V4h4a2.0021 2.0021 0 012 2V26A2.0021 2.0021 0 0126 28zM20 11L18 11 16 14.897 14 11 12 11 14.905 16 12 21 14 21 16 17.201 18 21 20 21 17.098 16 20 11zM10 28H6a2.0021 2.0021 0 01-2-2V6A2.0021 2.0021 0 016 4h4V6H6V26h4z"
1966
2016
  })), children);
1967
2017
  });
1968
2018
  if (process.env.NODE_ENV !== "production") {
1969
2019
  ValueVariable.propTypes = iconPropTypes.iconPropTypes;
1970
2020
  }
1971
- const Van = /*#__PURE__*/React__default["default"].forwardRef(function Van(_ref85, ref) {
2021
+ const Van = /*#__PURE__*/React__default["default"].forwardRef(function Van(_ref87, ref) {
1972
2022
  let {
1973
2023
  children,
1974
2024
  size = 16,
1975
2025
  ...rest
1976
- } = _ref85;
2026
+ } = _ref87;
1977
2027
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1978
2028
  width: size,
1979
2029
  height: size,
@@ -1982,19 +2032,19 @@ const Van = /*#__PURE__*/React__default["default"].forwardRef(function Van(_ref8
1982
2032
  viewBox: "0 0 32 32",
1983
2033
  fill: "currentColor",
1984
2034
  ...rest
1985
- }, _path131 || (_path131 = /*#__PURE__*/React__default["default"].createElement("path", {
2035
+ }, _path136 || (_path136 = /*#__PURE__*/React__default["default"].createElement("path", {
1986
2036
  d: "M29.81,16l-7-9.56A1,1,0,0,0,22,6H3A1,1,0,0,0,2,7V24a1,1,0,0,0,1,1H5.14a4,4,0,0,0,7.72,0h6.28a4,4,0,0,0,7.72,0H29a1,1,0,0,0,1-1V16.56A1,1,0,0,0,29.81,16ZM20,8h1.49l5.13,7H20ZM9,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,0H4V8H18v9H28Z"
1987
2037
  })), children);
1988
2038
  });
1989
2039
  if (process.env.NODE_ENV !== "production") {
1990
2040
  Van.propTypes = iconPropTypes.iconPropTypes;
1991
2041
  }
1992
- const VegetationAsset = /*#__PURE__*/React__default["default"].forwardRef(function VegetationAsset(_ref86, ref) {
2042
+ const VegetationAsset = /*#__PURE__*/React__default["default"].forwardRef(function VegetationAsset(_ref88, ref) {
1993
2043
  let {
1994
2044
  children,
1995
2045
  size = 16,
1996
2046
  ...rest
1997
- } = _ref86;
2047
+ } = _ref88;
1998
2048
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1999
2049
  width: size,
2000
2050
  height: size,
@@ -2007,21 +2057,21 @@ const VegetationAsset = /*#__PURE__*/React__default["default"].forwardRef(functi
2007
2057
  cx: "21.5",
2008
2058
  cy: "10.5",
2009
2059
  r: "1.5"
2010
- })), _path132 || (_path132 = /*#__PURE__*/React__default["default"].createElement("path", {
2060
+ })), _path137 || (_path137 = /*#__PURE__*/React__default["default"].createElement("path", {
2011
2061
  d: "M28.5 1a2.4518 2.4518 0 00-1.2061.3105L18.9834 5.6084l.0027.0054a5.497 5.497 0 107.3257 7.5444l.0031.0015 4.4-8.5A2.5 2.5 0 0028.5 1zm-7 13A3.5 3.5 0 1125 10.5 3.5042 3.5042 0 0121.5 14zM28.9414 3.7354L26.5571 8.3408A5.5279 5.5279 0 0023.658 5.4424l4.5949-2.377A.5165.5165 0 0129 3.5.4985.4985 0 0128.9414 3.7354zM19 20h7V18H17V28a2.0027 2.0027 0 002 2h3V28H19zM12 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"
2012
- })), _path133 || (_path133 = /*#__PURE__*/React__default["default"].createElement("path", {
2062
+ })), _path138 || (_path138 = /*#__PURE__*/React__default["default"].createElement("path", {
2013
2063
  d: "M17.3079,2.2852A9.4882,9.4882,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,4a7.499,7.499,0,0,1,1.731.2148Z"
2014
2064
  })), children);
2015
2065
  });
2016
2066
  if (process.env.NODE_ENV !== "production") {
2017
2067
  VegetationAsset.propTypes = iconPropTypes.iconPropTypes;
2018
2068
  }
2019
- const VegetationEncroachment = /*#__PURE__*/React__default["default"].forwardRef(function VegetationEncroachment(_ref87, ref) {
2069
+ const VegetationEncroachment = /*#__PURE__*/React__default["default"].forwardRef(function VegetationEncroachment(_ref89, ref) {
2020
2070
  let {
2021
2071
  children,
2022
2072
  size = 16,
2023
2073
  ...rest
2024
- } = _ref87;
2074
+ } = _ref89;
2025
2075
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2026
2076
  width: size,
2027
2077
  height: size,
@@ -2030,21 +2080,21 @@ const VegetationEncroachment = /*#__PURE__*/React__default["default"].forwardRef
2030
2080
  viewBox: "0 0 32 32",
2031
2081
  fill: "currentColor",
2032
2082
  ...rest
2033
- }, _path134 || (_path134 = /*#__PURE__*/React__default["default"].createElement("path", {
2083
+ }, _path139 || (_path139 = /*#__PURE__*/React__default["default"].createElement("path", {
2034
2084
  d: "M19 20h7v-2h-9v10c.0015 1.104.896 1.9985 2 2h3v-2h-3v-8zM12 30h-3v-2h3v-12.4336l-3.5146-2.1089 1.0292-1.7148 3.5147 2.1084c.6007.3632.9686 1.0133.9707 1.7153v12.4336c-.0013 1.104-.896 1.9987-2 2zM30 6.4102L28.59 5 25 8.5898 21.41 5 20 6.4102 23.59 10 20 13.5898 21.41 15 25 11.4102 28.59 15 30 13.5898 26.41 10 30 6.4102z"
2035
- })), _path135 || (_path135 = /*#__PURE__*/React__default["default"].createElement("path", {
2085
+ })), _path140 || (_path140 = /*#__PURE__*/React__default["default"].createElement("path", {
2036
2086
  d: "m17.3079,2.2852c-.7283-.1821-1.4995-.2852-2.3079-.2852-2.8545.0083-5.4897,1.5317-6.9214,4.001-.0261-.001-.0522-.001-.0786-.001-3.3137,0-6,2.6865-6,6s2.6863,6,6,6v-2c-2.209,0-4-1.791-4-4s1.791-4,4-4c.1299.0039.259.0166.387.0391l.863.1143.3086-.6675c.9834-2.1196,3.1047-3.4785,5.4414-3.4858.6079,0,1.1819.0854,1.731.2148l.5769-1.9297Z"
2037
2087
  })), children);
2038
2088
  });
2039
2089
  if (process.env.NODE_ENV !== "production") {
2040
2090
  VegetationEncroachment.propTypes = iconPropTypes.iconPropTypes;
2041
2091
  }
2042
- const VegetationHeight = /*#__PURE__*/React__default["default"].forwardRef(function VegetationHeight(_ref88, ref) {
2092
+ const VegetationHeight = /*#__PURE__*/React__default["default"].forwardRef(function VegetationHeight(_ref90, ref) {
2043
2093
  let {
2044
2094
  children,
2045
2095
  size = 16,
2046
2096
  ...rest
2047
- } = _ref88;
2097
+ } = _ref90;
2048
2098
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2049
2099
  width: size,
2050
2100
  height: size,
@@ -2053,21 +2103,21 @@ const VegetationHeight = /*#__PURE__*/React__default["default"].forwardRef(funct
2053
2103
  viewBox: "0 0 32 32",
2054
2104
  fill: "currentColor",
2055
2105
  ...rest
2056
- }, _path136 || (_path136 = /*#__PURE__*/React__default["default"].createElement("path", {
2106
+ }, _path141 || (_path141 = /*#__PURE__*/React__default["default"].createElement("path", {
2057
2107
  d: "m13,8l-5,5,1.4102,1.4102,2.5898-2.5801v16.1699h-3v2h3c1.104-.0015,1.9988-.896,2-2V11.8301l2.5898,2.5801,1.4102-1.4102-5-5Z"
2058
- })), _path137 || (_path137 = /*#__PURE__*/React__default["default"].createElement("path", {
2108
+ })), _path142 || (_path142 = /*#__PURE__*/React__default["default"].createElement("path", {
2059
2109
  d: "m22,30h-3c-1.104-.0013-1.9987-.896-2-2v-11h6c2.2096-.0001,4.0007-1.7915,4.0006-4.001,0-.1319-.0065-.2637-.0196-.395-.277-2.0943-2.0835-3.6461-4.1957-3.604h-1.5837l-.1766-.779c-.573-2.5249-2.9942-4.221-6.025-4.221-2.3366.0074-4.4579,1.3664-5.4415,3.4859l-.3085.6672-.863-.1143c-.1279-.022-.2573-.0349-.387-.0388-2.2091,0-4,1.7909-4,4s1.7909,4,4,4v2c-3.3137,0-6-2.6863-6-6s2.6863-6,6-6c.0264,0,.0525,0,.0786.001,1.4317-2.4694,4.067-3.9928,6.9214-4.001,3.6788,0,6.6923,1.9776,7.7516,5h.0337c3.1405-.0351,5.8053,2.2967,6.1872,5.4141.323,3.2985-2.0892,6.2344-5.3877,6.5573-.1943.019-.3895.0286-.5848.0286h-4v9h3v2Z"
2060
2110
  })), children);
2061
2111
  });
2062
2112
  if (process.env.NODE_ENV !== "production") {
2063
2113
  VegetationHeight.propTypes = iconPropTypes.iconPropTypes;
2064
2114
  }
2065
- const VehicleApi = /*#__PURE__*/React__default["default"].forwardRef(function VehicleApi(_ref89, ref) {
2115
+ const VehicleApi = /*#__PURE__*/React__default["default"].forwardRef(function VehicleApi(_ref91, ref) {
2066
2116
  let {
2067
2117
  children,
2068
2118
  size = 16,
2069
2119
  ...rest
2070
- } = _ref89;
2120
+ } = _ref91;
2071
2121
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2072
2122
  width: size,
2073
2123
  height: size,
@@ -2076,19 +2126,19 @@ const VehicleApi = /*#__PURE__*/React__default["default"].forwardRef(function Ve
2076
2126
  viewBox: "0 0 32 32",
2077
2127
  fill: "currentColor",
2078
2128
  ...rest
2079
- }, _path138 || (_path138 = /*#__PURE__*/React__default["default"].createElement("path", {
2129
+ }, _path143 || (_path143 = /*#__PURE__*/React__default["default"].createElement("path", {
2080
2130
  d: "M28 11a1.9907 1.9907 0 00-.8247.1821L24.8337 9.51A3.45 3.45 0 0025 8.5a3.45 3.45 0 00-.1663-1.01l2.3416-1.6723A1.9975 1.9975 0 1026 4c0 .064.0129.124.0188.1865L23.7273 5.8232A3.4652 3.4652 0 0021.5 5a3.5 3.5 0 000 7 3.4652 3.4652 0 002.2273-.8232l2.2915 1.6367C26.0129 12.876 26 12.936 26 13a2 2 0 102-2zm-6.5-1A1.5 1.5 0 1123 8.5 1.5017 1.5017 0 0121.5 10zM29.3379 19.9336l-7.7324-2.7783L18.374 13.0967A2.99 2.99 0 0016.0537 12H8.0576a2.9982 2.9982 0 00-2.48 1.3115L2.8662 17.2949A4.9884 4.9884 0 002 20.1074V26a1 1 0 001 1H5.1421a3.9806 3.9806 0 007.7158 0h6.2842a3.9806 3.9806 0 007.7158 0H29a1 1 0 001-1V20.875A1 1 0 0029.3379 19.9336zM9 28a2 2 0 112-2A2.0027 2.0027 0 019 28zm14 0a2 2 0 112-2A2.0025 2.0025 0 0123 28zm5-3H26.8579a3.9806 3.9806 0 00-7.7158 0H12.8579a3.9806 3.9806 0 00-7.7158 0H4V20.1074A2.9977 2.9977 0 014.52 18.4189l2.711-3.9814A.9992.9992 0 018.0576 14h7.9961a.9928.9928 0 01.7647.3545l3.3994 4.2685a1.0007 1.0007 0 00.4443.3184L28 21.5781z"
2081
2131
  })), children);
2082
2132
  });
2083
2133
  if (process.env.NODE_ENV !== "production") {
2084
2134
  VehicleApi.propTypes = iconPropTypes.iconPropTypes;
2085
2135
  }
2086
- const VehicleConnected = /*#__PURE__*/React__default["default"].forwardRef(function VehicleConnected(_ref90, ref) {
2136
+ const VehicleConnected = /*#__PURE__*/React__default["default"].forwardRef(function VehicleConnected(_ref92, ref) {
2087
2137
  let {
2088
2138
  children,
2089
2139
  size = 16,
2090
2140
  ...rest
2091
- } = _ref90;
2141
+ } = _ref92;
2092
2142
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2093
2143
  width: size,
2094
2144
  height: size,
@@ -2097,21 +2147,21 @@ const VehicleConnected = /*#__PURE__*/React__default["default"].forwardRef(funct
2097
2147
  viewBox: "0 0 32 32",
2098
2148
  fill: "currentColor",
2099
2149
  ...rest
2100
- }, _path139 || (_path139 = /*#__PURE__*/React__default["default"].createElement("path", {
2150
+ }, _path144 || (_path144 = /*#__PURE__*/React__default["default"].createElement("path", {
2101
2151
  d: "M29.3379 17.9336l-7.7324-2.7783L18.374 11.0967A2.99 2.99 0 0016.0537 10H8.0576a2.9982 2.9982 0 00-2.48 1.3115L2.8662 15.2949A4.9884 4.9884 0 002 18.1074V26a1 1 0 001 1H5.1421a3.9806 3.9806 0 007.7158 0h6.2842a3.9806 3.9806 0 007.7158 0H29a1 1 0 001-1V18.875A1 1 0 0029.3379 17.9336zM9 28a2 2 0 112-2A2.0027 2.0027 0 019 28zm14 0a2 2 0 112-2A2.0025 2.0025 0 0123 28zm5-3H26.8579a3.9806 3.9806 0 00-7.7158 0H12.8579a3.9806 3.9806 0 00-7.7158 0H4V18.1074A2.9977 2.9977 0 014.52 16.4189l2.711-3.9814A.9992.9992 0 018.0576 12h7.9961a.9928.9928 0 01.7647.3545l3.3994 4.2685a1.0007 1.0007 0 00.4443.3184L28 19.5781zM25 11H23a2.0021 2.0021 0 00-2-2V7A4.0045 4.0045 0 0125 11z"
2102
- })), _path140 || (_path140 = /*#__PURE__*/React__default["default"].createElement("path", {
2152
+ })), _path145 || (_path145 = /*#__PURE__*/React__default["default"].createElement("path", {
2103
2153
  d: "M29,11H27a6.0067,6.0067,0,0,0-6-6V3A8.0092,8.0092,0,0,1,29,11Z"
2104
2154
  })), children);
2105
2155
  });
2106
2156
  if (process.env.NODE_ENV !== "production") {
2107
2157
  VehicleConnected.propTypes = iconPropTypes.iconPropTypes;
2108
2158
  }
2109
- const VehicleInsights = /*#__PURE__*/React__default["default"].forwardRef(function VehicleInsights(_ref91, ref) {
2159
+ const VehicleInsights = /*#__PURE__*/React__default["default"].forwardRef(function VehicleInsights(_ref93, ref) {
2110
2160
  let {
2111
2161
  children,
2112
2162
  size = 16,
2113
2163
  ...rest
2114
- } = _ref91;
2164
+ } = _ref93;
2115
2165
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2116
2166
  width: size,
2117
2167
  height: size,
@@ -2120,19 +2170,19 @@ const VehicleInsights = /*#__PURE__*/React__default["default"].forwardRef(functi
2120
2170
  viewBox: "0 0 32 32",
2121
2171
  fill: "currentColor",
2122
2172
  ...rest
2123
- }, _path141 || (_path141 = /*#__PURE__*/React__default["default"].createElement("path", {
2173
+ }, _path146 || (_path146 = /*#__PURE__*/React__default["default"].createElement("path", {
2124
2174
  d: "M29.3379 17.9336l-7.7324-2.7783L18.374 11.0967A2.99 2.99 0 0016.0537 10H8.0576a2.9982 2.9982 0 00-2.48 1.3115L2.8662 15.2949A4.9884 4.9884 0 002 18.1074V26a1 1 0 001 1H5.1421a3.9806 3.9806 0 007.7158 0h6.2842a3.9806 3.9806 0 007.7158 0H29a1 1 0 001-1V18.875A1 1 0 0029.3379 17.9336zM9 28a2 2 0 112-2A2.0027 2.0027 0 019 28zm14 0a2 2 0 112-2A2.0025 2.0025 0 0123 28zm5-3H26.8579a3.9806 3.9806 0 00-7.7158 0H12.8579a3.9806 3.9806 0 00-7.7158 0H4V18.1074A2.9977 2.9977 0 014.52 16.4189l2.711-3.9814A.9992.9992 0 018.0576 12h7.9961a.9928.9928 0 01.7647.3545l3.3994 4.2685a1.0007 1.0007 0 00.4443.3184L28 19.5781zM28 2H30V9H28zM24 6H26V9H24zM20 4H22V9H20z"
2125
2175
  })), children);
2126
2176
  });
2127
2177
  if (process.env.NODE_ENV !== "production") {
2128
2178
  VehicleInsights.propTypes = iconPropTypes.iconPropTypes;
2129
2179
  }
2130
- const VehicleServices = /*#__PURE__*/React__default["default"].forwardRef(function VehicleServices(_ref92, ref) {
2180
+ const VehicleServices = /*#__PURE__*/React__default["default"].forwardRef(function VehicleServices(_ref94, ref) {
2131
2181
  let {
2132
2182
  children,
2133
2183
  size = 16,
2134
2184
  ...rest
2135
- } = _ref92;
2185
+ } = _ref94;
2136
2186
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2137
2187
  width: size,
2138
2188
  height: size,
@@ -2141,19 +2191,19 @@ const VehicleServices = /*#__PURE__*/React__default["default"].forwardRef(functi
2141
2191
  viewBox: "0 0 32 32",
2142
2192
  fill: "currentColor",
2143
2193
  ...rest
2144
- }, _path142 || (_path142 = /*#__PURE__*/React__default["default"].createElement("path", {
2194
+ }, _path147 || (_path147 = /*#__PURE__*/React__default["default"].createElement("path", {
2145
2195
  d: "M29.3379 17.9336l-7.7324-2.7783L18.374 11.0967A2.99 2.99 0 0016.0537 10H8.0576a2.9982 2.9982 0 00-2.48 1.3115L2.8662 15.2949A4.9884 4.9884 0 002 18.1074V26a1 1 0 001 1H5.1421a3.9806 3.9806 0 007.7158 0h6.2842a3.9806 3.9806 0 007.7158 0H29a1 1 0 001-1V18.875A1 1 0 0029.3379 17.9336zM9 28a2 2 0 112-2A2.0027 2.0027 0 019 28zm14 0a2 2 0 112-2A2.0025 2.0025 0 0123 28zm5-3H26.8579a3.9806 3.9806 0 00-7.7158 0H12.8579a3.9806 3.9806 0 00-7.7158 0H4V18.1074A2.9977 2.9977 0 014.52 16.4189l2.711-3.9814A.9992.9992 0 018.0576 12h7.9961a.9928.9928 0 01.7647.3545l3.3994 4.2685a1.0007 1.0007 0 00.4443.3184L28 19.5781zM24.5547 6a2 2 0 012-2H30a3.9756 3.9756 0 00-7.304 1H16V7h6.696A3.9756 3.9756 0 0030 8H26.5547A2 2 0 0124.5547 6z"
2146
2196
  })), children);
2147
2197
  });
2148
2198
  if (process.env.NODE_ENV !== "production") {
2149
2199
  VehicleServices.propTypes = iconPropTypes.iconPropTypes;
2150
2200
  }
2151
- const Version = /*#__PURE__*/React__default["default"].forwardRef(function Version(_ref93, ref) {
2201
+ const Version = /*#__PURE__*/React__default["default"].forwardRef(function Version(_ref95, ref) {
2152
2202
  let {
2153
2203
  children,
2154
2204
  size = 16,
2155
2205
  ...rest
2156
- } = _ref93;
2206
+ } = _ref95;
2157
2207
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2158
2208
  width: size,
2159
2209
  height: size,
@@ -2162,23 +2212,23 @@ const Version = /*#__PURE__*/React__default["default"].forwardRef(function Versi
2162
2212
  viewBox: "0 0 32 32",
2163
2213
  fill: "currentColor",
2164
2214
  ...rest
2165
- }, _path143 || (_path143 = /*#__PURE__*/React__default["default"].createElement("path", {
2215
+ }, _path148 || (_path148 = /*#__PURE__*/React__default["default"].createElement("path", {
2166
2216
  d: "M16,2V4H26V19h2V4a2.0023,2.0023,0,0,0-2-2Z"
2167
- })), _path144 || (_path144 = /*#__PURE__*/React__default["default"].createElement("path", {
2217
+ })), _path149 || (_path149 = /*#__PURE__*/React__default["default"].createElement("path", {
2168
2218
  d: "M11,7V9H21V24h2V9a2.0023,2.0023,0,0,0-2-2Z"
2169
- })), _path145 || (_path145 = /*#__PURE__*/React__default["default"].createElement("path", {
2219
+ })), _path150 || (_path150 = /*#__PURE__*/React__default["default"].createElement("path", {
2170
2220
  d: "M6,12H16a2.0023,2.0023,0,0,1,2,2V28a2.0023,2.0023,0,0,1-2,2H6a2.0023,2.0023,0,0,1-2-2V14A2.0023,2.0023,0,0,1,6,12Zm10,2L6,13.9988V28H16Z"
2171
2221
  })), children);
2172
2222
  });
2173
2223
  if (process.env.NODE_ENV !== "production") {
2174
2224
  Version.propTypes = iconPropTypes.iconPropTypes;
2175
2225
  }
2176
- const VersionMajor = /*#__PURE__*/React__default["default"].forwardRef(function VersionMajor(_ref94, ref) {
2226
+ const VersionMajor = /*#__PURE__*/React__default["default"].forwardRef(function VersionMajor(_ref96, ref) {
2177
2227
  let {
2178
2228
  children,
2179
2229
  size = 16,
2180
2230
  ...rest
2181
- } = _ref94;
2231
+ } = _ref96;
2182
2232
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2183
2233
  width: size,
2184
2234
  height: size,
@@ -2187,21 +2237,21 @@ const VersionMajor = /*#__PURE__*/React__default["default"].forwardRef(function
2187
2237
  viewBox: "0 0 32 32",
2188
2238
  fill: "currentColor",
2189
2239
  ...rest
2190
- }, _path146 || (_path146 = /*#__PURE__*/React__default["default"].createElement("path", {
2240
+ }, _path151 || (_path151 = /*#__PURE__*/React__default["default"].createElement("path", {
2191
2241
  d: "M18.5859 17.4141L16 14.8345 16 14.8345 13.4125 17.4156 12 16 16 12 20 16 18.5859 17.4141zM18.5859 11.4141L16 8.8345 16 8.8345 13.4125 11.4156 12 10 16 6 20 10 18.5859 11.4141zM18.5859 23.4141L16 20.8345 16 20.8345 13.4125 23.4156 12 22 16 18 20 22 18.5859 23.4141z"
2192
- })), _path147 || (_path147 = /*#__PURE__*/React__default["default"].createElement("path", {
2242
+ })), _path152 || (_path152 = /*#__PURE__*/React__default["default"].createElement("path", {
2193
2243
  d: "m1.5858,17.4142c-.3905-.3905-.5858-.9024-.5858-1.4142s.1953-1.0237.5858-1.4142L14.5858,1.5858c.3905-.3905.9023-.5858,1.4142-.5858s1.0237.1953,1.4142.5858l13,13c.3905.3905.5858.9024.5858,1.4142s-.1953,1.0237-.5858,1.4142l-13,13c-.3905.3905-.9024.5858-1.4142.5858s-1.0237-.1953-1.4142-.5858L1.5858,17.4142ZM16,3L3,16l13,13,13-13L16,3Z"
2194
2244
  })), children);
2195
2245
  });
2196
2246
  if (process.env.NODE_ENV !== "production") {
2197
2247
  VersionMajor.propTypes = iconPropTypes.iconPropTypes;
2198
2248
  }
2199
- const VersionMinor = /*#__PURE__*/React__default["default"].forwardRef(function VersionMinor(_ref95, ref) {
2249
+ const VersionMinor = /*#__PURE__*/React__default["default"].forwardRef(function VersionMinor(_ref97, ref) {
2200
2250
  let {
2201
2251
  children,
2202
2252
  size = 16,
2203
2253
  ...rest
2204
- } = _ref95;
2254
+ } = _ref97;
2205
2255
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2206
2256
  width: size,
2207
2257
  height: size,
@@ -2210,21 +2260,21 @@ const VersionMinor = /*#__PURE__*/React__default["default"].forwardRef(function
2210
2260
  viewBox: "0 0 32 32",
2211
2261
  fill: "currentColor",
2212
2262
  ...rest
2213
- }, _path148 || (_path148 = /*#__PURE__*/React__default["default"].createElement("path", {
2263
+ }, _path153 || (_path153 = /*#__PURE__*/React__default["default"].createElement("path", {
2214
2264
  d: "M18.5859 15.4141L16 12.8345 16 12.8345 13.4125 15.4156 12 14 16 10 20 14 18.5859 15.4141zM18.5859 21.4141L16 18.8345 16 18.8345 13.4125 21.4156 12 20 16 16 20 20 18.5859 21.4141z"
2215
- })), _path149 || (_path149 = /*#__PURE__*/React__default["default"].createElement("path", {
2265
+ })), _path154 || (_path154 = /*#__PURE__*/React__default["default"].createElement("path", {
2216
2266
  d: "m1.5858,17.4142c-.3905-.3905-.5858-.9024-.5858-1.4142s.1953-1.0237.5858-1.4142L14.5858,1.5858c.3905-.3905.9023-.5858,1.4142-.5858s1.0237.1953,1.4142.5858l13,13c.3905.3905.5858.9024.5858,1.4142s-.1953,1.0237-.5858,1.4142l-13,13c-.3905.3905-.9024.5858-1.4142.5858s-1.0237-.1953-1.4142-.5858L1.5858,17.4142ZM16,3L3,16l13,13,13-13L16,3Z"
2217
2267
  })), children);
2218
2268
  });
2219
2269
  if (process.env.NODE_ENV !== "production") {
2220
2270
  VersionMinor.propTypes = iconPropTypes.iconPropTypes;
2221
2271
  }
2222
- const VersionPatch = /*#__PURE__*/React__default["default"].forwardRef(function VersionPatch(_ref96, ref) {
2272
+ const VersionPatch = /*#__PURE__*/React__default["default"].forwardRef(function VersionPatch(_ref98, ref) {
2223
2273
  let {
2224
2274
  children,
2225
2275
  size = 16,
2226
2276
  ...rest
2227
- } = _ref96;
2277
+ } = _ref98;
2228
2278
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2229
2279
  width: size,
2230
2280
  height: size,
@@ -2233,21 +2283,21 @@ const VersionPatch = /*#__PURE__*/React__default["default"].forwardRef(function
2233
2283
  viewBox: "0 0 32 32",
2234
2284
  fill: "currentColor",
2235
2285
  ...rest
2236
- }, _path150 || (_path150 = /*#__PURE__*/React__default["default"].createElement("path", {
2286
+ }, _path155 || (_path155 = /*#__PURE__*/React__default["default"].createElement("path", {
2237
2287
  d: "M18.5859 18.4141L16 15.8345 16 15.8345 13.4125 18.4156 12 17 16 13 20 17 18.5859 18.4141z"
2238
- })), _path151 || (_path151 = /*#__PURE__*/React__default["default"].createElement("path", {
2288
+ })), _path156 || (_path156 = /*#__PURE__*/React__default["default"].createElement("path", {
2239
2289
  d: "m1.5858,17.4142c-.3905-.3905-.5858-.9024-.5858-1.4142s.1953-1.0237.5858-1.4142L14.5858,1.5858c.3905-.3905.9023-.5858,1.4142-.5858s1.0237.1953,1.4142.5858l13,13c.3905.3905.5858.9024.5858,1.4142s-.1953,1.0237-.5858,1.4142l-13,13c-.3905.3905-.9024.5858-1.4142.5858s-1.0237-.1953-1.4142-.5858L1.5858,17.4142ZM16,3L3,16l13,13,13-13L16,3Z"
2240
2290
  })), children);
2241
2291
  });
2242
2292
  if (process.env.NODE_ENV !== "production") {
2243
2293
  VersionPatch.propTypes = iconPropTypes.iconPropTypes;
2244
2294
  }
2245
- const VerticalView = /*#__PURE__*/React__default["default"].forwardRef(function VerticalView(_ref97, ref) {
2295
+ const VerticalView = /*#__PURE__*/React__default["default"].forwardRef(function VerticalView(_ref99, ref) {
2246
2296
  let {
2247
2297
  children,
2248
2298
  size = 16,
2249
2299
  ...rest
2250
- } = _ref97;
2300
+ } = _ref99;
2251
2301
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2252
2302
  width: size,
2253
2303
  height: size,
@@ -2256,19 +2306,19 @@ const VerticalView = /*#__PURE__*/React__default["default"].forwardRef(function
2256
2306
  viewBox: "0 0 32 32",
2257
2307
  fill: "currentColor",
2258
2308
  ...rest
2259
- }, _path152 || (_path152 = /*#__PURE__*/React__default["default"].createElement("path", {
2309
+ }, _path157 || (_path157 = /*#__PURE__*/React__default["default"].createElement("path", {
2260
2310
  d: "M12 30H4a2.0021 2.0021 0 01-2-2V4A2.0021 2.0021 0 014 2h8a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0112 30zM4 4V28h8V4zM28 30H20a2.0021 2.0021 0 01-2-2V4a2.0021 2.0021 0 012-2h8a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0128 30zM20 4V28h8V4z"
2261
2311
  })), children);
2262
2312
  });
2263
2313
  if (process.env.NODE_ENV !== "production") {
2264
2314
  VerticalView.propTypes = iconPropTypes.iconPropTypes;
2265
2315
  }
2266
- const Video = /*#__PURE__*/React__default["default"].forwardRef(function Video(_ref98, ref) {
2316
+ const Video = /*#__PURE__*/React__default["default"].forwardRef(function Video(_ref100, ref) {
2267
2317
  let {
2268
2318
  children,
2269
2319
  size = 16,
2270
2320
  ...rest
2271
- } = _ref98;
2321
+ } = _ref100;
2272
2322
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2273
2323
  width: size,
2274
2324
  height: size,
@@ -2277,19 +2327,19 @@ const Video = /*#__PURE__*/React__default["default"].forwardRef(function Video(_
2277
2327
  viewBox: "0 0 32 32",
2278
2328
  fill: "currentColor",
2279
2329
  ...rest
2280
- }, _path153 || (_path153 = /*#__PURE__*/React__default["default"].createElement("path", {
2330
+ }, _path158 || (_path158 = /*#__PURE__*/React__default["default"].createElement("path", {
2281
2331
  d: "M21,26H4a2,2,0,0,1-2-2V8A2,2,0,0,1,4,6H21a2,2,0,0,1,2,2v4.06l5.42-3.87A1,1,0,0,1,30,9V23a1,1,0,0,1-1.58.81L23,19.94V24A2,2,0,0,1,21,26ZM4,8V24H21V18a1,1,0,0,1,1.58-.81L28,21.06V10.94l-5.42,3.87A1,1,0,0,1,21,14V8Z"
2282
2332
  })), children);
2283
2333
  });
2284
2334
  if (process.env.NODE_ENV !== "production") {
2285
2335
  Video.propTypes = iconPropTypes.iconPropTypes;
2286
2336
  }
2287
- const VideoAdd = /*#__PURE__*/React__default["default"].forwardRef(function VideoAdd(_ref99, ref) {
2337
+ const VideoAdd = /*#__PURE__*/React__default["default"].forwardRef(function VideoAdd(_ref101, ref) {
2288
2338
  let {
2289
2339
  children,
2290
2340
  size = 16,
2291
2341
  ...rest
2292
- } = _ref99;
2342
+ } = _ref101;
2293
2343
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2294
2344
  width: size,
2295
2345
  height: size,
@@ -2298,21 +2348,21 @@ const VideoAdd = /*#__PURE__*/React__default["default"].forwardRef(function Vide
2298
2348
  viewBox: "0 0 32 32",
2299
2349
  fill: "currentColor",
2300
2350
  ...rest
2301
- }, _path154 || (_path154 = /*#__PURE__*/React__default["default"].createElement("path", {
2351
+ }, _path159 || (_path159 = /*#__PURE__*/React__default["default"].createElement("path", {
2302
2352
  d: "M18 15L14 15 14 11 12 11 12 15 8 15 8 17 12 17 12 21 14 21 14 17 18 17 18 15z"
2303
- })), _path155 || (_path155 = /*#__PURE__*/React__default["default"].createElement("path", {
2353
+ })), _path160 || (_path160 = /*#__PURE__*/React__default["default"].createElement("path", {
2304
2354
  d: "M21,26H4a2.0023,2.0023,0,0,1-2-2V8A2.0023,2.0023,0,0,1,4,6H21a2.0023,2.0023,0,0,1,2,2v4.0566l5.4189-3.87A.9995.9995,0,0,1,30,9V23a.9995.9995,0,0,1-1.5811.8135L23,19.9434V24A2.0023,2.0023,0,0,1,21,26ZM4,8V24.001L21,24V18a.9995.9995,0,0,1,1.5811-.8135L28,21.0566V10.9434l-5.4189,3.87A.9995.9995,0,0,1,21,14V8Z"
2305
2355
  })), children);
2306
2356
  });
2307
2357
  if (process.env.NODE_ENV !== "production") {
2308
2358
  VideoAdd.propTypes = iconPropTypes.iconPropTypes;
2309
2359
  }
2310
- const VideoChat = /*#__PURE__*/React__default["default"].forwardRef(function VideoChat(_ref100, ref) {
2360
+ const VideoChat = /*#__PURE__*/React__default["default"].forwardRef(function VideoChat(_ref102, ref) {
2311
2361
  let {
2312
2362
  children,
2313
2363
  size = 16,
2314
2364
  ...rest
2315
- } = _ref100;
2365
+ } = _ref102;
2316
2366
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2317
2367
  width: size,
2318
2368
  height: size,
@@ -2321,21 +2371,21 @@ const VideoChat = /*#__PURE__*/React__default["default"].forwardRef(function Vid
2321
2371
  viewBox: "0 0 32 32",
2322
2372
  fill: "currentColor",
2323
2373
  ...rest
2324
- }, _path156 || (_path156 = /*#__PURE__*/React__default["default"].createElement("path", {
2374
+ }, _path161 || (_path161 = /*#__PURE__*/React__default["default"].createElement("path", {
2325
2375
  d: "M8 12H17V14H8zM8 17H13V19H8z"
2326
- })), _path157 || (_path157 = /*#__PURE__*/React__default["default"].createElement("path", {
2376
+ })), _path162 || (_path162 = /*#__PURE__*/React__default["default"].createElement("path", {
2327
2377
  d: "M21,26H4a2.0023,2.0023,0,0,1-2-2V8A2.0023,2.0023,0,0,1,4,6H21a2.0023,2.0023,0,0,1,2,2v4.0566l5.4189-3.87A.9995.9995,0,0,1,30,9V23a.9995.9995,0,0,1-1.5811.8135L23,19.9434V24A2.0023,2.0023,0,0,1,21,26ZM4,8V24.001L21,24V18a.9995.9995,0,0,1,1.5811-.8135L28,21.0566V10.9434l-5.4189,3.87A.9995.9995,0,0,1,21,14V8Z"
2328
2378
  })), children);
2329
2379
  });
2330
2380
  if (process.env.NODE_ENV !== "production") {
2331
2381
  VideoChat.propTypes = iconPropTypes.iconPropTypes;
2332
2382
  }
2333
- const VideoFilled = /*#__PURE__*/React__default["default"].forwardRef(function VideoFilled(_ref101, ref) {
2383
+ const VideoFilled = /*#__PURE__*/React__default["default"].forwardRef(function VideoFilled(_ref103, ref) {
2334
2384
  let {
2335
2385
  children,
2336
2386
  size = 16,
2337
2387
  ...rest
2338
- } = _ref101;
2388
+ } = _ref103;
2339
2389
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2340
2390
  width: size,
2341
2391
  height: size,
@@ -2344,19 +2394,19 @@ const VideoFilled = /*#__PURE__*/React__default["default"].forwardRef(function V
2344
2394
  viewBox: "0 0 32 32",
2345
2395
  fill: "currentColor",
2346
2396
  ...rest
2347
- }, _path158 || (_path158 = /*#__PURE__*/React__default["default"].createElement("path", {
2397
+ }, _path163 || (_path163 = /*#__PURE__*/React__default["default"].createElement("path", {
2348
2398
  d: "M21,26H4a2,2,0,0,1-2-2V8A2,2,0,0,1,4,6H21a2,2,0,0,1,2,2v4.06l5.42-3.87A1,1,0,0,1,30,9V23a1,1,0,0,1-1.58.81L23,19.94V24A2,2,0,0,1,21,26Z"
2349
2399
  })), children);
2350
2400
  });
2351
2401
  if (process.env.NODE_ENV !== "production") {
2352
2402
  VideoFilled.propTypes = iconPropTypes.iconPropTypes;
2353
2403
  }
2354
- const VideoOff = /*#__PURE__*/React__default["default"].forwardRef(function VideoOff(_ref102, ref) {
2404
+ const VideoOff = /*#__PURE__*/React__default["default"].forwardRef(function VideoOff(_ref104, ref) {
2355
2405
  let {
2356
2406
  children,
2357
2407
  size = 16,
2358
2408
  ...rest
2359
- } = _ref102;
2409
+ } = _ref104;
2360
2410
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2361
2411
  width: size,
2362
2412
  height: size,
@@ -2365,19 +2415,19 @@ const VideoOff = /*#__PURE__*/React__default["default"].forwardRef(function Vide
2365
2415
  viewBox: "0 0 32 32",
2366
2416
  fill: "currentColor",
2367
2417
  ...rest
2368
- }, _path159 || (_path159 = /*#__PURE__*/React__default["default"].createElement("path", {
2418
+ }, _path164 || (_path164 = /*#__PURE__*/React__default["default"].createElement("path", {
2369
2419
  d: "M29.46 8.11a1 1 0 00-1 .08L23 12.06V10.44l7-7L28.56 2 2 28.56 3.44 30l4-4H21a2 2 0 002-2V19.94l5.42 3.87A1 1 0 0030 23V9A1 1 0 0029.46 8.11zM28 21.06l-5.42-3.87A1 1 0 0021 18v6H9.44L21 12.44V14a1 1 0 001.58.81L28 10.94zM4 24V8H20V6H4A2 2 0 002 8V24z"
2370
2420
  })), children);
2371
2421
  });
2372
2422
  if (process.env.NODE_ENV !== "production") {
2373
2423
  VideoOff.propTypes = iconPropTypes.iconPropTypes;
2374
2424
  }
2375
- const VideoOffFilled = /*#__PURE__*/React__default["default"].forwardRef(function VideoOffFilled(_ref103, ref) {
2425
+ const VideoOffFilled = /*#__PURE__*/React__default["default"].forwardRef(function VideoOffFilled(_ref105, ref) {
2376
2426
  let {
2377
2427
  children,
2378
2428
  size = 16,
2379
2429
  ...rest
2380
- } = _ref103;
2430
+ } = _ref105;
2381
2431
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2382
2432
  width: size,
2383
2433
  height: size,
@@ -2386,19 +2436,19 @@ const VideoOffFilled = /*#__PURE__*/React__default["default"].forwardRef(functio
2386
2436
  viewBox: "0 0 32 32",
2387
2437
  fill: "currentColor",
2388
2438
  ...rest
2389
- }, _path160 || (_path160 = /*#__PURE__*/React__default["default"].createElement("path", {
2439
+ }, _path165 || (_path165 = /*#__PURE__*/React__default["default"].createElement("path", {
2390
2440
  d: "M20.31 6H4A2 2 0 002 8V24a2.85 2.85 0 000 .29zM29.46 8.11a1 1 0 00-1 .08L23 12.06V10.44l7-7L28.56 2 2 28.56 3.44 30l4-4H21a2 2 0 002-2V19.94l5.42 3.87A1 1 0 0030 23V9A1 1 0 0029.46 8.11z"
2391
2441
  })), children);
2392
2442
  });
2393
2443
  if (process.env.NODE_ENV !== "production") {
2394
2444
  VideoOffFilled.propTypes = iconPropTypes.iconPropTypes;
2395
2445
  }
2396
- const VideoPlayer = /*#__PURE__*/React__default["default"].forwardRef(function VideoPlayer(_ref104, ref) {
2446
+ const VideoPlayer = /*#__PURE__*/React__default["default"].forwardRef(function VideoPlayer(_ref106, ref) {
2397
2447
  let {
2398
2448
  children,
2399
2449
  size = 16,
2400
2450
  ...rest
2401
- } = _ref104;
2451
+ } = _ref106;
2402
2452
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2403
2453
  width: size,
2404
2454
  height: size,
@@ -2407,21 +2457,21 @@ const VideoPlayer = /*#__PURE__*/React__default["default"].forwardRef(function V
2407
2457
  viewBox: "0 0 32 32",
2408
2458
  fill: "currentColor",
2409
2459
  ...rest
2410
- }, _path161 || (_path161 = /*#__PURE__*/React__default["default"].createElement("path", {
2460
+ }, _path166 || (_path166 = /*#__PURE__*/React__default["default"].createElement("path", {
2411
2461
  d: "M13 11L13 21 21 16 13 11z"
2412
- })), _path162 || (_path162 = /*#__PURE__*/React__default["default"].createElement("path", {
2462
+ })), _path167 || (_path167 = /*#__PURE__*/React__default["default"].createElement("path", {
2413
2463
  d: "m28,6H4c-1.103,0-2,.8975-2,2v16c0,1.1025.897,2,2,2h24c1.103,0,2-.8975,2-2V8c0-1.1025-.897-2-2-2Zm0,18H4V8h24v16Z"
2414
2464
  })), children);
2415
2465
  });
2416
2466
  if (process.env.NODE_ENV !== "production") {
2417
2467
  VideoPlayer.propTypes = iconPropTypes.iconPropTypes;
2418
2468
  }
2419
- const View = /*#__PURE__*/React__default["default"].forwardRef(function View(_ref105, ref) {
2469
+ const View = /*#__PURE__*/React__default["default"].forwardRef(function View(_ref107, ref) {
2420
2470
  let {
2421
2471
  children,
2422
2472
  size = 16,
2423
2473
  ...rest
2424
- } = _ref105;
2474
+ } = _ref107;
2425
2475
  if (size === 16 || size === "16" || size === "16px") {
2426
2476
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2427
2477
  width: size,
@@ -2431,9 +2481,9 @@ const View = /*#__PURE__*/React__default["default"].forwardRef(function View(_re
2431
2481
  viewBox: "0 0 16 16",
2432
2482
  fill: "currentColor",
2433
2483
  ...rest
2434
- }, _path163 || (_path163 = /*#__PURE__*/React__default["default"].createElement("path", {
2484
+ }, _path168 || (_path168 = /*#__PURE__*/React__default["default"].createElement("path", {
2435
2485
  d: "M15.5,7.8C14.3,4.7,11.3,2.6,8,2.5C4.7,2.6,1.7,4.7,0.5,7.8c0,0.1,0,0.2,0,0.3c1.2,3.1,4.1,5.2,7.5,5.3 c3.3-0.1,6.3-2.2,7.5-5.3C15.5,8.1,15.5,7.9,15.5,7.8z M8,12.5c-2.7,0-5.4-2-6.5-4.5c1-2.5,3.8-4.5,6.5-4.5s5.4,2,6.5,4.5 C13.4,10.5,10.6,12.5,8,12.5z"
2436
- })), _path164 || (_path164 = /*#__PURE__*/React__default["default"].createElement("path", {
2486
+ })), _path169 || (_path169 = /*#__PURE__*/React__default["default"].createElement("path", {
2437
2487
  d: "M8,5C6.3,5,5,6.3,5,8s1.3,3,3,3s3-1.3,3-3S9.7,5,8,5z M8,10c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S9.1,10,8,10z"
2438
2488
  })), children);
2439
2489
  }
@@ -2445,21 +2495,21 @@ const View = /*#__PURE__*/React__default["default"].forwardRef(function View(_re
2445
2495
  viewBox: "0 0 32 32",
2446
2496
  fill: "currentColor",
2447
2497
  ...rest
2448
- }, _path165 || (_path165 = /*#__PURE__*/React__default["default"].createElement("path", {
2498
+ }, _path170 || (_path170 = /*#__PURE__*/React__default["default"].createElement("path", {
2449
2499
  d: "M30.94,15.66A16.69,16.69,0,0,0,16,5,16.69,16.69,0,0,0,1.06,15.66a1,1,0,0,0,0,.68A16.69,16.69,0,0,0,16,27,16.69,16.69,0,0,0,30.94,16.34,1,1,0,0,0,30.94,15.66ZM16,25c-5.3,0-10.9-3.93-12.93-9C5.1,10.93,10.7,7,16,7s10.9,3.93,12.93,9C26.9,21.07,21.3,25,16,25Z"
2450
- })), _path166 || (_path166 = /*#__PURE__*/React__default["default"].createElement("path", {
2500
+ })), _path171 || (_path171 = /*#__PURE__*/React__default["default"].createElement("path", {
2451
2501
  d: "M16,10a6,6,0,1,0,6,6A6,6,0,0,0,16,10Zm0,10a4,4,0,1,1,4-4A4,4,0,0,1,16,20Z"
2452
2502
  })), children);
2453
2503
  });
2454
2504
  if (process.env.NODE_ENV !== "production") {
2455
2505
  View.propTypes = iconPropTypes.iconPropTypes;
2456
2506
  }
2457
- const ViewFilled = /*#__PURE__*/React__default["default"].forwardRef(function ViewFilled(_ref106, ref) {
2507
+ const ViewFilled = /*#__PURE__*/React__default["default"].forwardRef(function ViewFilled(_ref108, ref) {
2458
2508
  let {
2459
2509
  children,
2460
2510
  size = 16,
2461
2511
  ...rest
2462
- } = _ref106;
2512
+ } = _ref108;
2463
2513
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2464
2514
  width: size,
2465
2515
  height: size,
@@ -2472,19 +2522,19 @@ const ViewFilled = /*#__PURE__*/React__default["default"].forwardRef(function Vi
2472
2522
  cx: "16",
2473
2523
  cy: "16",
2474
2524
  r: "4"
2475
- })), _path167 || (_path167 = /*#__PURE__*/React__default["default"].createElement("path", {
2525
+ })), _path172 || (_path172 = /*#__PURE__*/React__default["default"].createElement("path", {
2476
2526
  d: "M30.94,15.66A16.69,16.69,0,0,0,16,5,16.69,16.69,0,0,0,1.06,15.66a1,1,0,0,0,0,.68A16.69,16.69,0,0,0,16,27,16.69,16.69,0,0,0,30.94,16.34,1,1,0,0,0,30.94,15.66ZM16,22.5A6.5,6.5,0,1,1,22.5,16,6.51,6.51,0,0,1,16,22.5Z"
2477
2527
  })), children);
2478
2528
  });
2479
2529
  if (process.env.NODE_ENV !== "production") {
2480
2530
  ViewFilled.propTypes = iconPropTypes.iconPropTypes;
2481
2531
  }
2482
- const ViewMode_1 = /*#__PURE__*/React__default["default"].forwardRef(function ViewMode_1(_ref107, ref) {
2532
+ const ViewMode_1 = /*#__PURE__*/React__default["default"].forwardRef(function ViewMode_1(_ref109, ref) {
2483
2533
  let {
2484
2534
  children,
2485
2535
  size = 16,
2486
2536
  ...rest
2487
- } = _ref107;
2537
+ } = _ref109;
2488
2538
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2489
2539
  width: size,
2490
2540
  height: size,
@@ -2493,19 +2543,19 @@ const ViewMode_1 = /*#__PURE__*/React__default["default"].forwardRef(function Vi
2493
2543
  viewBox: "0 0 32 32",
2494
2544
  fill: "currentColor",
2495
2545
  ...rest
2496
- }, _path168 || (_path168 = /*#__PURE__*/React__default["default"].createElement("path", {
2546
+ }, _path173 || (_path173 = /*#__PURE__*/React__default["default"].createElement("path", {
2497
2547
  d: "M4 26H28V28H4zM4 19H28V21H4zM26 6v6H6V6H26m0-2H6A2 2 0 004 6v6a2 2 0 002 2H26a2 2 0 002-2V6a2 2 0 00-2-2z"
2498
2548
  })), children);
2499
2549
  });
2500
2550
  if (process.env.NODE_ENV !== "production") {
2501
2551
  ViewMode_1.propTypes = iconPropTypes.iconPropTypes;
2502
2552
  }
2503
- const ViewMode_2 = /*#__PURE__*/React__default["default"].forwardRef(function ViewMode_2(_ref108, ref) {
2553
+ const ViewMode_2 = /*#__PURE__*/React__default["default"].forwardRef(function ViewMode_2(_ref110, ref) {
2504
2554
  let {
2505
2555
  children,
2506
2556
  size = 16,
2507
2557
  ...rest
2508
- } = _ref108;
2558
+ } = _ref110;
2509
2559
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2510
2560
  width: size,
2511
2561
  height: size,
@@ -2514,19 +2564,19 @@ const ViewMode_2 = /*#__PURE__*/React__default["default"].forwardRef(function Vi
2514
2564
  viewBox: "0 0 32 32",
2515
2565
  fill: "currentColor",
2516
2566
  ...rest
2517
- }, _path169 || (_path169 = /*#__PURE__*/React__default["default"].createElement("path", {
2567
+ }, _path174 || (_path174 = /*#__PURE__*/React__default["default"].createElement("path", {
2518
2568
  d: "M4 26H28V28H4zM4 19H28V21H4zM12 6v6H6V6h6m0-2H6A2 2 0 004 6v6a2 2 0 002 2h6a2 2 0 002-2V6a2 2 0 00-2-2zM26 6v6H20V6h6m0-2H20a2 2 0 00-2 2v6a2 2 0 002 2h6a2 2 0 002-2V6a2 2 0 00-2-2z"
2519
2569
  })), children);
2520
2570
  });
2521
2571
  if (process.env.NODE_ENV !== "production") {
2522
2572
  ViewMode_2.propTypes = iconPropTypes.iconPropTypes;
2523
2573
  }
2524
- const ViewOff = /*#__PURE__*/React__default["default"].forwardRef(function ViewOff(_ref109, ref) {
2574
+ const ViewOff = /*#__PURE__*/React__default["default"].forwardRef(function ViewOff(_ref111, ref) {
2525
2575
  let {
2526
2576
  children,
2527
2577
  size = 16,
2528
2578
  ...rest
2529
- } = _ref109;
2579
+ } = _ref111;
2530
2580
  if (size === 16 || size === "16" || size === "16px") {
2531
2581
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2532
2582
  width: size,
@@ -2536,9 +2586,9 @@ const ViewOff = /*#__PURE__*/React__default["default"].forwardRef(function ViewO
2536
2586
  viewBox: "0 0 16 16",
2537
2587
  fill: "currentColor",
2538
2588
  ...rest
2539
- }, _path170 || (_path170 = /*#__PURE__*/React__default["default"].createElement("path", {
2589
+ }, _path175 || (_path175 = /*#__PURE__*/React__default["default"].createElement("path", {
2540
2590
  d: "M2.6,11.3l0.7-0.7C2.6,9.8,1.9,9,1.5,8c1-2.5,3.8-4.5,6.5-4.5c0.7,0,1.4,0.1,2,0.4l0.8-0.8C9.9,2.7,9,2.5,8,2.5 C4.7,2.6,1.7,4.7,0.5,7.8c0,0.1,0,0.2,0,0.3C1,9.3,1.7,10.4,2.6,11.3z"
2541
- })), _path171 || (_path171 = /*#__PURE__*/React__default["default"].createElement("path", {
2591
+ })), _path176 || (_path176 = /*#__PURE__*/React__default["default"].createElement("path", {
2542
2592
  d: "M6 7.9c.1-1 .9-1.8 1.8-1.8l.9-.9C7.2 4.7 5.5 5.6 5.1 7.2 5 7.7 5 8.3 5.1 8.8L6 7.9zM15.5 7.8c-.6-1.5-1.6-2.8-2.9-3.7L15 1.7 14.3 1 1 14.3 1.7 15l2.6-2.6c1.1.7 2.4 1 3.7 1.1 3.3-.1 6.3-2.2 7.5-5.3C15.5 8.1 15.5 7.9 15.5 7.8zM10 8c0 1.1-.9 2-2 2-.3 0-.7-.1-1-.3L9.7 7C9.9 7.3 10 7.6 10 8zM8 12.5c-1 0-2.1-.3-3-.8l1.3-1.3c1.4.9 3.2.6 4.2-.8.7-1 .7-2.4 0-3.4l1.4-1.4c1.1.8 2 1.9 2.6 3.2C13.4 10.5 10.6 12.5 8 12.5z"
2543
2593
  })), children);
2544
2594
  }
@@ -2550,21 +2600,21 @@ const ViewOff = /*#__PURE__*/React__default["default"].forwardRef(function ViewO
2550
2600
  viewBox: "0 0 32 32",
2551
2601
  fill: "currentColor",
2552
2602
  ...rest
2553
- }, _path172 || (_path172 = /*#__PURE__*/React__default["default"].createElement("path", {
2603
+ }, _path177 || (_path177 = /*#__PURE__*/React__default["default"].createElement("path", {
2554
2604
  d: "M5.24,22.51l1.43-1.42A14.06,14.06,0,0,1,3.07,16C5.1,10.93,10.7,7,16,7a12.38,12.38,0,0,1,4,.72l1.55-1.56A14.72,14.72,0,0,0,16,5,16.69,16.69,0,0,0,1.06,15.66a1,1,0,0,0,0,.68A16,16,0,0,0,5.24,22.51Z"
2555
- })), _path173 || (_path173 = /*#__PURE__*/React__default["default"].createElement("path", {
2605
+ })), _path178 || (_path178 = /*#__PURE__*/React__default["default"].createElement("path", {
2556
2606
  d: "M12 15.73a4 4 0 013.7-3.7l1.81-1.82a6 6 0 00-7.33 7.33zM30.94 15.66A16.4 16.4 0 0025.2 8.22L30 3.41 28.59 2 2 28.59 3.41 30l5.1-5.1A15.29 15.29 0 0016 27 16.69 16.69 0 0030.94 16.34 1 1 0 0030.94 15.66zM20 16a4 4 0 01-6 3.44L19.44 14A4 4 0 0120 16zm-4 9a13.05 13.05 0 01-6-1.58l2.54-2.54a6 6 0 008.35-8.35l2.87-2.87A14.54 14.54 0 0128.93 16C26.9 21.07 21.3 25 16 25z"
2557
2607
  })), children);
2558
2608
  });
2559
2609
  if (process.env.NODE_ENV !== "production") {
2560
2610
  ViewOff.propTypes = iconPropTypes.iconPropTypes;
2561
2611
  }
2562
- const ViewOffFilled = /*#__PURE__*/React__default["default"].forwardRef(function ViewOffFilled(_ref110, ref) {
2612
+ const ViewOffFilled = /*#__PURE__*/React__default["default"].forwardRef(function ViewOffFilled(_ref112, ref) {
2563
2613
  let {
2564
2614
  children,
2565
2615
  size = 16,
2566
2616
  ...rest
2567
- } = _ref110;
2617
+ } = _ref112;
2568
2618
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2569
2619
  width: size,
2570
2620
  height: size,
@@ -2573,19 +2623,19 @@ const ViewOffFilled = /*#__PURE__*/React__default["default"].forwardRef(function
2573
2623
  viewBox: "0 0 32 32",
2574
2624
  fill: "currentColor",
2575
2625
  ...rest
2576
- }, _path174 || (_path174 = /*#__PURE__*/React__default["default"].createElement("path", {
2626
+ }, _path179 || (_path179 = /*#__PURE__*/React__default["default"].createElement("path", {
2577
2627
  d: "M30.94 15.66a16.4 16.4 0 00-5.73-7.45L30 3.41 28.59 2 2 28.59 3.41 30l5.1-5.09A15.38 15.38 0 0016 27 16.69 16.69 0 0030.94 16.34 1 1 0 0030.94 15.66zM16 22.5a6.46 6.46 0 01-3.83-1.26L14 19.43A4 4 0 0019.43 14l1.81-1.81A6.49 6.49 0 0116 22.5zM4.53 21.81l5-5A6.84 6.84 0 019.5 16 6.51 6.51 0 0116 9.5a6.84 6.84 0 01.79.05l3.78-3.77A14.39 14.39 0 0016 5 16.69 16.69 0 001.06 15.66a1 1 0 000 .68A15.86 15.86 0 004.53 21.81z"
2578
2628
  })), children);
2579
2629
  });
2580
2630
  if (process.env.NODE_ENV !== "production") {
2581
2631
  ViewOffFilled.propTypes = iconPropTypes.iconPropTypes;
2582
2632
  }
2583
- const ViewNext = /*#__PURE__*/React__default["default"].forwardRef(function ViewNext(_ref111, ref) {
2633
+ const ViewNext = /*#__PURE__*/React__default["default"].forwardRef(function ViewNext(_ref113, ref) {
2584
2634
  let {
2585
2635
  children,
2586
2636
  size = 16,
2587
2637
  ...rest
2588
- } = _ref111;
2638
+ } = _ref113;
2589
2639
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2590
2640
  width: size,
2591
2641
  height: size,
@@ -2594,21 +2644,21 @@ const ViewNext = /*#__PURE__*/React__default["default"].forwardRef(function View
2594
2644
  viewBox: "0 0 32 32",
2595
2645
  fill: "currentColor",
2596
2646
  ...rest
2597
- }, _path175 || (_path175 = /*#__PURE__*/React__default["default"].createElement("path", {
2647
+ }, _path180 || (_path180 = /*#__PURE__*/React__default["default"].createElement("path", {
2598
2648
  d: "M20.587 22L15 16.41 15 7 16.998 7 16.998 15.582 22 20.587 20.587 22z"
2599
- })), _path176 || (_path176 = /*#__PURE__*/React__default["default"].createElement("path", {
2649
+ })), _path181 || (_path181 = /*#__PURE__*/React__default["default"].createElement("path", {
2600
2650
  d: "M16,2A13.9158,13.9158,0,0,1,26,6.2343V2h2v8H20V8h4.9217A11.9818,11.9818,0,1,0,28,16h2A14,14,0,1,1,16,2Z"
2601
2651
  })), children);
2602
2652
  });
2603
2653
  if (process.env.NODE_ENV !== "production") {
2604
2654
  ViewNext.propTypes = iconPropTypes.iconPropTypes;
2605
2655
  }
2606
- const VirtualColumn = /*#__PURE__*/React__default["default"].forwardRef(function VirtualColumn(_ref112, ref) {
2656
+ const VirtualColumn = /*#__PURE__*/React__default["default"].forwardRef(function VirtualColumn(_ref114, ref) {
2607
2657
  let {
2608
2658
  children,
2609
2659
  size = 16,
2610
2660
  ...rest
2611
- } = _ref112;
2661
+ } = _ref114;
2612
2662
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2613
2663
  width: size,
2614
2664
  height: size,
@@ -2617,23 +2667,23 @@ const VirtualColumn = /*#__PURE__*/React__default["default"].forwardRef(function
2617
2667
  viewBox: "0 0 32 32",
2618
2668
  fill: "currentColor",
2619
2669
  ...rest
2620
- }, _path177 || (_path177 = /*#__PURE__*/React__default["default"].createElement("path", {
2670
+ }, _path182 || (_path182 = /*#__PURE__*/React__default["default"].createElement("path", {
2621
2671
  d: "M25 11L26.414 12.414 23.828 15 30 15 30 17 23.828 17 26.414 19.586 25 21 20 16 25 11z"
2622
- })), _path178 || (_path178 = /*#__PURE__*/React__default["default"].createElement("path", {
2672
+ })), _path183 || (_path183 = /*#__PURE__*/React__default["default"].createElement("path", {
2623
2673
  d: "M30 28H20a2.0023 2.0023 0 01-2-2V6a2.0023 2.0023 0 012-2H30V6H20V26H30zM12 28H2V26H12V6H2V4H12a2.0023 2.0023 0 012 2V26A2.0023 2.0023 0 0112 28z"
2624
- })), _path179 || (_path179 = /*#__PURE__*/React__default["default"].createElement("path", {
2674
+ })), _path184 || (_path184 = /*#__PURE__*/React__default["default"].createElement("path", {
2625
2675
  d: "M7 11L5.586 12.414 8.172 15 2 15 2 17 8.172 17 5.586 19.586 7 21 12 16 7 11z"
2626
2676
  })), children);
2627
2677
  });
2628
2678
  if (process.env.NODE_ENV !== "production") {
2629
2679
  VirtualColumn.propTypes = iconPropTypes.iconPropTypes;
2630
2680
  }
2631
- const VirtualColumnKey = /*#__PURE__*/React__default["default"].forwardRef(function VirtualColumnKey(_ref113, ref) {
2681
+ const VirtualColumnKey = /*#__PURE__*/React__default["default"].forwardRef(function VirtualColumnKey(_ref115, ref) {
2632
2682
  let {
2633
2683
  children,
2634
2684
  size = 16,
2635
2685
  ...rest
2636
- } = _ref113;
2686
+ } = _ref115;
2637
2687
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2638
2688
  width: size,
2639
2689
  height: size,
@@ -2646,21 +2696,21 @@ const VirtualColumnKey = /*#__PURE__*/React__default["default"].forwardRef(funct
2646
2696
  cx: "24.5",
2647
2697
  cy: "9.5",
2648
2698
  r: "1.5"
2649
- })), _path180 || (_path180 = /*#__PURE__*/React__default["default"].createElement("path", {
2699
+ })), _path185 || (_path185 = /*#__PURE__*/React__default["default"].createElement("path", {
2650
2700
  d: "M17.4143,22H12V16.5857l6.03-6.03A5.3518,5.3518,0,0,1,18,10a6,6,0,1,1,6,6,5.3583,5.3583,0,0,1-.5559-.03ZM14,20h2.5857l6.1706-6.1709.5174.0957A3.935,3.935,0,0,0,24,14a4.0507,4.0507,0,1,0-3.925-3.2729l.0952.5166L14,17.4143Z"
2651
- })), _path181 || (_path181 = /*#__PURE__*/React__default["default"].createElement("path", {
2701
+ })), _path186 || (_path186 = /*#__PURE__*/React__default["default"].createElement("path", {
2652
2702
  d: "M28,18v8H10V6h4V4H4A2.0025,2.0025,0,0,0,2,6V26a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V18ZM4,6H8V26H4Z"
2653
2703
  })), children);
2654
2704
  });
2655
2705
  if (process.env.NODE_ENV !== "production") {
2656
2706
  VirtualColumnKey.propTypes = iconPropTypes.iconPropTypes;
2657
2707
  }
2658
- const VirtualDesktop = /*#__PURE__*/React__default["default"].forwardRef(function VirtualDesktop(_ref114, ref) {
2708
+ const VirtualDesktop = /*#__PURE__*/React__default["default"].forwardRef(function VirtualDesktop(_ref116, ref) {
2659
2709
  let {
2660
2710
  children,
2661
2711
  size = 16,
2662
2712
  ...rest
2663
- } = _ref114;
2713
+ } = _ref116;
2664
2714
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2665
2715
  width: size,
2666
2716
  height: size,
@@ -2669,21 +2719,21 @@ const VirtualDesktop = /*#__PURE__*/React__default["default"].forwardRef(functio
2669
2719
  viewBox: "0 0 32 32",
2670
2720
  fill: "currentColor",
2671
2721
  ...rest
2672
- }, _path182 || (_path182 = /*#__PURE__*/React__default["default"].createElement("path", {
2722
+ }, _path187 || (_path187 = /*#__PURE__*/React__default["default"].createElement("path", {
2673
2723
  d: "M21,16H11a2.0023,2.0023,0,0,0-2,2v6a2.0023,2.0023,0,0,0,2,2h4v2H12v2h8V28H17V26h4a2.0023,2.0023,0,0,0,2-2V18A2.0023,2.0023,0,0,0,21,16ZM11,24V18H21l.0015,6Z"
2674
- })), _path183 || (_path183 = /*#__PURE__*/React__default["default"].createElement("path", {
2724
+ })), _path188 || (_path188 = /*#__PURE__*/React__default["default"].createElement("path", {
2675
2725
  d: "M25.8218,10.124a9.9992,9.9992,0,0,0-19.6436,0A7.4914,7.4914,0,0,0,7,24.9746v-2a5.4945,5.4945,0,0,1,.123-10.9541l.8365-.0566.09-.834a7.9979,7.9979,0,0,1,15.9014,0l.09.834.8365.0566A5.4945,5.4945,0,0,1,25,22.9746v2a7.4914,7.4914,0,0,0,.8218-14.8506Z"
2676
2726
  })), children);
2677
2727
  });
2678
2728
  if (process.env.NODE_ENV !== "production") {
2679
2729
  VirtualDesktop.propTypes = iconPropTypes.iconPropTypes;
2680
2730
  }
2681
- const VirtualMachine = /*#__PURE__*/React__default["default"].forwardRef(function VirtualMachine(_ref115, ref) {
2731
+ const VirtualMachine = /*#__PURE__*/React__default["default"].forwardRef(function VirtualMachine(_ref117, ref) {
2682
2732
  let {
2683
2733
  children,
2684
2734
  size = 16,
2685
2735
  ...rest
2686
- } = _ref115;
2736
+ } = _ref117;
2687
2737
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2688
2738
  width: size,
2689
2739
  height: size,
@@ -2692,21 +2742,21 @@ const VirtualMachine = /*#__PURE__*/React__default["default"].forwardRef(functio
2692
2742
  viewBox: "0 0 32 32",
2693
2743
  fill: "currentColor",
2694
2744
  ...rest
2695
- }, _path184 || (_path184 = /*#__PURE__*/React__default["default"].createElement("path", {
2745
+ }, _path189 || (_path189 = /*#__PURE__*/React__default["default"].createElement("path", {
2696
2746
  d: "M20,13H12a2.0025,2.0025,0,0,0-2,2V28a2.0025,2.0025,0,0,0,2,2h8a2.0025,2.0025,0,0,0,2-2V15A2.0025,2.0025,0,0,0,20,13Zm0,2,0,3H12V15Zm0,5,0,3H12V20Zm-8,8V25h8v3Z"
2697
- })), _path185 || (_path185 = /*#__PURE__*/React__default["default"].createElement("path", {
2747
+ })), _path190 || (_path190 = /*#__PURE__*/React__default["default"].createElement("path", {
2698
2748
  d: "M25.91,10.13a.121.121,0,0,1-.0967-.0952A10.0061,10.0061,0,0,0,17.89,2.1816,10.0025,10.0025,0,0,0,6.1858,10.0347a.1212.1212,0,0,1-.0964.0957A7.5019,7.5019,0,0,0,7.4912,25H8V23H7.4954a5.5108,5.5108,0,0,1-5.4387-6.3,5.6992,5.6992,0,0,1,4.7138-4.6606l1.0166-.1836a.1306.1306,0,0,0,.1045-.1035l.18-.9351a8.28,8.28,0,0,1,6.8469-6.7427,7.957,7.957,0,0,1,2.8471.1245,8.22,8.22,0,0,1,6.1475,6.545l.1941,1.0083a.13.13,0,0,0,.1045.1035l1.0576.1914a5.7819,5.7819,0,0,1,3.1011,1.539A5.5052,5.5052,0,0,1,24.5076,23H24v2h.5076A7.5019,7.5019,0,0,0,25.91,10.13Z"
2699
2749
  })), children);
2700
2750
  });
2701
2751
  if (process.env.NODE_ENV !== "production") {
2702
2752
  VirtualMachine.propTypes = iconPropTypes.iconPropTypes;
2703
2753
  }
2704
- const VirtualPrivateCloud = /*#__PURE__*/React__default["default"].forwardRef(function VirtualPrivateCloud(_ref116, ref) {
2754
+ const VirtualPrivateCloud = /*#__PURE__*/React__default["default"].forwardRef(function VirtualPrivateCloud(_ref118, ref) {
2705
2755
  let {
2706
2756
  children,
2707
2757
  size = 16,
2708
2758
  ...rest
2709
- } = _ref116;
2759
+ } = _ref118;
2710
2760
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2711
2761
  width: size,
2712
2762
  height: size,
@@ -2715,21 +2765,21 @@ const VirtualPrivateCloud = /*#__PURE__*/React__default["default"].forwardRef(fu
2715
2765
  viewBox: "0 0 32 32",
2716
2766
  fill: "currentColor",
2717
2767
  ...rest
2718
- }, _path186 || (_path186 = /*#__PURE__*/React__default["default"].createElement("path", {
2768
+ }, _path191 || (_path191 = /*#__PURE__*/React__default["default"].createElement("path", {
2719
2769
  d: "M20,20V17a4,4,0,0,0-8,0v3a2.0025,2.0025,0,0,0-2,2v6a2.0025,2.0025,0,0,0,2,2h8a2.0025,2.0025,0,0,0,2-2V22A2.0025,2.0025,0,0,0,20,20Zm-6-3a2,2,0,0,1,4,0v3H14ZM12,28V22h8l.0012,6Z"
2720
- })), _path187 || (_path187 = /*#__PURE__*/React__default["default"].createElement("path", {
2770
+ })), _path192 || (_path192 = /*#__PURE__*/React__default["default"].createElement("path", {
2721
2771
  d: "M25.8288,10.1152A10.0067,10.0067,0,0,0,17.89,2.1816,10.0025,10.0025,0,0,0,6.17,10.1152,7.502,7.502,0,0,0,7.4912,25H8V23H7.4953a5.5019,5.5019,0,0,1-.9694-10.9165l1.3488-.2441.2591-1.3457a8.0109,8.0109,0,0,1,15.7312,0l.259,1.3457,1.3489.2441A5.5019,5.5019,0,0,1,24.5076,23H24v2h.5076a7.502,7.502,0,0,0,1.3212-14.8848Z"
2722
2772
  })), children);
2723
2773
  });
2724
2774
  if (process.env.NODE_ENV !== "production") {
2725
2775
  VirtualPrivateCloud.propTypes = iconPropTypes.iconPropTypes;
2726
2776
  }
2727
- const VirtualPrivateCloudAlt = /*#__PURE__*/React__default["default"].forwardRef(function VirtualPrivateCloudAlt(_ref117, ref) {
2777
+ const VirtualPrivateCloudAlt = /*#__PURE__*/React__default["default"].forwardRef(function VirtualPrivateCloudAlt(_ref119, ref) {
2728
2778
  let {
2729
2779
  children,
2730
2780
  size = 16,
2731
2781
  ...rest
2732
- } = _ref117;
2782
+ } = _ref119;
2733
2783
  if (process.env.NODE_ENV !== "production") {
2734
2784
  if (!didWarnAboutDeprecation["VirtualPrivateCloudAlt"]) {
2735
2785
  didWarnAboutDeprecation["VirtualPrivateCloudAlt"] = true;
@@ -2744,21 +2794,21 @@ const VirtualPrivateCloudAlt = /*#__PURE__*/React__default["default"].forwardRef
2744
2794
  viewBox: "0 0 32 32",
2745
2795
  fill: "currentColor",
2746
2796
  ...rest
2747
- }, _path188 || (_path188 = /*#__PURE__*/React__default["default"].createElement("path", {
2797
+ }, _path193 || (_path193 = /*#__PURE__*/React__default["default"].createElement("path", {
2748
2798
  d: "M23.4141,22,10,8.5859V2H2v8H8.5859L22,23.4141V30h8V22ZM8,8H4V4H8ZM28,28H24V24h4Z"
2749
- })), _path189 || (_path189 = /*#__PURE__*/React__default["default"].createElement("path", {
2799
+ })), _path194 || (_path194 = /*#__PURE__*/React__default["default"].createElement("path", {
2750
2800
  d: "M30 6a3.9915 3.9915 0 00-7.8579-1H13V7h9.1421A3.9945 3.9945 0 0025 9.8579V19h2V9.8579A3.9962 3.9962 0 0030 6zM26 8a2 2 0 112-2A2.0023 2.0023 0 0126 8zM19 25H9.8579A3.9945 3.9945 0 007 22.1421V13H5v9.1421A3.9915 3.9915 0 109.8579 27H19zM6 28a2 2 0 112-2A2.0023 2.0023 0 016 28z"
2751
2801
  })), children);
2752
2802
  });
2753
2803
  if (process.env.NODE_ENV !== "production") {
2754
2804
  VirtualPrivateCloudAlt.propTypes = iconPropTypes.iconPropTypes;
2755
2805
  }
2756
- const VisualRecognition = /*#__PURE__*/React__default["default"].forwardRef(function VisualRecognition(_ref118, ref) {
2806
+ const VisualRecognition = /*#__PURE__*/React__default["default"].forwardRef(function VisualRecognition(_ref120, ref) {
2757
2807
  let {
2758
2808
  children,
2759
2809
  size = 16,
2760
2810
  ...rest
2761
- } = _ref118;
2811
+ } = _ref120;
2762
2812
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2763
2813
  width: size,
2764
2814
  height: size,
@@ -2771,19 +2821,19 @@ const VisualRecognition = /*#__PURE__*/React__default["default"].forwardRef(func
2771
2821
  cx: "23",
2772
2822
  cy: "12",
2773
2823
  r: "2"
2774
- })), _path190 || (_path190 = /*#__PURE__*/React__default["default"].createElement("path", {
2824
+ })), _path195 || (_path195 = /*#__PURE__*/React__default["default"].createElement("path", {
2775
2825
  d: "M28,5H16.24A8,8,0,1,0,6,16.92V27a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V7A2,2,0,0,0,28,5ZM4,10A6,6,0,0,1,15.19,7H8V9h7.91A6.64,6.64,0,0,1,16,10a6.64,6.64,0,0,1-.09,1H10v2h5.19A6,6,0,0,1,4,10ZM28,27H8l5-5,1.59,1.59a2,2,0,0,0,2.82,0L23,18l5,5Zm0-6.83-3.59-3.59a2,2,0,0,0-2.82,0L16,22.17l-1.59-1.59a2,2,0,0,0-2.82,0L8,24.17V17.74A8.24,8.24,0,0,0,10,18a8,8,0,0,0,8-8,7.9,7.9,0,0,0-.59-3H28Z"
2776
2826
  })), children);
2777
2827
  });
2778
2828
  if (process.env.NODE_ENV !== "production") {
2779
2829
  VisualRecognition.propTypes = iconPropTypes.iconPropTypes;
2780
2830
  }
2781
- const Vlan = /*#__PURE__*/React__default["default"].forwardRef(function Vlan(_ref119, ref) {
2831
+ const Vlan = /*#__PURE__*/React__default["default"].forwardRef(function Vlan(_ref121, ref) {
2782
2832
  let {
2783
2833
  children,
2784
2834
  size = 16,
2785
2835
  ...rest
2786
- } = _ref119;
2836
+ } = _ref121;
2787
2837
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2788
2838
  width: size,
2789
2839
  height: size,
@@ -2792,19 +2842,19 @@ const Vlan = /*#__PURE__*/React__default["default"].forwardRef(function Vlan(_re
2792
2842
  viewBox: "0 0 32 32",
2793
2843
  fill: "currentColor",
2794
2844
  ...rest
2795
- }, _path191 || (_path191 = /*#__PURE__*/React__default["default"].createElement("path", {
2845
+ }, _path196 || (_path196 = /*#__PURE__*/React__default["default"].createElement("path", {
2796
2846
  d: "M30,17V15H17V11h2a2.0023,2.0023,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H13a2.0023,2.0023,0,0,0-2,2V9a2.0023,2.0023,0,0,0,2,2h2v4H2v2H8v4H6a2.0023,2.0023,0,0,0-2,2v5a2.0023,2.0023,0,0,0,2,2h6a2.0023,2.0023,0,0,0,2-2V23a2.0023,2.0023,0,0,0-2-2H10V17H22v4H20a2.0023,2.0023,0,0,0-2,2v5a2.0023,2.0023,0,0,0,2,2h6a2.0023,2.0023,0,0,0,2-2V23a2.0023,2.0023,0,0,0-2-2H24V17ZM13,4h6V9H13ZM12,28H6V23h6Zm14,0H20V23h6Z"
2797
2847
  })), children);
2798
2848
  });
2799
2849
  if (process.env.NODE_ENV !== "production") {
2800
2850
  Vlan.propTypes = iconPropTypes.iconPropTypes;
2801
2851
  }
2802
- const VlanIbm = /*#__PURE__*/React__default["default"].forwardRef(function VlanIbm(_ref120, ref) {
2852
+ const VlanIbm = /*#__PURE__*/React__default["default"].forwardRef(function VlanIbm(_ref122, ref) {
2803
2853
  let {
2804
2854
  children,
2805
2855
  size = 16,
2806
2856
  ...rest
2807
- } = _ref120;
2857
+ } = _ref122;
2808
2858
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2809
2859
  width: size,
2810
2860
  height: size,
@@ -2813,7 +2863,7 @@ const VlanIbm = /*#__PURE__*/React__default["default"].forwardRef(function VlanI
2813
2863
  viewBox: "0 0 32 32",
2814
2864
  fill: "currentColor",
2815
2865
  ...rest
2816
- }, _path192 || (_path192 = /*#__PURE__*/React__default["default"].createElement("path", {
2866
+ }, _path197 || (_path197 = /*#__PURE__*/React__default["default"].createElement("path", {
2817
2867
  d: "M16 22a4 4 0 104 4A4.0045 4.0045 0 0016 22zm0 6a2 2 0 112-2A2.002 2.002 0 0116 28zM30 5a3 3 0 10-4 2.8154V15H17V9H15v6H6V7.8159a3.0007 3.0007 0 10-2 0V15a2.002 2.002 0 002 2h9v3h2V17h9a2.002 2.002 0 002-2V7.8159A2.9958 2.9958 0 0030 5zM5 4A1 1 0 114 5 1.0013 1.0013 0 015 4zM27 6a1 1 0 111-1A1.0013 1.0013 0 0127 6z"
2818
2868
  })), _circle8 || (_circle8 = /*#__PURE__*/React__default["default"].createElement("circle", {
2819
2869
  cx: "16",
@@ -2824,12 +2874,12 @@ const VlanIbm = /*#__PURE__*/React__default["default"].forwardRef(function VlanI
2824
2874
  if (process.env.NODE_ENV !== "production") {
2825
2875
  VlanIbm.propTypes = iconPropTypes.iconPropTypes;
2826
2876
  }
2827
- const VmdkDisk = /*#__PURE__*/React__default["default"].forwardRef(function VmdkDisk(_ref121, ref) {
2877
+ const VmdkDisk = /*#__PURE__*/React__default["default"].forwardRef(function VmdkDisk(_ref123, ref) {
2828
2878
  let {
2829
2879
  children,
2830
2880
  size = 16,
2831
2881
  ...rest
2832
- } = _ref121;
2882
+ } = _ref123;
2833
2883
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2834
2884
  width: size,
2835
2885
  height: size,
@@ -2842,28 +2892,28 @@ const VmdkDisk = /*#__PURE__*/React__default["default"].forwardRef(function Vmdk
2842
2892
  cx: "10.5",
2843
2893
  cy: "24.5",
2844
2894
  r: "1.5"
2845
- })), _path193 || (_path193 = /*#__PURE__*/React__default["default"].createElement("path", {
2895
+ })), _path198 || (_path198 = /*#__PURE__*/React__default["default"].createElement("path", {
2846
2896
  d: "M19.5 14.964H21.5V20.035H19.5z",
2847
2897
  transform: "rotate(-45 20.5 17.5)"
2848
2898
  })), _circle10 || (_circle10 = /*#__PURE__*/React__default["default"].createElement("circle", {
2849
2899
  cx: "16",
2850
2900
  cy: "13",
2851
2901
  r: "2"
2852
- })), _path194 || (_path194 = /*#__PURE__*/React__default["default"].createElement("path", {
2902
+ })), _path199 || (_path199 = /*#__PURE__*/React__default["default"].createElement("path", {
2853
2903
  d: "M16,6a7,7,0,0,0,0,14V18a5,5,0,1,1,5-5h2A7,7,0,0,0,16,6Z"
2854
- })), _path195 || (_path195 = /*#__PURE__*/React__default["default"].createElement("path", {
2904
+ })), _path200 || (_path200 = /*#__PURE__*/React__default["default"].createElement("path", {
2855
2905
  d: "M26,2H6A2,2,0,0,0,4,4V28a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V4A2,2,0,0,0,26,2Zm0,26H6V4H26Z"
2856
2906
  })), children);
2857
2907
  });
2858
2908
  if (process.env.NODE_ENV !== "production") {
2859
2909
  VmdkDisk.propTypes = iconPropTypes.iconPropTypes;
2860
2910
  }
2861
- const VoiceActivate = /*#__PURE__*/React__default["default"].forwardRef(function VoiceActivate(_ref122, ref) {
2911
+ const VoiceActivate = /*#__PURE__*/React__default["default"].forwardRef(function VoiceActivate(_ref124, ref) {
2862
2912
  let {
2863
2913
  children,
2864
2914
  size = 16,
2865
2915
  ...rest
2866
- } = _ref122;
2916
+ } = _ref124;
2867
2917
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2868
2918
  width: size,
2869
2919
  height: size,
@@ -2872,23 +2922,23 @@ const VoiceActivate = /*#__PURE__*/React__default["default"].forwardRef(function
2872
2922
  viewBox: "0 0 32 32",
2873
2923
  fill: "currentColor",
2874
2924
  ...rest
2875
- }, _path196 || (_path196 = /*#__PURE__*/React__default["default"].createElement("path", {
2925
+ }, _path201 || (_path201 = /*#__PURE__*/React__default["default"].createElement("path", {
2876
2926
  d: "M26,30H24V27H20a5.0055,5.0055,0,0,1-5-5V20.7207l-2.3162-.772a1,1,0,0,1-.5412-1.4631L15,13.7229V11a9.01,9.01,0,0,1,9-9h5V4H24a7.0078,7.0078,0,0,0-7,7v3a.9991.9991,0,0,1-.1426.5144l-2.3586,3.9312,1.8174.6057A1,1,0,0,1,17,20v2a3.0033,3.0033,0,0,0,3,3h5a1,1,0,0,1,1,1Z"
2877
- })), _path197 || (_path197 = /*#__PURE__*/React__default["default"].createElement("path", {
2927
+ })), _path202 || (_path202 = /*#__PURE__*/React__default["default"].createElement("path", {
2878
2928
  d: "M19 12H23V14H19zM9.3325 25.2168a7.0007 7.0007 0 010-10.4341l1.334 1.49a5 5 0 000 7.4537z"
2879
- })), _path198 || (_path198 = /*#__PURE__*/React__default["default"].createElement("path", {
2929
+ })), _path203 || (_path203 = /*#__PURE__*/React__default["default"].createElement("path", {
2880
2930
  d: "M6.3994,28.8008a11.0019,11.0019,0,0,1,0-17.6006L7.6,12.8a9.0009,9.0009,0,0,0,0,14.4014Z"
2881
2931
  })), children);
2882
2932
  });
2883
2933
  if (process.env.NODE_ENV !== "production") {
2884
2934
  VoiceActivate.propTypes = iconPropTypes.iconPropTypes;
2885
2935
  }
2886
- const Voicemail = /*#__PURE__*/React__default["default"].forwardRef(function Voicemail(_ref123, ref) {
2936
+ const Voicemail = /*#__PURE__*/React__default["default"].forwardRef(function Voicemail(_ref125, ref) {
2887
2937
  let {
2888
2938
  children,
2889
2939
  size = 16,
2890
2940
  ...rest
2891
- } = _ref123;
2941
+ } = _ref125;
2892
2942
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2893
2943
  width: size,
2894
2944
  height: size,
@@ -2897,61 +2947,19 @@ const Voicemail = /*#__PURE__*/React__default["default"].forwardRef(function Voi
2897
2947
  viewBox: "0 0 32 32",
2898
2948
  fill: "currentColor",
2899
2949
  ...rest
2900
- }, _path199 || (_path199 = /*#__PURE__*/React__default["default"].createElement("path", {
2950
+ }, _path204 || (_path204 = /*#__PURE__*/React__default["default"].createElement("path", {
2901
2951
  d: "M24,10a6,6,0,0,0-4.46,10H12.46A6,6,0,1,0,8,22H24a6,6,0,0,0,0-12ZM4,16a4,4,0,1,1,4,4A4,4,0,0,1,4,16Zm20,4a4,4,0,1,1,4-4A4,4,0,0,1,24,20Z"
2902
2952
  })), children);
2903
2953
  });
2904
2954
  if (process.env.NODE_ENV !== "production") {
2905
2955
  Voicemail.propTypes = iconPropTypes.iconPropTypes;
2906
2956
  }
2907
- const VolumeBlockStorage = /*#__PURE__*/React__default["default"].forwardRef(function VolumeBlockStorage(_ref124, ref) {
2908
- let {
2909
- children,
2910
- size = 16,
2911
- ...rest
2912
- } = _ref124;
2913
- return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2914
- width: size,
2915
- height: size,
2916
- ref: ref,
2917
- xmlns: "http://www.w3.org/2000/svg",
2918
- viewBox: "0 0 32 32",
2919
- fill: "currentColor",
2920
- ...rest
2921
- }, _path200 || (_path200 = /*#__PURE__*/React__default["default"].createElement("path", {
2922
- d: "M17 21H10V14h7zm-5-2h3V16H12zM17 30H10V23h7zm-5-2h3V25H12zM26 21H19V14h7zm-5-2h3V16H21zM26 30H19V23h7zm-5-2h3V25H21z"
2923
- })), _path201 || (_path201 = /*#__PURE__*/React__default["default"].createElement("path", {
2924
- d: "M8,28H4a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,4,4h7.5857A1.9865,1.9865,0,0,1,13,4.5859L16.4143,8H28a2.0023,2.0023,0,0,1,2,2v8H28V10H15.5857l-4-4H4V26H8Z"
2925
- })), children);
2926
- });
2927
- if (process.env.NODE_ENV !== "production") {
2928
- VolumeBlockStorage.propTypes = iconPropTypes.iconPropTypes;
2929
- }
2930
- const VolumeDown = /*#__PURE__*/React__default["default"].forwardRef(function VolumeDown(_ref125, ref) {
2931
- let {
2932
- children,
2933
- size = 16,
2934
- ...rest
2935
- } = _ref125;
2936
- return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2937
- width: size,
2938
- height: size,
2939
- ref: ref,
2940
- xmlns: "http://www.w3.org/2000/svg",
2941
- viewBox: "0 0 32 32",
2942
- fill: "currentColor",
2943
- ...rest
2944
- }, _path202 || (_path202 = /*#__PURE__*/React__default["default"].createElement("path", {
2945
- d: "M25.1 10.66L23.58 12a6 6 0 01-.18 7.94l1.47 1.36a8 8 0 00.23-10.59zM20 30a1 1 0 01-.71-.3L11.67 22H5a1 1 0 01-1-1H4V11a1 1 0 011-1h6.67l7.62-7.7a1 1 0 011.41 0A1 1 0 0121 3V29A1 1 0 0120 30zM6 20h6a1.17 1.17 0 01.79.3L19 26.57V5.43L12.79 11.7A1.17 1.17 0 0112 12H6z"
2946
- })), children);
2947
- });
2948
- if (process.env.NODE_ENV !== "production") {
2949
- VolumeDown.propTypes = iconPropTypes.iconPropTypes;
2950
- }
2951
2957
 
2952
2958
  exports.QU1 = QU1;
2953
2959
  exports.QU2 = QU2;
2954
2960
  exports.QU3 = QU3;
2961
+ exports.Tree = Tree;
2962
+ exports.TreeFallRisk = TreeFallRisk;
2955
2963
  exports.TreeView = TreeView;
2956
2964
  exports.TreeViewAlt = TreeViewAlt;
2957
2965
  exports.TriangleDownOutline = TriangleDownOutline;
@@ -3072,5 +3080,3 @@ exports.VlanIbm = VlanIbm;
3072
3080
  exports.VmdkDisk = VmdkDisk;
3073
3081
  exports.VoiceActivate = VoiceActivate;
3074
3082
  exports.Voicemail = Voicemail;
3075
- exports.VolumeBlockStorage = VolumeBlockStorage;
3076
- exports.VolumeDown = VolumeDown;