@carbon/icons-react 11.43.0 → 11.44.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/es/AiGenerate.d.ts +11 -0
  2. package/es/AiGenerate.js +42 -0
  3. package/es/AiRecommend.d.ts +11 -0
  4. package/es/AiRecommend.js +42 -0
  5. package/es/KubernetesControlPlaneNode.js +10 -11
  6. package/es/KubernetesWorkerNode.js +10 -11
  7. package/es/generated/bucket-0.d.ts +3 -3
  8. package/es/generated/bucket-0.js +384 -382
  9. package/es/generated/bucket-1.d.ts +3 -3
  10. package/es/generated/bucket-1.js +588 -608
  11. package/es/generated/bucket-10.d.ts +3 -3
  12. package/es/generated/bucket-10.js +487 -495
  13. package/es/generated/bucket-11.d.ts +3 -3
  14. package/es/generated/bucket-11.js +525 -524
  15. package/es/generated/bucket-12.d.ts +3 -3
  16. package/es/generated/bucket-12.js +508 -509
  17. package/es/generated/bucket-13.d.ts +3 -3
  18. package/es/generated/bucket-13.js +506 -502
  19. package/es/generated/bucket-14.d.ts +3 -3
  20. package/es/generated/bucket-14.js +487 -495
  21. package/es/generated/bucket-15.d.ts +3 -3
  22. package/es/generated/bucket-15.js +554 -546
  23. package/es/generated/bucket-16.d.ts +3 -3
  24. package/es/generated/bucket-16.js +495 -499
  25. package/es/generated/bucket-17.d.ts +3 -3
  26. package/es/generated/bucket-17.js +495 -489
  27. package/es/generated/bucket-18.d.ts +3 -1
  28. package/es/generated/bucket-18.js +484 -440
  29. package/es/generated/bucket-2.d.ts +3 -3
  30. package/es/generated/bucket-2.js +533 -533
  31. package/es/generated/bucket-3.d.ts +3 -3
  32. package/es/generated/bucket-3.js +510 -488
  33. package/es/generated/bucket-4.d.ts +3 -3
  34. package/es/generated/bucket-4.js +470 -466
  35. package/es/generated/bucket-5.d.ts +3 -3
  36. package/es/generated/bucket-5.js +495 -499
  37. package/es/generated/bucket-6.d.ts +3 -3
  38. package/es/generated/bucket-6.js +501 -501
  39. package/es/generated/bucket-7.d.ts +3 -3
  40. package/es/generated/bucket-7.js +497 -499
  41. package/es/generated/bucket-8.d.ts +3 -3
  42. package/es/generated/bucket-8.js +555 -562
  43. package/es/generated/bucket-9.d.ts +3 -3
  44. package/es/generated/bucket-9.js +536 -525
  45. package/es/index.js +19 -19
  46. package/lib/AiGenerate.d.ts +11 -0
  47. package/lib/AiGenerate.js +48 -0
  48. package/lib/AiRecommend.d.ts +11 -0
  49. package/lib/AiRecommend.js +48 -0
  50. package/lib/KubernetesControlPlaneNode.js +10 -11
  51. package/lib/KubernetesWorkerNode.js +10 -11
  52. package/lib/generated/bucket-0.d.ts +3 -3
  53. package/lib/generated/bucket-0.js +385 -383
  54. package/lib/generated/bucket-1.d.ts +3 -3
  55. package/lib/generated/bucket-1.js +589 -609
  56. package/lib/generated/bucket-10.d.ts +3 -3
  57. package/lib/generated/bucket-10.js +488 -496
  58. package/lib/generated/bucket-11.d.ts +3 -3
  59. package/lib/generated/bucket-11.js +526 -525
  60. package/lib/generated/bucket-12.d.ts +3 -3
  61. package/lib/generated/bucket-12.js +509 -510
  62. package/lib/generated/bucket-13.d.ts +3 -3
  63. package/lib/generated/bucket-13.js +507 -503
  64. package/lib/generated/bucket-14.d.ts +3 -3
  65. package/lib/generated/bucket-14.js +488 -496
  66. package/lib/generated/bucket-15.d.ts +3 -3
  67. package/lib/generated/bucket-15.js +555 -547
  68. package/lib/generated/bucket-16.d.ts +3 -3
  69. package/lib/generated/bucket-16.js +496 -500
  70. package/lib/generated/bucket-17.d.ts +3 -3
  71. package/lib/generated/bucket-17.js +496 -490
  72. package/lib/generated/bucket-18.d.ts +3 -1
  73. package/lib/generated/bucket-18.js +485 -439
  74. package/lib/generated/bucket-2.d.ts +3 -3
  75. package/lib/generated/bucket-2.js +534 -534
  76. package/lib/generated/bucket-3.d.ts +3 -3
  77. package/lib/generated/bucket-3.js +511 -489
  78. package/lib/generated/bucket-4.d.ts +3 -3
  79. package/lib/generated/bucket-4.js +471 -467
  80. package/lib/generated/bucket-5.d.ts +3 -3
  81. package/lib/generated/bucket-5.js +496 -500
  82. package/lib/generated/bucket-6.d.ts +3 -3
  83. package/lib/generated/bucket-6.js +502 -502
  84. package/lib/generated/bucket-7.d.ts +3 -3
  85. package/lib/generated/bucket-7.js +498 -500
  86. package/lib/generated/bucket-8.d.ts +3 -3
  87. package/lib/generated/bucket-8.js +556 -563
  88. package/lib/generated/bucket-9.d.ts +3 -3
  89. package/lib/generated/bucket-9.js +537 -526
  90. package/lib/index.js +38 -36
  91. package/package.json +5 -5
@@ -20,8 +20,8 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
20
20
 
21
21
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
22
22
 
23
- var _path, _path2, _path3, _path4, _path5, _path6, _path7, _circle, _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, _circle2, _path34, _path35, _path36, _path37, _path38, _circle3, _path39, _circle4, _path40, _circle5, _path41, _path42, _circle6, _path43, _path44, _circle7, _path45, _circle8, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _circle9, _circle10, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _circle11, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _circle12, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _rect, _path218, _path219, _path220, _path221, _path222, _path223, _path224, _path225, _path226, _path227, _path228, _path229, _switch, _switch2, _path230, _path231, _path232, _path233, _path234, _path235, _path236, _path237, _path238, _path239, _path240, _path241, _path242, _path243, _circle13, _path244, _path245, _path246, _path247, _path248, _path249, _path250, _circle14, _circle15, _path251, _path252, _circle16, _path253, _path254, _path255, _circle17, _circle18, _circle19, _circle20, _circle21, _circle22, _circle23, _circle24, _path256, _path257, _circle25, _circle26, _path258, _path259, _path260, _path261, _circle27, _path262, _path263, _path264, _path265, _path266, _path267, _path268, _path269, _path270;
24
- const Async = /*#__PURE__*/React__default["default"].forwardRef(function Async(_ref, ref) {
23
+ var _circle, _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _circle2, _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, _circle3, _path37, _path38, _path39, _path40, _path41, _circle4, _path42, _circle5, _path43, _circle6, _path44, _path45, _circle7, _path46, _path47, _circle8, _path48, _circle9, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _circle10, _circle11, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _circle12, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _circle13, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _path218, _path219, _path220, _rect, _path221, _path222, _path223, _path224, _path225, _path226, _path227, _path228, _path229, _path230, _path231, _path232, _switch, _switch2, _path233, _path234, _path235, _path236, _path237, _path238, _path239, _path240, _path241, _path242, _path243, _path244, _path245, _path246, _circle14, _path247, _path248, _path249, _path250, _path251, _path252, _path253, _circle15, _circle16, _path254, _path255, _circle17, _path256, _path257, _path258, _circle18, _circle19, _circle20, _circle21, _circle22, _circle23, _circle24, _circle25, _path259, _path260, _circle26, _circle27, _path261, _path262, _path263, _path264, _circle28, _path265, _path266, _path267, _path268, _path269;
24
+ const AssetView = /*#__PURE__*/React__default["default"].forwardRef(function AssetView(_ref, ref) {
25
25
  let {
26
26
  children,
27
27
  size = 16,
@@ -35,23 +35,71 @@ const Async = /*#__PURE__*/React__default["default"].forwardRef(function Async(_
35
35
  viewBox: "0 0 32 32",
36
36
  fill: "currentColor",
37
37
  ...rest
38
- }, _path || (_path = /*#__PURE__*/React__default["default"].createElement("path", {
39
- d: "m23.2156,4h2.7844v-2h-7v6h2v-2.9038c4.2354,1.9346,7,6.1523,7,10.9038,0,6.6167-5.3833,12-12,12v2c7.7197,0,14-6.2803,14-14,0-5.0088-2.6318-9.5122-6.7844-12Z"
38
+ }, _circle || (_circle = /*#__PURE__*/React__default["default"].createElement("circle", {
39
+ cx: "22",
40
+ cy: "24",
41
+ r: "2"
42
+ })), _path || (_path = /*#__PURE__*/React__default["default"].createElement("path", {
43
+ d: "M29.7769 23.4785A8.64 8.64 0 0022 18a8.64 8.64 0 00-7.7769 5.4785L14 24l.2231.5215A8.64 8.64 0 0022 30a8.64 8.64 0 007.7769-5.4785L30 24zM22 28a4 4 0 114-4A4.0045 4.0045 0 0122 28zM12 24a4 4 0 112.981-6.667l-1.49 1.334A2 2 0 1012 22z"
40
44
  })), _path2 || (_path2 = /*#__PURE__*/React__default["default"].createElement("path", {
45
+ d: "M26,2a3.86,3.86,0,0,0-1.85.48L7.76,10.96A9.99,9.99,0,0,0,12,30V28a8,8,0,1,1,5.63-13.68l1.4-1.4a10.0059,10.0059,0,0,0-5.39-2.77l8.38-4.34c0,.06-.02.12-.02.19a3.9989,3.9989,0,0,0,4,4c.06,0,.12-.02.19-.02L23.07,16h2.24l4.25-8.21A3.9727,3.9727,0,0,0,26,2Zm0,6a2,2,0,1,1,2-2A2.0058,2.0058,0,0,1,26,8Z"
46
+ })), children);
47
+ });
48
+ if (process.env.NODE_ENV !== "production") {
49
+ AssetView.propTypes = iconPropTypes.iconPropTypes;
50
+ }
51
+ const Asterisk = /*#__PURE__*/React__default["default"].forwardRef(function Asterisk(_ref2, ref) {
52
+ let {
53
+ children,
54
+ size = 16,
55
+ ...rest
56
+ } = _ref2;
57
+ return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
58
+ width: size,
59
+ height: size,
60
+ ref: ref,
61
+ xmlns: "http://www.w3.org/2000/svg",
62
+ viewBox: "0 0 32 32",
63
+ fill: "currentColor",
64
+ ...rest
65
+ }, _path3 || (_path3 = /*#__PURE__*/React__default["default"].createElement("path", {
66
+ d: "M28.316 13.949L27.684 12.051 17 15.612 17 4 15 4 15 15.612 4.316 12.051 3.684 13.949 14.368 17.51 7.2 27.066 8.8 28.267 16 18.667 23.2 28.267 24.8 27.066 17.632 17.51 28.316 13.949z"
67
+ })), children);
68
+ });
69
+ if (process.env.NODE_ENV !== "production") {
70
+ Asterisk.propTypes = iconPropTypes.iconPropTypes;
71
+ }
72
+ const Async = /*#__PURE__*/React__default["default"].forwardRef(function Async(_ref3, ref) {
73
+ let {
74
+ children,
75
+ size = 16,
76
+ ...rest
77
+ } = _ref3;
78
+ return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
79
+ width: size,
80
+ height: size,
81
+ ref: ref,
82
+ xmlns: "http://www.w3.org/2000/svg",
83
+ viewBox: "0 0 32 32",
84
+ fill: "currentColor",
85
+ ...rest
86
+ }, _path4 || (_path4 = /*#__PURE__*/React__default["default"].createElement("path", {
87
+ d: "m23.2156,4h2.7844v-2h-7v6h2v-2.9038c4.2354,1.9346,7,6.1523,7,10.9038,0,6.6167-5.3833,12-12,12v2c7.7197,0,14-6.2803,14-14,0-5.0088-2.6318-9.5122-6.7844-12Z"
88
+ })), _path5 || (_path5 = /*#__PURE__*/React__default["default"].createElement("path", {
41
89
  d: "M16 20c-.8284 0-1.5.6716-1.5 1.5s.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5-.6716-1.5-1.5-1.5h0zM15 9H17V18H15z"
42
- })), _path3 || (_path3 = /*#__PURE__*/React__default["default"].createElement("path", {
90
+ })), _path6 || (_path6 = /*#__PURE__*/React__default["default"].createElement("path", {
43
91
  d: "m16,4v-2C8.2803,2,2,8.2803,2,16c0,4.9766,2.6074,9.4937,6.7842,12h-2.7842v2h7v-6h-2v2.9033c-4.2634-1.9556-7-6.186-7-10.9033,0-6.6167,5.3833-12,12-12Z"
44
92
  })), children);
45
93
  });
46
94
  if (process.env.NODE_ENV !== "production") {
47
95
  Async.propTypes = iconPropTypes.iconPropTypes;
48
96
  }
49
- const At = /*#__PURE__*/React__default["default"].forwardRef(function At(_ref2, ref) {
97
+ const At = /*#__PURE__*/React__default["default"].forwardRef(function At(_ref4, ref) {
50
98
  let {
51
99
  children,
52
100
  size = 16,
53
101
  ...rest
54
- } = _ref2;
102
+ } = _ref4;
55
103
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
56
104
  width: size,
57
105
  height: size,
@@ -60,19 +108,19 @@ const At = /*#__PURE__*/React__default["default"].forwardRef(function At(_ref2,
60
108
  viewBox: "0 0 32 32",
61
109
  fill: "currentColor",
62
110
  ...rest
63
- }, _path4 || (_path4 = /*#__PURE__*/React__default["default"].createElement("path", {
111
+ }, _path7 || (_path7 = /*#__PURE__*/React__default["default"].createElement("path", {
64
112
  d: "M16,3A12.92,12.92,0,0,0,3,16v1A13,13,0,0,0,16,30h7V28H16A11,11,0,0,1,5,17V16A10.94,10.94,0,0,1,16,5,10.64,10.64,0,0,1,27,16c0,3.59-1.4,5-3.66,5C21.76,21,21,19.71,21,18V10H19v1.94A3.84,3.84,0,0,0,15.5,10,5.48,5.48,0,0,0,10,15.44v2.12A5.48,5.48,0,0,0,15.5,23a4.28,4.28,0,0,0,4-2.46A4.35,4.35,0,0,0,23.41,23C26.48,23,29,21,29,16A12.72,12.72,0,0,0,16,3Zm3,14.56a3.5,3.5,0,0,1-7,0V15.44a3.5,3.5,0,0,1,7,0Z"
65
113
  })), children);
66
114
  });
67
115
  if (process.env.NODE_ENV !== "production") {
68
116
  At.propTypes = iconPropTypes.iconPropTypes;
69
117
  }
70
- const Attachment = /*#__PURE__*/React__default["default"].forwardRef(function Attachment(_ref3, ref) {
118
+ const Attachment = /*#__PURE__*/React__default["default"].forwardRef(function Attachment(_ref5, ref) {
71
119
  let {
72
120
  children,
73
121
  size = 16,
74
122
  ...rest
75
- } = _ref3;
123
+ } = _ref5;
76
124
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
77
125
  width: size,
78
126
  height: size,
@@ -81,19 +129,19 @@ const Attachment = /*#__PURE__*/React__default["default"].forwardRef(function At
81
129
  viewBox: "0 0 32 32",
82
130
  fill: "currentColor",
83
131
  ...rest
84
- }, _path5 || (_path5 = /*#__PURE__*/React__default["default"].createElement("path", {
132
+ }, _path8 || (_path8 = /*#__PURE__*/React__default["default"].createElement("path", {
85
133
  d: "M28.1,18.9L13.1,3.9c-2.5-2.6-6.6-2.6-9.2-0.1S1.3,10.5,3.9,13c0,0,0.1,0.1,0.1,0.1L6.8,16l1.4-1.4l-2.9-2.9 C3.6,10,3.6,7.1,5.3,5.4s4.6-1.8,6.3-0.1c0,0,0,0,0.1,0.1l14.9,14.9c1.8,1.7,1.8,4.6,0.1,6.3c-1.7,1.8-4.6,1.8-6.3,0.1 c0,0,0,0-0.1-0.1l-7.4-7.4c-1-1-0.9-2.6,0-3.5c1-0.9,2.5-0.9,3.5,0l4.1,4.1l1.4-1.4c0,0-4.2-4.2-4.2-4.2c-1.8-1.7-4.6-1.6-6.3,0.2 c-1.6,1.7-1.6,4.4,0,6.2l7.5,7.5c2.5,2.6,6.6,2.6,9.2,0.1S30.7,21.5,28.1,18.9C28.1,19,28.1,18.9,28.1,18.9L28.1,18.9z"
86
134
  })), children);
87
135
  });
88
136
  if (process.env.NODE_ENV !== "production") {
89
137
  Attachment.propTypes = iconPropTypes.iconPropTypes;
90
138
  }
91
- const AudioConsole = /*#__PURE__*/React__default["default"].forwardRef(function AudioConsole(_ref4, ref) {
139
+ const AudioConsole = /*#__PURE__*/React__default["default"].forwardRef(function AudioConsole(_ref6, ref) {
92
140
  let {
93
141
  children,
94
142
  size = 16,
95
143
  ...rest
96
- } = _ref4;
144
+ } = _ref6;
97
145
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
98
146
  width: size,
99
147
  height: size,
@@ -102,7 +150,7 @@ const AudioConsole = /*#__PURE__*/React__default["default"].forwardRef(function
102
150
  viewBox: "0 0 32 32",
103
151
  fill: "currentColor",
104
152
  ...rest
105
- }, _path6 || (_path6 = /*#__PURE__*/React__default["default"].createElement("path", {
153
+ }, _path9 || (_path9 = /*#__PURE__*/React__default["default"].createElement("path", {
106
154
  d: "M28 14H27V2H25V14H24a2.0019 2.0019 0 00-2 2v2a2.0023 2.0023 0 002 2h1V30h2V20h1a2.0027 2.0027 0 002-2V16A2.0023 2.0023 0 0028 14zm0 4H24V16h4zM18 6H17V2H15V6H14a2.0019 2.0019 0 00-2 2v2a2.0019 2.0019 0 002 2h1V30h2V12h1a2.002 2.002 0 002-2V8A2.002 2.002 0 0018 6zm0 4H14V8h4zM8 20H7V2H5V20H4a2.0023 2.0023 0 00-2 2v2a2.0023 2.0023 0 002 2H5v4H7V26H8a2.0023 2.0023 0 002-2V22A2.0023 2.0023 0 008 20zm0 4H4V22H8z",
107
155
  transform: "translate(0 .005)"
108
156
  })), children);
@@ -110,12 +158,12 @@ const AudioConsole = /*#__PURE__*/React__default["default"].forwardRef(function
110
158
  if (process.env.NODE_ENV !== "production") {
111
159
  AudioConsole.propTypes = iconPropTypes.iconPropTypes;
112
160
  }
113
- const AugmentedReality = /*#__PURE__*/React__default["default"].forwardRef(function AugmentedReality(_ref5, ref) {
161
+ const AugmentedReality = /*#__PURE__*/React__default["default"].forwardRef(function AugmentedReality(_ref7, ref) {
114
162
  let {
115
163
  children,
116
164
  size = 16,
117
165
  ...rest
118
- } = _ref5;
166
+ } = _ref7;
119
167
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
120
168
  width: size,
121
169
  height: size,
@@ -124,25 +172,25 @@ const AugmentedReality = /*#__PURE__*/React__default["default"].forwardRef(funct
124
172
  viewBox: "0 0 32 32",
125
173
  fill: "currentColor",
126
174
  ...rest
127
- }, _path7 || (_path7 = /*#__PURE__*/React__default["default"].createElement("path", {
175
+ }, _path10 || (_path10 = /*#__PURE__*/React__default["default"].createElement("path", {
128
176
  d: "M27.4473,9.1055l-6-3a1.0008,1.0008,0,0,0-.8946,0l-6,3A1,1,0,0,0,14,10v7a1,1,0,0,0,.5527.8945l6,3a1.001,1.001,0,0,0,.8946,0l6-3A1,1,0,0,0,28,17V10A1,1,0,0,0,27.4473,9.1055ZM21,8.1182,24.7637,10,21,11.8818,17.2363,10Zm-5,3.5,4,2v4.7636l-4-2Zm6,6.7636V13.6182l4-2v4.7636Z"
129
- })), _circle || (_circle = /*#__PURE__*/React__default["default"].createElement("circle", {
177
+ })), _circle2 || (_circle2 = /*#__PURE__*/React__default["default"].createElement("circle", {
130
178
  cx: "13.5",
131
179
  cy: "24.5",
132
180
  r: "1.5"
133
- })), _path8 || (_path8 = /*#__PURE__*/React__default["default"].createElement("path", {
181
+ })), _path11 || (_path11 = /*#__PURE__*/React__default["default"].createElement("path", {
134
182
  d: "M20,30H7a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,7,2H20V4H7V28H20V24h2v4A2.0023,2.0023,0,0,1,20,30Z"
135
183
  })), children);
136
184
  });
137
185
  if (process.env.NODE_ENV !== "production") {
138
186
  AugmentedReality.propTypes = iconPropTypes.iconPropTypes;
139
187
  }
140
- const WatsonHealthAutoScroll = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthAutoScroll(_ref6, ref) {
188
+ const WatsonHealthAutoScroll = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthAutoScroll(_ref8, ref) {
141
189
  let {
142
190
  children,
143
191
  size = 16,
144
192
  ...rest
145
- } = _ref6;
193
+ } = _ref8;
146
194
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
147
195
  width: size,
148
196
  height: size,
@@ -151,19 +199,19 @@ const WatsonHealthAutoScroll = /*#__PURE__*/React__default["default"].forwardRef
151
199
  viewBox: "0 0 32 32",
152
200
  fill: "currentColor",
153
201
  ...rest
154
- }, _path9 || (_path9 = /*#__PURE__*/React__default["default"].createElement("path", {
202
+ }, _path12 || (_path12 = /*#__PURE__*/React__default["default"].createElement("path", {
155
203
  d: "M12 16a4 4 0 104-4A4 4 0 0012 16zm6 0a2 2 0 11-2-2A2 2 0 0118 16zM16 27.17L10.4 21.58 9 23 16 30 23 23 21.59 21.59 16 27.17zM16 4.83L21.58 10.4 23 9 16 2 9 9 10.41 10.41 16 4.83z"
156
204
  })), children);
157
205
  });
158
206
  if (process.env.NODE_ENV !== "production") {
159
207
  WatsonHealthAutoScroll.propTypes = iconPropTypes.iconPropTypes;
160
208
  }
161
- const Automatic = /*#__PURE__*/React__default["default"].forwardRef(function Automatic(_ref7, ref) {
209
+ const Automatic = /*#__PURE__*/React__default["default"].forwardRef(function Automatic(_ref9, ref) {
162
210
  let {
163
211
  children,
164
212
  size = 16,
165
213
  ...rest
166
- } = _ref7;
214
+ } = _ref9;
167
215
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
168
216
  width: size,
169
217
  height: size,
@@ -172,19 +220,19 @@ const Automatic = /*#__PURE__*/React__default["default"].forwardRef(function Aut
172
220
  viewBox: "0 0 32 32",
173
221
  fill: "currentColor",
174
222
  ...rest
175
- }, _path10 || (_path10 = /*#__PURE__*/React__default["default"].createElement("path", {
223
+ }, _path13 || (_path13 = /*#__PURE__*/React__default["default"].createElement("path", {
176
224
  d: "M26 16H22a2.002 2.002 0 00-2 2V30h2V25h4v5h2V18A2.002 2.002 0 0026 16zm-4 7V18h4v5zM16 27a10.9862 10.9862 0 01-9.2156-5H12V20H4v8H6V24.3149A13.0239 13.0239 0 0016 29zM20 10h5.2155A10.9973 10.9973 0 005 16H3A13.0048 13.0048 0 0126 7.6849V4h2v8H20z"
177
225
  })), children);
178
226
  });
179
227
  if (process.env.NODE_ENV !== "production") {
180
228
  Automatic.propTypes = iconPropTypes.iconPropTypes;
181
229
  }
182
- const Autoscaling = /*#__PURE__*/React__default["default"].forwardRef(function Autoscaling(_ref8, ref) {
230
+ const Autoscaling = /*#__PURE__*/React__default["default"].forwardRef(function Autoscaling(_ref10, ref) {
183
231
  let {
184
232
  children,
185
233
  size = 16,
186
234
  ...rest
187
- } = _ref8;
235
+ } = _ref10;
188
236
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
189
237
  width: size,
190
238
  height: size,
@@ -193,23 +241,23 @@ const Autoscaling = /*#__PURE__*/React__default["default"].forwardRef(function A
193
241
  viewBox: "0 0 32 32",
194
242
  fill: "currentColor",
195
243
  ...rest
196
- }, _path11 || (_path11 = /*#__PURE__*/React__default["default"].createElement("path", {
244
+ }, _path14 || (_path14 = /*#__PURE__*/React__default["default"].createElement("path", {
197
245
  d: "M22,28H12V26H22V10H6V20H4V10A2.0021,2.0021,0,0,1,6,8H22a2.0021,2.0021,0,0,1,2,2V26A2.0021,2.0021,0,0,1,22,28Z"
198
- })), _path12 || (_path12 = /*#__PURE__*/React__default["default"].createElement("path", {
246
+ })), _path15 || (_path15 = /*#__PURE__*/React__default["default"].createElement("path", {
199
247
  d: "M28,22H26V20h2V4H12V6H10V4a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2V20A2.0021,2.0021,0,0,1,28,22Z"
200
- })), _path13 || (_path13 = /*#__PURE__*/React__default["default"].createElement("path", {
248
+ })), _path16 || (_path16 = /*#__PURE__*/React__default["default"].createElement("path", {
201
249
  d: "M10 14L10 16 14.586 16 3 27.586 4.414 29 16 17.414 16 22 18 22 18 14 10 14z"
202
250
  })), children);
203
251
  });
204
252
  if (process.env.NODE_ENV !== "production") {
205
253
  Autoscaling.propTypes = iconPropTypes.iconPropTypes;
206
254
  }
207
- const Awake = /*#__PURE__*/React__default["default"].forwardRef(function Awake(_ref9, ref) {
255
+ const Awake = /*#__PURE__*/React__default["default"].forwardRef(function Awake(_ref11, ref) {
208
256
  let {
209
257
  children,
210
258
  size = 16,
211
259
  ...rest
212
- } = _ref9;
260
+ } = _ref11;
213
261
  if (size === 16 || size === "16" || size === "16px") {
214
262
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
215
263
  width: size,
@@ -219,27 +267,27 @@ const Awake = /*#__PURE__*/React__default["default"].forwardRef(function Awake(_
219
267
  viewBox: "0 0 16 16",
220
268
  fill: "currentColor",
221
269
  ...rest
222
- }, _path14 || (_path14 = /*#__PURE__*/React__default["default"].createElement("path", {
270
+ }, _path17 || (_path17 = /*#__PURE__*/React__default["default"].createElement("path", {
223
271
  d: "M7.5 1H8.5V3.5H7.5z"
224
- })), _path15 || (_path15 = /*#__PURE__*/React__default["default"].createElement("path", {
272
+ })), _path18 || (_path18 = /*#__PURE__*/React__default["default"].createElement("path", {
225
273
  d: "M10.8 3.4H13.3V4.4H10.8z",
226
274
  transform: "rotate(-45.001 12.074 3.922)"
227
- })), _path16 || (_path16 = /*#__PURE__*/React__default["default"].createElement("path", {
275
+ })), _path19 || (_path19 = /*#__PURE__*/React__default["default"].createElement("path", {
228
276
  d: "M12.5 7.5H15V8.5H12.5z"
229
- })), _path17 || (_path17 = /*#__PURE__*/React__default["default"].createElement("path", {
277
+ })), _path20 || (_path20 = /*#__PURE__*/React__default["default"].createElement("path", {
230
278
  d: "M11.6 10.8H12.6V13.3H11.6z",
231
279
  transform: "rotate(-45.001 12.077 12.075)"
232
- })), _path18 || (_path18 = /*#__PURE__*/React__default["default"].createElement("path", {
280
+ })), _path21 || (_path21 = /*#__PURE__*/React__default["default"].createElement("path", {
233
281
  d: "M7.5 12.5H8.5V15H7.5z"
234
- })), _path19 || (_path19 = /*#__PURE__*/React__default["default"].createElement("path", {
282
+ })), _path22 || (_path22 = /*#__PURE__*/React__default["default"].createElement("path", {
235
283
  d: "M2.7 11.6H5.2V12.6H2.7z",
236
284
  transform: "rotate(-45.001 3.929 12.078)"
237
- })), _path20 || (_path20 = /*#__PURE__*/React__default["default"].createElement("path", {
285
+ })), _path23 || (_path23 = /*#__PURE__*/React__default["default"].createElement("path", {
238
286
  d: "M1 7.5H3.5V8.5H1z"
239
- })), _path21 || (_path21 = /*#__PURE__*/React__default["default"].createElement("path", {
287
+ })), _path24 || (_path24 = /*#__PURE__*/React__default["default"].createElement("path", {
240
288
  d: "M3.4 2.7H4.4V5.2H3.4z",
241
289
  transform: "rotate(-45.001 3.926 3.925)"
242
- })), _path22 || (_path22 = /*#__PURE__*/React__default["default"].createElement("path", {
290
+ })), _path25 || (_path25 = /*#__PURE__*/React__default["default"].createElement("path", {
243
291
  d: "M8,6c1.1,0,2,0.9,2,2s-0.9,2-2,2S6,9.1,6,8S6.9,6,8,6 M8,5C6.3,5,5,6.3,5,8s1.3,3,3,3s3-1.3,3-3S9.7,5,8,5z"
244
292
  })), children);
245
293
  }
@@ -251,39 +299,39 @@ const Awake = /*#__PURE__*/React__default["default"].forwardRef(function Awake(_
251
299
  viewBox: "0 0 32 32",
252
300
  fill: "currentColor",
253
301
  ...rest
254
- }, _path23 || (_path23 = /*#__PURE__*/React__default["default"].createElement("path", {
302
+ }, _path26 || (_path26 = /*#__PURE__*/React__default["default"].createElement("path", {
255
303
  d: "M15 2H17V6.96H15z"
256
- })), _path24 || (_path24 = /*#__PURE__*/React__default["default"].createElement("path", {
304
+ })), _path27 || (_path27 = /*#__PURE__*/React__default["default"].createElement("path", {
257
305
  d: "M21.67 6.85H26.630000000000003V8.85H21.67z",
258
306
  transform: "rotate(-45 24.142 7.85)"
259
- })), _path25 || (_path25 = /*#__PURE__*/React__default["default"].createElement("path", {
307
+ })), _path28 || (_path28 = /*#__PURE__*/React__default["default"].createElement("path", {
260
308
  d: "M25.04 15H30V17H25.04z"
261
- })), _path26 || (_path26 = /*#__PURE__*/React__default["default"].createElement("path", {
309
+ })), _path29 || (_path29 = /*#__PURE__*/React__default["default"].createElement("path", {
262
310
  d: "M23.15 21.67H25.15V26.630000000000003H23.15z",
263
311
  transform: "rotate(-45 24.152 24.146)"
264
- })), _path27 || (_path27 = /*#__PURE__*/React__default["default"].createElement("path", {
312
+ })), _path30 || (_path30 = /*#__PURE__*/React__default["default"].createElement("path", {
265
313
  d: "M15 25.04H17V30H15z"
266
- })), _path28 || (_path28 = /*#__PURE__*/React__default["default"].createElement("path", {
314
+ })), _path31 || (_path31 = /*#__PURE__*/React__default["default"].createElement("path", {
267
315
  d: "M5.37 23.15H10.33V25.15H5.37z",
268
316
  transform: "rotate(-45 7.86 24.144)"
269
- })), _path29 || (_path29 = /*#__PURE__*/React__default["default"].createElement("path", {
317
+ })), _path32 || (_path32 = /*#__PURE__*/React__default["default"].createElement("path", {
270
318
  d: "M2 15H6.96V17H2z"
271
- })), _path30 || (_path30 = /*#__PURE__*/React__default["default"].createElement("path", {
319
+ })), _path33 || (_path33 = /*#__PURE__*/React__default["default"].createElement("path", {
272
320
  d: "M6.85 5.37H8.85V10.33H6.85z",
273
321
  transform: "rotate(-45 7.85 7.848)"
274
- })), _path31 || (_path31 = /*#__PURE__*/React__default["default"].createElement("path", {
322
+ })), _path34 || (_path34 = /*#__PURE__*/React__default["default"].createElement("path", {
275
323
  d: "M16,12a4,4,0,1,1-4,4,4,4,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
276
324
  })), children);
277
325
  });
278
326
  if (process.env.NODE_ENV !== "production") {
279
327
  Awake.propTypes = iconPropTypes.iconPropTypes;
280
328
  }
281
- const Badge = /*#__PURE__*/React__default["default"].forwardRef(function Badge(_ref10, ref) {
329
+ const Badge = /*#__PURE__*/React__default["default"].forwardRef(function Badge(_ref12, ref) {
282
330
  let {
283
331
  children,
284
332
  size = 16,
285
333
  ...rest
286
- } = _ref10;
334
+ } = _ref12;
287
335
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
288
336
  width: size,
289
337
  height: size,
@@ -292,21 +340,21 @@ const Badge = /*#__PURE__*/React__default["default"].forwardRef(function Badge(_
292
340
  viewBox: "0 0 32 32",
293
341
  fill: "currentColor",
294
342
  ...rest
295
- }, _path32 || (_path32 = /*#__PURE__*/React__default["default"].createElement("path", {
343
+ }, _path35 || (_path35 = /*#__PURE__*/React__default["default"].createElement("path", {
296
344
  d: "M23 2L24.593 5 28 5.414 25.5 7.667 26 11 23 9.125 20 11 20.5 7.667 18 5.414 21.5 5 23 2z"
297
- })), _path33 || (_path33 = /*#__PURE__*/React__default["default"].createElement("path", {
345
+ })), _path36 || (_path36 = /*#__PURE__*/React__default["default"].createElement("path", {
298
346
  d: "M22.7168,13.249l-1.9375-.498A6.9942,6.9942,0,1,1,15.7505,4.22l.499-1.9365A8.99,8.99,0,0,0,8,17.689V30l6-4,6,4V17.7078A8.9627,8.9627,0,0,0,22.7168,13.249ZM18,26.2627l-4-2.6665-4,2.6665V19.05a8.9238,8.9238,0,0,0,8,.0062Z"
299
347
  })), children);
300
348
  });
301
349
  if (process.env.NODE_ENV !== "production") {
302
350
  Badge.propTypes = iconPropTypes.iconPropTypes;
303
351
  }
304
- const BaggageClaim = /*#__PURE__*/React__default["default"].forwardRef(function BaggageClaim(_ref11, ref) {
352
+ const BaggageClaim = /*#__PURE__*/React__default["default"].forwardRef(function BaggageClaim(_ref13, ref) {
305
353
  let {
306
354
  children,
307
355
  size = 16,
308
356
  ...rest
309
- } = _ref11;
357
+ } = _ref13;
310
358
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
311
359
  width: size,
312
360
  height: size,
@@ -315,25 +363,25 @@ const BaggageClaim = /*#__PURE__*/React__default["default"].forwardRef(function
315
363
  viewBox: "0 0 32 32",
316
364
  fill: "currentColor",
317
365
  ...rest
318
- }, _circle2 || (_circle2 = /*#__PURE__*/React__default["default"].createElement("circle", {
366
+ }, _circle3 || (_circle3 = /*#__PURE__*/React__default["default"].createElement("circle", {
319
367
  cx: "6",
320
368
  cy: "26",
321
369
  r: "2"
322
- })), _path34 || (_path34 = /*#__PURE__*/React__default["default"].createElement("path", {
370
+ })), _path37 || (_path37 = /*#__PURE__*/React__default["default"].createElement("path", {
323
371
  d: "M28,18H25V16a2.0023,2.0023,0,0,0-2-2H19a2.0023,2.0023,0,0,0-2,2v2H14a2.0023,2.0023,0,0,0-2,2v8a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V20A2.0023,2.0023,0,0,0,28,18Zm-9-2h4v2H19Zm9,12H14V20H28Z"
324
- })), _path35 || (_path35 = /*#__PURE__*/React__default["default"].createElement("path", {
372
+ })), _path38 || (_path38 = /*#__PURE__*/React__default["default"].createElement("path", {
325
373
  d: "M10,6h4v6h2V6h4v6h2V6h4v6h2V6.0049A2.0047,2.0047,0,0,0,25.9951,4H4.0049A2.0047,2.0047,0,0,0,2,6.0049v13.99A2.0047,2.0047,0,0,0,4.0049,22H10ZM8,20H4V6H8Z"
326
374
  })), children);
327
375
  });
328
376
  if (process.env.NODE_ENV !== "production") {
329
377
  BaggageClaim.propTypes = iconPropTypes.iconPropTypes;
330
378
  }
331
- const Bar = /*#__PURE__*/React__default["default"].forwardRef(function Bar(_ref12, ref) {
379
+ const Bar = /*#__PURE__*/React__default["default"].forwardRef(function Bar(_ref14, ref) {
332
380
  let {
333
381
  children,
334
382
  size = 16,
335
383
  ...rest
336
- } = _ref12;
384
+ } = _ref14;
337
385
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
338
386
  width: size,
339
387
  height: size,
@@ -342,21 +390,21 @@ const Bar = /*#__PURE__*/React__default["default"].forwardRef(function Bar(_ref1
342
390
  viewBox: "0 0 32 32",
343
391
  fill: "currentColor",
344
392
  ...rest
345
- }, _path36 || (_path36 = /*#__PURE__*/React__default["default"].createElement("path", {
393
+ }, _path39 || (_path39 = /*#__PURE__*/React__default["default"].createElement("path", {
346
394
  d: "M25,11H15a1,1,0,0,0-1,1v4a6.0046,6.0046,0,0,0,5,5.91V28H16v2h8V28H21V21.91A6.0046,6.0046,0,0,0,26,16V12A1,1,0,0,0,25,11Zm-1,5a4,4,0,0,1-8,0V13h8Z"
347
- })), _path37 || (_path37 = /*#__PURE__*/React__default["default"].createElement("path", {
395
+ })), _path40 || (_path40 = /*#__PURE__*/React__default["default"].createElement("path", {
348
396
  d: "M15,1H10A1,1,0,0,0,9,2V9.3706A6.09,6.09,0,0,0,6,15V29a1,1,0,0,0,1,1h5V28H8V15c0-3.1875,2.231-4.02,2.3164-4.0513L11,10.7207V3h3V8h2V2A1,1,0,0,0,15,1Z"
349
397
  })), children);
350
398
  });
351
399
  if (process.env.NODE_ENV !== "production") {
352
400
  Bar.propTypes = iconPropTypes.iconPropTypes;
353
401
  }
354
- const Barcode = /*#__PURE__*/React__default["default"].forwardRef(function Barcode(_ref13, ref) {
402
+ const Barcode = /*#__PURE__*/React__default["default"].forwardRef(function Barcode(_ref15, ref) {
355
403
  let {
356
404
  children,
357
405
  size = 16,
358
406
  ...rest
359
- } = _ref13;
407
+ } = _ref15;
360
408
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
361
409
  width: size,
362
410
  height: size,
@@ -365,19 +413,19 @@ const Barcode = /*#__PURE__*/React__default["default"].forwardRef(function Barco
365
413
  viewBox: "0 0 32 32",
366
414
  fill: "currentColor",
367
415
  ...rest
368
- }, _path38 || (_path38 = /*#__PURE__*/React__default["default"].createElement("path", {
416
+ }, _path41 || (_path41 = /*#__PURE__*/React__default["default"].createElement("path", {
369
417
  d: "M2 6H4V28H2zM12 6H14V26H12zM6 6H10V26H6zM16 6H20V26H16zM22 6H26V26H22zM28 6H30V28H28z"
370
418
  })), children);
371
419
  });
372
420
  if (process.env.NODE_ENV !== "production") {
373
421
  Barcode.propTypes = iconPropTypes.iconPropTypes;
374
422
  }
375
- const BareMetalServer = /*#__PURE__*/React__default["default"].forwardRef(function BareMetalServer(_ref14, ref) {
423
+ const BareMetalServer = /*#__PURE__*/React__default["default"].forwardRef(function BareMetalServer(_ref16, ref) {
376
424
  let {
377
425
  children,
378
426
  size = 16,
379
427
  ...rest
380
- } = _ref14;
428
+ } = _ref16;
381
429
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
382
430
  width: size,
383
431
  height: size,
@@ -386,35 +434,35 @@ const BareMetalServer = /*#__PURE__*/React__default["default"].forwardRef(functi
386
434
  viewBox: "0 0 32 32",
387
435
  fill: "currentColor",
388
436
  ...rest
389
- }, _circle3 || (_circle3 = /*#__PURE__*/React__default["default"].createElement("circle", {
437
+ }, _circle4 || (_circle4 = /*#__PURE__*/React__default["default"].createElement("circle", {
390
438
  cx: "9",
391
439
  cy: "6",
392
440
  r: "1"
393
- })), _path39 || (_path39 = /*#__PURE__*/React__default["default"].createElement("path", {
441
+ })), _path42 || (_path42 = /*#__PURE__*/React__default["default"].createElement("path", {
394
442
  d: "M26,10H6A2.0021,2.0021,0,0,1,4,8V4A2.0021,2.0021,0,0,1,6,2H26a2.0021,2.0021,0,0,1,2,2V8A2.0021,2.0021,0,0,1,26,10ZM6,4V8H26V4Z"
395
- })), _circle4 || (_circle4 = /*#__PURE__*/React__default["default"].createElement("circle", {
443
+ })), _circle5 || (_circle5 = /*#__PURE__*/React__default["default"].createElement("circle", {
396
444
  cx: "9",
397
445
  cy: "16",
398
446
  r: "1"
399
- })), _path40 || (_path40 = /*#__PURE__*/React__default["default"].createElement("path", {
447
+ })), _path43 || (_path43 = /*#__PURE__*/React__default["default"].createElement("path", {
400
448
  d: "M26,20H6a2.0021,2.0021,0,0,1-2-2V14a2.0021,2.0021,0,0,1,2-2H26a2.0021,2.0021,0,0,1,2,2v4A2.0021,2.0021,0,0,1,26,20ZM6,14v4H26V14Z"
401
- })), _circle5 || (_circle5 = /*#__PURE__*/React__default["default"].createElement("circle", {
449
+ })), _circle6 || (_circle6 = /*#__PURE__*/React__default["default"].createElement("circle", {
402
450
  cx: "9",
403
451
  cy: "26",
404
452
  r: "1"
405
- })), _path41 || (_path41 = /*#__PURE__*/React__default["default"].createElement("path", {
453
+ })), _path44 || (_path44 = /*#__PURE__*/React__default["default"].createElement("path", {
406
454
  d: "M26,30H6a2.0021,2.0021,0,0,1-2-2V24a2.0021,2.0021,0,0,1,2-2H26a2.0021,2.0021,0,0,1,2,2v4A2.0021,2.0021,0,0,1,26,30ZM6,24v4H26V24Z"
407
455
  })), children);
408
456
  });
409
457
  if (process.env.NODE_ENV !== "production") {
410
458
  BareMetalServer.propTypes = iconPropTypes.iconPropTypes;
411
459
  }
412
- const BareMetalServer_01 = /*#__PURE__*/React__default["default"].forwardRef(function BareMetalServer_01(_ref15, ref) {
460
+ const BareMetalServer_01 = /*#__PURE__*/React__default["default"].forwardRef(function BareMetalServer_01(_ref17, ref) {
413
461
  let {
414
462
  children,
415
463
  size = 16,
416
464
  ...rest
417
- } = _ref15;
465
+ } = _ref17;
418
466
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
419
467
  width: size,
420
468
  height: size,
@@ -423,25 +471,25 @@ const BareMetalServer_01 = /*#__PURE__*/React__default["default"].forwardRef(fun
423
471
  viewBox: "0 0 32 32",
424
472
  fill: "currentColor",
425
473
  ...rest
426
- }, _path42 || (_path42 = /*#__PURE__*/React__default["default"].createElement("path", {
474
+ }, _path45 || (_path45 = /*#__PURE__*/React__default["default"].createElement("path", {
427
475
  d: "M17 28L17 22 15 22 15 28 5 28 5 30 27 30 27 28 17 28z"
428
- })), _circle6 || (_circle6 = /*#__PURE__*/React__default["default"].createElement("circle", {
476
+ })), _circle7 || (_circle7 = /*#__PURE__*/React__default["default"].createElement("circle", {
429
477
  cx: "9",
430
478
  cy: "16",
431
479
  r: "1"
432
- })), _path43 || (_path43 = /*#__PURE__*/React__default["default"].createElement("path", {
480
+ })), _path46 || (_path46 = /*#__PURE__*/React__default["default"].createElement("path", {
433
481
  d: "M26,20H6a2.0023,2.0023,0,0,1-2-2V14a2.0023,2.0023,0,0,1,2-2H26a2.0023,2.0023,0,0,1,2,2v4A2.0023,2.0023,0,0,1,26,20ZM6,14v4H26V14Z"
434
482
  })), children);
435
483
  });
436
484
  if (process.env.NODE_ENV !== "production") {
437
485
  BareMetalServer_01.propTypes = iconPropTypes.iconPropTypes;
438
486
  }
439
- const BareMetalServer_02 = /*#__PURE__*/React__default["default"].forwardRef(function BareMetalServer_02(_ref16, ref) {
487
+ const BareMetalServer_02 = /*#__PURE__*/React__default["default"].forwardRef(function BareMetalServer_02(_ref18, ref) {
440
488
  let {
441
489
  children,
442
490
  size = 16,
443
491
  ...rest
444
- } = _ref16;
492
+ } = _ref18;
445
493
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
446
494
  width: size,
447
495
  height: size,
@@ -450,31 +498,31 @@ const BareMetalServer_02 = /*#__PURE__*/React__default["default"].forwardRef(fun
450
498
  viewBox: "0 0 32 32",
451
499
  fill: "currentColor",
452
500
  ...rest
453
- }, _path44 || (_path44 = /*#__PURE__*/React__default["default"].createElement("path", {
501
+ }, _path47 || (_path47 = /*#__PURE__*/React__default["default"].createElement("path", {
454
502
  d: "M17 28L17 22 15 22 15 28 5 28 5 30 27 30 27 28 17 28z"
455
- })), _circle7 || (_circle7 = /*#__PURE__*/React__default["default"].createElement("circle", {
503
+ })), _circle8 || (_circle8 = /*#__PURE__*/React__default["default"].createElement("circle", {
456
504
  cx: "9",
457
505
  cy: "16",
458
506
  r: "1"
459
- })), _path45 || (_path45 = /*#__PURE__*/React__default["default"].createElement("path", {
507
+ })), _path48 || (_path48 = /*#__PURE__*/React__default["default"].createElement("path", {
460
508
  d: "M26,20H6a2.0023,2.0023,0,0,1-2-2V14a2.0023,2.0023,0,0,1,2-2H26a2.0023,2.0023,0,0,1,2,2v4A2.0023,2.0023,0,0,1,26,20ZM6,14v4H26V14Z"
461
- })), _circle8 || (_circle8 = /*#__PURE__*/React__default["default"].createElement("circle", {
509
+ })), _circle9 || (_circle9 = /*#__PURE__*/React__default["default"].createElement("circle", {
462
510
  cx: "9",
463
511
  cy: "6",
464
512
  r: "1"
465
- })), _path46 || (_path46 = /*#__PURE__*/React__default["default"].createElement("path", {
513
+ })), _path49 || (_path49 = /*#__PURE__*/React__default["default"].createElement("path", {
466
514
  d: "M26,10H6A2.0023,2.0023,0,0,1,4,8V4A2.0023,2.0023,0,0,1,6,2H26a2.0023,2.0023,0,0,1,2,2V8A2.0023,2.0023,0,0,1,26,10ZM6,4V8H26V4Z"
467
515
  })), children);
468
516
  });
469
517
  if (process.env.NODE_ENV !== "production") {
470
518
  BareMetalServer_02.propTypes = iconPropTypes.iconPropTypes;
471
519
  }
472
- const QBarrier = /*#__PURE__*/React__default["default"].forwardRef(function QBarrier(_ref17, ref) {
520
+ const QBarrier = /*#__PURE__*/React__default["default"].forwardRef(function QBarrier(_ref19, ref) {
473
521
  let {
474
522
  children,
475
523
  size = 16,
476
524
  ...rest
477
- } = _ref17;
525
+ } = _ref19;
478
526
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
479
527
  width: size,
480
528
  height: size,
@@ -483,19 +531,19 @@ const QBarrier = /*#__PURE__*/React__default["default"].forwardRef(function QBar
483
531
  viewBox: "0 0 32 32",
484
532
  fill: "currentColor",
485
533
  ...rest
486
- }, _path47 || (_path47 = /*#__PURE__*/React__default["default"].createElement("path", {
534
+ }, _path50 || (_path50 = /*#__PURE__*/React__default["default"].createElement("path", {
487
535
  d: "M15 5H17V9H15zM15 11H17V15H15zM15 17H17V21H15zM15 23H17V27H15z"
488
536
  })), children);
489
537
  });
490
538
  if (process.env.NODE_ENV !== "production") {
491
539
  QBarrier.propTypes = iconPropTypes.iconPropTypes;
492
540
  }
493
- const Basketball = /*#__PURE__*/React__default["default"].forwardRef(function Basketball(_ref18, ref) {
541
+ const Basketball = /*#__PURE__*/React__default["default"].forwardRef(function Basketball(_ref20, ref) {
494
542
  let {
495
543
  children,
496
544
  size = 16,
497
545
  ...rest
498
- } = _ref18;
546
+ } = _ref20;
499
547
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
500
548
  width: size,
501
549
  height: size,
@@ -504,19 +552,19 @@ const Basketball = /*#__PURE__*/React__default["default"].forwardRef(function Ba
504
552
  viewBox: "0 0 32 32",
505
553
  fill: "currentColor",
506
554
  ...rest
507
- }, _path48 || (_path48 = /*#__PURE__*/React__default["default"].createElement("path", {
555
+ }, _path51 || (_path51 = /*#__PURE__*/React__default["default"].createElement("path", {
508
556
  d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM27.9492,15H22.041a14.4088,14.4088,0,0,1,2.7383-7.1533A11.9392,11.9392,0,0,1,27.9492,15ZM17,15V4.0508a11.9181,11.9181,0,0,1,6.2874,2.4375A16.2646,16.2646,0,0,0,20.04,15Zm-2,0H11.96A16.2646,16.2646,0,0,0,8.7126,6.4883,11.9181,11.9181,0,0,1,15,4.0508Zm0,2V27.9492a11.9181,11.9181,0,0,1-6.2874-2.4375A16.2646,16.2646,0,0,0,11.96,17Zm2,0h3.04a16.2646,16.2646,0,0,0,3.2476,8.5117A11.9181,11.9181,0,0,1,17,27.9492ZM7.2207,7.8467A14.4088,14.4088,0,0,1,9.959,15H4.0508A11.9392,11.9392,0,0,1,7.2207,7.8467ZM4.0508,17H9.959a14.4088,14.4088,0,0,1-2.7383,7.1533A11.9392,11.9392,0,0,1,4.0508,17Zm20.7285,7.1533A14.4088,14.4088,0,0,1,22.041,17h5.9082A11.9392,11.9392,0,0,1,24.7793,24.1533Z"
509
557
  })), children);
510
558
  });
511
559
  if (process.env.NODE_ENV !== "production") {
512
560
  Basketball.propTypes = iconPropTypes.iconPropTypes;
513
561
  }
514
- const BastionHost = /*#__PURE__*/React__default["default"].forwardRef(function BastionHost(_ref19, ref) {
562
+ const BastionHost = /*#__PURE__*/React__default["default"].forwardRef(function BastionHost(_ref21, ref) {
515
563
  let {
516
564
  children,
517
565
  size = 16,
518
566
  ...rest
519
- } = _ref19;
567
+ } = _ref21;
520
568
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
521
569
  width: size,
522
570
  height: size,
@@ -525,19 +573,19 @@ const BastionHost = /*#__PURE__*/React__default["default"].forwardRef(function B
525
573
  viewBox: "0 0 32 32",
526
574
  fill: "currentColor",
527
575
  ...rest
528
- }, _path49 || (_path49 = /*#__PURE__*/React__default["default"].createElement("path", {
576
+ }, _path52 || (_path52 = /*#__PURE__*/React__default["default"].createElement("path", {
529
577
  d: "M27.5273,2.709A1.9955,1.9955,0,0,0,26,2H23.3091a1.5,1.5,0,0,0-1.3419.8294L21.3818,4H20V3.5A1.5,1.5,0,0,0,18.5,2h-5A1.5,1.5,0,0,0,12,3.5V4H10.6182l-.585-1.17A1.5017,1.5017,0,0,0,8.69,2H6A2,2,0,0,0,4.0283,4.333L4.7324,8.5A3,3,0,0,0,7.69,11H8V23a3.0033,3.0033,0,0,0-3,3v4H27V26a3.0033,3.0033,0,0,0-3-3V11h.31a3,3,0,0,0,2.9579-2.5l.7041-4.167A1.994,1.994,0,0,0,27.5273,2.709ZM25,26v2H7V26a1.0009,1.0009,0,0,1,1-1H24A1.0009,1.0009,0,0,1,25,26Zm-3-3H10V11H22ZM25.2959,8.167A.9976.9976,0,0,1,24.31,9H7.69a.9976.9976,0,0,1-.9863-.8335L6,4H8.3818l1,2H14V4h4V6h4.6172l1.001-2H26Z"
530
578
  })), children);
531
579
  });
532
580
  if (process.env.NODE_ENV !== "production") {
533
581
  BastionHost.propTypes = iconPropTypes.iconPropTypes;
534
582
  }
535
- const Bat = /*#__PURE__*/React__default["default"].forwardRef(function Bat(_ref20, ref) {
583
+ const Bat = /*#__PURE__*/React__default["default"].forwardRef(function Bat(_ref22, ref) {
536
584
  let {
537
585
  children,
538
586
  size = 16,
539
587
  ...rest
540
- } = _ref20;
588
+ } = _ref22;
541
589
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
542
590
  width: size,
543
591
  height: size,
@@ -546,19 +594,19 @@ const Bat = /*#__PURE__*/React__default["default"].forwardRef(function Bat(_ref2
546
594
  viewBox: "0 0 32 32",
547
595
  fill: "currentColor",
548
596
  ...rest
549
- }, _path50 || (_path50 = /*#__PURE__*/React__default["default"].createElement("path", {
597
+ }, _path53 || (_path53 = /*#__PURE__*/React__default["default"].createElement("path", {
550
598
  d: "M31.9093,6.584A1,1,0,0,0,31,6c-4.7683,0-8.2607.8887-11,2.8438V3H18V6H14V3H12V8.8438C9.2608,6.8887,5.7684,6,1,6A1,1,0,0,0,.2437,7.6543C1.9454,9.6221,3,11.7041,3,16a1,1,0,0,0,1,1c2.7678,0,6,1.31,6,5a1.004,1.004,0,0,0,.9341.998C11.35,23.0273,15,23.3872,15,27a1,1,0,0,0,2,0c0-3.6128,3.65-3.9727,4.0622-4.002A1,1,0,0,0,22,22c0-3.69,3.2321-5,6-5a1,1,0,0,0,1-1c0-4.2959,1.0547-6.3779,2.7564-8.3457A1,1,0,0,0,31.9093,6.584Zm-4.893,8.46c-3.3857.3081-6.5534,2.229-6.97,6.0786A6.552,6.552,0,0,0,16,23.6094a6.552,6.552,0,0,0-4.0461-2.4864c-.4168-3.85-3.5845-5.7705-6.97-6.0786a13.2017,13.2017,0,0,0-1.9387-6.98c4.1318.2724,7.0327,1.4277,9.248,3.6425A1,1,0,0,0,14,11V8h4v3a1,1,0,0,0,1.707.707c2.2153-2.2148,5.1162-3.37,9.248-3.6425A13.2017,13.2017,0,0,0,27.0163,15.0444Z"
551
599
  })), children);
552
600
  });
553
601
  if (process.env.NODE_ENV !== "production") {
554
602
  Bat.propTypes = iconPropTypes.iconPropTypes;
555
603
  }
556
- const BatchJob = /*#__PURE__*/React__default["default"].forwardRef(function BatchJob(_ref21, ref) {
604
+ const BatchJob = /*#__PURE__*/React__default["default"].forwardRef(function BatchJob(_ref23, ref) {
557
605
  let {
558
606
  children,
559
607
  size = 16,
560
608
  ...rest
561
- } = _ref21;
609
+ } = _ref23;
562
610
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
563
611
  width: size,
564
612
  height: size,
@@ -567,23 +615,23 @@ const BatchJob = /*#__PURE__*/React__default["default"].forwardRef(function Batc
567
615
  viewBox: "0 0 32 32",
568
616
  fill: "currentColor",
569
617
  ...rest
570
- }, _path51 || (_path51 = /*#__PURE__*/React__default["default"].createElement("path", {
618
+ }, _path54 || (_path54 = /*#__PURE__*/React__default["default"].createElement("path", {
571
619
  d: "M32 26v-2h-2.1011c-.1299-.6372-.3843-1.2285-.7319-1.7529l1.4897-1.4897-1.4141-1.4141-1.4897 1.4897c-.5244-.3477-1.1157-.6021-1.7529-.7319v-2.1011h-2v2.1011c-.6372.1299-1.2285.3843-1.7529.7319l-1.4897-1.4897-1.4141 1.4141 1.4897 1.4897c-.3477.5244-.6021 1.1157-.7319 1.7529h-2.1011v2h2.1011c.1299.6372.3843 1.2285.7319 1.7529l-1.4897 1.4897 1.4141 1.4141 1.4897-1.4897c.5244.3477 1.1157.6021 1.7529.7319v2.1011h2v-2.1011c.6372-.1299 1.2285-.3843 1.7529-.7319l1.4897 1.4897 1.4141-1.4141-1.4897-1.4897c.3477-.5244.6021-1.1157.7319-1.7529h2.1011zm-7 2c-1.6543 0-3-1.3457-3-3s1.3457-3 3-3 3 1.3457 3 3-1.3457 3-3 3zM20 17H12c-1.1046 0-2-.8954-2-2V4c0-1.1046.8954-2 2-2h8c1.1046 0 2 .8954 2 2V15c0 1.1046-.8954 2-2 2zm-8-2h8V4H12V15z"
572
- })), _path52 || (_path52 = /*#__PURE__*/React__default["default"].createElement("path", {
620
+ })), _path55 || (_path55 = /*#__PURE__*/React__default["default"].createElement("path", {
573
621
  d: "M17,21H8c-1.1046,0-2-.8954-2-2V7h2v12h9v2Z"
574
- })), _path53 || (_path53 = /*#__PURE__*/React__default["default"].createElement("path", {
622
+ })), _path56 || (_path56 = /*#__PURE__*/React__default["default"].createElement("path", {
575
623
  d: "M13,25H4c-1.1028,0-2-.8972-2-2V11h2v12H13v2Z"
576
624
  })), children);
577
625
  });
578
626
  if (process.env.NODE_ENV !== "production") {
579
627
  BatchJob.propTypes = iconPropTypes.iconPropTypes;
580
628
  }
581
- const BatchJobStep = /*#__PURE__*/React__default["default"].forwardRef(function BatchJobStep(_ref22, ref) {
629
+ const BatchJobStep = /*#__PURE__*/React__default["default"].forwardRef(function BatchJobStep(_ref24, ref) {
582
630
  let {
583
631
  children,
584
632
  size = 16,
585
633
  ...rest
586
- } = _ref22;
634
+ } = _ref24;
587
635
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
588
636
  width: size,
589
637
  height: size,
@@ -592,19 +640,19 @@ const BatchJobStep = /*#__PURE__*/React__default["default"].forwardRef(function
592
640
  viewBox: "0 0 32 32",
593
641
  fill: "currentColor",
594
642
  ...rest
595
- }, _path54 || (_path54 = /*#__PURE__*/React__default["default"].createElement("path", {
643
+ }, _path57 || (_path57 = /*#__PURE__*/React__default["default"].createElement("path", {
596
644
  d: "M24 20L24 24 20 24 20 28 16 28 16 30 22 30 22 26 26 26 26 22 30 22 30 20 24 20zM8 4h8v6c0 1.1025.8972 2 2 2h6v4h2v-6c0-.2651-.1055-.5195-.293-.707l-7-7c-.1875-.1875-.4419-.293-.707-.293H8c-1.1028 0-2 .8975-2 2V28c0 1.1025.8972 2 2 2h4v-2h-4V4zm15.5857 6h-5.5857V4.4141l5.5857 5.5859z"
597
645
  })), children);
598
646
  });
599
647
  if (process.env.NODE_ENV !== "production") {
600
648
  BatchJobStep.propTypes = iconPropTypes.iconPropTypes;
601
649
  }
602
- const BatteryCharging = /*#__PURE__*/React__default["default"].forwardRef(function BatteryCharging(_ref23, ref) {
650
+ const BatteryCharging = /*#__PURE__*/React__default["default"].forwardRef(function BatteryCharging(_ref25, ref) {
603
651
  let {
604
652
  children,
605
653
  size = 16,
606
654
  ...rest
607
- } = _ref23;
655
+ } = _ref25;
608
656
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
609
657
  width: size,
610
658
  height: size,
@@ -613,21 +661,21 @@ const BatteryCharging = /*#__PURE__*/React__default["default"].forwardRef(functi
613
661
  viewBox: "0 0 32 32",
614
662
  fill: "currentColor",
615
663
  ...rest
616
- }, _path55 || (_path55 = /*#__PURE__*/React__default["default"].createElement("path", {
664
+ }, _path58 || (_path58 = /*#__PURE__*/React__default["default"].createElement("path", {
617
665
  d: "M27 11H26V10a2 2 0 00-2-2H20v2h4v3h3v6H24v3H19v2h5a2 2 0 002-2V21h1a2 2 0 002-2V13A2 2 0 0027 11zM11 22H6V10h6V8H6a2 2 0 00-2 2V22a2 2 0 002 2h5z"
618
- })), _path56 || (_path56 = /*#__PURE__*/React__default["default"].createElement("path", {
666
+ })), _path59 || (_path59 = /*#__PURE__*/React__default["default"].createElement("path", {
619
667
  d: "M14.81 23.58L13.19 22.42 17.06 17 9.37 17 16.22 8.38 17.78 9.62 13.51 15 20.94 15 14.81 23.58z"
620
668
  })), children);
621
669
  });
622
670
  if (process.env.NODE_ENV !== "production") {
623
671
  BatteryCharging.propTypes = iconPropTypes.iconPropTypes;
624
672
  }
625
- const BatteryEmpty = /*#__PURE__*/React__default["default"].forwardRef(function BatteryEmpty(_ref24, ref) {
673
+ const BatteryEmpty = /*#__PURE__*/React__default["default"].forwardRef(function BatteryEmpty(_ref26, ref) {
626
674
  let {
627
675
  children,
628
676
  size = 16,
629
677
  ...rest
630
- } = _ref24;
678
+ } = _ref26;
631
679
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
632
680
  width: size,
633
681
  height: size,
@@ -636,19 +684,19 @@ const BatteryEmpty = /*#__PURE__*/React__default["default"].forwardRef(function
636
684
  viewBox: "0 0 32 32",
637
685
  fill: "currentColor",
638
686
  ...rest
639
- }, _path57 || (_path57 = /*#__PURE__*/React__default["default"].createElement("path", {
687
+ }, _path60 || (_path60 = /*#__PURE__*/React__default["default"].createElement("path", {
640
688
  d: "M24,24H6a2.0023,2.0023,0,0,1-2-2V10A2.002,2.002,0,0,1,6,8H24a2.0023,2.0023,0,0,1,2,2v1h1a2.0023,2.0023,0,0,1,2,2v6a2.0027,2.0027,0,0,1-2,2H26v1A2.0027,2.0027,0,0,1,24,24ZM6,10V22H24V19h3V13H24V10Z"
641
689
  })), children);
642
690
  });
643
691
  if (process.env.NODE_ENV !== "production") {
644
692
  BatteryEmpty.propTypes = iconPropTypes.iconPropTypes;
645
693
  }
646
- const BatteryFull = /*#__PURE__*/React__default["default"].forwardRef(function BatteryFull(_ref25, ref) {
694
+ const BatteryFull = /*#__PURE__*/React__default["default"].forwardRef(function BatteryFull(_ref27, ref) {
647
695
  let {
648
696
  children,
649
697
  size = 16,
650
698
  ...rest
651
- } = _ref25;
699
+ } = _ref27;
652
700
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
653
701
  width: size,
654
702
  height: size,
@@ -657,9 +705,9 @@ const BatteryFull = /*#__PURE__*/React__default["default"].forwardRef(function B
657
705
  viewBox: "0 0 32 32",
658
706
  fill: "currentColor",
659
707
  ...rest
660
- }, _path58 || (_path58 = /*#__PURE__*/React__default["default"].createElement("path", {
708
+ }, _path61 || (_path61 = /*#__PURE__*/React__default["default"].createElement("path", {
661
709
  d: "M24,24H6a2,2,0,0,1-2-2V10A2,2,0,0,1,6,8H24a2,2,0,0,1,2,2v1h1a2,2,0,0,1,2,2v6a2,2,0,0,1-2,2H26v1A2,2,0,0,1,24,24ZM6,10V22H24V19h3V13H24V10Z"
662
- })), _path59 || (_path59 = /*#__PURE__*/React__default["default"].createElement("path", {
710
+ })), _path62 || (_path62 = /*#__PURE__*/React__default["default"].createElement("path", {
663
711
  d: "M11 9H19V23H11z",
664
712
  transform: "rotate(90 15 16)"
665
713
  })), children);
@@ -667,12 +715,12 @@ const BatteryFull = /*#__PURE__*/React__default["default"].forwardRef(function B
667
715
  if (process.env.NODE_ENV !== "production") {
668
716
  BatteryFull.propTypes = iconPropTypes.iconPropTypes;
669
717
  }
670
- const BatteryHalf = /*#__PURE__*/React__default["default"].forwardRef(function BatteryHalf(_ref26, ref) {
718
+ const BatteryHalf = /*#__PURE__*/React__default["default"].forwardRef(function BatteryHalf(_ref28, ref) {
671
719
  let {
672
720
  children,
673
721
  size = 16,
674
722
  ...rest
675
- } = _ref26;
723
+ } = _ref28;
676
724
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
677
725
  width: size,
678
726
  height: size,
@@ -681,9 +729,9 @@ const BatteryHalf = /*#__PURE__*/React__default["default"].forwardRef(function B
681
729
  viewBox: "0 0 32 32",
682
730
  fill: "currentColor",
683
731
  ...rest
684
- }, _path60 || (_path60 = /*#__PURE__*/React__default["default"].createElement("path", {
732
+ }, _path63 || (_path63 = /*#__PURE__*/React__default["default"].createElement("path", {
685
733
  d: "M24,24H6a2,2,0,0,1-2-2V10A2,2,0,0,1,6,8H24a2,2,0,0,1,2,2v1h1a2,2,0,0,1,2,2v6a2,2,0,0,1-2,2H26v1A2,2,0,0,1,24,24ZM6,10V22H24V19h3V13H24V10Z"
686
- })), _path61 || (_path61 = /*#__PURE__*/React__default["default"].createElement("path", {
734
+ })), _path64 || (_path64 = /*#__PURE__*/React__default["default"].createElement("path", {
687
735
  d: "M8 12H16V20H8z",
688
736
  transform: "rotate(90 12 16)"
689
737
  })), children);
@@ -691,12 +739,12 @@ const BatteryHalf = /*#__PURE__*/React__default["default"].forwardRef(function B
691
739
  if (process.env.NODE_ENV !== "production") {
692
740
  BatteryHalf.propTypes = iconPropTypes.iconPropTypes;
693
741
  }
694
- const BatteryLow = /*#__PURE__*/React__default["default"].forwardRef(function BatteryLow(_ref27, ref) {
742
+ const BatteryLow = /*#__PURE__*/React__default["default"].forwardRef(function BatteryLow(_ref29, ref) {
695
743
  let {
696
744
  children,
697
745
  size = 16,
698
746
  ...rest
699
- } = _ref27;
747
+ } = _ref29;
700
748
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
701
749
  width: size,
702
750
  height: size,
@@ -705,9 +753,9 @@ const BatteryLow = /*#__PURE__*/React__default["default"].forwardRef(function Ba
705
753
  viewBox: "0 0 32 32",
706
754
  fill: "currentColor",
707
755
  ...rest
708
- }, _path62 || (_path62 = /*#__PURE__*/React__default["default"].createElement("path", {
756
+ }, _path65 || (_path65 = /*#__PURE__*/React__default["default"].createElement("path", {
709
757
  d: "M24,24H6a2.0023,2.0023,0,0,1-2-2V10A2.002,2.002,0,0,1,6,8H24a2.0023,2.0023,0,0,1,2,2v1h1a2.0023,2.0023,0,0,1,2,2v6a2.0027,2.0027,0,0,1-2,2H26v1A2.0027,2.0027,0,0,1,24,24ZM6,10V22H24V19h3V13H24V10Z"
710
- })), _path63 || (_path63 = /*#__PURE__*/React__default["default"].createElement("path", {
758
+ })), _path66 || (_path66 = /*#__PURE__*/React__default["default"].createElement("path", {
711
759
  d: "M5 15H13V17H5z",
712
760
  transform: "rotate(90 9 16)"
713
761
  })), children);
@@ -715,12 +763,12 @@ const BatteryLow = /*#__PURE__*/React__default["default"].forwardRef(function Ba
715
763
  if (process.env.NODE_ENV !== "production") {
716
764
  BatteryLow.propTypes = iconPropTypes.iconPropTypes;
717
765
  }
718
- const BatteryQuarter = /*#__PURE__*/React__default["default"].forwardRef(function BatteryQuarter(_ref28, ref) {
766
+ const BatteryQuarter = /*#__PURE__*/React__default["default"].forwardRef(function BatteryQuarter(_ref30, ref) {
719
767
  let {
720
768
  children,
721
769
  size = 16,
722
770
  ...rest
723
- } = _ref28;
771
+ } = _ref30;
724
772
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
725
773
  width: size,
726
774
  height: size,
@@ -729,9 +777,9 @@ const BatteryQuarter = /*#__PURE__*/React__default["default"].forwardRef(functio
729
777
  viewBox: "0 0 32 32",
730
778
  fill: "currentColor",
731
779
  ...rest
732
- }, _path64 || (_path64 = /*#__PURE__*/React__default["default"].createElement("path", {
780
+ }, _path67 || (_path67 = /*#__PURE__*/React__default["default"].createElement("path", {
733
781
  d: "M24,24H6a2.0023,2.0023,0,0,1-2-2V10A2.002,2.002,0,0,1,6,8H24a2.0023,2.0023,0,0,1,2,2v1h1a2.0023,2.0023,0,0,1,2,2v6a2.0027,2.0027,0,0,1-2,2H26v1A2.0027,2.0027,0,0,1,24,24ZM6,10V22H24V19h3V13H24V10Z"
734
- })), _path65 || (_path65 = /*#__PURE__*/React__default["default"].createElement("path", {
782
+ })), _path68 || (_path68 = /*#__PURE__*/React__default["default"].createElement("path", {
735
783
  d: "M6 14H14V18H6z",
736
784
  transform: "rotate(90 10 16)"
737
785
  })), children);
@@ -739,12 +787,12 @@ const BatteryQuarter = /*#__PURE__*/React__default["default"].forwardRef(functio
739
787
  if (process.env.NODE_ENV !== "production") {
740
788
  BatteryQuarter.propTypes = iconPropTypes.iconPropTypes;
741
789
  }
742
- const Bee = /*#__PURE__*/React__default["default"].forwardRef(function Bee(_ref29, ref) {
790
+ const Bee = /*#__PURE__*/React__default["default"].forwardRef(function Bee(_ref31, ref) {
743
791
  let {
744
792
  children,
745
793
  size = 16,
746
794
  ...rest
747
- } = _ref29;
795
+ } = _ref31;
748
796
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
749
797
  width: size,
750
798
  height: size,
@@ -753,19 +801,19 @@ const Bee = /*#__PURE__*/React__default["default"].forwardRef(function Bee(_ref2
753
801
  viewBox: "0 0 32 32",
754
802
  fill: "currentColor",
755
803
  ...rest
756
- }, _path66 || (_path66 = /*#__PURE__*/React__default["default"].createElement("path", {
804
+ }, _path69 || (_path69 = /*#__PURE__*/React__default["default"].createElement("path", {
757
805
  d: "M16 10a6 6 0 00-6 6v8a6 6 0 0012 0V16A6 6 0 0016 10zm-4.25 7.87h8.5v4.25h-8.5zM16 28.25A4.27 4.27 0 0111.75 24v-.13h8.5V24A4.27 4.27 0 0116 28.25zm4.25-12.13h-8.5V16a4.25 4.25 0 018.5 0zM30.66 19.21L24 13v9.1a4 4 0 008 0A3.83 3.83 0 0030.66 19.21zM28 24.35a2.25 2.25 0 01-2.25-2.25V17l3.72 3.47h0A2.05 2.05 0 0130.2 22 2.25 2.25 0 0128 24.35zM0 22.1a4 4 0 008 0V13L1.34 19.21A3.88 3.88 0 000 22.1zm2.48-1.56h0L6.25 17v5.1a2.25 2.25 0 01-4.5 0A2.05 2.05 0 012.48 20.54zM15 5.5A3.5 3.5 0 1011.5 9 3.5 3.5 0 0015 5.5zm-5.25 0A1.75 1.75 0 1111.5 7.25 1.77 1.77 0 019.75 5.5zM20.5 2A3.5 3.5 0 1024 5.5 3.5 3.5 0 0020.5 2zm0 5.25A1.75 1.75 0 1122.25 5.5 1.77 1.77 0 0120.5 7.25z"
758
806
  })), children);
759
807
  });
760
808
  if (process.env.NODE_ENV !== "production") {
761
809
  Bee.propTypes = iconPropTypes.iconPropTypes;
762
810
  }
763
- const BeeBat = /*#__PURE__*/React__default["default"].forwardRef(function BeeBat(_ref30, ref) {
811
+ const BeeBat = /*#__PURE__*/React__default["default"].forwardRef(function BeeBat(_ref32, ref) {
764
812
  let {
765
813
  children,
766
814
  size = 16,
767
815
  ...rest
768
- } = _ref30;
816
+ } = _ref32;
769
817
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
770
818
  width: size,
771
819
  height: size,
@@ -774,27 +822,27 @@ const BeeBat = /*#__PURE__*/React__default["default"].forwardRef(function BeeBat
774
822
  viewBox: "0 0 32 32",
775
823
  fill: "currentColor",
776
824
  ...rest
777
- }, _circle9 || (_circle9 = /*#__PURE__*/React__default["default"].createElement("circle", {
825
+ }, _circle10 || (_circle10 = /*#__PURE__*/React__default["default"].createElement("circle", {
778
826
  cx: "13",
779
827
  cy: "8",
780
828
  r: "2"
781
- })), _circle10 || (_circle10 = /*#__PURE__*/React__default["default"].createElement("circle", {
829
+ })), _circle11 || (_circle11 = /*#__PURE__*/React__default["default"].createElement("circle", {
782
830
  cx: "19",
783
831
  cy: "8",
784
832
  r: "2"
785
- })), _path67 || (_path67 = /*#__PURE__*/React__default["default"].createElement("path", {
833
+ })), _path70 || (_path70 = /*#__PURE__*/React__default["default"].createElement("path", {
786
834
  d: "M31.8083,8.665A.8745.8745,0,0,0,31,8.125H29c-4.21,0-7.721,2.002-9.1648,4.9014a4.8186,4.8186,0,0,0-7.67,0C10.721,10.127,7.21,8.125,3,8.125H1A.8749.8749,0,0,0,.3816,9.6191L.4834,9.72A5.3885,5.3885,0,0,1,2.1612,15.751.8751.8751,0,0,0,3,16.875a2.8966,2.8966,0,0,1,2.1587.7266c.9783.9814.9714,2.8872.9668,4.1479l0,.25A.875.875,0,0,0,7,22.875h4.125V23a4.875,4.875,0,0,0,9.75,0v-.125H25A.875.875,0,0,0,25.875,22l0-.25c-.0046-1.2607-.0115-3.1665.9668-4.1479A2.8966,2.8966,0,0,1,29,16.875a.8751.8751,0,0,0,.8388-1.124,5.3883,5.3883,0,0,1,1.6765-6.0293l.1033-.103A.875.875,0,0,0,31.8083,8.665ZM16,12.875A3.1286,3.1286,0,0,1,19.125,16v.125h-6.25V16A3.1286,3.1286,0,0,1,16,12.875Zm-3.125,5h6.25v3.25h-6.25Zm-5.0007,3.25c-.0178-1.459-.1839-3.4619-1.4761-4.7588a4.1876,4.1876,0,0,0-2.31-1.1518A6.657,6.657,0,0,0,2.9524,9.875H3c4.5562,0,8.125,2.69,8.125,6.125v5.125ZM19.125,23a3.125,3.125,0,0,1-6.25,0v-.125h6.25Zm8.7868-7.7856a4.1876,4.1876,0,0,0-2.31,1.1518c-1.2922,1.2969-1.4583,3.3-1.4761,4.7588H20.875V16c0-3.4346,3.5688-6.125,8.125-6.125h.0481A6.6561,6.6561,0,0,0,27.9118,15.2144Z"
787
835
  })), children);
788
836
  });
789
837
  if (process.env.NODE_ENV !== "production") {
790
838
  BeeBat.propTypes = iconPropTypes.iconPropTypes;
791
839
  }
792
- const Beta = /*#__PURE__*/React__default["default"].forwardRef(function Beta(_ref31, ref) {
840
+ const Beta = /*#__PURE__*/React__default["default"].forwardRef(function Beta(_ref33, ref) {
793
841
  let {
794
842
  children,
795
843
  size = 16,
796
844
  ...rest
797
- } = _ref31;
845
+ } = _ref33;
798
846
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
799
847
  width: size,
800
848
  height: size,
@@ -803,19 +851,19 @@ const Beta = /*#__PURE__*/React__default["default"].forwardRef(function Beta(_re
803
851
  viewBox: "0 0 32 32",
804
852
  fill: "currentColor",
805
853
  ...rest
806
- }, _path68 || (_path68 = /*#__PURE__*/React__default["default"].createElement("path", {
854
+ }, _path71 || (_path71 = /*#__PURE__*/React__default["default"].createElement("path", {
807
855
  d: "M20.7168,13.7705A5.9174,5.9174,0,0,0,23,9c0-3.5327-2.8784-6-7-6a6.627,6.627,0,0,0-7,7V31h2V25.1206a8.1261,8.1261,0,0,0,6,2.48A7.3833,7.3833,0,0,0,24.6528,20,6.6364,6.6364,0,0,0,20.7168,13.7705ZM17,25.6A5.6781,5.6781,0,0,1,11,20V10a4.6856,4.6856,0,0,1,5-5c3.0374,0,5,1.57,5,4a3.8732,3.8732,0,0,1-4,4v2c3.4341,0,5.6528,1.9629,5.6528,5A5.3907,5.3907,0,0,1,17,25.6Z"
808
856
  })), children);
809
857
  });
810
858
  if (process.env.NODE_ENV !== "production") {
811
859
  Beta.propTypes = iconPropTypes.iconPropTypes;
812
860
  }
813
- const Bicycle = /*#__PURE__*/React__default["default"].forwardRef(function Bicycle(_ref32, ref) {
861
+ const Bicycle = /*#__PURE__*/React__default["default"].forwardRef(function Bicycle(_ref34, ref) {
814
862
  let {
815
863
  children,
816
864
  size = 16,
817
865
  ...rest
818
- } = _ref32;
866
+ } = _ref34;
819
867
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
820
868
  width: size,
821
869
  height: size,
@@ -824,19 +872,19 @@ const Bicycle = /*#__PURE__*/React__default["default"].forwardRef(function Bicyc
824
872
  viewBox: "0 0 32 32",
825
873
  fill: "currentColor",
826
874
  ...rest
827
- }, _path69 || (_path69 = /*#__PURE__*/React__default["default"].createElement("path", {
875
+ }, _path72 || (_path72 = /*#__PURE__*/React__default["default"].createElement("path", {
828
876
  d: "M26,16c-.0879,0-.1731.0093-.26.0132L24.2368,9H28V7H23a1,1,0,0,0-.978,1.21L22.62,11H12.3872l-1-3H14V6H7V8H9.28l1.0411,3.123-2.57,5.1392A6,6,0,1,0,11.91,23h2.61a1.991,1.991,0,0,0,1.5616-.75L23.14,13.4258l.6436,3.0039A5.9891,5.9891,0,1,0,26,16ZM6,26a4,4,0,1,1,.8364-7.9092L5.1055,21.5527l.009.0044A.9834.9834,0,0,0,5,22a.9931.9931,0,0,0,1.8853.4429l.0092.0044L8.6182,19A3.9835,3.9835,0,0,1,6,26Zm5.91-5a5.9986,5.9986,0,0,0-2.3733-3.8364l1.6787-3.3574L13.613,21Zm3.4577-1.06L13.054,13h7.8654ZM26,26a3.9882,3.9882,0,0,1-1.7859-7.56l.8079,3.77.02-.0044A.9859.9859,0,0,0,26,23a1,1,0,0,0,1-1,.9456.9456,0,0,0-.0415-.2056l.02-.0044-.8086-3.7729A3.9931,3.9931,0,0,1,26,26Z"
829
877
  })), children);
830
878
  });
831
879
  if (process.env.NODE_ENV !== "production") {
832
880
  Bicycle.propTypes = iconPropTypes.iconPropTypes;
833
881
  }
834
- const Binding_01 = /*#__PURE__*/React__default["default"].forwardRef(function Binding_01(_ref33, ref) {
882
+ const Binding_01 = /*#__PURE__*/React__default["default"].forwardRef(function Binding_01(_ref35, ref) {
835
883
  let {
836
884
  children,
837
885
  size = 16,
838
886
  ...rest
839
- } = _ref33;
887
+ } = _ref35;
840
888
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
841
889
  width: size,
842
890
  height: size,
@@ -845,7 +893,7 @@ const Binding_01 = /*#__PURE__*/React__default["default"].forwardRef(function Bi
845
893
  viewBox: "0 0 32 32",
846
894
  fill: "currentColor",
847
895
  ...rest
848
- }, _path70 || (_path70 = /*#__PURE__*/React__default["default"].createElement("path", {
896
+ }, _path73 || (_path73 = /*#__PURE__*/React__default["default"].createElement("path", {
849
897
  strokeWidth: "0",
850
898
  d: "M4 10H28V12H4zM4 20H28V22H4z"
851
899
  })), children);
@@ -853,12 +901,12 @@ const Binding_01 = /*#__PURE__*/React__default["default"].forwardRef(function Bi
853
901
  if (process.env.NODE_ENV !== "production") {
854
902
  Binding_01.propTypes = iconPropTypes.iconPropTypes;
855
903
  }
856
- const Binding_02 = /*#__PURE__*/React__default["default"].forwardRef(function Binding_02(_ref34, ref) {
904
+ const Binding_02 = /*#__PURE__*/React__default["default"].forwardRef(function Binding_02(_ref36, ref) {
857
905
  let {
858
906
  children,
859
907
  size = 16,
860
908
  ...rest
861
- } = _ref34;
909
+ } = _ref36;
862
910
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
863
911
  width: size,
864
912
  height: size,
@@ -867,13 +915,13 @@ const Binding_02 = /*#__PURE__*/React__default["default"].forwardRef(function Bi
867
915
  viewBox: "0 0 32 32",
868
916
  fill: "currentColor",
869
917
  ...rest
870
- }, _path71 || (_path71 = /*#__PURE__*/React__default["default"].createElement("path", {
918
+ }, _path74 || (_path74 = /*#__PURE__*/React__default["default"].createElement("path", {
871
919
  strokeWidth: "0",
872
920
  d: "M25 8L23.3721 9.1621 28.542 16 23.386 22.8379 25.0139 24 31 16 25 8z"
873
- })), _path72 || (_path72 = /*#__PURE__*/React__default["default"].createElement("path", {
921
+ })), _path75 || (_path75 = /*#__PURE__*/React__default["default"].createElement("path", {
874
922
  strokeWidth: "0",
875
923
  d: "M20 8L18.3721 9.1621 23.542 16 18.386 22.8379 20.0139 24 26 16 20 8zM8.6279 9.1621L7 8 1 16 6.9861 24 8.614 22.8379 3.458 16 8.6279 9.1621z"
876
- })), _path73 || (_path73 = /*#__PURE__*/React__default["default"].createElement("path", {
924
+ })), _path76 || (_path76 = /*#__PURE__*/React__default["default"].createElement("path", {
877
925
  strokeWidth: "0",
878
926
  d: "M12 8L6 16 11.9861 24 13.614 22.8379 8.458 16 13.6279 9.1621 12 8z"
879
927
  })), children);
@@ -881,12 +929,12 @@ const Binding_02 = /*#__PURE__*/React__default["default"].forwardRef(function Bi
881
929
  if (process.env.NODE_ENV !== "production") {
882
930
  Binding_02.propTypes = iconPropTypes.iconPropTypes;
883
931
  }
884
- const Binoculars = /*#__PURE__*/React__default["default"].forwardRef(function Binoculars(_ref35, ref) {
932
+ const Binoculars = /*#__PURE__*/React__default["default"].forwardRef(function Binoculars(_ref37, ref) {
885
933
  let {
886
934
  children,
887
935
  size = 16,
888
936
  ...rest
889
- } = _ref35;
937
+ } = _ref37;
890
938
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
891
939
  width: size,
892
940
  height: size,
@@ -895,19 +943,19 @@ const Binoculars = /*#__PURE__*/React__default["default"].forwardRef(function Bi
895
943
  viewBox: "0 0 32 32",
896
944
  fill: "currentColor",
897
945
  ...rest
898
- }, _path74 || (_path74 = /*#__PURE__*/React__default["default"].createElement("path", {
946
+ }, _path77 || (_path77 = /*#__PURE__*/React__default["default"].createElement("path", {
899
947
  d: "M28,8V5a1,1,0,0,0-1-1H21a1,1,0,0,0-1,1V8a2,2,0,0,0-2,2v2H14V10a2,2,0,0,0-2-2V5a1,1,0,0,0-1-1H5A1,1,0,0,0,4,5V8a2,2,0,0,0-2,2V22a2,2,0,0,0,1,1.72V27a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V23.72A2,2,0,0,0,14,22V20h4v2a2,2,0,0,0,1,1.72V27a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V23.72A2,2,0,0,0,30,22V10A2,2,0,0,0,28,8ZM11,26H5V24h6Zm1-4H4V10H6V6h4v4h2Zm2-4V14h4v4Zm13,8H21V24h6Zm1-4H20V10h2V6h4v4h2Z"
900
948
  })), children);
901
949
  });
902
950
  if (process.env.NODE_ENV !== "production") {
903
951
  Binoculars.propTypes = iconPropTypes.iconPropTypes;
904
952
  }
905
- const QBlochSphere = /*#__PURE__*/React__default["default"].forwardRef(function QBlochSphere(_ref36, ref) {
953
+ const QBlochSphere = /*#__PURE__*/React__default["default"].forwardRef(function QBlochSphere(_ref38, ref) {
906
954
  let {
907
955
  children,
908
956
  size = 16,
909
957
  ...rest
910
- } = _ref36;
958
+ } = _ref38;
911
959
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
912
960
  width: size,
913
961
  height: size,
@@ -916,21 +964,21 @@ const QBlochSphere = /*#__PURE__*/React__default["default"].forwardRef(function
916
964
  viewBox: "0 0 32 32",
917
965
  fill: "currentColor",
918
966
  ...rest
919
- }, _path75 || (_path75 = /*#__PURE__*/React__default["default"].createElement("path", {
967
+ }, _path78 || (_path78 = /*#__PURE__*/React__default["default"].createElement("path", {
920
968
  d: "M21.87,7.84l-1.74-1L16,14h0a2,2,0,1,0,2,2,2,2,0,0,0-.27-1Z"
921
- })), _path76 || (_path76 = /*#__PURE__*/React__default["default"].createElement("path", {
969
+ })), _path79 || (_path79 = /*#__PURE__*/React__default["default"].createElement("path", {
922
970
  d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,2a12,12,0,0,1,11.17,7.65,25.69,25.69,0,0,0-3.69-1.5l-1,1.77a22.7,22.7,0,0,1,5.41,2.39,11.05,11.05,0,0,1,0,3.38A22.92,22.92,0,0,1,16,21,22.92,22.92,0,0,1,4.13,17.69a11.05,11.05,0,0,1,0-3.38A22.8,22.8,0,0,1,15,11V9a25,25,0,0,0-10.17,2.6A12,12,0,0,1,16,4Zm0,24A12,12,0,0,1,4.83,20.35,24.88,24.88,0,0,0,16,23a24.88,24.88,0,0,0,11.17-2.65A12,12,0,0,1,16,28Z"
923
971
  })), children);
924
972
  });
925
973
  if (process.env.NODE_ENV !== "production") {
926
974
  QBlochSphere.propTypes = iconPropTypes.iconPropTypes;
927
975
  }
928
- const BlockStorage = /*#__PURE__*/React__default["default"].forwardRef(function BlockStorage(_ref37, ref) {
976
+ const BlockStorage = /*#__PURE__*/React__default["default"].forwardRef(function BlockStorage(_ref39, ref) {
929
977
  let {
930
978
  children,
931
979
  size = 16,
932
980
  ...rest
933
- } = _ref37;
981
+ } = _ref39;
934
982
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
935
983
  width: size,
936
984
  height: size,
@@ -939,21 +987,21 @@ const BlockStorage = /*#__PURE__*/React__default["default"].forwardRef(function
939
987
  viewBox: "0 0 32 32",
940
988
  fill: "currentColor",
941
989
  ...rest
942
- }, _path77 || (_path77 = /*#__PURE__*/React__default["default"].createElement("path", {
990
+ }, _path80 || (_path80 = /*#__PURE__*/React__default["default"].createElement("path", {
943
991
  d: "M9,12V10H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V19H20v9H4V12"
944
- })), _path78 || (_path78 = /*#__PURE__*/React__default["default"].createElement("path", {
992
+ })), _path81 || (_path81 = /*#__PURE__*/React__default["default"].createElement("path", {
945
993
  d: "M22 12H14V4h8zM12 4v8a2 2 0 002 2h8a2 2 0 002-2V4a2 2 0 00-2-2H14A2 2 0 0012 4zM14 18v4H10V18h4M8 18v4a2 2 0 002 2h4a2 2 0 002-2V18a2 2 0 00-2-2H10A2 2 0 008 18zM28 17v2H26V17h2m-4-1v4a1 1 0 001 1h4a1 1 0 001-1V16a1 1 0 00-1-1H25A1 1 0 0024 16z"
946
994
  })), children);
947
995
  });
948
996
  if (process.env.NODE_ENV !== "production") {
949
997
  BlockStorage.propTypes = iconPropTypes.iconPropTypes;
950
998
  }
951
- const BlockStorageAlt = /*#__PURE__*/React__default["default"].forwardRef(function BlockStorageAlt(_ref38, ref) {
999
+ const BlockStorageAlt = /*#__PURE__*/React__default["default"].forwardRef(function BlockStorageAlt(_ref40, ref) {
952
1000
  let {
953
1001
  children,
954
1002
  size = 16,
955
1003
  ...rest
956
- } = _ref38;
1004
+ } = _ref40;
957
1005
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
958
1006
  width: size,
959
1007
  height: size,
@@ -962,25 +1010,25 @@ const BlockStorageAlt = /*#__PURE__*/React__default["default"].forwardRef(functi
962
1010
  viewBox: "0 0 32 32",
963
1011
  fill: "currentColor",
964
1012
  ...rest
965
- }, _path79 || (_path79 = /*#__PURE__*/React__default["default"].createElement("path", {
1013
+ }, _path82 || (_path82 = /*#__PURE__*/React__default["default"].createElement("path", {
966
1014
  d: "M28,20H26v2h2v6H4V22H6V20H4a2.0024,2.0024,0,0,0-2,2v6a2.0024,2.0024,0,0,0,2,2H28a2.0024,2.0024,0,0,0,2-2V22A2.0024,2.0024,0,0,0,28,20Z"
967
- })), _circle11 || (_circle11 = /*#__PURE__*/React__default["default"].createElement("circle", {
1015
+ })), _circle12 || (_circle12 = /*#__PURE__*/React__default["default"].createElement("circle", {
968
1016
  cx: "7",
969
1017
  cy: "25",
970
1018
  r: "1"
971
- })), _path80 || (_path80 = /*#__PURE__*/React__default["default"].createElement("path", {
1019
+ })), _path83 || (_path83 = /*#__PURE__*/React__default["default"].createElement("path", {
972
1020
  d: "M15 20H8V13h7zm-5-2h3V15H10zM24 20H17V13h7zm-5-2h3V15H19zM15 11H8V4h7zM10 9h3V6H10zM24 11H17V4h7zM19 9h3V6H19z"
973
1021
  })), children);
974
1022
  });
975
1023
  if (process.env.NODE_ENV !== "production") {
976
1024
  BlockStorageAlt.propTypes = iconPropTypes.iconPropTypes;
977
1025
  }
978
- const Blockchain = /*#__PURE__*/React__default["default"].forwardRef(function Blockchain(_ref39, ref) {
1026
+ const Blockchain = /*#__PURE__*/React__default["default"].forwardRef(function Blockchain(_ref41, ref) {
979
1027
  let {
980
1028
  children,
981
1029
  size = 16,
982
1030
  ...rest
983
- } = _ref39;
1031
+ } = _ref41;
984
1032
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
985
1033
  width: size,
986
1034
  height: size,
@@ -989,19 +1037,19 @@ const Blockchain = /*#__PURE__*/React__default["default"].forwardRef(function Bl
989
1037
  viewBox: "0 0 32 32",
990
1038
  fill: "currentColor",
991
1039
  ...rest
992
- }, _path81 || (_path81 = /*#__PURE__*/React__default["default"].createElement("path", {
1040
+ }, _path84 || (_path84 = /*#__PURE__*/React__default["default"].createElement("path", {
993
1041
  d: "M6,24H4V8H6ZM28,8H26V24h2ZM24,6V4H8V6Zm0,22V26H8v2Z"
994
1042
  })), children);
995
1043
  });
996
1044
  if (process.env.NODE_ENV !== "production") {
997
1045
  Blockchain.propTypes = iconPropTypes.iconPropTypes;
998
1046
  }
999
- const Blog = /*#__PURE__*/React__default["default"].forwardRef(function Blog(_ref40, ref) {
1047
+ const Blog = /*#__PURE__*/React__default["default"].forwardRef(function Blog(_ref42, ref) {
1000
1048
  let {
1001
1049
  children,
1002
1050
  size = 16,
1003
1051
  ...rest
1004
- } = _ref40;
1052
+ } = _ref42;
1005
1053
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1006
1054
  width: size,
1007
1055
  height: size,
@@ -1010,19 +1058,19 @@ const Blog = /*#__PURE__*/React__default["default"].forwardRef(function Blog(_re
1010
1058
  viewBox: "0 0 32 32",
1011
1059
  fill: "currentColor",
1012
1060
  ...rest
1013
- }, _path82 || (_path82 = /*#__PURE__*/React__default["default"].createElement("path", {
1061
+ }, _path85 || (_path85 = /*#__PURE__*/React__default["default"].createElement("path", {
1014
1062
  d: "M4 24H14V26H4zM4 18H14V20H4zM26 14H6a2 2 0 01-2-2V6A2 2 0 016 4H26a2 2 0 012 2v6A2 2 0 0126 14zM6 6v6H26V6zM26 28H20a2 2 0 01-2-2V20a2 2 0 012-2h6a2 2 0 012 2v6A2 2 0 0126 28zm-6-8v6h6V20z"
1015
1063
  })), children);
1016
1064
  });
1017
1065
  if (process.env.NODE_ENV !== "production") {
1018
1066
  Blog.propTypes = iconPropTypes.iconPropTypes;
1019
1067
  }
1020
- const Bluetooth = /*#__PURE__*/React__default["default"].forwardRef(function Bluetooth(_ref41, ref) {
1068
+ const Bluetooth = /*#__PURE__*/React__default["default"].forwardRef(function Bluetooth(_ref43, ref) {
1021
1069
  let {
1022
1070
  children,
1023
1071
  size = 16,
1024
1072
  ...rest
1025
- } = _ref41;
1073
+ } = _ref43;
1026
1074
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1027
1075
  width: size,
1028
1076
  height: size,
@@ -1031,19 +1079,19 @@ const Bluetooth = /*#__PURE__*/React__default["default"].forwardRef(function Blu
1031
1079
  viewBox: "0 0 32 32",
1032
1080
  fill: "currentColor",
1033
1081
  ...rest
1034
- }, _path83 || (_path83 = /*#__PURE__*/React__default["default"].createElement("path", {
1082
+ }, _path86 || (_path86 = /*#__PURE__*/React__default["default"].createElement("path", {
1035
1083
  d: "M16,30a1.06,1.06,0,0,1-.42-.09A1,1,0,0,1,15,29V18.41L8.41,25,7,23.59,14.59,16,7,8.41,8.41,7,15,13.59V3a1,1,0,0,1,.58-.91,1,1,0,0,1,1.07.15l7,6A1,1,0,0,1,24,9a1,1,0,0,1-.29.75L17.41,16l6.3,6.29A1,1,0,0,1,24,23a1,1,0,0,1-.35.72l-7,6A1,1,0,0,1,16,30Zm1-11.59v8.42l4.53-3.89ZM17,5.17v8.42l4.53-4.53Z"
1036
1084
  })), children);
1037
1085
  });
1038
1086
  if (process.env.NODE_ENV !== "production") {
1039
1087
  Bluetooth.propTypes = iconPropTypes.iconPropTypes;
1040
1088
  }
1041
- const BluetoothOff = /*#__PURE__*/React__default["default"].forwardRef(function BluetoothOff(_ref42, ref) {
1089
+ const BluetoothOff = /*#__PURE__*/React__default["default"].forwardRef(function BluetoothOff(_ref44, ref) {
1042
1090
  let {
1043
1091
  children,
1044
1092
  size = 16,
1045
1093
  ...rest
1046
- } = _ref42;
1094
+ } = _ref44;
1047
1095
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1048
1096
  width: size,
1049
1097
  height: size,
@@ -1052,19 +1100,19 @@ const BluetoothOff = /*#__PURE__*/React__default["default"].forwardRef(function
1052
1100
  viewBox: "0 0 32 32",
1053
1101
  fill: "currentColor",
1054
1102
  ...rest
1055
- }, _path84 || (_path84 = /*#__PURE__*/React__default["default"].createElement("path", {
1103
+ }, _path87 || (_path87 = /*#__PURE__*/React__default["default"].createElement("path", {
1056
1104
  d: "M28 26.59L5.41 4 4 5.41 14.59 16 7 23.59 8.41 25 15 18.41V29a1 1 0 00.58.91A1.06 1.06 0 0016 30a1 1 0 00.65-.24l6.3-5.4L26.59 28zm-11 .24V18.41l4.53 4.53zM17 12.75V5.17l4.53 3.89-4.11 4.11 1.41 1.41 4.88-4.87A1 1 0 0024 9a1 1 0 00-.35-.72l-7-6a1 1 0 00-1.07-.15A1 1 0 0015 3v7.75z"
1057
1105
  })), children);
1058
1106
  });
1059
1107
  if (process.env.NODE_ENV !== "production") {
1060
1108
  BluetoothOff.propTypes = iconPropTypes.iconPropTypes;
1061
1109
  }
1062
- const Book = /*#__PURE__*/React__default["default"].forwardRef(function Book(_ref43, ref) {
1110
+ const Book = /*#__PURE__*/React__default["default"].forwardRef(function Book(_ref45, ref) {
1063
1111
  let {
1064
1112
  children,
1065
1113
  size = 16,
1066
1114
  ...rest
1067
- } = _ref43;
1115
+ } = _ref45;
1068
1116
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1069
1117
  width: size,
1070
1118
  height: size,
@@ -1073,21 +1121,21 @@ const Book = /*#__PURE__*/React__default["default"].forwardRef(function Book(_re
1073
1121
  viewBox: "0 0 32 32",
1074
1122
  fill: "currentColor",
1075
1123
  ...rest
1076
- }, _path85 || (_path85 = /*#__PURE__*/React__default["default"].createElement("path", {
1124
+ }, _path88 || (_path88 = /*#__PURE__*/React__default["default"].createElement("path", {
1077
1125
  d: "M19 10H26V12H19zM19 15H26V17H19zM19 20H26V22H19zM6 10H13V12H6zM6 15H13V17H6zM6 20H13V22H6z"
1078
- })), _path86 || (_path86 = /*#__PURE__*/React__default["default"].createElement("path", {
1126
+ })), _path89 || (_path89 = /*#__PURE__*/React__default["default"].createElement("path", {
1079
1127
  d: "M28,5H4A2.002,2.002,0,0,0,2,7V25a2.002,2.002,0,0,0,2,2H28a2.002,2.002,0,0,0,2-2V7A2.002,2.002,0,0,0,28,5ZM4,7H15V25H4ZM17,25V7H28V25Z"
1080
1128
  })), children);
1081
1129
  });
1082
1130
  if (process.env.NODE_ENV !== "production") {
1083
1131
  Book.propTypes = iconPropTypes.iconPropTypes;
1084
1132
  }
1085
- const Bookmark = /*#__PURE__*/React__default["default"].forwardRef(function Bookmark(_ref44, ref) {
1133
+ const Bookmark = /*#__PURE__*/React__default["default"].forwardRef(function Bookmark(_ref46, ref) {
1086
1134
  let {
1087
1135
  children,
1088
1136
  size = 16,
1089
1137
  ...rest
1090
- } = _ref44;
1138
+ } = _ref46;
1091
1139
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1092
1140
  width: size,
1093
1141
  height: size,
@@ -1096,19 +1144,19 @@ const Bookmark = /*#__PURE__*/React__default["default"].forwardRef(function Book
1096
1144
  viewBox: "0 0 32 32",
1097
1145
  fill: "currentColor",
1098
1146
  ...rest
1099
- }, _path87 || (_path87 = /*#__PURE__*/React__default["default"].createElement("path", {
1147
+ }, _path90 || (_path90 = /*#__PURE__*/React__default["default"].createElement("path", {
1100
1148
  d: "M24,4V26.75l-7.1-3.59-.9-.45-.9.45L8,26.75V4H24m0-2H8A2,2,0,0,0,6,4V30L16,25,26,30V4A2,2,0,0,0,24,2Z"
1101
1149
  })), children);
1102
1150
  });
1103
1151
  if (process.env.NODE_ENV !== "production") {
1104
1152
  Bookmark.propTypes = iconPropTypes.iconPropTypes;
1105
1153
  }
1106
- const BookmarkAdd = /*#__PURE__*/React__default["default"].forwardRef(function BookmarkAdd(_ref45, ref) {
1154
+ const BookmarkAdd = /*#__PURE__*/React__default["default"].forwardRef(function BookmarkAdd(_ref47, ref) {
1107
1155
  let {
1108
1156
  children,
1109
1157
  size = 16,
1110
1158
  ...rest
1111
- } = _ref45;
1159
+ } = _ref47;
1112
1160
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1113
1161
  width: size,
1114
1162
  height: size,
@@ -1117,21 +1165,21 @@ const BookmarkAdd = /*#__PURE__*/React__default["default"].forwardRef(function B
1117
1165
  viewBox: "0 0 32 32",
1118
1166
  fill: "currentColor",
1119
1167
  ...rest
1120
- }, _path88 || (_path88 = /*#__PURE__*/React__default["default"].createElement("path", {
1168
+ }, _path91 || (_path91 = /*#__PURE__*/React__default["default"].createElement("path", {
1121
1169
  d: "M24,16V26.7515l-7.0962-3.5894L16,22.7051l-.9009.456L8,26.748V4H18V2H8A2,2,0,0,0,6,4V30l10-5.0537L26,30V16Z"
1122
- })), _path89 || (_path89 = /*#__PURE__*/React__default["default"].createElement("path", {
1170
+ })), _path92 || (_path92 = /*#__PURE__*/React__default["default"].createElement("path", {
1123
1171
  d: "M26 6L26 2 24 2 24 6 20 6 20 8 24 8 24 12 26 12 26 8 30 8 30 6 26 6z"
1124
1172
  })), children);
1125
1173
  });
1126
1174
  if (process.env.NODE_ENV !== "production") {
1127
1175
  BookmarkAdd.propTypes = iconPropTypes.iconPropTypes;
1128
1176
  }
1129
- const BookmarkFilled = /*#__PURE__*/React__default["default"].forwardRef(function BookmarkFilled(_ref46, ref) {
1177
+ const BookmarkFilled = /*#__PURE__*/React__default["default"].forwardRef(function BookmarkFilled(_ref48, ref) {
1130
1178
  let {
1131
1179
  children,
1132
1180
  size = 16,
1133
1181
  ...rest
1134
- } = _ref46;
1182
+ } = _ref48;
1135
1183
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1136
1184
  width: size,
1137
1185
  height: size,
@@ -1140,19 +1188,19 @@ const BookmarkFilled = /*#__PURE__*/React__default["default"].forwardRef(functio
1140
1188
  viewBox: "0 0 32 32",
1141
1189
  fill: "currentColor",
1142
1190
  ...rest
1143
- }, _path90 || (_path90 = /*#__PURE__*/React__default["default"].createElement("path", {
1191
+ }, _path93 || (_path93 = /*#__PURE__*/React__default["default"].createElement("path", {
1144
1192
  d: "M24,2H8A2,2,0,0,0,6,4V30l10-5.0538L26,30V4A2,2,0,0,0,24,2Z"
1145
1193
  })), children);
1146
1194
  });
1147
1195
  if (process.env.NODE_ENV !== "production") {
1148
1196
  BookmarkFilled.propTypes = iconPropTypes.iconPropTypes;
1149
1197
  }
1150
- const Boolean = /*#__PURE__*/React__default["default"].forwardRef(function Boolean(_ref47, ref) {
1198
+ const Boolean = /*#__PURE__*/React__default["default"].forwardRef(function Boolean(_ref49, ref) {
1151
1199
  let {
1152
1200
  children,
1153
1201
  size = 16,
1154
1202
  ...rest
1155
- } = _ref47;
1203
+ } = _ref49;
1156
1204
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1157
1205
  width: size,
1158
1206
  height: size,
@@ -1161,9 +1209,9 @@ const Boolean = /*#__PURE__*/React__default["default"].forwardRef(function Boole
1161
1209
  viewBox: "0 0 32 32",
1162
1210
  fill: "currentColor",
1163
1211
  ...rest
1164
- }, _path91 || (_path91 = /*#__PURE__*/React__default["default"].createElement("path", {
1212
+ }, _path94 || (_path94 = /*#__PURE__*/React__default["default"].createElement("path", {
1165
1213
  d: "M23,23a7,7,0,1,1,7-7A7.0078,7.0078,0,0,1,23,23Zm0-12a5,5,0,1,0,5,5A5.0055,5.0055,0,0,0,23,11Z"
1166
- })), _circle12 || (_circle12 = /*#__PURE__*/React__default["default"].createElement("circle", {
1214
+ })), _circle13 || (_circle13 = /*#__PURE__*/React__default["default"].createElement("circle", {
1167
1215
  cx: "9",
1168
1216
  cy: "16",
1169
1217
  r: "7"
@@ -1172,12 +1220,12 @@ const Boolean = /*#__PURE__*/React__default["default"].forwardRef(function Boole
1172
1220
  if (process.env.NODE_ENV !== "production") {
1173
1221
  Boolean.propTypes = iconPropTypes.iconPropTypes;
1174
1222
  }
1175
- const Boot = /*#__PURE__*/React__default["default"].forwardRef(function Boot(_ref48, ref) {
1223
+ const Boot = /*#__PURE__*/React__default["default"].forwardRef(function Boot(_ref50, ref) {
1176
1224
  let {
1177
1225
  children,
1178
1226
  size = 16,
1179
1227
  ...rest
1180
- } = _ref48;
1228
+ } = _ref50;
1181
1229
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1182
1230
  width: size,
1183
1231
  height: size,
@@ -1186,19 +1234,19 @@ const Boot = /*#__PURE__*/React__default["default"].forwardRef(function Boot(_re
1186
1234
  viewBox: "0 0 32 32",
1187
1235
  fill: "currentColor",
1188
1236
  ...rest
1189
- }, _path92 || (_path92 = /*#__PURE__*/React__default["default"].createElement("path", {
1237
+ }, _path95 || (_path95 = /*#__PURE__*/React__default["default"].createElement("path", {
1190
1238
  d: "M24,17H18a1.0008,1.0008,0,0,1-1-1V4a2.0025,2.0025,0,0,0-2-2H5A2.0025,2.0025,0,0,0,3,4V28a2.0025,2.0025,0,0,0,2,2H27a2.0025,2.0025,0,0,0,2-2V22A5.0057,5.0057,0,0,0,24,17Zm3,5v2H23V19h1A3.0033,3.0033,0,0,1,27,22ZM15,4V6H11V8h4v2H11v2h4v2H11v2h4a3.0033,3.0033,0,0,0,3,3h3v5H14.1624l-3-1H5V4ZM25,28V27H23v1H21V27H19v1H17V27H15v1H13V27H11v1H5V25h5.8376l3,1H27v2Z"
1191
1239
  })), children);
1192
1240
  });
1193
1241
  if (process.env.NODE_ENV !== "production") {
1194
1242
  Boot.propTypes = iconPropTypes.iconPropTypes;
1195
1243
  }
1196
- const BootVolume = /*#__PURE__*/React__default["default"].forwardRef(function BootVolume(_ref49, ref) {
1244
+ const BootVolume = /*#__PURE__*/React__default["default"].forwardRef(function BootVolume(_ref51, ref) {
1197
1245
  let {
1198
1246
  children,
1199
1247
  size = 16,
1200
1248
  ...rest
1201
- } = _ref49;
1249
+ } = _ref51;
1202
1250
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1203
1251
  width: size,
1204
1252
  height: size,
@@ -1207,19 +1255,19 @@ const BootVolume = /*#__PURE__*/React__default["default"].forwardRef(function Bo
1207
1255
  viewBox: "0 0 32 32",
1208
1256
  fill: "currentColor",
1209
1257
  ...rest
1210
- }, _path93 || (_path93 = /*#__PURE__*/React__default["default"].createElement("path", {
1258
+ }, _path96 || (_path96 = /*#__PURE__*/React__default["default"].createElement("path", {
1211
1259
  d: "M32 22v-2h-3v-2h-2v2h-1v2h1v6c0 1.1025.8975 2 2 2h3v-2h-3v-6h3zM23 30h-3c-1.1025 0-2-.8975-2-2v-6c0-1.103.8975-2 2-2h3c1.1025 0 2 .897 2 2v6c0 1.1025-.8975 2-2 2zm-3-8v6h3v-6h-3zM14 30h-3c-1.1025 0-2-.8975-2-2v-6c0-1.103.8975-2 2-2h3c1.1025 0 2 .897 2 2v6c0 1.1025-.8975 2-2 2zm-3-8v6h3v-6h-3zM5 20H2v-4H0v14H5c1.1025 0 2-.8975 2-2v-6c0-1.103-.8975-2-2-2zm-3 8v-6h3v6H2zM4 14V5h7.5857l4 4h12.4143v7h2v-7c-.0013-1.1041-.8959-1.9987-2-2h-11.5857l-3.4143-3.4141c-.3742-.3764-.8835-.5873-1.4143-.5859H4c-1.1041.0013-1.9987.8959-2 2V14h2z"
1212
1260
  })), children);
1213
1261
  });
1214
1262
  if (process.env.NODE_ENV !== "production") {
1215
1263
  BootVolume.propTypes = iconPropTypes.iconPropTypes;
1216
1264
  }
1217
- const BootVolumeAlt = /*#__PURE__*/React__default["default"].forwardRef(function BootVolumeAlt(_ref50, ref) {
1265
+ const BootVolumeAlt = /*#__PURE__*/React__default["default"].forwardRef(function BootVolumeAlt(_ref52, ref) {
1218
1266
  let {
1219
1267
  children,
1220
1268
  size = 16,
1221
1269
  ...rest
1222
- } = _ref50;
1270
+ } = _ref52;
1223
1271
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1224
1272
  width: size,
1225
1273
  height: size,
@@ -1228,23 +1276,23 @@ const BootVolumeAlt = /*#__PURE__*/React__default["default"].forwardRef(function
1228
1276
  viewBox: "0 0 32 32",
1229
1277
  fill: "currentColor",
1230
1278
  ...rest
1231
- }, _path94 || (_path94 = /*#__PURE__*/React__default["default"].createElement("path", {
1279
+ }, _path97 || (_path97 = /*#__PURE__*/React__default["default"].createElement("path", {
1232
1280
  d: "M26,30h-7c-1.1028,0-2-.8972-2-2v-2h2v2h7v-7h-2v-2h2c1.1028,0,2,.8972,2,2v7c0,1.1028-.8972,2-2,2Z"
1233
- })), _path95 || (_path95 = /*#__PURE__*/React__default["default"].createElement("path", {
1281
+ })), _path98 || (_path98 = /*#__PURE__*/React__default["default"].createElement("path", {
1234
1282
  d: "M12 24L14 24 13.9998 17.414 22.5823 26 24 24.5857 15.4139 15.9998 22 16 22 14 12 14 12 24z"
1235
- })), _path96 || (_path96 = /*#__PURE__*/React__default["default"].createElement("path", {
1283
+ })), _path99 || (_path99 = /*#__PURE__*/React__default["default"].createElement("path", {
1236
1284
  d: "M8,27H4c-1.104-.0013-1.9987-.896-2-2V5c.0013-1.104,.896-1.9987,2-2h7.5857c.5308-.0015,1.0401,.2095,1.4143,.5859l3.4143,3.4141h11.5857c1.104,.0013,1.9987,.896,2,2v7h-2v-7H15.5857l-4-4H4V25h4v2Z"
1237
1285
  })), children);
1238
1286
  });
1239
1287
  if (process.env.NODE_ENV !== "production") {
1240
1288
  BootVolumeAlt.propTypes = iconPropTypes.iconPropTypes;
1241
1289
  }
1242
- const BorderBottom = /*#__PURE__*/React__default["default"].forwardRef(function BorderBottom(_ref51, ref) {
1290
+ const BorderBottom = /*#__PURE__*/React__default["default"].forwardRef(function BorderBottom(_ref53, ref) {
1243
1291
  let {
1244
1292
  children,
1245
1293
  size = 16,
1246
1294
  ...rest
1247
- } = _ref51;
1295
+ } = _ref53;
1248
1296
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1249
1297
  width: size,
1250
1298
  height: size,
@@ -1253,73 +1301,73 @@ const BorderBottom = /*#__PURE__*/React__default["default"].forwardRef(function
1253
1301
  viewBox: "0 0 32 32",
1254
1302
  fill: "currentColor",
1255
1303
  ...rest
1256
- }, _path97 || (_path97 = /*#__PURE__*/React__default["default"].createElement("path", {
1304
+ }, _path100 || (_path100 = /*#__PURE__*/React__default["default"].createElement("path", {
1257
1305
  d: "M3 27H29V29H3z",
1258
1306
  transform: "rotate(180 16 28)"
1259
- })), _path98 || (_path98 = /*#__PURE__*/React__default["default"].createElement("path", {
1307
+ })), _path101 || (_path101 = /*#__PURE__*/React__default["default"].createElement("path", {
1260
1308
  d: "M27 23H29V25H27z",
1261
1309
  transform: "rotate(180 28 24)"
1262
- })), _path99 || (_path99 = /*#__PURE__*/React__default["default"].createElement("path", {
1310
+ })), _path102 || (_path102 = /*#__PURE__*/React__default["default"].createElement("path", {
1263
1311
  d: "M27 19H29V21H27z",
1264
1312
  transform: "rotate(180 28 20)"
1265
- })), _path100 || (_path100 = /*#__PURE__*/React__default["default"].createElement("path", {
1313
+ })), _path103 || (_path103 = /*#__PURE__*/React__default["default"].createElement("path", {
1266
1314
  d: "M27 15H29V17H27z",
1267
1315
  transform: "rotate(180 28 16)"
1268
- })), _path101 || (_path101 = /*#__PURE__*/React__default["default"].createElement("path", {
1316
+ })), _path104 || (_path104 = /*#__PURE__*/React__default["default"].createElement("path", {
1269
1317
  d: "M27 11H29V13H27z",
1270
1318
  transform: "rotate(180 28 12)"
1271
- })), _path102 || (_path102 = /*#__PURE__*/React__default["default"].createElement("path", {
1319
+ })), _path105 || (_path105 = /*#__PURE__*/React__default["default"].createElement("path", {
1272
1320
  d: "M27 7H29V9H27z",
1273
1321
  transform: "rotate(180 28 8)"
1274
- })), _path103 || (_path103 = /*#__PURE__*/React__default["default"].createElement("path", {
1322
+ })), _path106 || (_path106 = /*#__PURE__*/React__default["default"].createElement("path", {
1275
1323
  d: "M27 3H29V5H27z",
1276
1324
  transform: "rotate(180 28 4)"
1277
- })), _path104 || (_path104 = /*#__PURE__*/React__default["default"].createElement("path", {
1325
+ })), _path107 || (_path107 = /*#__PURE__*/React__default["default"].createElement("path", {
1278
1326
  d: "M23 3H25V5H23z",
1279
1327
  transform: "rotate(180 24 4)"
1280
- })), _path105 || (_path105 = /*#__PURE__*/React__default["default"].createElement("path", {
1328
+ })), _path108 || (_path108 = /*#__PURE__*/React__default["default"].createElement("path", {
1281
1329
  d: "M19 3H21V5H19z",
1282
1330
  transform: "rotate(180 20 4)"
1283
- })), _path106 || (_path106 = /*#__PURE__*/React__default["default"].createElement("path", {
1331
+ })), _path109 || (_path109 = /*#__PURE__*/React__default["default"].createElement("path", {
1284
1332
  d: "M15 3H17V5H15z",
1285
1333
  transform: "rotate(180 16 4)"
1286
- })), _path107 || (_path107 = /*#__PURE__*/React__default["default"].createElement("path", {
1334
+ })), _path110 || (_path110 = /*#__PURE__*/React__default["default"].createElement("path", {
1287
1335
  d: "M7 3H9V5H7z",
1288
1336
  transform: "rotate(180 8 4)"
1289
- })), _path108 || (_path108 = /*#__PURE__*/React__default["default"].createElement("path", {
1337
+ })), _path111 || (_path111 = /*#__PURE__*/React__default["default"].createElement("path", {
1290
1338
  d: "M11 3H13V5H11z",
1291
1339
  transform: "rotate(180 12 4)"
1292
- })), _path109 || (_path109 = /*#__PURE__*/React__default["default"].createElement("path", {
1340
+ })), _path112 || (_path112 = /*#__PURE__*/React__default["default"].createElement("path", {
1293
1341
  d: "M3 23H5V25H3z",
1294
1342
  transform: "rotate(180 4 24)"
1295
- })), _path110 || (_path110 = /*#__PURE__*/React__default["default"].createElement("path", {
1343
+ })), _path113 || (_path113 = /*#__PURE__*/React__default["default"].createElement("path", {
1296
1344
  d: "M3 19H5V21H3z",
1297
1345
  transform: "rotate(180 4 20)"
1298
- })), _path111 || (_path111 = /*#__PURE__*/React__default["default"].createElement("path", {
1346
+ })), _path114 || (_path114 = /*#__PURE__*/React__default["default"].createElement("path", {
1299
1347
  d: "M3 15H5V17H3z",
1300
1348
  transform: "rotate(180 4 16)"
1301
- })), _path112 || (_path112 = /*#__PURE__*/React__default["default"].createElement("path", {
1349
+ })), _path115 || (_path115 = /*#__PURE__*/React__default["default"].createElement("path", {
1302
1350
  d: "M3 11H5V13H3z",
1303
1351
  transform: "rotate(180 4 12)"
1304
- })), _path113 || (_path113 = /*#__PURE__*/React__default["default"].createElement("path", {
1352
+ })), _path116 || (_path116 = /*#__PURE__*/React__default["default"].createElement("path", {
1305
1353
  d: "M3 7H5V9H3z",
1306
1354
  transform: "rotate(180 4 8)"
1307
- })), _path114 || (_path114 = /*#__PURE__*/React__default["default"].createElement("path", {
1355
+ })), _path117 || (_path117 = /*#__PURE__*/React__default["default"].createElement("path", {
1308
1356
  d: "M3 3H5V5H3z",
1309
1357
  transform: "rotate(180 4 4)"
1310
- })), _path115 || (_path115 = /*#__PURE__*/React__default["default"].createElement("path", {
1358
+ })), _path118 || (_path118 = /*#__PURE__*/React__default["default"].createElement("path", {
1311
1359
  d: "M8 10H18V12H8zM8 15H14V17H8z"
1312
1360
  })), children);
1313
1361
  });
1314
1362
  if (process.env.NODE_ENV !== "production") {
1315
1363
  BorderBottom.propTypes = iconPropTypes.iconPropTypes;
1316
1364
  }
1317
- const BorderFull = /*#__PURE__*/React__default["default"].forwardRef(function BorderFull(_ref52, ref) {
1365
+ const BorderFull = /*#__PURE__*/React__default["default"].forwardRef(function BorderFull(_ref54, ref) {
1318
1366
  let {
1319
1367
  children,
1320
1368
  size = 16,
1321
1369
  ...rest
1322
- } = _ref52;
1370
+ } = _ref54;
1323
1371
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1324
1372
  width: size,
1325
1373
  height: size,
@@ -1328,21 +1376,21 @@ const BorderFull = /*#__PURE__*/React__default["default"].forwardRef(function Bo
1328
1376
  viewBox: "0 0 32 32",
1329
1377
  fill: "currentColor",
1330
1378
  ...rest
1331
- }, _path116 || (_path116 = /*#__PURE__*/React__default["default"].createElement("path", {
1379
+ }, _path119 || (_path119 = /*#__PURE__*/React__default["default"].createElement("path", {
1332
1380
  d: "M8 10H18V12H8zM8 15H14V17H8z"
1333
- })), _path117 || (_path117 = /*#__PURE__*/React__default["default"].createElement("path", {
1381
+ })), _path120 || (_path120 = /*#__PURE__*/React__default["default"].createElement("path", {
1334
1382
  d: "M29,29H3V3H29ZM5,27H27V5H5Z"
1335
1383
  })), children);
1336
1384
  });
1337
1385
  if (process.env.NODE_ENV !== "production") {
1338
1386
  BorderFull.propTypes = iconPropTypes.iconPropTypes;
1339
1387
  }
1340
- const BorderLeft = /*#__PURE__*/React__default["default"].forwardRef(function BorderLeft(_ref53, ref) {
1388
+ const BorderLeft = /*#__PURE__*/React__default["default"].forwardRef(function BorderLeft(_ref55, ref) {
1341
1389
  let {
1342
1390
  children,
1343
1391
  size = 16,
1344
1392
  ...rest
1345
- } = _ref53;
1393
+ } = _ref55;
1346
1394
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1347
1395
  width: size,
1348
1396
  height: size,
@@ -1351,73 +1399,73 @@ const BorderLeft = /*#__PURE__*/React__default["default"].forwardRef(function Bo
1351
1399
  viewBox: "0 0 32 32",
1352
1400
  fill: "currentColor",
1353
1401
  ...rest
1354
- }, _path118 || (_path118 = /*#__PURE__*/React__default["default"].createElement("path", {
1402
+ }, _path121 || (_path121 = /*#__PURE__*/React__default["default"].createElement("path", {
1355
1403
  d: "M-9 15H17V17H-9z",
1356
1404
  transform: "rotate(-90 4 16)"
1357
- })), _path119 || (_path119 = /*#__PURE__*/React__default["default"].createElement("path", {
1405
+ })), _path122 || (_path122 = /*#__PURE__*/React__default["default"].createElement("path", {
1358
1406
  d: "M7 27H9V29H7z",
1359
1407
  transform: "rotate(-90 8 28)"
1360
- })), _path120 || (_path120 = /*#__PURE__*/React__default["default"].createElement("path", {
1408
+ })), _path123 || (_path123 = /*#__PURE__*/React__default["default"].createElement("path", {
1361
1409
  d: "M11 27H13V29H11z",
1362
1410
  transform: "rotate(-90 12 28)"
1363
- })), _path121 || (_path121 = /*#__PURE__*/React__default["default"].createElement("path", {
1411
+ })), _path124 || (_path124 = /*#__PURE__*/React__default["default"].createElement("path", {
1364
1412
  d: "M15 27H17V29H15z",
1365
1413
  transform: "rotate(-90 16 28)"
1366
- })), _path122 || (_path122 = /*#__PURE__*/React__default["default"].createElement("path", {
1414
+ })), _path125 || (_path125 = /*#__PURE__*/React__default["default"].createElement("path", {
1367
1415
  d: "M19 27H21V29H19z",
1368
1416
  transform: "rotate(-90 20 28)"
1369
- })), _path123 || (_path123 = /*#__PURE__*/React__default["default"].createElement("path", {
1417
+ })), _path126 || (_path126 = /*#__PURE__*/React__default["default"].createElement("path", {
1370
1418
  d: "M23 27H25V29H23z",
1371
1419
  transform: "rotate(-90 24 28)"
1372
- })), _path124 || (_path124 = /*#__PURE__*/React__default["default"].createElement("path", {
1420
+ })), _path127 || (_path127 = /*#__PURE__*/React__default["default"].createElement("path", {
1373
1421
  d: "M27 27H29V29H27z",
1374
1422
  transform: "rotate(-90 28 28)"
1375
- })), _path125 || (_path125 = /*#__PURE__*/React__default["default"].createElement("path", {
1423
+ })), _path128 || (_path128 = /*#__PURE__*/React__default["default"].createElement("path", {
1376
1424
  d: "M27 23H29V25H27z",
1377
1425
  transform: "rotate(-90 28 24)"
1378
- })), _path126 || (_path126 = /*#__PURE__*/React__default["default"].createElement("path", {
1426
+ })), _path129 || (_path129 = /*#__PURE__*/React__default["default"].createElement("path", {
1379
1427
  d: "M27 19H29V21H27z",
1380
1428
  transform: "rotate(-90 28 20)"
1381
- })), _path127 || (_path127 = /*#__PURE__*/React__default["default"].createElement("path", {
1429
+ })), _path130 || (_path130 = /*#__PURE__*/React__default["default"].createElement("path", {
1382
1430
  d: "M27 15H29V17H27z",
1383
1431
  transform: "rotate(-90 28 16)"
1384
- })), _path128 || (_path128 = /*#__PURE__*/React__default["default"].createElement("path", {
1432
+ })), _path131 || (_path131 = /*#__PURE__*/React__default["default"].createElement("path", {
1385
1433
  d: "M27 7H29V9H27z",
1386
1434
  transform: "rotate(-90 28 8)"
1387
- })), _path129 || (_path129 = /*#__PURE__*/React__default["default"].createElement("path", {
1435
+ })), _path132 || (_path132 = /*#__PURE__*/React__default["default"].createElement("path", {
1388
1436
  d: "M27 11H29V13H27z",
1389
1437
  transform: "rotate(-90 28 12)"
1390
- })), _path130 || (_path130 = /*#__PURE__*/React__default["default"].createElement("path", {
1438
+ })), _path133 || (_path133 = /*#__PURE__*/React__default["default"].createElement("path", {
1391
1439
  d: "M7 3H9V5H7z",
1392
1440
  transform: "rotate(-90 8 4)"
1393
- })), _path131 || (_path131 = /*#__PURE__*/React__default["default"].createElement("path", {
1441
+ })), _path134 || (_path134 = /*#__PURE__*/React__default["default"].createElement("path", {
1394
1442
  d: "M11 3H13V5H11z",
1395
1443
  transform: "rotate(-90 12 4)"
1396
- })), _path132 || (_path132 = /*#__PURE__*/React__default["default"].createElement("path", {
1444
+ })), _path135 || (_path135 = /*#__PURE__*/React__default["default"].createElement("path", {
1397
1445
  d: "M15 3H17V5H15z",
1398
1446
  transform: "rotate(-90 16 4)"
1399
- })), _path133 || (_path133 = /*#__PURE__*/React__default["default"].createElement("path", {
1447
+ })), _path136 || (_path136 = /*#__PURE__*/React__default["default"].createElement("path", {
1400
1448
  d: "M19 3H21V5H19z",
1401
1449
  transform: "rotate(-90 20 4)"
1402
- })), _path134 || (_path134 = /*#__PURE__*/React__default["default"].createElement("path", {
1450
+ })), _path137 || (_path137 = /*#__PURE__*/React__default["default"].createElement("path", {
1403
1451
  d: "M23 3H25V5H23z",
1404
1452
  transform: "rotate(-90 24 4)"
1405
- })), _path135 || (_path135 = /*#__PURE__*/React__default["default"].createElement("path", {
1453
+ })), _path138 || (_path138 = /*#__PURE__*/React__default["default"].createElement("path", {
1406
1454
  d: "M27 3H29V5H27z",
1407
1455
  transform: "rotate(-90 28 4)"
1408
- })), _path136 || (_path136 = /*#__PURE__*/React__default["default"].createElement("path", {
1456
+ })), _path139 || (_path139 = /*#__PURE__*/React__default["default"].createElement("path", {
1409
1457
  d: "M8 10H18V12H8zM8 15H14V17H8z"
1410
1458
  })), children);
1411
1459
  });
1412
1460
  if (process.env.NODE_ENV !== "production") {
1413
1461
  BorderLeft.propTypes = iconPropTypes.iconPropTypes;
1414
1462
  }
1415
- const BorderNone = /*#__PURE__*/React__default["default"].forwardRef(function BorderNone(_ref54, ref) {
1463
+ const BorderNone = /*#__PURE__*/React__default["default"].forwardRef(function BorderNone(_ref56, ref) {
1416
1464
  let {
1417
1465
  children,
1418
1466
  size = 16,
1419
1467
  ...rest
1420
- } = _ref54;
1468
+ } = _ref56;
1421
1469
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1422
1470
  width: size,
1423
1471
  height: size,
@@ -1426,19 +1474,19 @@ const BorderNone = /*#__PURE__*/React__default["default"].forwardRef(function Bo
1426
1474
  viewBox: "0 0 32 32",
1427
1475
  fill: "currentColor",
1428
1476
  ...rest
1429
- }, _path137 || (_path137 = /*#__PURE__*/React__default["default"].createElement("path", {
1477
+ }, _path140 || (_path140 = /*#__PURE__*/React__default["default"].createElement("path", {
1430
1478
  d: "M3 3H5V5H3zM7 3H9V5H7zM11 3H13V5H11zM15 3H17V5H15zM3 7H5V9H3zM3 11H5V13H3zM3 15H5V17H3zM3 19H5V21H3zM3 23H5V25H3zM3 27H5V29H3zM27 3H29V5H27zM23 3H25V5H23zM19 3H21V5H19zM7 27H9V29H7zM11 27H13V29H11zM15 27H17V29H15zM23 27H25V29H23zM19 27H21V29H19zM27 7H29V9H27zM27 11H29V13H27zM27 15H29V17H27zM27 19H29V21H27zM27 23H29V25H27zM27 27H29V29H27zM8 10H18V12H8zM8 15H14V17H8z"
1431
1479
  })), children);
1432
1480
  });
1433
1481
  if (process.env.NODE_ENV !== "production") {
1434
1482
  BorderNone.propTypes = iconPropTypes.iconPropTypes;
1435
1483
  }
1436
- const BorderRight = /*#__PURE__*/React__default["default"].forwardRef(function BorderRight(_ref55, ref) {
1484
+ const BorderRight = /*#__PURE__*/React__default["default"].forwardRef(function BorderRight(_ref57, ref) {
1437
1485
  let {
1438
1486
  children,
1439
1487
  size = 16,
1440
1488
  ...rest
1441
- } = _ref55;
1489
+ } = _ref57;
1442
1490
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1443
1491
  width: size,
1444
1492
  height: size,
@@ -1447,73 +1495,73 @@ const BorderRight = /*#__PURE__*/React__default["default"].forwardRef(function B
1447
1495
  viewBox: "0 0 32 32",
1448
1496
  fill: "currentColor",
1449
1497
  ...rest
1450
- }, _path138 || (_path138 = /*#__PURE__*/React__default["default"].createElement("path", {
1498
+ }, _path141 || (_path141 = /*#__PURE__*/React__default["default"].createElement("path", {
1451
1499
  d: "M15 15H41V17H15z",
1452
1500
  transform: "rotate(90 28 16)"
1453
- })), _path139 || (_path139 = /*#__PURE__*/React__default["default"].createElement("path", {
1501
+ })), _path142 || (_path142 = /*#__PURE__*/React__default["default"].createElement("path", {
1454
1502
  d: "M23 3H25V5H23z",
1455
1503
  transform: "rotate(90 24 4)"
1456
- })), _path140 || (_path140 = /*#__PURE__*/React__default["default"].createElement("path", {
1504
+ })), _path143 || (_path143 = /*#__PURE__*/React__default["default"].createElement("path", {
1457
1505
  d: "M19 3H21V5H19z",
1458
1506
  transform: "rotate(90 20 4)"
1459
- })), _path141 || (_path141 = /*#__PURE__*/React__default["default"].createElement("path", {
1507
+ })), _path144 || (_path144 = /*#__PURE__*/React__default["default"].createElement("path", {
1460
1508
  d: "M15 3H17V5H15z",
1461
1509
  transform: "rotate(90 16 4)"
1462
- })), _path142 || (_path142 = /*#__PURE__*/React__default["default"].createElement("path", {
1510
+ })), _path145 || (_path145 = /*#__PURE__*/React__default["default"].createElement("path", {
1463
1511
  d: "M11 3H13V5H11z",
1464
1512
  transform: "rotate(90 12 4)"
1465
- })), _path143 || (_path143 = /*#__PURE__*/React__default["default"].createElement("path", {
1513
+ })), _path146 || (_path146 = /*#__PURE__*/React__default["default"].createElement("path", {
1466
1514
  d: "M7 3H9V5H7z",
1467
1515
  transform: "rotate(90 8 4)"
1468
- })), _path144 || (_path144 = /*#__PURE__*/React__default["default"].createElement("path", {
1516
+ })), _path147 || (_path147 = /*#__PURE__*/React__default["default"].createElement("path", {
1469
1517
  d: "M3 3H5V5H3z",
1470
1518
  transform: "rotate(90 4 4)"
1471
- })), _path145 || (_path145 = /*#__PURE__*/React__default["default"].createElement("path", {
1519
+ })), _path148 || (_path148 = /*#__PURE__*/React__default["default"].createElement("path", {
1472
1520
  d: "M3 7H5V9H3z",
1473
1521
  transform: "rotate(90 4 8)"
1474
- })), _path146 || (_path146 = /*#__PURE__*/React__default["default"].createElement("path", {
1522
+ })), _path149 || (_path149 = /*#__PURE__*/React__default["default"].createElement("path", {
1475
1523
  d: "M3 11H5V13H3z",
1476
1524
  transform: "rotate(90 4 12)"
1477
- })), _path147 || (_path147 = /*#__PURE__*/React__default["default"].createElement("path", {
1525
+ })), _path150 || (_path150 = /*#__PURE__*/React__default["default"].createElement("path", {
1478
1526
  d: "M3 15H5V17H3z",
1479
1527
  transform: "rotate(90 4 16)"
1480
- })), _path148 || (_path148 = /*#__PURE__*/React__default["default"].createElement("path", {
1528
+ })), _path151 || (_path151 = /*#__PURE__*/React__default["default"].createElement("path", {
1481
1529
  d: "M3 23H5V25H3z",
1482
1530
  transform: "rotate(90 4 24)"
1483
- })), _path149 || (_path149 = /*#__PURE__*/React__default["default"].createElement("path", {
1531
+ })), _path152 || (_path152 = /*#__PURE__*/React__default["default"].createElement("path", {
1484
1532
  d: "M3 19H5V21H3z",
1485
1533
  transform: "rotate(90 4 20)"
1486
- })), _path150 || (_path150 = /*#__PURE__*/React__default["default"].createElement("path", {
1534
+ })), _path153 || (_path153 = /*#__PURE__*/React__default["default"].createElement("path", {
1487
1535
  d: "M23 27H25V29H23z",
1488
1536
  transform: "rotate(90 24 28)"
1489
- })), _path151 || (_path151 = /*#__PURE__*/React__default["default"].createElement("path", {
1537
+ })), _path154 || (_path154 = /*#__PURE__*/React__default["default"].createElement("path", {
1490
1538
  d: "M19 27H21V29H19z",
1491
1539
  transform: "rotate(90 20 28)"
1492
- })), _path152 || (_path152 = /*#__PURE__*/React__default["default"].createElement("path", {
1540
+ })), _path155 || (_path155 = /*#__PURE__*/React__default["default"].createElement("path", {
1493
1541
  d: "M15 27H17V29H15z",
1494
1542
  transform: "rotate(90 16 28)"
1495
- })), _path153 || (_path153 = /*#__PURE__*/React__default["default"].createElement("path", {
1543
+ })), _path156 || (_path156 = /*#__PURE__*/React__default["default"].createElement("path", {
1496
1544
  d: "M11 27H13V29H11z",
1497
1545
  transform: "rotate(90 12 28)"
1498
- })), _path154 || (_path154 = /*#__PURE__*/React__default["default"].createElement("path", {
1546
+ })), _path157 || (_path157 = /*#__PURE__*/React__default["default"].createElement("path", {
1499
1547
  d: "M7 27H9V29H7z",
1500
1548
  transform: "rotate(90 8 28)"
1501
- })), _path155 || (_path155 = /*#__PURE__*/React__default["default"].createElement("path", {
1549
+ })), _path158 || (_path158 = /*#__PURE__*/React__default["default"].createElement("path", {
1502
1550
  d: "M3 27H5V29H3z",
1503
1551
  transform: "rotate(90 4 28)"
1504
- })), _path156 || (_path156 = /*#__PURE__*/React__default["default"].createElement("path", {
1552
+ })), _path159 || (_path159 = /*#__PURE__*/React__default["default"].createElement("path", {
1505
1553
  d: "M8 10H18V12H8zM8 15H14V17H8z"
1506
1554
  })), children);
1507
1555
  });
1508
1556
  if (process.env.NODE_ENV !== "production") {
1509
1557
  BorderRight.propTypes = iconPropTypes.iconPropTypes;
1510
1558
  }
1511
- const BorderTop = /*#__PURE__*/React__default["default"].forwardRef(function BorderTop(_ref56, ref) {
1559
+ const BorderTop = /*#__PURE__*/React__default["default"].forwardRef(function BorderTop(_ref58, ref) {
1512
1560
  let {
1513
1561
  children,
1514
1562
  size = 16,
1515
1563
  ...rest
1516
- } = _ref56;
1564
+ } = _ref58;
1517
1565
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1518
1566
  width: size,
1519
1567
  height: size,
@@ -1522,19 +1570,19 @@ const BorderTop = /*#__PURE__*/React__default["default"].forwardRef(function Bor
1522
1570
  viewBox: "0 0 32 32",
1523
1571
  fill: "currentColor",
1524
1572
  ...rest
1525
- }, _path157 || (_path157 = /*#__PURE__*/React__default["default"].createElement("path", {
1573
+ }, _path160 || (_path160 = /*#__PURE__*/React__default["default"].createElement("path", {
1526
1574
  d: "M3 3H29V5H3zM3 7H5V9H3zM3 11H5V13H3zM3 15H5V17H3zM3 19H5V21H3zM3 23H5V25H3zM3 27H5V29H3zM7 27H9V29H7zM11 27H13V29H11zM15 27H17V29H15zM23 27H25V29H23zM19 27H21V29H19zM27 7H29V9H27zM27 11H29V13H27zM27 15H29V17H27zM27 19H29V21H27zM27 23H29V25H27zM27 27H29V29H27zM8 10H18V12H8zM8 15H14V17H8z"
1527
1575
  })), children);
1528
1576
  });
1529
1577
  if (process.env.NODE_ENV !== "production") {
1530
1578
  BorderTop.propTypes = iconPropTypes.iconPropTypes;
1531
1579
  }
1532
- const Bot = /*#__PURE__*/React__default["default"].forwardRef(function Bot(_ref57, ref) {
1580
+ const Bot = /*#__PURE__*/React__default["default"].forwardRef(function Bot(_ref59, ref) {
1533
1581
  let {
1534
1582
  children,
1535
1583
  size = 16,
1536
1584
  ...rest
1537
- } = _ref57;
1585
+ } = _ref59;
1538
1586
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1539
1587
  width: size,
1540
1588
  height: size,
@@ -1543,21 +1591,21 @@ const Bot = /*#__PURE__*/React__default["default"].forwardRef(function Bot(_ref5
1543
1591
  viewBox: "0 0 32 32",
1544
1592
  fill: "currentColor",
1545
1593
  ...rest
1546
- }, _path158 || (_path158 = /*#__PURE__*/React__default["default"].createElement("path", {
1594
+ }, _path161 || (_path161 = /*#__PURE__*/React__default["default"].createElement("path", {
1547
1595
  d: "M18 10H20V12H18zM12 10H14V12H12z"
1548
- })), _path159 || (_path159 = /*#__PURE__*/React__default["default"].createElement("path", {
1596
+ })), _path162 || (_path162 = /*#__PURE__*/React__default["default"].createElement("path", {
1549
1597
  d: "M26,20H21V18h1a2.0023,2.0023,0,0,0,2-2V12h2V10H24V8a2.0023,2.0023,0,0,0-2-2H20V2H18V6H14V2H12V6H10A2.0023,2.0023,0,0,0,8,8v2H6v2H8v4a2.0023,2.0023,0,0,0,2,2h1v2H6a2.0023,2.0023,0,0,0-2,2v8H6V22H26v8h2V22A2.0023,2.0023,0,0,0,26,20ZM10,8H22v8H10Zm3,10h6v2H13Z"
1550
1598
  })), children);
1551
1599
  });
1552
1600
  if (process.env.NODE_ENV !== "production") {
1553
1601
  Bot.propTypes = iconPropTypes.iconPropTypes;
1554
1602
  }
1555
- const Bottles_01 = /*#__PURE__*/React__default["default"].forwardRef(function Bottles_01(_ref58, ref) {
1603
+ const Bottles_01 = /*#__PURE__*/React__default["default"].forwardRef(function Bottles_01(_ref60, ref) {
1556
1604
  let {
1557
1605
  children,
1558
1606
  size = 16,
1559
1607
  ...rest
1560
- } = _ref58;
1608
+ } = _ref60;
1561
1609
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1562
1610
  width: size,
1563
1611
  height: size,
@@ -1566,19 +1614,19 @@ const Bottles_01 = /*#__PURE__*/React__default["default"].forwardRef(function Bo
1566
1614
  viewBox: "0 0 32 32",
1567
1615
  fill: "currentColor",
1568
1616
  ...rest
1569
- }, _path160 || (_path160 = /*#__PURE__*/React__default["default"].createElement("path", {
1617
+ }, _path163 || (_path163 = /*#__PURE__*/React__default["default"].createElement("path", {
1570
1618
  d: "M26 9.3706V3c0-.5522-.4478-1-1-1h-3v2h2v6.7207s3 .5066 3 4.2793v13h-3v2h4c.5522 0 1-.4478 1-1V15c0-3.4517-1.9326-5.0239-3-5.6294zM19 9.3706V3c0-.5522-.4478-1-1-1h-3v2h2v6.7207s3 .5066 3 4.2793v13h-3v2h4c.5522 0 1-.4478 1-1V15c0-3.4517-1.9326-5.0239-3-5.6294zM12 9.3706V3c0-.5522-.4478-1-1-1H7c-.5522 0-1 .4478-1 1v6.3706c-1.0674.6055-3 2.1777-3 5.6294v14c0 .5522.4478 1 1 1H14c.5522 0 1-.4478 1-1V15c0-3.4517-1.9326-5.0239-3-5.6294zm1 18.6294H5V15c0-3.7725 3-4.2793 3-4.2793V4h2v6.7207s3 .5068 3 4.2793v13z"
1571
1619
  })), children);
1572
1620
  });
1573
1621
  if (process.env.NODE_ENV !== "production") {
1574
1622
  Bottles_01.propTypes = iconPropTypes.iconPropTypes;
1575
1623
  }
1576
- const Bottles_01Dash = /*#__PURE__*/React__default["default"].forwardRef(function Bottles_01Dash(_ref59, ref) {
1624
+ const Bottles_01Dash = /*#__PURE__*/React__default["default"].forwardRef(function Bottles_01Dash(_ref61, ref) {
1577
1625
  let {
1578
1626
  children,
1579
1627
  size = 16,
1580
1628
  ...rest
1581
- } = _ref59;
1629
+ } = _ref61;
1582
1630
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1583
1631
  width: size,
1584
1632
  height: size,
@@ -1587,19 +1635,19 @@ const Bottles_01Dash = /*#__PURE__*/React__default["default"].forwardRef(functio
1587
1635
  viewBox: "0 0 32 32",
1588
1636
  fill: "currentColor",
1589
1637
  ...rest
1590
- }, _path161 || (_path161 = /*#__PURE__*/React__default["default"].createElement("path", {
1638
+ }, _path164 || (_path164 = /*#__PURE__*/React__default["default"].createElement("path", {
1591
1639
  d: "M26 9.3706V3c0-.5522-.4478-1-1-1h-3v2h2v6.7207s3 .5066 3 4.2793v13h-3v2h4c.5522 0 1-.4478 1-1V15c0-3.4517-1.9326-5.0239-3-5.6294zM19 9.3706V3c0-.5522-.4478-1-1-1h-3v2h2v6.7207s3 .5066 3 4.2793v13h-3v2h4c.5522 0 1-.4478 1-1V15c0-3.4517-1.9326-5.0239-3-5.6294zM13 28h-3v2h4c.5522 0 1-.4478 1-1v-4h-2v3zM5 25H3v4c0 .5522.4478 1 1 1h4v-2h-3v-3zM13 18H15V23H13zM3 18H5V23H3zM12 9.3706V3c0-.5522-.4478-1-1-1H7c-.5522 0-1 .4478-1 1v6.3706c-1.0674.6055-3 2.1777-3 5.6294v1h2v-1c0-3.7725 3-4.2793 3-4.2793V4h2v6.7207s3 .5068 3 4.2793v1h2v-1c0-3.4517-1.9326-5.0239-3-5.6294z"
1592
1640
  })), children);
1593
1641
  });
1594
1642
  if (process.env.NODE_ENV !== "production") {
1595
1643
  Bottles_01Dash.propTypes = iconPropTypes.iconPropTypes;
1596
1644
  }
1597
- const Bottles_02 = /*#__PURE__*/React__default["default"].forwardRef(function Bottles_02(_ref60, ref) {
1645
+ const Bottles_02 = /*#__PURE__*/React__default["default"].forwardRef(function Bottles_02(_ref62, ref) {
1598
1646
  let {
1599
1647
  children,
1600
1648
  size = 16,
1601
1649
  ...rest
1602
- } = _ref60;
1650
+ } = _ref62;
1603
1651
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1604
1652
  width: size,
1605
1653
  height: size,
@@ -1608,19 +1656,19 @@ const Bottles_02 = /*#__PURE__*/React__default["default"].forwardRef(function Bo
1608
1656
  viewBox: "0 0 32 32",
1609
1657
  fill: "currentColor",
1610
1658
  ...rest
1611
- }, _path162 || (_path162 = /*#__PURE__*/React__default["default"].createElement("path", {
1659
+ }, _path165 || (_path165 = /*#__PURE__*/React__default["default"].createElement("path", {
1612
1660
  d: "M24 9.0513v-3.0513c0-.5522-.4478-1-1-1h-3v2h2v3.02s2 1.1238 2 3.48v11.5h-4v2h5c.5522 0 1-.4478 1-1V13.5c0-1.7129-.7229-3.3076-2-4.4487zM16 9.0513v-3.0513c0-.5522-.4478-1-1-1h-6c-.5522 0-1 .4478-1 1v3.0513c-1.2771 1.1411-2 2.7358-2 4.4487v12.5c0 .5522.4478 1 1 1h10c.5522 0 1-.4478 1-1V13.5c0-1.7129-.7229-3.3076-2-4.4487zm0 15.9487H8V13.5c0-2.356 2-3.48 2-3.48v-3.02h4v3.02s2 1.124 2 3.48v11.5z"
1613
1661
  })), children);
1614
1662
  });
1615
1663
  if (process.env.NODE_ENV !== "production") {
1616
1664
  Bottles_02.propTypes = iconPropTypes.iconPropTypes;
1617
1665
  }
1618
- const Bottles_02Dash = /*#__PURE__*/React__default["default"].forwardRef(function Bottles_02Dash(_ref61, ref) {
1666
+ const Bottles_02Dash = /*#__PURE__*/React__default["default"].forwardRef(function Bottles_02Dash(_ref63, ref) {
1619
1667
  let {
1620
1668
  children,
1621
1669
  size = 16,
1622
1670
  ...rest
1623
- } = _ref61;
1671
+ } = _ref63;
1624
1672
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1625
1673
  width: size,
1626
1674
  height: size,
@@ -1629,19 +1677,19 @@ const Bottles_02Dash = /*#__PURE__*/React__default["default"].forwardRef(functio
1629
1677
  viewBox: "0 0 32 32",
1630
1678
  fill: "currentColor",
1631
1679
  ...rest
1632
- }, _path163 || (_path163 = /*#__PURE__*/React__default["default"].createElement("path", {
1680
+ }, _path166 || (_path166 = /*#__PURE__*/React__default["default"].createElement("path", {
1633
1681
  d: "M24 9.0513v-3.0513c0-.5522-.4478-1-1-1h-3v2h2v3.02s2 1.1238 2 3.48v11.5h-4v2h5c.5522 0 1-.4478 1-1V13.5c0-1.7129-.7229-3.3076-2-4.4487zM16 25h-3v2h4c.5522 0 1-.4478 1-1v-4h-2v3zM8 22h-2v4c0 .5522.4478 1 1 1h4v-2h-3v-3zM16 16H18V20H16zM6 16H8V20H6zM16 9.0513v-3.0513c0-.5522-.4478-1-1-1h-6c-.5522 0-1 .4478-1 1v3.0513c-1.2771 1.1411-2 2.7358-2 4.4487v.5h2v-.5c0-2.356 2-3.48 2-3.48v-3.02h4v3.02s2 1.124 2 3.48v.5h2v-.5c0-1.7129-.7229-3.3076-2-4.4487z"
1634
1682
  })), children);
1635
1683
  });
1636
1684
  if (process.env.NODE_ENV !== "production") {
1637
1685
  Bottles_02Dash.propTypes = iconPropTypes.iconPropTypes;
1638
1686
  }
1639
- const BottlesContainer = /*#__PURE__*/React__default["default"].forwardRef(function BottlesContainer(_ref62, ref) {
1687
+ const BottlesContainer = /*#__PURE__*/React__default["default"].forwardRef(function BottlesContainer(_ref64, ref) {
1640
1688
  let {
1641
1689
  children,
1642
1690
  size = 16,
1643
1691
  ...rest
1644
- } = _ref62;
1692
+ } = _ref64;
1645
1693
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1646
1694
  width: size,
1647
1695
  height: size,
@@ -1650,21 +1698,21 @@ const BottlesContainer = /*#__PURE__*/React__default["default"].forwardRef(funct
1650
1698
  viewBox: "0 0 32 32",
1651
1699
  fill: "currentColor",
1652
1700
  ...rest
1653
- }, _path164 || (_path164 = /*#__PURE__*/React__default["default"].createElement("path", {
1701
+ }, _path167 || (_path167 = /*#__PURE__*/React__default["default"].createElement("path", {
1654
1702
  d: "M23 10v-2c0-.5522-.4478-1-1-1h-3v2h2v1.9688s2 1.1238 2 3.48v8.5513h-4v2h5c.5522 0 1-.4478 1-1V14.4487c0-1.7129-.7229-3.3076-2-4.4487zM15 10v-2c0-.5522-.4478-1-1-1h-4c-.5522 0-1 .4478-1 1v2c-1.2771 1.1411-2 2.7358-2 4.4487v9.5513c0 .5522.4478 1 1 1h8c.5522 0 1-.4478 1-1V14.4487c0-1.7129-.7229-3.3076-2-4.4487zm0 13h-6V14.4487c0-2.356 2-3.48 2-3.48v-1.9688h2v1.9688s2 1.124 2 3.48v8.5513z"
1655
- })), _path165 || (_path165 = /*#__PURE__*/React__default["default"].createElement("path", {
1703
+ })), _path168 || (_path168 = /*#__PURE__*/React__default["default"].createElement("path", {
1656
1704
  d: "M28,2H4c-1.1046,0-2,.8954-2,2V28c0,1.1046,.8954,2,2,2H28c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2Zm0,26H4V4H28V28Z"
1657
1705
  })), children);
1658
1706
  });
1659
1707
  if (process.env.NODE_ENV !== "production") {
1660
1708
  BottlesContainer.propTypes = iconPropTypes.iconPropTypes;
1661
1709
  }
1662
- const BottomPanelClose = /*#__PURE__*/React__default["default"].forwardRef(function BottomPanelClose(_ref63, ref) {
1710
+ const BottomPanelClose = /*#__PURE__*/React__default["default"].forwardRef(function BottomPanelClose(_ref65, ref) {
1663
1711
  let {
1664
1712
  children,
1665
1713
  size = 16,
1666
1714
  ...rest
1667
- } = _ref63;
1715
+ } = _ref65;
1668
1716
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1669
1717
  width: size,
1670
1718
  height: size,
@@ -1673,7 +1721,7 @@ const BottomPanelClose = /*#__PURE__*/React__default["default"].forwardRef(funct
1673
1721
  viewBox: "0 0 32 32",
1674
1722
  fill: "currentColor",
1675
1723
  ...rest
1676
- }, _path166 || (_path166 = /*#__PURE__*/React__default["default"].createElement("path", {
1724
+ }, _path169 || (_path169 = /*#__PURE__*/React__default["default"].createElement("path", {
1677
1725
  strokeWidth: "0",
1678
1726
  d: "m28,4H4c-1.1045,0-2,.8955-2,2v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2Zm0,16v6H4v-6h24Zm0-14v12H4V6h11v6.1699s-3.5898-3.5801-3.5898-3.5801l-1.4102,1.4102,6,6,6-6-1.4102-1.4102-3.5898,3.5801v-6.1699h11Z"
1679
1727
  })), children);
@@ -1681,12 +1729,12 @@ const BottomPanelClose = /*#__PURE__*/React__default["default"].forwardRef(funct
1681
1729
  if (process.env.NODE_ENV !== "production") {
1682
1730
  BottomPanelClose.propTypes = iconPropTypes.iconPropTypes;
1683
1731
  }
1684
- const BottomPanelCloseFilled = /*#__PURE__*/React__default["default"].forwardRef(function BottomPanelCloseFilled(_ref64, ref) {
1732
+ const BottomPanelCloseFilled = /*#__PURE__*/React__default["default"].forwardRef(function BottomPanelCloseFilled(_ref66, ref) {
1685
1733
  let {
1686
1734
  children,
1687
1735
  size = 16,
1688
1736
  ...rest
1689
- } = _ref64;
1737
+ } = _ref66;
1690
1738
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1691
1739
  width: size,
1692
1740
  height: size,
@@ -1695,7 +1743,7 @@ const BottomPanelCloseFilled = /*#__PURE__*/React__default["default"].forwardRef
1695
1743
  viewBox: "0 0 32 32",
1696
1744
  fill: "currentColor",
1697
1745
  ...rest
1698
- }, _path167 || (_path167 = /*#__PURE__*/React__default["default"].createElement("path", {
1746
+ }, _path170 || (_path170 = /*#__PURE__*/React__default["default"].createElement("path", {
1699
1747
  strokeWidth: "0",
1700
1748
  d: "m28,4H4c-1.1045,0-2,.8955-2,2v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2Zm0,2v12H4V6h11v6.1699s-3.5898-3.5801-3.5898-3.5801l-1.4102,1.4102,6,6,6-6-1.4102-1.4102-3.5898,3.5801v-6.1699h11Z"
1701
1749
  })), children);
@@ -1703,12 +1751,12 @@ const BottomPanelCloseFilled = /*#__PURE__*/React__default["default"].forwardRef
1703
1751
  if (process.env.NODE_ENV !== "production") {
1704
1752
  BottomPanelCloseFilled.propTypes = iconPropTypes.iconPropTypes;
1705
1753
  }
1706
- const BottomPanelOpen = /*#__PURE__*/React__default["default"].forwardRef(function BottomPanelOpen(_ref65, ref) {
1754
+ const BottomPanelOpen = /*#__PURE__*/React__default["default"].forwardRef(function BottomPanelOpen(_ref67, ref) {
1707
1755
  let {
1708
1756
  children,
1709
1757
  size = 16,
1710
1758
  ...rest
1711
- } = _ref65;
1759
+ } = _ref67;
1712
1760
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1713
1761
  width: size,
1714
1762
  height: size,
@@ -1717,7 +1765,7 @@ const BottomPanelOpen = /*#__PURE__*/React__default["default"].forwardRef(functi
1717
1765
  viewBox: "0 0 32 32",
1718
1766
  fill: "currentColor",
1719
1767
  ...rest
1720
- }, _path168 || (_path168 = /*#__PURE__*/React__default["default"].createElement("path", {
1768
+ }, _path171 || (_path171 = /*#__PURE__*/React__default["default"].createElement("path", {
1721
1769
  strokeWidth: "0",
1722
1770
  d: "m28,4H4c-1.1045,0-2,.8955-2,2v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2Zm0,16v6H4v-6h24Zm0-14v12h-11v-6.1699s3.5898,3.5798,3.5898,3.5798l1.4102-1.4099-6-6-6,6,1.4102,1.4099,3.5898-3.5798v6.1699H4V6h24Z"
1723
1771
  })), children);
@@ -1725,12 +1773,12 @@ const BottomPanelOpen = /*#__PURE__*/React__default["default"].forwardRef(functi
1725
1773
  if (process.env.NODE_ENV !== "production") {
1726
1774
  BottomPanelOpen.propTypes = iconPropTypes.iconPropTypes;
1727
1775
  }
1728
- const BottomPanelOpenFilled = /*#__PURE__*/React__default["default"].forwardRef(function BottomPanelOpenFilled(_ref66, ref) {
1776
+ const BottomPanelOpenFilled = /*#__PURE__*/React__default["default"].forwardRef(function BottomPanelOpenFilled(_ref68, ref) {
1729
1777
  let {
1730
1778
  children,
1731
1779
  size = 16,
1732
1780
  ...rest
1733
- } = _ref66;
1781
+ } = _ref68;
1734
1782
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1735
1783
  width: size,
1736
1784
  height: size,
@@ -1739,7 +1787,7 @@ const BottomPanelOpenFilled = /*#__PURE__*/React__default["default"].forwardRef(
1739
1787
  viewBox: "0 0 32 32",
1740
1788
  fill: "currentColor",
1741
1789
  ...rest
1742
- }, _path169 || (_path169 = /*#__PURE__*/React__default["default"].createElement("path", {
1790
+ }, _path172 || (_path172 = /*#__PURE__*/React__default["default"].createElement("path", {
1743
1791
  strokeWidth: "0",
1744
1792
  d: "m28,4H4c-1.1045,0-2,.8955-2,2v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2Zm0,2v12h-11v-6.1699s3.5898,3.5798,3.5898,3.5798l1.4102-1.4099-6-6-6,6,1.4102,1.4099,3.5898-3.5798v6.1699H4V6h24Z"
1745
1793
  })), children);
@@ -1747,12 +1795,12 @@ const BottomPanelOpenFilled = /*#__PURE__*/React__default["default"].forwardRef(
1747
1795
  if (process.env.NODE_ENV !== "production") {
1748
1796
  BottomPanelOpenFilled.propTypes = iconPropTypes.iconPropTypes;
1749
1797
  }
1750
- const Box = /*#__PURE__*/React__default["default"].forwardRef(function Box(_ref67, ref) {
1798
+ const Box = /*#__PURE__*/React__default["default"].forwardRef(function Box(_ref69, ref) {
1751
1799
  let {
1752
1800
  children,
1753
1801
  size = 16,
1754
1802
  ...rest
1755
- } = _ref67;
1803
+ } = _ref69;
1756
1804
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1757
1805
  width: size,
1758
1806
  height: size,
@@ -1761,21 +1809,21 @@ const Box = /*#__PURE__*/React__default["default"].forwardRef(function Box(_ref6
1761
1809
  viewBox: "0 0 32 32",
1762
1810
  fill: "currentColor",
1763
1811
  ...rest
1764
- }, _path170 || (_path170 = /*#__PURE__*/React__default["default"].createElement("path", {
1812
+ }, _path173 || (_path173 = /*#__PURE__*/React__default["default"].createElement("path", {
1765
1813
  d: "M20,21H12a2,2,0,0,1-2-2V17a2,2,0,0,1,2-2h8a2,2,0,0,1,2,2v2A2,2,0,0,1,20,21Zm-8-4v2h8V17Z"
1766
- })), _path171 || (_path171 = /*#__PURE__*/React__default["default"].createElement("path", {
1814
+ })), _path174 || (_path174 = /*#__PURE__*/React__default["default"].createElement("path", {
1767
1815
  d: "M28,4H4A2,2,0,0,0,2,6v4a2,2,0,0,0,2,2V28a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V12a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM26,28H6V12H26Zm2-18H4V6H28v4Z"
1768
1816
  })), children);
1769
1817
  });
1770
1818
  if (process.env.NODE_ENV !== "production") {
1771
1819
  Box.propTypes = iconPropTypes.iconPropTypes;
1772
1820
  }
1773
- const BoxExtraLarge = /*#__PURE__*/React__default["default"].forwardRef(function BoxExtraLarge(_ref68, ref) {
1821
+ const BoxExtraLarge = /*#__PURE__*/React__default["default"].forwardRef(function BoxExtraLarge(_ref70, ref) {
1774
1822
  let {
1775
1823
  children,
1776
1824
  size = 16,
1777
1825
  ...rest
1778
- } = _ref68;
1826
+ } = _ref70;
1779
1827
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1780
1828
  width: size,
1781
1829
  height: size,
@@ -1784,21 +1832,21 @@ const BoxExtraLarge = /*#__PURE__*/React__default["default"].forwardRef(function
1784
1832
  viewBox: "0 0 32 32",
1785
1833
  fill: "currentColor",
1786
1834
  ...rest
1787
- }, _path172 || (_path172 = /*#__PURE__*/React__default["default"].createElement("path", {
1835
+ }, _path175 || (_path175 = /*#__PURE__*/React__default["default"].createElement("path", {
1788
1836
  d: "M26,28H6a2.0021,2.0021,0,0,1-2-2V9H6V26H26V9h2V26A2.0021,2.0021,0,0,1,26,28Z"
1789
- })), _path173 || (_path173 = /*#__PURE__*/React__default["default"].createElement("path", {
1837
+ })), _path176 || (_path176 = /*#__PURE__*/React__default["default"].createElement("path", {
1790
1838
  d: "M19 21L19 9 17 9 17 23 24 23 24 21 19 21zM16 9L14 9 12 15 10 9 8 9 10.752 16 8 23 10 23 12 17 14 23 16 23 13.245 16 16 9zM4 4H28V6H4z"
1791
1839
  })), children);
1792
1840
  });
1793
1841
  if (process.env.NODE_ENV !== "production") {
1794
1842
  BoxExtraLarge.propTypes = iconPropTypes.iconPropTypes;
1795
1843
  }
1796
- const BoxLarge = /*#__PURE__*/React__default["default"].forwardRef(function BoxLarge(_ref69, ref) {
1844
+ const BoxLarge = /*#__PURE__*/React__default["default"].forwardRef(function BoxLarge(_ref71, ref) {
1797
1845
  let {
1798
1846
  children,
1799
1847
  size = 16,
1800
1848
  ...rest
1801
- } = _ref69;
1849
+ } = _ref71;
1802
1850
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1803
1851
  width: size,
1804
1852
  height: size,
@@ -1807,21 +1855,21 @@ const BoxLarge = /*#__PURE__*/React__default["default"].forwardRef(function BoxL
1807
1855
  viewBox: "0 0 32 32",
1808
1856
  fill: "currentColor",
1809
1857
  ...rest
1810
- }, _path174 || (_path174 = /*#__PURE__*/React__default["default"].createElement("path", {
1858
+ }, _path177 || (_path177 = /*#__PURE__*/React__default["default"].createElement("path", {
1811
1859
  d: "M26,28H6a2.0021,2.0021,0,0,1-2-2V9H6V26H26V9h2V26A2.0021,2.0021,0,0,1,26,28Z"
1812
- })), _path175 || (_path175 = /*#__PURE__*/React__default["default"].createElement("path", {
1860
+ })), _path178 || (_path178 = /*#__PURE__*/React__default["default"].createElement("path", {
1813
1861
  d: "M14 21L14 9 12 9 12 23 20 23 20 21 14 21zM4 4H28V6H4z"
1814
1862
  })), children);
1815
1863
  });
1816
1864
  if (process.env.NODE_ENV !== "production") {
1817
1865
  BoxLarge.propTypes = iconPropTypes.iconPropTypes;
1818
1866
  }
1819
- const BoxMedium = /*#__PURE__*/React__default["default"].forwardRef(function BoxMedium(_ref70, ref) {
1867
+ const BoxMedium = /*#__PURE__*/React__default["default"].forwardRef(function BoxMedium(_ref72, ref) {
1820
1868
  let {
1821
1869
  children,
1822
1870
  size = 16,
1823
1871
  ...rest
1824
- } = _ref70;
1872
+ } = _ref72;
1825
1873
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1826
1874
  width: size,
1827
1875
  height: size,
@@ -1830,21 +1878,21 @@ const BoxMedium = /*#__PURE__*/React__default["default"].forwardRef(function Box
1830
1878
  viewBox: "0 0 32 32",
1831
1879
  fill: "currentColor",
1832
1880
  ...rest
1833
- }, _path176 || (_path176 = /*#__PURE__*/React__default["default"].createElement("path", {
1881
+ }, _path179 || (_path179 = /*#__PURE__*/React__default["default"].createElement("path", {
1834
1882
  d: "M26,28H6a2.0021,2.0021,0,0,1-2-2V9H6V26H26V9h2V26A2.0021,2.0021,0,0,1,26,28Z"
1835
- })), _path177 || (_path177 = /*#__PURE__*/React__default["default"].createElement("path", {
1883
+ })), _path180 || (_path180 = /*#__PURE__*/React__default["default"].createElement("path", {
1836
1884
  d: "M18 9L16.485 14 16 15.977 15.535 14 14 9 12 9 12 23 14 23 14 15 13.842 13.004 14.421 15 16 19.626 17.579 15 18.159 13 18 15 18 23 20 23 20 9 18 9zM4 4H28V6H4z"
1837
1885
  })), children);
1838
1886
  });
1839
1887
  if (process.env.NODE_ENV !== "production") {
1840
1888
  BoxMedium.propTypes = iconPropTypes.iconPropTypes;
1841
1889
  }
1842
- const BoxSmall = /*#__PURE__*/React__default["default"].forwardRef(function BoxSmall(_ref71, ref) {
1890
+ const BoxSmall = /*#__PURE__*/React__default["default"].forwardRef(function BoxSmall(_ref73, ref) {
1843
1891
  let {
1844
1892
  children,
1845
1893
  size = 16,
1846
1894
  ...rest
1847
- } = _ref71;
1895
+ } = _ref73;
1848
1896
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1849
1897
  width: size,
1850
1898
  height: size,
@@ -1853,21 +1901,21 @@ const BoxSmall = /*#__PURE__*/React__default["default"].forwardRef(function BoxS
1853
1901
  viewBox: "0 0 32 32",
1854
1902
  fill: "currentColor",
1855
1903
  ...rest
1856
- }, _path178 || (_path178 = /*#__PURE__*/React__default["default"].createElement("path", {
1904
+ }, _path181 || (_path181 = /*#__PURE__*/React__default["default"].createElement("path", {
1857
1905
  d: "M26,28H6a2.0021,2.0021,0,0,1-2-2V9H6V26H26V9h2V26A2.0021,2.0021,0,0,1,26,28Z"
1858
- })), _path179 || (_path179 = /*#__PURE__*/React__default["default"].createElement("path", {
1906
+ })), _path182 || (_path182 = /*#__PURE__*/React__default["default"].createElement("path", {
1859
1907
  d: "M18 23H12V21h6V17H14a2.002 2.002 0 01-2-2V11a2.002 2.002 0 012-2h6v2H14v4h4a2.002 2.002 0 012 2v4A2.0023 2.0023 0 0118 23zM4 4H28V6H4z"
1860
1908
  })), children);
1861
1909
  });
1862
1910
  if (process.env.NODE_ENV !== "production") {
1863
1911
  BoxSmall.propTypes = iconPropTypes.iconPropTypes;
1864
1912
  }
1865
- const BoxPlot = /*#__PURE__*/React__default["default"].forwardRef(function BoxPlot(_ref72, ref) {
1913
+ const BoxPlot = /*#__PURE__*/React__default["default"].forwardRef(function BoxPlot(_ref74, ref) {
1866
1914
  let {
1867
1915
  children,
1868
1916
  size = 16,
1869
1917
  ...rest
1870
- } = _ref72;
1918
+ } = _ref74;
1871
1919
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1872
1920
  width: size,
1873
1921
  height: size,
@@ -1876,21 +1924,21 @@ const BoxPlot = /*#__PURE__*/React__default["default"].forwardRef(function BoxPl
1876
1924
  viewBox: "0 0 32 32",
1877
1925
  fill: "currentColor",
1878
1926
  ...rest
1879
- }, _path180 || (_path180 = /*#__PURE__*/React__default["default"].createElement("path", {
1927
+ }, _path183 || (_path183 = /*#__PURE__*/React__default["default"].createElement("path", {
1880
1928
  d: "M22,6V4H12V6h4V8H12V20h4v2H12v2H22V22H18V20h4V8H18V6ZM14,18V15h6v3Zm6-5H14V10h6Z"
1881
- })), _path181 || (_path181 = /*#__PURE__*/React__default["default"].createElement("path", {
1929
+ })), _path184 || (_path184 = /*#__PURE__*/React__default["default"].createElement("path", {
1882
1930
  d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
1883
1931
  })), children);
1884
1932
  });
1885
1933
  if (process.env.NODE_ENV !== "production") {
1886
1934
  BoxPlot.propTypes = iconPropTypes.iconPropTypes;
1887
1935
  }
1888
- const Branch = /*#__PURE__*/React__default["default"].forwardRef(function Branch(_ref73, ref) {
1936
+ const Branch = /*#__PURE__*/React__default["default"].forwardRef(function Branch(_ref75, ref) {
1889
1937
  let {
1890
1938
  children,
1891
1939
  size = 16,
1892
1940
  ...rest
1893
- } = _ref73;
1941
+ } = _ref75;
1894
1942
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1895
1943
  width: size,
1896
1944
  height: size,
@@ -1899,7 +1947,7 @@ const Branch = /*#__PURE__*/React__default["default"].forwardRef(function Branch
1899
1947
  viewBox: "0 0 32 32",
1900
1948
  fill: "currentColor",
1901
1949
  ...rest
1902
- }, _path182 || (_path182 = /*#__PURE__*/React__default["default"].createElement("path", {
1950
+ }, _path185 || (_path185 = /*#__PURE__*/React__default["default"].createElement("path", {
1903
1951
  strokeWidth: "0",
1904
1952
  d: "m20,6c0,1.8587,1.2795,3.4109,3,3.858v4.142c0,1.6543-1.3457,3-3,3h-8c-1.1299,0-2.1617.391-3,1.0256v-8.1676c1.7203-.4471,3-1.9993,3-3.858,0-2.2061-1.7944-4-4-4s-4,1.7939-4,4c0,1.8587,1.2797,3.4108,3,3.858v12.142s0,.142,0,.142c-1.7203.4473-3,1.9997-3,3.858,0,2.2056,1.7944,4,4,4s4-1.7944,4-4c0-1.8583-1.2797-3.4107-3-3.858v-.142c0-1.6543,1.3457-3,3-3h8c2.7568,0,5-2.2432,5-5v-4.142c1.7205-.4471,3-1.9993,3-3.858,0-2.2061-1.7939-4-4-4s-4,1.7939-4,4Zm-14,0c0-1.1025.897-2,2-2s2,.8975,2,2c0,1.1025-.897,2-2,2s-2-.8975-2-2Zm4,20c0,1.103-.897,2-2,2s-2-.897-2-2,.897-2,2-2,2,.897,2,2ZM26,6c0,1.1025-.8975,2-2,2s-2-.8975-2-2c0-1.1025.8975-2,2-2s2,.8975,2,2Z"
1905
1953
  })), children);
@@ -1907,12 +1955,12 @@ const Branch = /*#__PURE__*/React__default["default"].forwardRef(function Branch
1907
1955
  if (process.env.NODE_ENV !== "production") {
1908
1956
  Branch.propTypes = iconPropTypes.iconPropTypes;
1909
1957
  }
1910
- const BreakingChange = /*#__PURE__*/React__default["default"].forwardRef(function BreakingChange(_ref74, ref) {
1958
+ const BreakingChange = /*#__PURE__*/React__default["default"].forwardRef(function BreakingChange(_ref76, ref) {
1911
1959
  let {
1912
1960
  children,
1913
1961
  size = 16,
1914
1962
  ...rest
1915
- } = _ref74;
1963
+ } = _ref76;
1916
1964
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1917
1965
  width: size,
1918
1966
  height: size,
@@ -1921,21 +1969,21 @@ const BreakingChange = /*#__PURE__*/React__default["default"].forwardRef(functio
1921
1969
  viewBox: "0 0 32 32",
1922
1970
  fill: "currentColor",
1923
1971
  ...rest
1924
- }, _path183 || (_path183 = /*#__PURE__*/React__default["default"].createElement("path", {
1972
+ }, _path186 || (_path186 = /*#__PURE__*/React__default["default"].createElement("path", {
1925
1973
  d: "M31 25a6 6 0 10-6 6A6.0066 6.0066 0 0031 25zm-2 0a3.9521 3.9521 0 01-.5669 2.019L22.981 21.5669A3.9529 3.9529 0 0125 21 4.0045 4.0045 0 0129 25zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0125 29 4.0045 4.0045 0 0121 25zM19.59 16L17 18.59 18.42 20 22.42 16 18.42 12 17 13.41 19.59 16zM10.41 16L13 13.41 11.58 12 7.58 16 11.58 20 13 18.59 10.41 16z"
1926
- })), _path184 || (_path184 = /*#__PURE__*/React__default["default"].createElement("path", {
1974
+ })), _path187 || (_path187 = /*#__PURE__*/React__default["default"].createElement("path", {
1927
1975
  d: "M4,9H26v7h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2H16V24H4ZM4,4H26V7H4Z"
1928
1976
  })), children);
1929
1977
  });
1930
1978
  if (process.env.NODE_ENV !== "production") {
1931
1979
  BreakingChange.propTypes = iconPropTypes.iconPropTypes;
1932
1980
  }
1933
- const BrightnessContrast = /*#__PURE__*/React__default["default"].forwardRef(function BrightnessContrast(_ref75, ref) {
1981
+ const BrightnessContrast = /*#__PURE__*/React__default["default"].forwardRef(function BrightnessContrast(_ref77, ref) {
1934
1982
  let {
1935
1983
  children,
1936
1984
  size = 16,
1937
1985
  ...rest
1938
- } = _ref75;
1986
+ } = _ref77;
1939
1987
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1940
1988
  width: size,
1941
1989
  height: size,
@@ -1944,30 +1992,30 @@ const BrightnessContrast = /*#__PURE__*/React__default["default"].forwardRef(fun
1944
1992
  viewBox: "0 0 32 32",
1945
1993
  fill: "currentColor",
1946
1994
  ...rest
1947
- }, _path185 || (_path185 = /*#__PURE__*/React__default["default"].createElement("path", {
1995
+ }, _path188 || (_path188 = /*#__PURE__*/React__default["default"].createElement("path", {
1948
1996
  d: "M15 2H17V5H15zM27 15H30V17H27zM15 27H17V30H15zM2 15H5V17H2z"
1949
- })), _path186 || (_path186 = /*#__PURE__*/React__default["default"].createElement("path", {
1997
+ })), _path189 || (_path189 = /*#__PURE__*/React__default["default"].createElement("path", {
1950
1998
  d: "M6.22 5.73H8.219999999999999V8.73H6.22z",
1951
1999
  transform: "rotate(-45 7.227 7.236)"
1952
- })), _path187 || (_path187 = /*#__PURE__*/React__default["default"].createElement("path", {
2000
+ })), _path190 || (_path190 = /*#__PURE__*/React__default["default"].createElement("path", {
1953
2001
  d: "M23.27 6.23H26.27V8.23H23.27z",
1954
2002
  transform: "rotate(-45 24.766 7.232)"
1955
- })), _path188 || (_path188 = /*#__PURE__*/React__default["default"].createElement("path", {
2003
+ })), _path191 || (_path191 = /*#__PURE__*/React__default["default"].createElement("path", {
1956
2004
  d: "M23.77 23.27H25.77V26.27H23.77z",
1957
2005
  transform: "rotate(-45 24.77 24.77)"
1958
- })), _path189 || (_path189 = /*#__PURE__*/React__default["default"].createElement("path", {
2006
+ })), _path192 || (_path192 = /*#__PURE__*/React__default["default"].createElement("path", {
1959
2007
  d: "M5.47 25.13L7.59 23 9 24.42 6.88 26.54 5.47 25.13zM16 8a8 8 0 108 8A8 8 0 0016 8zm0 14a6 6 0 010-12z"
1960
2008
  })), children);
1961
2009
  });
1962
2010
  if (process.env.NODE_ENV !== "production") {
1963
2011
  BrightnessContrast.propTypes = iconPropTypes.iconPropTypes;
1964
2012
  }
1965
- const BringForward = /*#__PURE__*/React__default["default"].forwardRef(function BringForward(_ref76, ref) {
2013
+ const BringForward = /*#__PURE__*/React__default["default"].forwardRef(function BringForward(_ref78, ref) {
1966
2014
  let {
1967
2015
  children,
1968
2016
  size = 16,
1969
2017
  ...rest
1970
- } = _ref76;
2018
+ } = _ref78;
1971
2019
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1972
2020
  width: size,
1973
2021
  height: size,
@@ -1976,21 +2024,21 @@ const BringForward = /*#__PURE__*/React__default["default"].forwardRef(function
1976
2024
  viewBox: "0 0 32 32",
1977
2025
  fill: "currentColor",
1978
2026
  ...rest
1979
- }, _path190 || (_path190 = /*#__PURE__*/React__default["default"].createElement("path", {
2027
+ }, _path193 || (_path193 = /*#__PURE__*/React__default["default"].createElement("path", {
1980
2028
  d: "M12 15H10V12a2.0023 2.0023 0 012-2h3v2H12zM15 30H12a2.0023 2.0023 0 01-2-2V25h2v3h3zM18 28H22V30H18zM28 30H25V28h3V25h2v3A2.0023 2.0023 0 0128 30zM10 18H12V22H10zM28 18H30V22H28zM30 15H28V12H25V10h3a2.0023 2.0023 0 012 2zM18 10H22V12H18z"
1981
- })), _path191 || (_path191 = /*#__PURE__*/React__default["default"].createElement("path", {
2029
+ })), _path194 || (_path194 = /*#__PURE__*/React__default["default"].createElement("path", {
1982
2030
  d: "M8,22H4a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,4,2H20a2.0023,2.0023,0,0,1,2,2V8H20V4H4V20H8Z"
1983
2031
  })), children);
1984
2032
  });
1985
2033
  if (process.env.NODE_ENV !== "production") {
1986
2034
  BringForward.propTypes = iconPropTypes.iconPropTypes;
1987
2035
  }
1988
- const BringToFront = /*#__PURE__*/React__default["default"].forwardRef(function BringToFront(_ref77, ref) {
2036
+ const BringToFront = /*#__PURE__*/React__default["default"].forwardRef(function BringToFront(_ref79, ref) {
1989
2037
  let {
1990
2038
  children,
1991
2039
  size = 16,
1992
2040
  ...rest
1993
- } = _ref77;
2041
+ } = _ref79;
1994
2042
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1995
2043
  width: size,
1996
2044
  height: size,
@@ -1999,19 +2047,19 @@ const BringToFront = /*#__PURE__*/React__default["default"].forwardRef(function
1999
2047
  viewBox: "0 0 32 32",
2000
2048
  fill: "currentColor",
2001
2049
  ...rest
2002
- }, _path192 || (_path192 = /*#__PURE__*/React__default["default"].createElement("path", {
2050
+ }, _path195 || (_path195 = /*#__PURE__*/React__default["default"].createElement("path", {
2003
2051
  d: "M28,10H22V4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V20a2.0023,2.0023,0,0,0,2,2h6v6a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A2,2,0,0,0,28,10ZM4,20,3.9985,4H20v6H12a2,2,0,0,0-2,2v8Z"
2004
2052
  })), children);
2005
2053
  });
2006
2054
  if (process.env.NODE_ENV !== "production") {
2007
2055
  BringToFront.propTypes = iconPropTypes.iconPropTypes;
2008
2056
  }
2009
- const WatsonHealthBrushFreehand = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthBrushFreehand(_ref78, ref) {
2057
+ const WatsonHealthBrushFreehand = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthBrushFreehand(_ref80, ref) {
2010
2058
  let {
2011
2059
  children,
2012
2060
  size = 16,
2013
2061
  ...rest
2014
- } = _ref78;
2062
+ } = _ref80;
2015
2063
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2016
2064
  width: size,
2017
2065
  height: size,
@@ -2020,19 +2068,19 @@ const WatsonHealthBrushFreehand = /*#__PURE__*/React__default["default"].forward
2020
2068
  viewBox: "0 0 32 32",
2021
2069
  fill: "currentColor",
2022
2070
  ...rest
2023
- }, _path193 || (_path193 = /*#__PURE__*/React__default["default"].createElement("path", {
2071
+ }, _path196 || (_path196 = /*#__PURE__*/React__default["default"].createElement("path", {
2024
2072
  d: "M28.8281 3.1719a4.0941 4.0941 0 00-5.6562 0L4.05 22.292A6.9537 6.9537 0 002 27.2412V30H4.7559a6.9523 6.9523 0 004.95-2.05L28.8281 8.8286a3.999 3.999 0 000-5.6567zM10.91 18.26l2.8286 2.8286L11.6172 23.21 8.7886 20.3818zM8.2915 26.5356A4.9665 4.9665 0 014.7559 28H4v-.7588a4.9669 4.9669 0 011.4644-3.5351l1.91-1.91 2.8286 2.8281zM27.4141 7.4141L15.1528 19.6748l-2.8286-2.8286 12.2617-12.26a2.0473 2.0473 0 012.8282 0 1.9995 1.9995 0 010 2.8282zM6.5 15A3.4994 3.4994 0 014.0249 9.026l3.5005-3.5a1.5019 1.5019 0 000-2.121 1.537 1.537 0 00-2.1216 0L3.415 5.3936 2 3.98 3.99 1.9915a3.5849 3.5849 0 014.95 0 3.5039 3.5039 0 010 4.949L5.439 10.44a1.5019 1.5019 0 000 2.121 1.5369 1.5369 0 002.1215 0l4.0249-4.0243L13 9.9507 8.9746 13.975A3.4754 3.4754 0 016.5 15z"
2025
2073
  })), children);
2026
2074
  });
2027
2075
  if (process.env.NODE_ENV !== "production") {
2028
2076
  WatsonHealthBrushFreehand.propTypes = iconPropTypes.iconPropTypes;
2029
2077
  }
2030
- const WatsonHealthBrushPolygon = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthBrushPolygon(_ref79, ref) {
2078
+ const WatsonHealthBrushPolygon = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthBrushPolygon(_ref81, ref) {
2031
2079
  let {
2032
2080
  children,
2033
2081
  size = 16,
2034
2082
  ...rest
2035
- } = _ref79;
2083
+ } = _ref81;
2036
2084
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2037
2085
  width: size,
2038
2086
  height: size,
@@ -2041,19 +2089,19 @@ const WatsonHealthBrushPolygon = /*#__PURE__*/React__default["default"].forwardR
2041
2089
  viewBox: "0 0 32 32",
2042
2090
  fill: "currentColor",
2043
2091
  ...rest
2044
- }, _path194 || (_path194 = /*#__PURE__*/React__default["default"].createElement("path", {
2092
+ }, _path197 || (_path197 = /*#__PURE__*/React__default["default"].createElement("path", {
2045
2093
  d: "M28.8281 3.1719a4.0941 4.0941 0 00-5.6562 0L4.05 22.292A6.9537 6.9537 0 002 27.2412V30H4.7559a6.9523 6.9523 0 004.95-2.05L28.8281 8.8286a3.999 3.999 0 000-5.6567zM10.91 18.26l2.8286 2.8286L11.6172 23.21 8.7886 20.3818zM8.2915 26.5356A4.9665 4.9665 0 014.7559 28H4v-.7588a4.9669 4.9669 0 011.4644-3.5351l1.91-1.91 2.8286 2.8281zM27.4141 7.4141L15.1528 19.6748l-2.8286-2.8286 12.2617-12.26a2.0473 2.0473 0 012.8282 0 1.9995 1.9995 0 010 2.8282zM14 2a2.9948 2.9948 0 00-2.8157 2H7.8157A2.9925 2.9925 0 104 7.8154v3.3687a3 3 0 102 0V7.8159A2.9959 2.9959 0 007.8157 6h3.3686A2.9947 2.9947 0 1014 2zM5 15a1 1 0 111-1A1.0008 1.0008 0 015 15zM5 6A1 1 0 116 5 1.0008 1.0008 0 015 6zm9 0a1 1 0 111-1A1.0008 1.0008 0 0114 6z"
2046
2094
  })), children);
2047
2095
  });
2048
2096
  if (process.env.NODE_ENV !== "production") {
2049
2097
  WatsonHealthBrushPolygon.propTypes = iconPropTypes.iconPropTypes;
2050
2098
  }
2051
- const BuildTool = /*#__PURE__*/React__default["default"].forwardRef(function BuildTool(_ref80, ref) {
2099
+ const BuildTool = /*#__PURE__*/React__default["default"].forwardRef(function BuildTool(_ref82, ref) {
2052
2100
  let {
2053
2101
  children,
2054
2102
  size = 16,
2055
2103
  ...rest
2056
- } = _ref80;
2104
+ } = _ref82;
2057
2105
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2058
2106
  width: size,
2059
2107
  height: size,
@@ -2062,19 +2110,19 @@ const BuildTool = /*#__PURE__*/React__default["default"].forwardRef(function Bui
2062
2110
  viewBox: "0 0 32 32",
2063
2111
  fill: "currentColor",
2064
2112
  ...rest
2065
- }, _path195 || (_path195 = /*#__PURE__*/React__default["default"].createElement("path", {
2113
+ }, _path198 || (_path198 = /*#__PURE__*/React__default["default"].createElement("path", {
2066
2114
  d: "M28,14h-1V7c0-1.1-0.9-2-2-2h-6v2h6v7h-1c-1.1,0-2,0.9-2,2v9H9.9c-0.4-1.4-1.5-2.5-2.9-2.9V7h6.2l-2.6,2.6L12,11l5-5l-5-5 l-1.4,1.4L13.2,5H7C5.9,5,5,5.9,5,7v15.1c-1.7,0.4-3,2-3,3.9c0,2.2,1.8,4,4,4c1.9,0,3.4-1.3,3.9-3H22v1c0,1.1,0.9,2,2,2h4 c1.1,0,2-0.9,2-2V16C30,14.9,29.1,14,28,14z M6,28c-1.1,0-2-0.9-2-2s0.9-2,2-2c1.1,0,2,0.9,2,2S7.1,28,6,28z M24,28V16h4v12H24z"
2067
2115
  })), children);
2068
2116
  });
2069
2117
  if (process.env.NODE_ENV !== "production") {
2070
2118
  BuildTool.propTypes = iconPropTypes.iconPropTypes;
2071
2119
  }
2072
- const Building = /*#__PURE__*/React__default["default"].forwardRef(function Building(_ref81, ref) {
2120
+ const Building = /*#__PURE__*/React__default["default"].forwardRef(function Building(_ref83, ref) {
2073
2121
  let {
2074
2122
  children,
2075
2123
  size = 16,
2076
2124
  ...rest
2077
- } = _ref81;
2125
+ } = _ref83;
2078
2126
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2079
2127
  width: size,
2080
2128
  height: size,
@@ -2083,21 +2131,21 @@ const Building = /*#__PURE__*/React__default["default"].forwardRef(function Buil
2083
2131
  viewBox: "0 0 32 32",
2084
2132
  fill: "currentColor",
2085
2133
  ...rest
2086
- }, _path196 || (_path196 = /*#__PURE__*/React__default["default"].createElement("path", {
2134
+ }, _path199 || (_path199 = /*#__PURE__*/React__default["default"].createElement("path", {
2087
2135
  d: "M28,2H16a2.002,2.002,0,0,0-2,2V14H4a2.002,2.002,0,0,0-2,2V30H30V4A2.0023,2.0023,0,0,0,28,2ZM9,28V21h4v7Zm19,0H15V20a1,1,0,0,0-1-1H8a1,1,0,0,0-1,1v8H4V16H16V4H28Z"
2088
- })), _path197 || (_path197 = /*#__PURE__*/React__default["default"].createElement("path", {
2136
+ })), _path200 || (_path200 = /*#__PURE__*/React__default["default"].createElement("path", {
2089
2137
  d: "M18 8H20V10H18zM24 8H26V10H24zM18 14H20V16H18zM24 14H26V16H24zM18 20H20V22H18zM24 20H26V22H24z"
2090
2138
  })), children);
2091
2139
  });
2092
2140
  if (process.env.NODE_ENV !== "production") {
2093
2141
  Building.propTypes = iconPropTypes.iconPropTypes;
2094
2142
  }
2095
- const BuildingInsights_1 = /*#__PURE__*/React__default["default"].forwardRef(function BuildingInsights_1(_ref82, ref) {
2143
+ const BuildingInsights_1 = /*#__PURE__*/React__default["default"].forwardRef(function BuildingInsights_1(_ref84, ref) {
2096
2144
  let {
2097
2145
  children,
2098
2146
  size = 16,
2099
2147
  ...rest
2100
- } = _ref82;
2148
+ } = _ref84;
2101
2149
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2102
2150
  width: size,
2103
2151
  height: size,
@@ -2106,21 +2154,21 @@ const BuildingInsights_1 = /*#__PURE__*/React__default["default"].forwardRef(fun
2106
2154
  viewBox: "0 0 32 32",
2107
2155
  fill: "currentColor",
2108
2156
  ...rest
2109
- }, _path198 || (_path198 = /*#__PURE__*/React__default["default"].createElement("path", {
2157
+ }, _path201 || (_path201 = /*#__PURE__*/React__default["default"].createElement("path", {
2110
2158
  d: "M28,2H16a2.002,2.002,0,0,0-2,2V14H4a2.002,2.002,0,0,0-2,2V30H30V4A2.0023,2.0023,0,0,0,28,2ZM9,28V21h4v7Zm19,0H15V20a1,1,0,0,0-1-1H8a1,1,0,0,0-1,1v8H4V16H16V4H28Z"
2111
- })), _path199 || (_path199 = /*#__PURE__*/React__default["default"].createElement("path", {
2159
+ })), _path202 || (_path202 = /*#__PURE__*/React__default["default"].createElement("path", {
2112
2160
  d: "M18 8H20V10H18zM24 8H26V10H24zM18 14H20V16H18zM24 14H26V16H24zM18 20H20V22H18zM24 20H26V22H24zM9 12H7a5.0059 5.0059 0 015-5V9A3.0033 3.0033 0 009 12zM4 12H2A10.0114 10.0114 0 0112 2V4A8.0092 8.0092 0 004 12z"
2113
2161
  })), children);
2114
2162
  });
2115
2163
  if (process.env.NODE_ENV !== "production") {
2116
2164
  BuildingInsights_1.propTypes = iconPropTypes.iconPropTypes;
2117
2165
  }
2118
- const BuildingInsights_2 = /*#__PURE__*/React__default["default"].forwardRef(function BuildingInsights_2(_ref83, ref) {
2166
+ const BuildingInsights_2 = /*#__PURE__*/React__default["default"].forwardRef(function BuildingInsights_2(_ref85, ref) {
2119
2167
  let {
2120
2168
  children,
2121
2169
  size = 16,
2122
2170
  ...rest
2123
- } = _ref83;
2171
+ } = _ref85;
2124
2172
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2125
2173
  width: size,
2126
2174
  height: size,
@@ -2129,21 +2177,21 @@ const BuildingInsights_2 = /*#__PURE__*/React__default["default"].forwardRef(fun
2129
2177
  viewBox: "0 0 32 32",
2130
2178
  fill: "currentColor",
2131
2179
  ...rest
2132
- }, _path200 || (_path200 = /*#__PURE__*/React__default["default"].createElement("path", {
2180
+ }, _path203 || (_path203 = /*#__PURE__*/React__default["default"].createElement("path", {
2133
2181
  d: "M28,2H16a2.002,2.002,0,0,0-2,2V14H4a2.002,2.002,0,0,0-2,2V30H30V4A2.0023,2.0023,0,0,0,28,2ZM9,28V21h4v7Zm19,0H15V20a1,1,0,0,0-1-1H8a1,1,0,0,0-1,1v8H4V16H16V4H28Z"
2134
- })), _path201 || (_path201 = /*#__PURE__*/React__default["default"].createElement("path", {
2182
+ })), _path204 || (_path204 = /*#__PURE__*/React__default["default"].createElement("path", {
2135
2183
  d: "M18 8H20V10H18zM24 8H26V10H24zM18 14H20V16H18zM24 14H26V16H24zM18 20H20V22H18zM24 20H26V22H24zM5.5 12a3.5 3.5 0 010-7h.627A4.0062 4.0062 0 0110 2h2V4L10 4A2.0023 2.0023 0 008 6V7H5.5a1.5 1.5 0 000 3H12v2z"
2136
2184
  })), children);
2137
2185
  });
2138
2186
  if (process.env.NODE_ENV !== "production") {
2139
2187
  BuildingInsights_2.propTypes = iconPropTypes.iconPropTypes;
2140
2188
  }
2141
- const BuildingInsights_3 = /*#__PURE__*/React__default["default"].forwardRef(function BuildingInsights_3(_ref84, ref) {
2189
+ const BuildingInsights_3 = /*#__PURE__*/React__default["default"].forwardRef(function BuildingInsights_3(_ref86, ref) {
2142
2190
  let {
2143
2191
  children,
2144
2192
  size = 16,
2145
2193
  ...rest
2146
- } = _ref84;
2194
+ } = _ref86;
2147
2195
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2148
2196
  width: size,
2149
2197
  height: size,
@@ -2152,11 +2200,11 @@ const BuildingInsights_3 = /*#__PURE__*/React__default["default"].forwardRef(fun
2152
2200
  viewBox: "0 0 32 32",
2153
2201
  fill: "currentColor",
2154
2202
  ...rest
2155
- }, _path202 || (_path202 = /*#__PURE__*/React__default["default"].createElement("path", {
2203
+ }, _path205 || (_path205 = /*#__PURE__*/React__default["default"].createElement("path", {
2156
2204
  d: "M28,2H16a2.002,2.002,0,0,0-2,2V14H4a2.002,2.002,0,0,0-2,2V30H30V4A2.0023,2.0023,0,0,0,28,2ZM9,28V21h4v7Zm19,0H15V20a1,1,0,0,0-1-1H8a1,1,0,0,0-1,1v8H4V16H16V4H28Z"
2157
- })), _path203 || (_path203 = /*#__PURE__*/React__default["default"].createElement("path", {
2205
+ })), _path206 || (_path206 = /*#__PURE__*/React__default["default"].createElement("path", {
2158
2206
  d: "M18 8H20V10H18zM24 8H26V10H24zM18 14H20V16H18zM24 14H26V16H24zM18 20H20V22H18zM24 20H26V22H24zM2 10H7V12H2zM10 2H12V7H10z"
2159
- })), _path204 || (_path204 = /*#__PURE__*/React__default["default"].createElement("path", {
2207
+ })), _path207 || (_path207 = /*#__PURE__*/React__default["default"].createElement("path", {
2160
2208
  d: "M5.5 3.964H7.5V9.035H5.5z",
2161
2209
  transform: "rotate(-45 6.5 6.5)"
2162
2210
  })), children);
@@ -2164,12 +2212,12 @@ const BuildingInsights_3 = /*#__PURE__*/React__default["default"].forwardRef(fun
2164
2212
  if (process.env.NODE_ENV !== "production") {
2165
2213
  BuildingInsights_3.propTypes = iconPropTypes.iconPropTypes;
2166
2214
  }
2167
- const Bullhorn = /*#__PURE__*/React__default["default"].forwardRef(function Bullhorn(_ref85, ref) {
2215
+ const Bullhorn = /*#__PURE__*/React__default["default"].forwardRef(function Bullhorn(_ref87, ref) {
2168
2216
  let {
2169
2217
  children,
2170
2218
  size = 16,
2171
2219
  ...rest
2172
- } = _ref85;
2220
+ } = _ref87;
2173
2221
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2174
2222
  width: size,
2175
2223
  height: size,
@@ -2178,19 +2226,19 @@ const Bullhorn = /*#__PURE__*/React__default["default"].forwardRef(function Bull
2178
2226
  viewBox: "0 0 32 32",
2179
2227
  fill: "currentColor",
2180
2228
  ...rest
2181
- }, _path205 || (_path205 = /*#__PURE__*/React__default["default"].createElement("path", {
2229
+ }, _path208 || (_path208 = /*#__PURE__*/React__default["default"].createElement("path", {
2182
2230
  d: "M26,6V8.17L5.64,11.87a2,2,0,0,0-1.64,2v4.34a2,2,0,0,0,1.64,2L8,20.56V24a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V22.74l6,1.09V26h2V6ZM18,24H10V20.93l8,1.45ZM6,18.17V13.83L26,10.2V21.8Z"
2183
2231
  })), children);
2184
2232
  });
2185
2233
  if (process.env.NODE_ENV !== "production") {
2186
2234
  Bullhorn.propTypes = iconPropTypes.iconPropTypes;
2187
2235
  }
2188
- const Buoy = /*#__PURE__*/React__default["default"].forwardRef(function Buoy(_ref86, ref) {
2236
+ const Buoy = /*#__PURE__*/React__default["default"].forwardRef(function Buoy(_ref88, ref) {
2189
2237
  let {
2190
2238
  children,
2191
2239
  size = 16,
2192
2240
  ...rest
2193
- } = _ref86;
2241
+ } = _ref88;
2194
2242
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2195
2243
  width: size,
2196
2244
  height: size,
@@ -2199,21 +2247,21 @@ const Buoy = /*#__PURE__*/React__default["default"].forwardRef(function Buoy(_re
2199
2247
  viewBox: "0 0 32 32",
2200
2248
  fill: "currentColor",
2201
2249
  ...rest
2202
- }, _path206 || (_path206 = /*#__PURE__*/React__default["default"].createElement("path", {
2250
+ }, _path209 || (_path209 = /*#__PURE__*/React__default["default"].createElement("path", {
2203
2251
  d: "M28,22a3.4376,3.4376,0,0,1-3.0513-2.3164,1,1,0,0,0-1.8955-.0049A3.44,3.44,0,0,1,20,22a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,16,19a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,12,22a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,8,19a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,4,22H2v2H4a4.9316,4.9316,0,0,0,4-1.9873,5.5965,5.5965,0,0,0,1,.9912,7,7,0,0,0,14,0,5.5965,5.5965,0,0,0,1-.9912A4.9316,4.9316,0,0,0,28,24h2V22ZM16,28a5.0021,5.0021,0,0,1-4.9075-4.0854A5.2252,5.2252,0,0,0,12,24a4.9316,4.9316,0,0,0,4-1.9873A4.9316,4.9316,0,0,0,20,24a5.2252,5.2252,0,0,0,.9075-.0854A5.0021,5.0021,0,0,1,16,28Z"
2204
- })), _path207 || (_path207 = /*#__PURE__*/React__default["default"].createElement("path", {
2252
+ })), _path210 || (_path210 = /*#__PURE__*/React__default["default"].createElement("path", {
2205
2253
  d: "M20.07,7.8345A2.0116,2.0116,0,0,0,18.0771,6H17V2H15V6H13.9175a1.9949,1.9949,0,0,0-1.9859,1.7715L10.2805,19h2.021l.7346-5h5.9212l.7351,5h2.021ZM13.33,12l.5877-4,4.167.0625L18.6633,12Z"
2206
2254
  })), children);
2207
2255
  });
2208
2256
  if (process.env.NODE_ENV !== "production") {
2209
2257
  Buoy.propTypes = iconPropTypes.iconPropTypes;
2210
2258
  }
2211
- const Bus = /*#__PURE__*/React__default["default"].forwardRef(function Bus(_ref87, ref) {
2259
+ const Bus = /*#__PURE__*/React__default["default"].forwardRef(function Bus(_ref89, ref) {
2212
2260
  let {
2213
2261
  children,
2214
2262
  size = 16,
2215
2263
  ...rest
2216
- } = _ref87;
2264
+ } = _ref89;
2217
2265
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2218
2266
  width: size,
2219
2267
  height: size,
@@ -2222,21 +2270,21 @@ const Bus = /*#__PURE__*/React__default["default"].forwardRef(function Bus(_ref8
2222
2270
  viewBox: "0 0 32 32",
2223
2271
  fill: "currentColor",
2224
2272
  ...rest
2225
- }, _path208 || (_path208 = /*#__PURE__*/React__default["default"].createElement("path", {
2273
+ }, _path211 || (_path211 = /*#__PURE__*/React__default["default"].createElement("path", {
2226
2274
  d: "M27 11H29V15H27zM3 11H5V15H3zM20 20H22V22H20zM10 20H12V22H10z"
2227
- })), _path209 || (_path209 = /*#__PURE__*/React__default["default"].createElement("path", {
2275
+ })), _path212 || (_path212 = /*#__PURE__*/React__default["default"].createElement("path", {
2228
2276
  d: "M21,4H11A5.0059,5.0059,0,0,0,6,9V23a2.0023,2.0023,0,0,0,2,2v3h2V25H22v3h2V25a2.0027,2.0027,0,0,0,2-2V9A5.0059,5.0059,0,0,0,21,4Zm3,6,.0009,6H8V10ZM11,6H21a2.995,2.995,0,0,1,2.8157,2H8.1843A2.995,2.995,0,0,1,11,6ZM8,23V18H24.0012l.0008,5Z"
2229
2277
  })), children);
2230
2278
  });
2231
2279
  if (process.env.NODE_ENV !== "production") {
2232
2280
  Bus.propTypes = iconPropTypes.iconPropTypes;
2233
2281
  }
2234
- const BusinessProcesses = /*#__PURE__*/React__default["default"].forwardRef(function BusinessProcesses(_ref88, ref) {
2282
+ const BusinessProcesses = /*#__PURE__*/React__default["default"].forwardRef(function BusinessProcesses(_ref90, ref) {
2235
2283
  let {
2236
2284
  children,
2237
2285
  size = 16,
2238
2286
  ...rest
2239
- } = _ref88;
2287
+ } = _ref90;
2240
2288
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2241
2289
  width: size,
2242
2290
  height: size,
@@ -2245,21 +2293,21 @@ const BusinessProcesses = /*#__PURE__*/React__default["default"].forwardRef(func
2245
2293
  viewBox: "0 0 32 32",
2246
2294
  fill: "currentColor",
2247
2295
  ...rest
2248
- }, _path210 || (_path210 = /*#__PURE__*/React__default["default"].createElement("path", {
2296
+ }, _path213 || (_path213 = /*#__PURE__*/React__default["default"].createElement("path", {
2249
2297
  d: "m23.0002,31c-.0095,0-.0188-.0001-.0283-.0004-.4102-.0115-.7715-.2723-.9116-.6578l-3.1365-8.6252-2.0046,4.6774c-.1577.3677-.519.6061-.9192.6061h-4v-2h3.3406l2.7402-6.3939c.1619-.3772.5479-.6166.9473-.6057.4102.0115.7715.2723.9116.6578l3.1365,8.6252,2.0046-4.6774c.1577-.3677.519-.6061.9192-.6061h4v2h-3.3406l-2.7402,6.3939c-.158.3684-.52.6061-.9189.6061Z"
2250
- })), _path211 || (_path211 = /*#__PURE__*/React__default["default"].createElement("path", {
2298
+ })), _path214 || (_path214 = /*#__PURE__*/React__default["default"].createElement("path", {
2251
2299
  d: "m9,25h-5v-15h24v9h2v-9c0-1.103-.8975-2-2-2h-6V4c0-1.103-.8975-2-2-2h-8c-1.103,0-2,.897-2,2v4h-6c-1.103,0-2,.897-2,2v15c0,1.1025.897,2,2,2h5v-2ZM12,4h8v4h-8V4Z"
2252
2300
  })), children);
2253
2301
  });
2254
2302
  if (process.env.NODE_ENV !== "production") {
2255
2303
  BusinessProcesses.propTypes = iconPropTypes.iconPropTypes;
2256
2304
  }
2257
- const ButtonCentered = /*#__PURE__*/React__default["default"].forwardRef(function ButtonCentered(_ref89, ref) {
2305
+ const ButtonCentered = /*#__PURE__*/React__default["default"].forwardRef(function ButtonCentered(_ref91, ref) {
2258
2306
  let {
2259
2307
  children,
2260
2308
  size = 16,
2261
2309
  ...rest
2262
- } = _ref89;
2310
+ } = _ref91;
2263
2311
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2264
2312
  width: size,
2265
2313
  height: size,
@@ -2268,21 +2316,21 @@ const ButtonCentered = /*#__PURE__*/React__default["default"].forwardRef(functio
2268
2316
  viewBox: "0 0 32 32",
2269
2317
  fill: "currentColor",
2270
2318
  ...rest
2271
- }, _path212 || (_path212 = /*#__PURE__*/React__default["default"].createElement("path", {
2319
+ }, _path215 || (_path215 = /*#__PURE__*/React__default["default"].createElement("path", {
2272
2320
  d: "M9 15H23V17H9z"
2273
- })), _path213 || (_path213 = /*#__PURE__*/React__default["default"].createElement("path", {
2321
+ })), _path216 || (_path216 = /*#__PURE__*/React__default["default"].createElement("path", {
2274
2322
  d: "M28,22H4a2.0021,2.0021,0,0,1-2-2V12a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v8A2.0021,2.0021,0,0,1,28,22ZM4,12v8H28V12Z"
2275
2323
  })), children);
2276
2324
  });
2277
2325
  if (process.env.NODE_ENV !== "production") {
2278
2326
  ButtonCentered.propTypes = iconPropTypes.iconPropTypes;
2279
2327
  }
2280
- const ButtonFlushLeft = /*#__PURE__*/React__default["default"].forwardRef(function ButtonFlushLeft(_ref90, ref) {
2328
+ const ButtonFlushLeft = /*#__PURE__*/React__default["default"].forwardRef(function ButtonFlushLeft(_ref92, ref) {
2281
2329
  let {
2282
2330
  children,
2283
2331
  size = 16,
2284
2332
  ...rest
2285
- } = _ref90;
2333
+ } = _ref92;
2286
2334
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2287
2335
  width: size,
2288
2336
  height: size,
@@ -2291,21 +2339,21 @@ const ButtonFlushLeft = /*#__PURE__*/React__default["default"].forwardRef(functi
2291
2339
  viewBox: "0 0 32 32",
2292
2340
  fill: "currentColor",
2293
2341
  ...rest
2294
- }, _path214 || (_path214 = /*#__PURE__*/React__default["default"].createElement("path", {
2342
+ }, _path217 || (_path217 = /*#__PURE__*/React__default["default"].createElement("path", {
2295
2343
  d: "M6 15H20V17H6z"
2296
- })), _path215 || (_path215 = /*#__PURE__*/React__default["default"].createElement("path", {
2344
+ })), _path218 || (_path218 = /*#__PURE__*/React__default["default"].createElement("path", {
2297
2345
  d: "M28,22H4c-1.103,0-2-0.897-2-2v-8c0-1.103,0.897-2,2-2h24c1.103,0,2,0.897,2,2v8C30,21.103,29.103,22,28,22z M4,12v8h24v-8 H4z"
2298
2346
  })), children);
2299
2347
  });
2300
2348
  if (process.env.NODE_ENV !== "production") {
2301
2349
  ButtonFlushLeft.propTypes = iconPropTypes.iconPropTypes;
2302
2350
  }
2303
- const CabinCare = /*#__PURE__*/React__default["default"].forwardRef(function CabinCare(_ref91, ref) {
2351
+ const CabinCare = /*#__PURE__*/React__default["default"].forwardRef(function CabinCare(_ref93, ref) {
2304
2352
  let {
2305
2353
  children,
2306
2354
  size = 16,
2307
2355
  ...rest
2308
- } = _ref91;
2356
+ } = _ref93;
2309
2357
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2310
2358
  width: size,
2311
2359
  height: size,
@@ -2314,19 +2362,19 @@ const CabinCare = /*#__PURE__*/React__default["default"].forwardRef(function Cab
2314
2362
  viewBox: "0 0 32 32",
2315
2363
  fill: "currentColor",
2316
2364
  ...rest
2317
- }, _path216 || (_path216 = /*#__PURE__*/React__default["default"].createElement("path", {
2365
+ }, _path219 || (_path219 = /*#__PURE__*/React__default["default"].createElement("path", {
2318
2366
  d: "M27.3022 2a2.6617 2.6617 0 00-1.9079.8059l-.3931.4053-.397-.4053a2.6613 2.6613 0 00-3.8158 0 2.7992 2.7992 0 000 3.8963L25.0012 11 29.21 6.7022a2.7992 2.7992 0 000-3.8963A2.6613 2.6613 0 0027.3022 2zM23.8218 18H15.083L11.8643 5.9653a4 4 0 00-7.7276 2.07L8.5454 24.5168A2 2 0 0010.4775 26H19v2H4v2H19a2 2 0 002-2V26h3a4.0046 4.0046 0 003.98-4.4A4.1214 4.1214 0 0023.8218 18zM24 24H10.4776L6.0686 7.5181A2 2 0 119.9324 6.4829L13.5466 20H24a2 2 0 010 4z"
2319
2367
  })), children);
2320
2368
  });
2321
2369
  if (process.env.NODE_ENV !== "production") {
2322
2370
  CabinCare.propTypes = iconPropTypes.iconPropTypes;
2323
2371
  }
2324
- const CabinCareAlert = /*#__PURE__*/React__default["default"].forwardRef(function CabinCareAlert(_ref92, ref) {
2372
+ const CabinCareAlert = /*#__PURE__*/React__default["default"].forwardRef(function CabinCareAlert(_ref94, ref) {
2325
2373
  let {
2326
2374
  children,
2327
2375
  size = 16,
2328
2376
  ...rest
2329
- } = _ref92;
2377
+ } = _ref94;
2330
2378
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2331
2379
  width: size,
2332
2380
  height: size,
@@ -2335,7 +2383,7 @@ const CabinCareAlert = /*#__PURE__*/React__default["default"].forwardRef(functio
2335
2383
  viewBox: "0 0 32 32",
2336
2384
  fill: "currentColor",
2337
2385
  ...rest
2338
- }, _path217 || (_path217 = /*#__PURE__*/React__default["default"].createElement("path", {
2386
+ }, _path220 || (_path220 = /*#__PURE__*/React__default["default"].createElement("path", {
2339
2387
  d: "M24 2H26V9H24z"
2340
2388
  })), _rect || (_rect = /*#__PURE__*/React__default["default"].createElement("rect", {
2341
2389
  width: "3",
@@ -2343,19 +2391,19 @@ const CabinCareAlert = /*#__PURE__*/React__default["default"].forwardRef(functio
2343
2391
  x: "23.5",
2344
2392
  y: "11",
2345
2393
  rx: "1.5"
2346
- })), _path218 || (_path218 = /*#__PURE__*/React__default["default"].createElement("path", {
2394
+ })), _path221 || (_path221 = /*#__PURE__*/React__default["default"].createElement("path", {
2347
2395
  d: "M23.8218,18H15.083L11.8643,5.9653a4,4,0,0,0-7.7276,2.07L8.5454,24.5168A2,2,0,0,0,10.4775,26H19v2H4v2H19a2,2,0,0,0,2-2V26h3a4.0046,4.0046,0,0,0,3.98-4.4A4.1215,4.1215,0,0,0,23.8218,18ZM24,24H10.4775L6.0686,7.5181A2,2,0,1,1,9.9324,6.4829L13.5466,20H24a2,2,0,0,1,0,4Z"
2348
2396
  })), children);
2349
2397
  });
2350
2398
  if (process.env.NODE_ENV !== "production") {
2351
2399
  CabinCareAlert.propTypes = iconPropTypes.iconPropTypes;
2352
2400
  }
2353
- const CabinCareAlt = /*#__PURE__*/React__default["default"].forwardRef(function CabinCareAlt(_ref93, ref) {
2401
+ const CabinCareAlt = /*#__PURE__*/React__default["default"].forwardRef(function CabinCareAlt(_ref95, ref) {
2354
2402
  let {
2355
2403
  children,
2356
2404
  size = 16,
2357
2405
  ...rest
2358
- } = _ref93;
2406
+ } = _ref95;
2359
2407
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2360
2408
  width: size,
2361
2409
  height: size,
@@ -2364,19 +2412,19 @@ const CabinCareAlt = /*#__PURE__*/React__default["default"].forwardRef(function
2364
2412
  viewBox: "0 0 32 32",
2365
2413
  fill: "currentColor",
2366
2414
  ...rest
2367
- }, _path219 || (_path219 = /*#__PURE__*/React__default["default"].createElement("path", {
2415
+ }, _path222 || (_path222 = /*#__PURE__*/React__default["default"].createElement("path", {
2368
2416
  d: "M30 25V23H20.7676l-.8-3H27V18H19.4348l-2.469-9.2578-1.9316.5156 3.8017 14.2568A2.0037 2.0037 0 0020.77 25H22v3H10V25h6V23H6.7676l-.8-3H13V18H5.4348L2.9658 8.7422l-1.9316.5156L4.8359 23.5146A2.0037 2.0037 0 006.77 25H8v3H2v2H30V28H24V25zM27.303 2a2.6613 2.6613 0 00-1.9079.8059L25 3.2112l-.3951-.4053a2.6612 2.6612 0 00-3.8157 0 2.7991 2.7991 0 000 3.8963L25 11l4.2108-4.2978a2.7991 2.7991 0 000-3.8963A2.6613 2.6613 0 0027.303 2z"
2369
2417
  })), children);
2370
2418
  });
2371
2419
  if (process.env.NODE_ENV !== "production") {
2372
2420
  CabinCareAlt.propTypes = iconPropTypes.iconPropTypes;
2373
2421
  }
2374
- const Cad = /*#__PURE__*/React__default["default"].forwardRef(function Cad(_ref94, ref) {
2422
+ const Cad = /*#__PURE__*/React__default["default"].forwardRef(function Cad(_ref96, ref) {
2375
2423
  let {
2376
2424
  children,
2377
2425
  size = 16,
2378
2426
  ...rest
2379
- } = _ref94;
2427
+ } = _ref96;
2380
2428
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2381
2429
  width: size,
2382
2430
  height: size,
@@ -2385,19 +2433,19 @@ const Cad = /*#__PURE__*/React__default["default"].forwardRef(function Cad(_ref9
2385
2433
  viewBox: "0 0 32 32",
2386
2434
  fill: "currentColor",
2387
2435
  ...rest
2388
- }, _path220 || (_path220 = /*#__PURE__*/React__default["default"].createElement("path", {
2436
+ }, _path223 || (_path223 = /*#__PURE__*/React__default["default"].createElement("path", {
2389
2437
  d: "M18 9H14a2 2 0 00-2 2V23h2V18h4v5h2V11A2 2 0 0018 9zm-4 7V11h4v5zM26 23H22V9h4a4 4 0 014 4v6A4 4 0 0126 23zm-2-2h2a2 2 0 002-2V13a2 2 0 00-2-2H24zM10 23H4a2 2 0 01-2-2V11A2 2 0 014 9h6v2H4V21h6z"
2390
2438
  })), children);
2391
2439
  });
2392
2440
  if (process.env.NODE_ENV !== "production") {
2393
2441
  Cad.propTypes = iconPropTypes.iconPropTypes;
2394
2442
  }
2395
- const Cafe = /*#__PURE__*/React__default["default"].forwardRef(function Cafe(_ref95, ref) {
2443
+ const Cafe = /*#__PURE__*/React__default["default"].forwardRef(function Cafe(_ref97, ref) {
2396
2444
  let {
2397
2445
  children,
2398
2446
  size = 16,
2399
2447
  ...rest
2400
- } = _ref95;
2448
+ } = _ref97;
2401
2449
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2402
2450
  width: size,
2403
2451
  height: size,
@@ -2406,19 +2454,19 @@ const Cafe = /*#__PURE__*/React__default["default"].forwardRef(function Cafe(_re
2406
2454
  viewBox: "0 0 32 32",
2407
2455
  fill: "currentColor",
2408
2456
  ...rest
2409
- }, _path221 || (_path221 = /*#__PURE__*/React__default["default"].createElement("path", {
2457
+ }, _path224 || (_path224 = /*#__PURE__*/React__default["default"].createElement("path", {
2410
2458
  d: "M2 28H30V30H2zM24.5 11H8a2.002 2.002 0 00-2 2v8a5.0059 5.0059 0 005 5h8a5.0059 5.0059 0 005-5V20h.5a4.5 4.5 0 000-9zM22 21a3.0033 3.0033 0 01-3 3H11a3.0033 3.0033 0 01-3-3V13H22zm2.5-3H24V13h.5a2.5 2.5 0 010 5zM19 9H17V8.854a1.9883 1.9883 0 00-1.1055-1.7886L13.2109 5.7236A3.9788 3.9788 0 0111 2.146V1h2V2.146a1.9892 1.9892 0 001.1055 1.7886l2.6836 1.3418A3.9792 3.9792 0 0119 8.854z"
2411
2459
  })), children);
2412
2460
  });
2413
2461
  if (process.env.NODE_ENV !== "production") {
2414
2462
  Cafe.propTypes = iconPropTypes.iconPropTypes;
2415
2463
  }
2416
- const Calculation = /*#__PURE__*/React__default["default"].forwardRef(function Calculation(_ref96, ref) {
2464
+ const Calculation = /*#__PURE__*/React__default["default"].forwardRef(function Calculation(_ref98, ref) {
2417
2465
  let {
2418
2466
  children,
2419
2467
  size = 16,
2420
2468
  ...rest
2421
- } = _ref96;
2469
+ } = _ref98;
2422
2470
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2423
2471
  width: size,
2424
2472
  height: size,
@@ -2427,19 +2475,19 @@ const Calculation = /*#__PURE__*/React__default["default"].forwardRef(function C
2427
2475
  viewBox: "0 0 32 32",
2428
2476
  fill: "currentColor",
2429
2477
  ...rest
2430
- }, _path222 || (_path222 = /*#__PURE__*/React__default["default"].createElement("path", {
2478
+ }, _path225 || (_path225 = /*#__PURE__*/React__default["default"].createElement("path", {
2431
2479
  d: "M14 8L10 8 10 4 8 4 8 8 4 8 4 10 8 10 8 14 10 14 10 10 14 10 14 8zM4 19H14V21H4zM4 24H14V26H4zM18 8H28V10H18zM24.41 22L28 18.41 26.59 17 23 20.59 19.41 17 18 18.41 21.59 22 18 25.59 19.41 27 23 23.41 26.59 27 28 25.59 24.41 22z"
2432
2480
  })), children);
2433
2481
  });
2434
2482
  if (process.env.NODE_ENV !== "production") {
2435
2483
  Calculation.propTypes = iconPropTypes.iconPropTypes;
2436
2484
  }
2437
- const CalculationAlt = /*#__PURE__*/React__default["default"].forwardRef(function CalculationAlt(_ref97, ref) {
2485
+ const CalculationAlt = /*#__PURE__*/React__default["default"].forwardRef(function CalculationAlt(_ref99, ref) {
2438
2486
  let {
2439
2487
  children,
2440
2488
  size = 16,
2441
2489
  ...rest
2442
- } = _ref97;
2490
+ } = _ref99;
2443
2491
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2444
2492
  width: size,
2445
2493
  height: size,
@@ -2448,21 +2496,21 @@ const CalculationAlt = /*#__PURE__*/React__default["default"].forwardRef(functio
2448
2496
  viewBox: "0 0 32 32",
2449
2497
  fill: "currentColor",
2450
2498
  ...rest
2451
- }, _path223 || (_path223 = /*#__PURE__*/React__default["default"].createElement("path", {
2499
+ }, _path226 || (_path226 = /*#__PURE__*/React__default["default"].createElement("path", {
2452
2500
  d: "M19 13H25V15H19zM13 21L11 21 11 19 9 19 9 21 7 21 7 23 9 23 9 25 11 25 11 23 13 23 13 21zM7 9H13V11H7zM19 17H25V19H19z"
2453
- })), _path224 || (_path224 = /*#__PURE__*/React__default["default"].createElement("path", {
2501
+ })), _path227 || (_path227 = /*#__PURE__*/React__default["default"].createElement("path", {
2454
2502
  d: "M27,3H5A2.0023,2.0023,0,0,0,3,5V27a2.0023,2.0023,0,0,0,2,2H27a2.0023,2.0023,0,0,0,2-2V5A2.0023,2.0023,0,0,0,27,3ZM15,5V15H5V5ZM5,17H15V27H5ZM17,27V5H27V27Z"
2455
2503
  })), children);
2456
2504
  });
2457
2505
  if (process.env.NODE_ENV !== "production") {
2458
2506
  CalculationAlt.propTypes = iconPropTypes.iconPropTypes;
2459
2507
  }
2460
- const Calculator = /*#__PURE__*/React__default["default"].forwardRef(function Calculator(_ref98, ref) {
2508
+ const Calculator = /*#__PURE__*/React__default["default"].forwardRef(function Calculator(_ref100, ref) {
2461
2509
  let {
2462
2510
  children,
2463
2511
  size = 16,
2464
2512
  ...rest
2465
- } = _ref98;
2513
+ } = _ref100;
2466
2514
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2467
2515
  width: size,
2468
2516
  height: size,
@@ -2471,21 +2519,21 @@ const Calculator = /*#__PURE__*/React__default["default"].forwardRef(function Ca
2471
2519
  viewBox: "0 0 32 32",
2472
2520
  fill: "currentColor",
2473
2521
  ...rest
2474
- }, _path225 || (_path225 = /*#__PURE__*/React__default["default"].createElement("path", {
2522
+ }, _path228 || (_path228 = /*#__PURE__*/React__default["default"].createElement("path", {
2475
2523
  d: "M26,4V28H6V4H26m0-2H6A2,2,0,0,0,4,4V28a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V4A2,2,0,0,0,26,2Z"
2476
- })), _path226 || (_path226 = /*#__PURE__*/React__default["default"].createElement("path", {
2524
+ })), _path229 || (_path229 = /*#__PURE__*/React__default["default"].createElement("path", {
2477
2525
  d: "M9 23H11V25H9zM21 23H23V25H21zM9 18H11V20H9zM21 18H23V20H21zM9 13H11V15H9zM15 23H17V25H15zM15 18H17V20H15zM15 13H17V15H15zM21 13H23V15H21zM9 7H23V10H9z"
2478
2526
  })), children);
2479
2527
  });
2480
2528
  if (process.env.NODE_ENV !== "production") {
2481
2529
  Calculator.propTypes = iconPropTypes.iconPropTypes;
2482
2530
  }
2483
- const CalculatorCheck = /*#__PURE__*/React__default["default"].forwardRef(function CalculatorCheck(_ref99, ref) {
2531
+ const CalculatorCheck = /*#__PURE__*/React__default["default"].forwardRef(function CalculatorCheck(_ref101, ref) {
2484
2532
  let {
2485
2533
  children,
2486
2534
  size = 16,
2487
2535
  ...rest
2488
- } = _ref99;
2536
+ } = _ref101;
2489
2537
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2490
2538
  width: size,
2491
2539
  height: size,
@@ -2494,21 +2542,21 @@ const CalculatorCheck = /*#__PURE__*/React__default["default"].forwardRef(functi
2494
2542
  viewBox: "0 0 32 32",
2495
2543
  fill: "currentColor",
2496
2544
  ...rest
2497
- }, _path227 || (_path227 = /*#__PURE__*/React__default["default"].createElement("path", {
2545
+ }, _path230 || (_path230 = /*#__PURE__*/React__default["default"].createElement("path", {
2498
2546
  d: "M24 26.59L21.41 24 20 25.41 24 29.41 31 22.41 29.59 21 24 26.59zM15 23H17V25H15zM9 23H11V25H9zM21 18H23V20H21zM15 18H17V20H15zM9 18H11V20H9zM21 13H23V15H21zM15 13H17V15H15zM9 13H11V15H9zM9 7H23V10H9z"
2499
- })), _path228 || (_path228 = /*#__PURE__*/React__default["default"].createElement("path", {
2547
+ })), _path231 || (_path231 = /*#__PURE__*/React__default["default"].createElement("path", {
2500
2548
  d: "M17,30H6.0046A2.007,2.007,0,0,1,4,27.9951V3.9961A1.9984,1.9984,0,0,1,5.9961,2H26.0037A1.9985,1.9985,0,0,1,28,3.9961V18H26V4H6V28H17Z"
2501
2549
  })), children);
2502
2550
  });
2503
2551
  if (process.env.NODE_ENV !== "production") {
2504
2552
  CalculatorCheck.propTypes = iconPropTypes.iconPropTypes;
2505
2553
  }
2506
- const Calendar = /*#__PURE__*/React__default["default"].forwardRef(function Calendar(_ref100, ref) {
2554
+ const Calendar = /*#__PURE__*/React__default["default"].forwardRef(function Calendar(_ref102, ref) {
2507
2555
  let {
2508
2556
  children,
2509
2557
  size = 16,
2510
2558
  ...rest
2511
- } = _ref100;
2559
+ } = _ref102;
2512
2560
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2513
2561
  width: size,
2514
2562
  height: size,
@@ -2517,19 +2565,19 @@ const Calendar = /*#__PURE__*/React__default["default"].forwardRef(function Cale
2517
2565
  viewBox: "0 0 32 32",
2518
2566
  fill: "currentColor",
2519
2567
  ...rest
2520
- }, _path229 || (_path229 = /*#__PURE__*/React__default["default"].createElement("path", {
2568
+ }, _path232 || (_path232 = /*#__PURE__*/React__default["default"].createElement("path", {
2521
2569
  d: "M26,4h-4V2h-2v2h-8V2h-2v2H6C4.9,4,4,4.9,4,6v20c0,1.1,0.9,2,2,2h20c1.1,0,2-0.9,2-2V6C28,4.9,27.1,4,26,4z M26,26H6V12h20 V26z M26,10H6V6h4v2h2V6h8v2h2V6h4V10z"
2522
2570
  })), children);
2523
2571
  });
2524
2572
  if (process.env.NODE_ENV !== "production") {
2525
2573
  Calendar.propTypes = iconPropTypes.iconPropTypes;
2526
2574
  }
2527
- const CalendarAdd = /*#__PURE__*/React__default["default"].forwardRef(function CalendarAdd(_ref101, ref) {
2575
+ const CalendarAdd = /*#__PURE__*/React__default["default"].forwardRef(function CalendarAdd(_ref103, ref) {
2528
2576
  let {
2529
2577
  children,
2530
2578
  size = 16,
2531
2579
  ...rest
2532
- } = _ref101;
2580
+ } = _ref103;
2533
2581
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2534
2582
  width: size,
2535
2583
  height: size,
@@ -2547,12 +2595,12 @@ const CalendarAdd = /*#__PURE__*/React__default["default"].forwardRef(function C
2547
2595
  if (process.env.NODE_ENV !== "production") {
2548
2596
  CalendarAdd.propTypes = iconPropTypes.iconPropTypes;
2549
2597
  }
2550
- const CalendarAddAlt = /*#__PURE__*/React__default["default"].forwardRef(function CalendarAddAlt(_ref102, ref) {
2598
+ const CalendarAddAlt = /*#__PURE__*/React__default["default"].forwardRef(function CalendarAddAlt(_ref104, ref) {
2551
2599
  let {
2552
2600
  children,
2553
2601
  size = 16,
2554
2602
  ...rest
2555
- } = _ref102;
2603
+ } = _ref104;
2556
2604
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2557
2605
  width: size,
2558
2606
  height: size,
@@ -2572,12 +2620,12 @@ const CalendarAddAlt = /*#__PURE__*/React__default["default"].forwardRef(functio
2572
2620
  if (process.env.NODE_ENV !== "production") {
2573
2621
  CalendarAddAlt.propTypes = iconPropTypes.iconPropTypes;
2574
2622
  }
2575
- const CalendarHeatMap = /*#__PURE__*/React__default["default"].forwardRef(function CalendarHeatMap(_ref103, ref) {
2623
+ const CalendarHeatMap = /*#__PURE__*/React__default["default"].forwardRef(function CalendarHeatMap(_ref105, ref) {
2576
2624
  let {
2577
2625
  children,
2578
2626
  size = 16,
2579
2627
  ...rest
2580
- } = _ref103;
2628
+ } = _ref105;
2581
2629
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2582
2630
  width: size,
2583
2631
  height: size,
@@ -2586,19 +2634,19 @@ const CalendarHeatMap = /*#__PURE__*/React__default["default"].forwardRef(functi
2586
2634
  viewBox: "0 0 32 32",
2587
2635
  fill: "currentColor",
2588
2636
  ...rest
2589
- }, _path230 || (_path230 = /*#__PURE__*/React__default["default"].createElement("path", {
2637
+ }, _path233 || (_path233 = /*#__PURE__*/React__default["default"].createElement("path", {
2590
2638
  d: "M26,4H22V2H20V4H12V2H10V4H6A2.0025,2.0025,0,0,0,4,6V26a2.0025,2.0025,0,0,0,2,2H26a2.0025,2.0025,0,0,0,2-2V6A2.0025,2.0025,0,0,0,26,4ZM6,6h4V8h2V6h8V8h2V6h4l0,4H6Zm0,6h5v6H6ZM19,26H13V20h6Zm0-8H13V12h6Zm2,8V20h5l.0012,6Z"
2591
2639
  })), children);
2592
2640
  });
2593
2641
  if (process.env.NODE_ENV !== "production") {
2594
2642
  CalendarHeatMap.propTypes = iconPropTypes.iconPropTypes;
2595
2643
  }
2596
- const CalendarSettings = /*#__PURE__*/React__default["default"].forwardRef(function CalendarSettings(_ref104, ref) {
2644
+ const CalendarSettings = /*#__PURE__*/React__default["default"].forwardRef(function CalendarSettings(_ref106, ref) {
2597
2645
  let {
2598
2646
  children,
2599
2647
  size = 16,
2600
2648
  ...rest
2601
- } = _ref104;
2649
+ } = _ref106;
2602
2650
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2603
2651
  width: size,
2604
2652
  height: size,
@@ -2607,21 +2655,21 @@ const CalendarSettings = /*#__PURE__*/React__default["default"].forwardRef(funct
2607
2655
  viewBox: "0 0 32 32",
2608
2656
  fill: "currentColor",
2609
2657
  ...rest
2610
- }, _path231 || (_path231 = /*#__PURE__*/React__default["default"].createElement("path", {
2658
+ }, _path234 || (_path234 = /*#__PURE__*/React__default["default"].createElement("path", {
2611
2659
  d: "M30,23V21H27.91a5.9592,5.9592,0,0,0-1.0244-2.4707L28.364,17.05,26.95,15.6362l-1.4788,1.4785A5.9584,5.9584,0,0,0,23,16.09V14H21v2.09a5.9584,5.9584,0,0,0-2.4709,1.0244L17.05,15.6362,15.636,17.05l1.4787,1.479A5.9618,5.9618,0,0,0,16.09,21H14v2h2.09a5.9618,5.9618,0,0,0,1.0244,2.4707L15.636,26.95,17.05,28.3638l1.4788-1.4785A5.9584,5.9584,0,0,0,21,27.91V30h2V27.91a5.9584,5.9584,0,0,0,2.4709-1.0244L26.95,28.3638,28.364,26.95l-1.4787-1.479A5.9592,5.9592,0,0,0,27.91,23Zm-8,3a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,22,26Z"
2612
- })), _path232 || (_path232 = /*#__PURE__*/React__default["default"].createElement("path", {
2660
+ })), _path235 || (_path235 = /*#__PURE__*/React__default["default"].createElement("path", {
2613
2661
  d: "M28,6a2,2,0,0,0-2-2H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V6h4V8h2V6h8V8h2V6h4v6h2Z"
2614
2662
  })), children);
2615
2663
  });
2616
2664
  if (process.env.NODE_ENV !== "production") {
2617
2665
  CalendarSettings.propTypes = iconPropTypes.iconPropTypes;
2618
2666
  }
2619
- const CalendarTools = /*#__PURE__*/React__default["default"].forwardRef(function CalendarTools(_ref105, ref) {
2667
+ const CalendarTools = /*#__PURE__*/React__default["default"].forwardRef(function CalendarTools(_ref107, ref) {
2620
2668
  let {
2621
2669
  children,
2622
2670
  size = 16,
2623
2671
  ...rest
2624
- } = _ref105;
2672
+ } = _ref107;
2625
2673
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2626
2674
  width: size,
2627
2675
  height: size,
@@ -2630,9 +2678,9 @@ const CalendarTools = /*#__PURE__*/React__default["default"].forwardRef(function
2630
2678
  viewBox: "0 0 32 32",
2631
2679
  fill: "currentColor",
2632
2680
  ...rest
2633
- }, _path233 || (_path233 = /*#__PURE__*/React__default["default"].createElement("path", {
2681
+ }, _path236 || (_path236 = /*#__PURE__*/React__default["default"].createElement("path", {
2634
2682
  d: "M23.981,24.4333A3.9549,3.9549,0,0,0,26,25a4.0045,4.0045,0,0,0,4-4,3.9427,3.9427,0,0,0-.1492-1.0228l-2.4367,2.4369-.0005-.0005a1.9991,1.9991,0,1,1-2.8272-2.8272l-.0005-.0005,2.4368-2.4368A3.95,3.95,0,0,0,26,17a4.0045,4.0045,0,0,0-4,4,3.9544,3.9544,0,0,0,.5669,2.0191L17,28.586,18.4141,30Z"
2635
- })), _path234 || (_path234 = /*#__PURE__*/React__default["default"].createElement("path", {
2683
+ })), _path237 || (_path237 = /*#__PURE__*/React__default["default"].createElement("path", {
2636
2684
  fillRule: "evenodd",
2637
2685
  d: "M26,4H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h8V26H6V6h4V8h2V6h8V8h2V6h4v8h2V6A2,2,0,0,0,26,4Z"
2638
2686
  })), children);
@@ -2640,12 +2688,12 @@ const CalendarTools = /*#__PURE__*/React__default["default"].forwardRef(function
2640
2688
  if (process.env.NODE_ENV !== "production") {
2641
2689
  CalendarTools.propTypes = iconPropTypes.iconPropTypes;
2642
2690
  }
2643
- const Calibrate = /*#__PURE__*/React__default["default"].forwardRef(function Calibrate(_ref106, ref) {
2691
+ const Calibrate = /*#__PURE__*/React__default["default"].forwardRef(function Calibrate(_ref108, ref) {
2644
2692
  let {
2645
2693
  children,
2646
2694
  size = 16,
2647
2695
  ...rest
2648
- } = _ref106;
2696
+ } = _ref108;
2649
2697
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2650
2698
  width: size,
2651
2699
  height: size,
@@ -2654,19 +2702,19 @@ const Calibrate = /*#__PURE__*/React__default["default"].forwardRef(function Cal
2654
2702
  viewBox: "0 0 32 32",
2655
2703
  fill: "currentColor",
2656
2704
  ...rest
2657
- }, _path235 || (_path235 = /*#__PURE__*/React__default["default"].createElement("path", {
2705
+ }, _path238 || (_path238 = /*#__PURE__*/React__default["default"].createElement("path", {
2658
2706
  d: "M28.83,21.17,25,17.37l.67-.67a1,1,0,0,0,0-1.41l-6-6a1,1,0,0,0-1.41,0h0l-.79.79L10.71,3.29a1,1,0,0,0-1.41,0h0l-4,4-.12.15-4,6a1,1,0,0,0,.12,1.26l3,3a1,1,0,0,0,1.42,0L10,13.41l2.09,2.09-4.8,4.79a1,1,0,0,0,0,1.41l2,2A1,1,0,0,0,10,24a1,1,0,0,0,.52-.15l4.33-2.6,2.44,2.45a1,1,0,0,0,1.41,0h0l.67-.7,3.79,3.83a4,4,0,0,0,5.66-5.66ZM10,10.58l-5,5L3.29,13.87,6.78,8.63,10,5.41l6.09,6.09L13.5,14.08Zm8,11-2.84-2.84-5,3L9.42,21,19,11.41,23.59,16Zm9.42,3.83a2,2,0,0,1-2.83,0h0l-3.8-3.79,2.83-2.83,3.8,3.79a2,2,0,0,1,0,2.83Z"
2659
2707
  })), children);
2660
2708
  });
2661
2709
  if (process.env.NODE_ENV !== "production") {
2662
2710
  Calibrate.propTypes = iconPropTypes.iconPropTypes;
2663
2711
  }
2664
- const Calls = /*#__PURE__*/React__default["default"].forwardRef(function Calls(_ref107, ref) {
2712
+ const Calls = /*#__PURE__*/React__default["default"].forwardRef(function Calls(_ref109, ref) {
2665
2713
  let {
2666
2714
  children,
2667
2715
  size = 16,
2668
2716
  ...rest
2669
- } = _ref107;
2717
+ } = _ref109;
2670
2718
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2671
2719
  width: size,
2672
2720
  height: size,
@@ -2675,19 +2723,19 @@ const Calls = /*#__PURE__*/React__default["default"].forwardRef(function Calls(_
2675
2723
  viewBox: "0 0 32 32",
2676
2724
  fill: "currentColor",
2677
2725
  ...rest
2678
- }, _path236 || (_path236 = /*#__PURE__*/React__default["default"].createElement("path", {
2726
+ }, _path239 || (_path239 = /*#__PURE__*/React__default["default"].createElement("path", {
2679
2727
  d: "M26 14c1.1028 0 2 .8972 2 2s-.8972 2-2 2-2-.8972-2-2 .8972-2 2-2m0-2c-2.2091 0-4 1.7909-4 4s1.7909 4 4 4 4-1.7909 4-4-1.7909-4-4-4h0zM15 11l-1.4143 1.4141 2.5859 2.5859H7.8157c-.4141-1.1611-1.5137-2-2.8157-2-1.6543 0-3 1.3457-3 3s1.3457 3 3 3c1.302 0 2.4016-.8389 2.8157-2h8.356l-2.5859 2.5859 1.4143 1.4141 5-5-5-5zm-10 6c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1z"
2680
2728
  })), children);
2681
2729
  });
2682
2730
  if (process.env.NODE_ENV !== "production") {
2683
2731
  Calls.propTypes = iconPropTypes.iconPropTypes;
2684
2732
  }
2685
- const CallsAll = /*#__PURE__*/React__default["default"].forwardRef(function CallsAll(_ref108, ref) {
2733
+ const CallsAll = /*#__PURE__*/React__default["default"].forwardRef(function CallsAll(_ref110, ref) {
2686
2734
  let {
2687
2735
  children,
2688
2736
  size = 16,
2689
2737
  ...rest
2690
- } = _ref108;
2738
+ } = _ref110;
2691
2739
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2692
2740
  width: size,
2693
2741
  height: size,
@@ -2696,19 +2744,19 @@ const CallsAll = /*#__PURE__*/React__default["default"].forwardRef(function Call
2696
2744
  viewBox: "0 0 32 32",
2697
2745
  fill: "currentColor",
2698
2746
  ...rest
2699
- }, _path237 || (_path237 = /*#__PURE__*/React__default["default"].createElement("path", {
2747
+ }, _path240 || (_path240 = /*#__PURE__*/React__default["default"].createElement("path", {
2700
2748
  d: "M26 12c-2.2091 0-4 1.7908-4 4s1.7909 4 4 4 4-1.7909 4-4-1.7908-4-4-4zm0 6c-1.1028 0-2-.8972-2-2s.8972-2 2-2 2 .8972 2 2-.8972 2-2 2zM15 21v2h2.5859l-2.3008 2.3008c-.3911-.1875-.8235-.3008-1.2852-.3008-1.6543 0-3 1.3457-3 3s1.3457 3 3 3 3-1.3457 3-3c0-.4619-.1135-.894-.3005-1.2852l2.3005-2.3008v2.5859h2v-6h-6zm-1 8c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1zM11.4143 11.4141l-1.4143 1.4146 2.1716 2.1714h-4.356c-.4141-1.1611-1.5137-2-2.8157-2-1.6543 0-3 1.3457-3 3s1.3457 3 3 3c1.302 0 2.4016-.8389 2.8157-2h4.356l-2.1716 2.1714 1.4143 1.4146 4.5857-4.5859-4.5857-4.5859zm-6.4143 5.5859c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1zM19 5v2.5859l-2.3005-2.3008c.187-.3911.3005-.8232.3005-1.2852 0-1.6543-1.3457-3-3-3s-3 1.3457-3 3 1.3457 3 3 3c.4617 0 .894-.1133 1.2852-.3008l2.3008 2.3008h-2.5859v2h6v-6h-2zm-6-1c0-.5513.4485-1 1-1s1 .4487 1 1-.4485 1-1 1-1-.4487-1-1z"
2701
2749
  })), children);
2702
2750
  });
2703
2751
  if (process.env.NODE_ENV !== "production") {
2704
2752
  CallsAll.propTypes = iconPropTypes.iconPropTypes;
2705
2753
  }
2706
- const CallsIncoming = /*#__PURE__*/React__default["default"].forwardRef(function CallsIncoming(_ref109, ref) {
2754
+ const CallsIncoming = /*#__PURE__*/React__default["default"].forwardRef(function CallsIncoming(_ref111, ref) {
2707
2755
  let {
2708
2756
  children,
2709
2757
  size = 16,
2710
2758
  ...rest
2711
- } = _ref109;
2759
+ } = _ref111;
2712
2760
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2713
2761
  width: size,
2714
2762
  height: size,
@@ -2717,19 +2765,19 @@ const CallsIncoming = /*#__PURE__*/React__default["default"].forwardRef(function
2717
2765
  viewBox: "0 0 32 32",
2718
2766
  fill: "currentColor",
2719
2767
  ...rest
2720
- }, _path238 || (_path238 = /*#__PURE__*/React__default["default"].createElement("path", {
2768
+ }, _path241 || (_path241 = /*#__PURE__*/React__default["default"].createElement("path", {
2721
2769
  d: "M26 12c-2.2091 0-4 1.7908-4 4s1.7909 4 4 4 4-1.7909 4-4-1.7908-4-4-4zm0 6c-1.1028 0-2-.8972-2-2s.8972-2 2-2 2 .8972 2 2-.8972 2-2 2zM15 20l-1.4143 1.4141 2.5859 2.5859H7.8157c-.4141-1.1611-1.5137-2-2.8157-2-1.6543 0-3 1.3457-3 3s1.3457 3 3 3c1.302 0 2.4016-.8389 2.8157-2h8.356l-2.5859 2.5859 1.4143 1.4141 5-5-5-5zm-10 6c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1zM15 4l-1.4143 1.4141 2.5859 2.5859H7.8157c-.4141-1.1611-1.5137-2-2.8157-2-1.6543 0-3 1.3457-3 3s1.3457 3 3 3c1.302 0 2.4016-.8389 2.8157-2h8.356l-2.5859 2.5859 1.4143 1.4141 5-5-5-5zm-10 6c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1z"
2722
2770
  })), children);
2723
2771
  });
2724
2772
  if (process.env.NODE_ENV !== "production") {
2725
2773
  CallsIncoming.propTypes = iconPropTypes.iconPropTypes;
2726
2774
  }
2727
- const Camera = /*#__PURE__*/React__default["default"].forwardRef(function Camera(_ref110, ref) {
2775
+ const Camera = /*#__PURE__*/React__default["default"].forwardRef(function Camera(_ref112, ref) {
2728
2776
  let {
2729
2777
  children,
2730
2778
  size = 16,
2731
2779
  ...rest
2732
- } = _ref110;
2780
+ } = _ref112;
2733
2781
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2734
2782
  width: size,
2735
2783
  height: size,
@@ -2738,21 +2786,21 @@ const Camera = /*#__PURE__*/React__default["default"].forwardRef(function Camera
2738
2786
  viewBox: "0 0 32 32",
2739
2787
  fill: "currentColor",
2740
2788
  ...rest
2741
- }, _path239 || (_path239 = /*#__PURE__*/React__default["default"].createElement("path", {
2789
+ }, _path242 || (_path242 = /*#__PURE__*/React__default["default"].createElement("path", {
2742
2790
  d: "M29,26H3a1,1,0,0,1-1-1V8A1,1,0,0,1,3,7H9.46l1.71-2.55A1,1,0,0,1,12,4h8a1,1,0,0,1,.83.45L22.54,7H29a1,1,0,0,1,1,1V25A1,1,0,0,1,29,26ZM4,24H28V9H22a1,1,0,0,1-.83-.45L19.46,6H12.54L10.83,8.55A1,1,0,0,1,10,9H4Z"
2743
- })), _path240 || (_path240 = /*#__PURE__*/React__default["default"].createElement("path", {
2791
+ })), _path243 || (_path243 = /*#__PURE__*/React__default["default"].createElement("path", {
2744
2792
  d: "M16,22a6,6,0,1,1,6-6A6,6,0,0,1,16,22Zm0-10a4,4,0,1,0,4,4A4,4,0,0,0,16,12Z"
2745
2793
  })), children);
2746
2794
  });
2747
2795
  if (process.env.NODE_ENV !== "production") {
2748
2796
  Camera.propTypes = iconPropTypes.iconPropTypes;
2749
2797
  }
2750
- const CameraAction = /*#__PURE__*/React__default["default"].forwardRef(function CameraAction(_ref111, ref) {
2798
+ const CameraAction = /*#__PURE__*/React__default["default"].forwardRef(function CameraAction(_ref113, ref) {
2751
2799
  let {
2752
2800
  children,
2753
2801
  size = 16,
2754
2802
  ...rest
2755
- } = _ref111;
2803
+ } = _ref113;
2756
2804
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2757
2805
  width: size,
2758
2806
  height: size,
@@ -2761,13 +2809,13 @@ const CameraAction = /*#__PURE__*/React__default["default"].forwardRef(function
2761
2809
  viewBox: "0 0 32 32",
2762
2810
  fill: "currentColor",
2763
2811
  ...rest
2764
- }, _path241 || (_path241 = /*#__PURE__*/React__default["default"].createElement("path", {
2812
+ }, _path244 || (_path244 = /*#__PURE__*/React__default["default"].createElement("path", {
2765
2813
  d: "M12,23a6,6,0,1,1,6-6A6,6,0,0,1,12,23Zm0-10a4,4,0,1,0,4,4A4,4,0,0,0,12,13Z"
2766
- })), _path242 || (_path242 = /*#__PURE__*/React__default["default"].createElement("path", {
2814
+ })), _path245 || (_path245 = /*#__PURE__*/React__default["default"].createElement("path", {
2767
2815
  d: "M29,27H3a1,1,0,0,1-1-1V6A1,1,0,0,1,3,5H29a1,1,0,0,1,1,1V26A1,1,0,0,1,29,27ZM4,25H28V7H4Z"
2768
- })), _path243 || (_path243 = /*#__PURE__*/React__default["default"].createElement("path", {
2816
+ })), _path246 || (_path246 = /*#__PURE__*/React__default["default"].createElement("path", {
2769
2817
  d: "M19 9H26V11H19z"
2770
- })), _circle13 || (_circle13 = /*#__PURE__*/React__default["default"].createElement("circle", {
2818
+ })), _circle14 || (_circle14 = /*#__PURE__*/React__default["default"].createElement("circle", {
2771
2819
  cx: "12",
2772
2820
  cy: "17",
2773
2821
  r: "1"
@@ -2776,12 +2824,12 @@ const CameraAction = /*#__PURE__*/React__default["default"].forwardRef(function
2776
2824
  if (process.env.NODE_ENV !== "production") {
2777
2825
  CameraAction.propTypes = iconPropTypes.iconPropTypes;
2778
2826
  }
2779
- const Campsite = /*#__PURE__*/React__default["default"].forwardRef(function Campsite(_ref112, ref) {
2827
+ const Campsite = /*#__PURE__*/React__default["default"].forwardRef(function Campsite(_ref114, ref) {
2780
2828
  let {
2781
2829
  children,
2782
2830
  size = 16,
2783
2831
  ...rest
2784
- } = _ref112;
2832
+ } = _ref114;
2785
2833
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2786
2834
  width: size,
2787
2835
  height: size,
@@ -2790,19 +2838,19 @@ const Campsite = /*#__PURE__*/React__default["default"].forwardRef(function Camp
2790
2838
  viewBox: "0 0 32 32",
2791
2839
  fill: "currentColor",
2792
2840
  ...rest
2793
- }, _path244 || (_path244 = /*#__PURE__*/React__default["default"].createElement("path", {
2841
+ }, _path247 || (_path247 = /*#__PURE__*/React__default["default"].createElement("path", {
2794
2842
  d: "M27.5618,26,17.17,8.9277,19.5361,5.04,17.8281,4,16,7.0049,14.17,4l-1.708,1.04,2.3665,3.8877L4.438,26H2v2H30V26ZM16,10.8506,25.2207,26H17V18H15v8H6.7791Z"
2795
2843
  })), children);
2796
2844
  });
2797
2845
  if (process.env.NODE_ENV !== "production") {
2798
2846
  Campsite.propTypes = iconPropTypes.iconPropTypes;
2799
2847
  }
2800
- const Car = /*#__PURE__*/React__default["default"].forwardRef(function Car(_ref113, ref) {
2848
+ const Car = /*#__PURE__*/React__default["default"].forwardRef(function Car(_ref115, ref) {
2801
2849
  let {
2802
2850
  children,
2803
2851
  size = 16,
2804
2852
  ...rest
2805
- } = _ref113;
2853
+ } = _ref115;
2806
2854
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2807
2855
  width: size,
2808
2856
  height: size,
@@ -2811,19 +2859,19 @@ const Car = /*#__PURE__*/React__default["default"].forwardRef(function Car(_ref1
2811
2859
  viewBox: "0 0 32 32",
2812
2860
  fill: "currentColor",
2813
2861
  ...rest
2814
- }, _path245 || (_path245 = /*#__PURE__*/React__default["default"].createElement("path", {
2862
+ }, _path248 || (_path248 = /*#__PURE__*/React__default["default"].createElement("path", {
2815
2863
  d: "M29.3379,15.9336l-7.7324-2.7783L18.374,9.0967A2.99,2.99,0,0,0,16.0537,8H8.0576a2.9982,2.9982,0,0,0-2.48,1.3115L2.8662,13.2949A4.9884,4.9884,0,0,0,2,16.1074V24a1,1,0,0,0,1,1H5.1421a3.9806,3.9806,0,0,0,7.7158,0h6.2842a3.9806,3.9806,0,0,0,7.7158,0H29a1,1,0,0,0,1-1V16.875A1,1,0,0,0,29.3379,15.9336ZM9,26a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,9,26Zm14,0a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,23,26Zm5-3H26.8579a3.9806,3.9806,0,0,0-7.7158,0H12.8579a3.9806,3.9806,0,0,0-7.7158,0H4V16.1074A2.9977,2.9977,0,0,1,4.52,14.4189l2.711-3.9814A.9992.9992,0,0,1,8.0576,10h7.9961a.9928.9928,0,0,1,.7647.3545l3.3994,4.2685a1.0007,1.0007,0,0,0,.4443.3184L28,17.5781Z"
2816
2864
  })), children);
2817
2865
  });
2818
2866
  if (process.env.NODE_ENV !== "production") {
2819
2867
  Car.propTypes = iconPropTypes.iconPropTypes;
2820
2868
  }
2821
- const CarFront = /*#__PURE__*/React__default["default"].forwardRef(function CarFront(_ref114, ref) {
2869
+ const CarFront = /*#__PURE__*/React__default["default"].forwardRef(function CarFront(_ref116, ref) {
2822
2870
  let {
2823
2871
  children,
2824
2872
  size = 16,
2825
2873
  ...rest
2826
- } = _ref114;
2874
+ } = _ref116;
2827
2875
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2828
2876
  width: size,
2829
2877
  height: size,
@@ -2832,21 +2880,21 @@ const CarFront = /*#__PURE__*/React__default["default"].forwardRef(function CarF
2832
2880
  viewBox: "0 0 32 32",
2833
2881
  fill: "currentColor",
2834
2882
  ...rest
2835
- }, _path246 || (_path246 = /*#__PURE__*/React__default["default"].createElement("path", {
2883
+ }, _path249 || (_path249 = /*#__PURE__*/React__default["default"].createElement("path", {
2836
2884
  d: "M13 19H19V21H13z"
2837
- })), _path247 || (_path247 = /*#__PURE__*/React__default["default"].createElement("path", {
2885
+ })), _path250 || (_path250 = /*#__PURE__*/React__default["default"].createElement("path", {
2838
2886
  d: "M25.4409,14,24.1687,9.45A2.009,2.009,0,0,0,22.2456,8H9.7544A2.0089,2.0089,0,0,0,7.8313,9.4507L6.5315,14H4v2H6v7a2.0025,2.0025,0,0,0,2,2v3h2V25H22v3h2V25a2.0025,2.0025,0,0,0,2-2V16h2V14ZM9.7544,10H22.2458l1.4285,5H8.3257ZM24,21v2H8V21h2V19H8V17H24v2H22v2Z"
2839
2887
  })), children);
2840
2888
  });
2841
2889
  if (process.env.NODE_ENV !== "production") {
2842
2890
  CarFront.propTypes = iconPropTypes.iconPropTypes;
2843
2891
  }
2844
- const Carbon = /*#__PURE__*/React__default["default"].forwardRef(function Carbon(_ref115, ref) {
2892
+ const Carbon = /*#__PURE__*/React__default["default"].forwardRef(function Carbon(_ref117, ref) {
2845
2893
  let {
2846
2894
  children,
2847
2895
  size = 16,
2848
2896
  ...rest
2849
- } = _ref115;
2897
+ } = _ref117;
2850
2898
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2851
2899
  width: size,
2852
2900
  height: size,
@@ -2855,21 +2903,21 @@ const Carbon = /*#__PURE__*/React__default["default"].forwardRef(function Carbon
2855
2903
  viewBox: "0 0 32 32",
2856
2904
  fill: "currentColor",
2857
2905
  ...rest
2858
- }, _path248 || (_path248 = /*#__PURE__*/React__default["default"].createElement("path", {
2906
+ }, _path251 || (_path251 = /*#__PURE__*/React__default["default"].createElement("path", {
2859
2907
  d: "M13.5,30.8149a1.0011,1.0011,0,0,1-.4927-.13l-8.5-4.815A1,1,0,0,1,4,25V15a1,1,0,0,1,.5073-.87l8.5-4.815a1.0013,1.0013,0,0,1,.9854,0l8.5,4.815A1,1,0,0,1,23,15V25a1,1,0,0,1-.5073.87l-8.5,4.815A1.0011,1.0011,0,0,1,13.5,30.8149ZM6,24.417l7.5,4.2485L21,24.417V15.583l-7.5-4.2485L6,15.583Z"
2860
- })), _path249 || (_path249 = /*#__PURE__*/React__default["default"].createElement("path", {
2908
+ })), _path252 || (_path252 = /*#__PURE__*/React__default["default"].createElement("path", {
2861
2909
  d: "M28,17H26V7.583L18.5,3.3345,10.4927,7.87,9.5073,6.13l8.5-4.815a1.0013,1.0013,0,0,1,.9854,0l8.5,4.815A1,1,0,0,1,28,7Z"
2862
2910
  })), children);
2863
2911
  });
2864
2912
  if (process.env.NODE_ENV !== "production") {
2865
2913
  Carbon.propTypes = iconPropTypes.iconPropTypes;
2866
2914
  }
2867
- const CarbonUiBuilder = /*#__PURE__*/React__default["default"].forwardRef(function CarbonUiBuilder(_ref116, ref) {
2915
+ const CarbonUiBuilder = /*#__PURE__*/React__default["default"].forwardRef(function CarbonUiBuilder(_ref118, ref) {
2868
2916
  let {
2869
2917
  children,
2870
2918
  size = 16,
2871
2919
  ...rest
2872
- } = _ref116;
2920
+ } = _ref118;
2873
2921
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2874
2922
  width: size,
2875
2923
  height: size,
@@ -2878,40 +2926,40 @@ const CarbonUiBuilder = /*#__PURE__*/React__default["default"].forwardRef(functi
2878
2926
  viewBox: "0 0 32 32",
2879
2927
  fill: "currentColor",
2880
2928
  ...rest
2881
- }, _path250 || (_path250 = /*#__PURE__*/React__default["default"].createElement("path", {
2929
+ }, _path253 || (_path253 = /*#__PURE__*/React__default["default"].createElement("path", {
2882
2930
  d: "M24 28H30V30H24z"
2883
- })), _circle14 || (_circle14 = /*#__PURE__*/React__default["default"].createElement("circle", {
2931
+ })), _circle15 || (_circle15 = /*#__PURE__*/React__default["default"].createElement("circle", {
2884
2932
  cx: "21",
2885
2933
  cy: "29",
2886
2934
  r: "1"
2887
- })), _circle15 || (_circle15 = /*#__PURE__*/React__default["default"].createElement("circle", {
2935
+ })), _circle16 || (_circle16 = /*#__PURE__*/React__default["default"].createElement("circle", {
2888
2936
  cx: "29",
2889
2937
  cy: "25",
2890
2938
  r: "1"
2891
- })), _path251 || (_path251 = /*#__PURE__*/React__default["default"].createElement("path", {
2939
+ })), _path254 || (_path254 = /*#__PURE__*/React__default["default"].createElement("path", {
2892
2940
  d: "M20 24H26V26H20z",
2893
2941
  transform: "rotate(-180 23 25)"
2894
- })), _path252 || (_path252 = /*#__PURE__*/React__default["default"].createElement("path", {
2942
+ })), _path255 || (_path255 = /*#__PURE__*/React__default["default"].createElement("path", {
2895
2943
  d: "M24 20H30V22H24z"
2896
- })), _circle16 || (_circle16 = /*#__PURE__*/React__default["default"].createElement("circle", {
2944
+ })), _circle17 || (_circle17 = /*#__PURE__*/React__default["default"].createElement("circle", {
2897
2945
  cx: "21",
2898
2946
  cy: "21",
2899
2947
  r: "1"
2900
- })), _path253 || (_path253 = /*#__PURE__*/React__default["default"].createElement("path", {
2948
+ })), _path256 || (_path256 = /*#__PURE__*/React__default["default"].createElement("path", {
2901
2949
  d: "M21.4927,14.1299l-8.5-4.8149c-.3057-.1729-.6797-.1729-.9854,0L3.5073,14.1299c-.3135,.1777-.5073,.5098-.5073,.8701v10c0,.3604,.1938,.6924,.5073,.8701l8.5,4.8149,.9854-1.7402-7.9927-4.5278V15.583l7.5-4.2485,7.5,4.2485v2.417h2v-3c0-.3604-.1938-.6924-.5073-.8701Z"
2902
- })), _path254 || (_path254 = /*#__PURE__*/React__default["default"].createElement("path", {
2950
+ })), _path257 || (_path257 = /*#__PURE__*/React__default["default"].createElement("path", {
2903
2951
  d: "M25,15h2V7c0-.3604-.1938-.6924-.5073-.8701L17.9927,1.3149c-.3057-.1729-.6797-.1729-.9854,0L8.5074,6.1299l.9854,1.7402L17.5,3.3345l7.5,4.2485v7.417Z"
2904
2952
  })), children);
2905
2953
  });
2906
2954
  if (process.env.NODE_ENV !== "production") {
2907
2955
  CarbonUiBuilder.propTypes = iconPropTypes.iconPropTypes;
2908
2956
  }
2909
- const CarbonAccounting = /*#__PURE__*/React__default["default"].forwardRef(function CarbonAccounting(_ref117, ref) {
2957
+ const CarbonAccounting = /*#__PURE__*/React__default["default"].forwardRef(function CarbonAccounting(_ref119, ref) {
2910
2958
  let {
2911
2959
  children,
2912
2960
  size = 16,
2913
2961
  ...rest
2914
- } = _ref117;
2962
+ } = _ref119;
2915
2963
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2916
2964
  width: size,
2917
2965
  height: size,
@@ -2920,19 +2968,19 @@ const CarbonAccounting = /*#__PURE__*/React__default["default"].forwardRef(funct
2920
2968
  viewBox: "0 0 32 32",
2921
2969
  fill: "currentColor",
2922
2970
  ...rest
2923
- }, _path255 || (_path255 = /*#__PURE__*/React__default["default"].createElement("path", {
2971
+ }, _path258 || (_path258 = /*#__PURE__*/React__default["default"].createElement("path", {
2924
2972
  d: "M29 26H23V22a2.002 2.002 0 012-2h2V18H23V16h4a2.0023 2.0023 0 012 2v2a2.0023 2.0023 0 01-2 2H25v2h4zM19 22H15a2.0023 2.0023 0 01-2-2V10a2.002 2.002 0 012-2h4a2.002 2.002 0 012 2V20A2.0023 2.0023 0 0119 22zM15 10V20h4V10zM11 22H5a2.0023 2.0023 0 01-2-2V10A2.002 2.002 0 015 8h6v2H5V20h6z"
2925
2973
  })), children);
2926
2974
  });
2927
2975
  if (process.env.NODE_ENV !== "production") {
2928
2976
  CarbonAccounting.propTypes = iconPropTypes.iconPropTypes;
2929
2977
  }
2930
- const CarbonForAem = /*#__PURE__*/React__default["default"].forwardRef(function CarbonForAem(_ref118, ref) {
2978
+ const CarbonForAem = /*#__PURE__*/React__default["default"].forwardRef(function CarbonForAem(_ref120, ref) {
2931
2979
  let {
2932
2980
  children,
2933
2981
  size = 16,
2934
2982
  ...rest
2935
- } = _ref118;
2983
+ } = _ref120;
2936
2984
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2937
2985
  width: size,
2938
2986
  height: size,
@@ -2941,47 +2989,47 @@ const CarbonForAem = /*#__PURE__*/React__default["default"].forwardRef(function
2941
2989
  viewBox: "0 0 32 32",
2942
2990
  fill: "currentColor",
2943
2991
  ...rest
2944
- }, _circle17 || (_circle17 = /*#__PURE__*/React__default["default"].createElement("circle", {
2992
+ }, _circle18 || (_circle18 = /*#__PURE__*/React__default["default"].createElement("circle", {
2945
2993
  cx: "7",
2946
2994
  cy: "6",
2947
2995
  r: "1",
2948
2996
  strokeWidth: "0"
2949
- })), _circle18 || (_circle18 = /*#__PURE__*/React__default["default"].createElement("circle", {
2997
+ })), _circle19 || (_circle19 = /*#__PURE__*/React__default["default"].createElement("circle", {
2950
2998
  cx: "11",
2951
2999
  cy: "6",
2952
3000
  r: "1",
2953
3001
  strokeWidth: "0"
2954
- })), _circle19 || (_circle19 = /*#__PURE__*/React__default["default"].createElement("circle", {
3002
+ })), _circle20 || (_circle20 = /*#__PURE__*/React__default["default"].createElement("circle", {
2955
3003
  cx: "28.5",
2956
3004
  cy: "24.5",
2957
3005
  r: "1.5",
2958
3006
  strokeWidth: "0"
2959
- })), _circle20 || (_circle20 = /*#__PURE__*/React__default["default"].createElement("circle", {
3007
+ })), _circle21 || (_circle21 = /*#__PURE__*/React__default["default"].createElement("circle", {
2960
3008
  cx: "23.5",
2961
3009
  cy: "27.5",
2962
3010
  r: "1.5",
2963
3011
  strokeWidth: "0"
2964
- })), _circle21 || (_circle21 = /*#__PURE__*/React__default["default"].createElement("circle", {
3012
+ })), _circle22 || (_circle22 = /*#__PURE__*/React__default["default"].createElement("circle", {
2965
3013
  cx: "18.5",
2966
3014
  cy: "24.5",
2967
3015
  r: "1.5",
2968
3016
  strokeWidth: "0"
2969
- })), _circle22 || (_circle22 = /*#__PURE__*/React__default["default"].createElement("circle", {
3017
+ })), _circle23 || (_circle23 = /*#__PURE__*/React__default["default"].createElement("circle", {
2970
3018
  cx: "18.5",
2971
3019
  cy: "19.5",
2972
3020
  r: "1.5",
2973
3021
  strokeWidth: "0"
2974
- })), _circle23 || (_circle23 = /*#__PURE__*/React__default["default"].createElement("circle", {
3022
+ })), _circle24 || (_circle24 = /*#__PURE__*/React__default["default"].createElement("circle", {
2975
3023
  cx: "23.5",
2976
3024
  cy: "16.5",
2977
3025
  r: "1.5",
2978
3026
  strokeWidth: "0"
2979
- })), _circle24 || (_circle24 = /*#__PURE__*/React__default["default"].createElement("circle", {
3027
+ })), _circle25 || (_circle25 = /*#__PURE__*/React__default["default"].createElement("circle", {
2980
3028
  cx: "28.5",
2981
3029
  cy: "19.5",
2982
3030
  r: "1.5",
2983
3031
  strokeWidth: "0"
2984
- })), _path256 || (_path256 = /*#__PURE__*/React__default["default"].createElement("path", {
3032
+ })), _path259 || (_path259 = /*#__PURE__*/React__default["default"].createElement("path", {
2985
3033
  strokeWidth: "0",
2986
3034
  d: "m28,2H4c-1.1046,0-2,.8954-2,2v20c0,1.1046.8954,2,2,2h9v-2H4v-14h24v4h2V4c0-1.1046-.8954-2-2-2Zm0,6H4v-4h24v4Z"
2987
3035
  })), children);
@@ -2989,12 +3037,12 @@ const CarbonForAem = /*#__PURE__*/React__default["default"].forwardRef(function
2989
3037
  if (process.env.NODE_ENV !== "production") {
2990
3038
  CarbonForAem.propTypes = iconPropTypes.iconPropTypes;
2991
3039
  }
2992
- const CarbonForIbmDotcom = /*#__PURE__*/React__default["default"].forwardRef(function CarbonForIbmDotcom(_ref119, ref) {
3040
+ const CarbonForIbmDotcom = /*#__PURE__*/React__default["default"].forwardRef(function CarbonForIbmDotcom(_ref121, ref) {
2993
3041
  let {
2994
3042
  children,
2995
3043
  size = 16,
2996
3044
  ...rest
2997
- } = _ref119;
3045
+ } = _ref121;
2998
3046
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2999
3047
  width: size,
3000
3048
  height: size,
@@ -3003,29 +3051,29 @@ const CarbonForIbmDotcom = /*#__PURE__*/React__default["default"].forwardRef(fun
3003
3051
  viewBox: "0 0 32 32",
3004
3052
  fill: "currentColor",
3005
3053
  ...rest
3006
- }, _path257 || (_path257 = /*#__PURE__*/React__default["default"].createElement("path", {
3054
+ }, _path260 || (_path260 = /*#__PURE__*/React__default["default"].createElement("path", {
3007
3055
  d: "M29.509,17.689l-6-3.55C23.352,14.046,23.176,14,23,14s-0.352,0.046-0.509,0.14l-6,3.55C16.187,17.869,16,18.196,16,18.55 v6.9c0,0.354,0.187,0.681,0.491,0.86l6,3.55C22.648,29.954,22.824,30,23,30s0.352-0.046,0.509-0.14l6-3.55 C29.813,26.131,30,25.804,30,25.45v-6.9C30,18.196,29.813,17.869,29.509,17.689z M28,24.88l-5,2.958l-5-2.958v-5.76l5-2.958l5,2.958 V24.88z"
3008
- })), _circle25 || (_circle25 = /*#__PURE__*/React__default["default"].createElement("circle", {
3056
+ })), _circle26 || (_circle26 = /*#__PURE__*/React__default["default"].createElement("circle", {
3009
3057
  cx: "6",
3010
3058
  cy: "6",
3011
3059
  r: "1"
3012
- })), _circle26 || (_circle26 = /*#__PURE__*/React__default["default"].createElement("circle", {
3060
+ })), _circle27 || (_circle27 = /*#__PURE__*/React__default["default"].createElement("circle", {
3013
3061
  cx: "9",
3014
3062
  cy: "6",
3015
3063
  r: "1"
3016
- })), _path258 || (_path258 = /*#__PURE__*/React__default["default"].createElement("path", {
3064
+ })), _path261 || (_path261 = /*#__PURE__*/React__default["default"].createElement("path", {
3017
3065
  d: "M28,2H4C2.897,2,2,2.897,2,4v20c0,1.103,0.897,2,2,2h9v-2H4V10h24v4h2V4C30,2.897,29.103,2,28,2z M4,8V4h24v4H4z"
3018
3066
  })), children);
3019
3067
  });
3020
3068
  if (process.env.NODE_ENV !== "production") {
3021
3069
  CarbonForIbmDotcom.propTypes = iconPropTypes.iconPropTypes;
3022
3070
  }
3023
- const CarbonForIbmProduct = /*#__PURE__*/React__default["default"].forwardRef(function CarbonForIbmProduct(_ref120, ref) {
3071
+ const CarbonForIbmProduct = /*#__PURE__*/React__default["default"].forwardRef(function CarbonForIbmProduct(_ref122, ref) {
3024
3072
  let {
3025
3073
  children,
3026
3074
  size = 16,
3027
3075
  ...rest
3028
- } = _ref120;
3076
+ } = _ref122;
3029
3077
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
3030
3078
  width: size,
3031
3079
  height: size,
@@ -3034,21 +3082,21 @@ const CarbonForIbmProduct = /*#__PURE__*/React__default["default"].forwardRef(fu
3034
3082
  viewBox: "0 0 32 32",
3035
3083
  fill: "currentColor",
3036
3084
  ...rest
3037
- }, _path259 || (_path259 = /*#__PURE__*/React__default["default"].createElement("path", {
3085
+ }, _path262 || (_path262 = /*#__PURE__*/React__default["default"].createElement("path", {
3038
3086
  d: "M22.509,12.689l-6-3.55C16.352,9.046,16.176,9,16,9s-0.352,0.046-0.509,0.14l-6,3.55C9.187,12.869,9,13.196,9,13.55v6.9 c0,0.354,0.187,0.681,0.491,0.86l6,3.55C15.648,24.954,15.824,25,16,25s0.352-0.046,0.509-0.14l6-3.55 C22.813,21.131,23,20.804,23,20.45v-6.9C23,13.196,22.813,12.869,22.509,12.689z M21,19.88l-5,2.958l-5-2.958v-5.76l5-2.958l5,2.958 V19.88z"
3039
- })), _path260 || (_path260 = /*#__PURE__*/React__default["default"].createElement("path", {
3087
+ })), _path263 || (_path263 = /*#__PURE__*/React__default["default"].createElement("path", {
3040
3088
  d: "M6 20.184V11.07l6.2-3.664-1.017-1.722L4.491 9.639C4.187 9.819 4 10.146 4 10.5v9.684C2.839 20.598 2 21.698 2 23c0 1.654 1.346 3 3 3s3-1.346 3-3C8 21.698 7.161 20.598 6 20.184zM5 24c-.551 0-1-.448-1-1s.449-1 1-1 1 .448 1 1S5.551 24 5 24zM27 20c-1.654 0-3 1.346-3 3 0 .353.072.687.185 1.002L16 28.838l-6.404-3.784-1.017 1.722 6.912 4.084C15.648 30.954 15.824 31 16 31s.352-.046.509-.139l8.96-5.295C25.919 25.835 26.439 26 27 26c1.654 0 3-1.346 3-3S28.654 20 27 20zM27 24c-.551 0-1-.448-1-1s.449-1 1-1 1 .448 1 1S27.551 24 27 24zM16 7c.731 0 1.392-.273 1.913-.708L26 11.071V18h2v-7.5c0-.354-.187-.681-.491-.861l-8.567-5.062C18.978 4.39 19 4.198 19 4c0-1.654-1.346-3-3-3s-3 1.346-3 3S14.346 7 16 7zM16 3c.551 0 1 .448 1 1s-.449 1-1 1-1-.448-1-1S15.449 3 16 3z"
3041
3089
  })), children);
3042
3090
  });
3043
3091
  if (process.env.NODE_ENV !== "production") {
3044
3092
  CarbonForIbmProduct.propTypes = iconPropTypes.iconPropTypes;
3045
3093
  }
3046
- const CarbonForMobile = /*#__PURE__*/React__default["default"].forwardRef(function CarbonForMobile(_ref121, ref) {
3094
+ const CarbonForMobile = /*#__PURE__*/React__default["default"].forwardRef(function CarbonForMobile(_ref123, ref) {
3047
3095
  let {
3048
3096
  children,
3049
3097
  size = 16,
3050
3098
  ...rest
3051
- } = _ref121;
3099
+ } = _ref123;
3052
3100
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
3053
3101
  width: size,
3054
3102
  height: size,
@@ -3057,25 +3105,25 @@ const CarbonForMobile = /*#__PURE__*/React__default["default"].forwardRef(functi
3057
3105
  viewBox: "0 0 32 32",
3058
3106
  fill: "currentColor",
3059
3107
  ...rest
3060
- }, _path261 || (_path261 = /*#__PURE__*/React__default["default"].createElement("path", {
3108
+ }, _path264 || (_path264 = /*#__PURE__*/React__default["default"].createElement("path", {
3061
3109
  d: "M32 14h-2v-5.9258l-5.5039-3.2104 1.0078-1.7275 6 3.5c.3071.1792.4961.5083.4961.8638v6.5zM20 22c-.1743 0-.3481-.0454-.5039-.1362l-6-3.5c-.3071-.1792-.4961-.5083-.4961-.8638v-7c0-.3555.189-.6846.4961-.8638l6-3.5c.3115-.1816.6963-.1816 1.0078 0l6 3.5c.3071.1792.4961.5083.4961.8638v7c0 .3555-.189.6846-.4961.8638l-6 3.5c-.1558.0908-.3296.1362-.5039.1362zm-5-5.0742l5 2.9165 5-2.9165v-5.8516l-5-2.9165-5 2.9165v5.8516z"
3062
- })), _circle27 || (_circle27 = /*#__PURE__*/React__default["default"].createElement("circle", {
3110
+ })), _circle28 || (_circle28 = /*#__PURE__*/React__default["default"].createElement("circle", {
3063
3111
  cx: "12.5",
3064
3112
  cy: "24.5",
3065
3113
  r: "1.5"
3066
- })), _path262 || (_path262 = /*#__PURE__*/React__default["default"].createElement("path", {
3114
+ })), _path265 || (_path265 = /*#__PURE__*/React__default["default"].createElement("path", {
3067
3115
  d: "m19,30H6c-1.1028,0-2-.8972-2-2V4c0-1.1028.8972-2,2-2h13v2H6v24h13v-4h2v4c0,1.1028-.8972,2-2,2Z"
3068
3116
  })), children);
3069
3117
  });
3070
3118
  if (process.env.NODE_ENV !== "production") {
3071
3119
  CarbonForMobile.propTypes = iconPropTypes.iconPropTypes;
3072
3120
  }
3073
- const CarbonForSalesforce = /*#__PURE__*/React__default["default"].forwardRef(function CarbonForSalesforce(_ref122, ref) {
3121
+ const CarbonForSalesforce = /*#__PURE__*/React__default["default"].forwardRef(function CarbonForSalesforce(_ref124, ref) {
3074
3122
  let {
3075
3123
  children,
3076
3124
  size = 16,
3077
3125
  ...rest
3078
- } = _ref122;
3126
+ } = _ref124;
3079
3127
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
3080
3128
  width: size,
3081
3129
  height: size,
@@ -3084,10 +3132,10 @@ const CarbonForSalesforce = /*#__PURE__*/React__default["default"].forwardRef(fu
3084
3132
  viewBox: "0 0 32 32",
3085
3133
  fill: "currentColor",
3086
3134
  ...rest
3087
- }, _path263 || (_path263 = /*#__PURE__*/React__default["default"].createElement("path", {
3135
+ }, _path266 || (_path266 = /*#__PURE__*/React__default["default"].createElement("path", {
3088
3136
  strokeWidth: "0",
3089
3137
  d: "m29.51,17.69l-6-3.55c-.16-.09-.33-.14-.51-.14s-.35.05-.51.14l-6,3.55c-.3.18-.49.51-.49.86v6.9c0,.35.19.68.49.86l6,3.55c.16.09.33.14.51.14s.35-.05.51-.14l6-3.55c.3-.18.49-.51.49-.86v-6.9c0-.35-.19-.68-.49-.86Zm-1.51,7.19l-5,2.96-5-2.96v-5.76l5-2.96,5,2.96v5.76Z"
3090
- })), _path264 || (_path264 = /*#__PURE__*/React__default["default"].createElement("path", {
3138
+ })), _path267 || (_path267 = /*#__PURE__*/React__default["default"].createElement("path", {
3091
3139
  strokeWidth: "0",
3092
3140
  d: "m23.4,4.47c-.65,0-1.28.09-1.88.27-1.06-1.36-2.68-2.17-4.4-2.17-1.17,0-2.28.36-3.22,1.03-1.11-1.02-2.57-1.6-4.09-1.6h-.01c-1.62,0-3.14.63-4.29,1.78-1.14,1.14-1.76,2.65-1.76,4.25,0,.56.08,1.1.23,1.63-1.24,1.02-1.98,2.55-1.97,4.18,0,2.97,2.39,5.39,5.34,5.39h.28c.98,1.81,2.89,2.98,4.99,2.98h0c.47,0,.94-.06,1.38-.17v-2.11c-.43.18-.9.28-1.38.28h0c-1.53,0-2.92-.97-3.44-2.4l-.3-.81-.84.17c-.23.05-.46.07-.69.07-1.84,0-3.34-1.53-3.34-3.4,0-1.2.64-2.33,1.68-2.94l.77-.45-.36-.82c-.23-.51-.34-1.05-.34-1.61,0-1.07.41-2.07,1.17-2.83.77-.77,1.79-1.19,2.87-1.19h0c1.25,0,2.46.6,3.22,1.59l.6.79,1.2-.96c.65-.55,1.46-.85,2.3-.85,1.29,0,2.49.72,3.14,1.87l.45.8.83-.38c.58-.26,1.21-.39,1.86-.39,2.54,0,4.6,2.09,4.6,4.65,0,1.07-.37,2.04-.98,2.83l1.75,1.01c.77-1.09,1.22-2.41,1.22-3.84,0-3.67-2.96-6.65-6.6-6.65h.01Z"
3093
3141
  })), children);
@@ -3095,12 +3143,12 @@ const CarbonForSalesforce = /*#__PURE__*/React__default["default"].forwardRef(fu
3095
3143
  if (process.env.NODE_ENV !== "production") {
3096
3144
  CarbonForSalesforce.propTypes = iconPropTypes.iconPropTypes;
3097
3145
  }
3098
- const CaretDown = /*#__PURE__*/React__default["default"].forwardRef(function CaretDown(_ref123, ref) {
3146
+ const CaretDown = /*#__PURE__*/React__default["default"].forwardRef(function CaretDown(_ref125, ref) {
3099
3147
  let {
3100
3148
  children,
3101
3149
  size = 16,
3102
3150
  ...rest
3103
- } = _ref123;
3151
+ } = _ref125;
3104
3152
  if (size === "glyph" || size === "glyph" || size === "glyphpx") {
3105
3153
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
3106
3154
  width: size,
@@ -3110,7 +3158,7 @@ const CaretDown = /*#__PURE__*/React__default["default"].forwardRef(function Car
3110
3158
  viewBox: "0 0 8 4",
3111
3159
  fill: "currentColor",
3112
3160
  ...rest
3113
- }, _path265 || (_path265 = /*#__PURE__*/React__default["default"].createElement("path", {
3161
+ }, _path268 || (_path268 = /*#__PURE__*/React__default["default"].createElement("path", {
3114
3162
  d: "M8 0L4 4 0 0z"
3115
3163
  })), children);
3116
3164
  }
@@ -3122,82 +3170,16 @@ const CaretDown = /*#__PURE__*/React__default["default"].forwardRef(function Car
3122
3170
  viewBox: "0 0 32 32",
3123
3171
  fill: "currentColor",
3124
3172
  ...rest
3125
- }, _path266 || (_path266 = /*#__PURE__*/React__default["default"].createElement("path", {
3173
+ }, _path269 || (_path269 = /*#__PURE__*/React__default["default"].createElement("path", {
3126
3174
  d: "M24 12L16 22 8 12z"
3127
3175
  })), children);
3128
3176
  });
3129
3177
  if (process.env.NODE_ENV !== "production") {
3130
3178
  CaretDown.propTypes = iconPropTypes.iconPropTypes;
3131
3179
  }
3132
- const CaretLeft = /*#__PURE__*/React__default["default"].forwardRef(function CaretLeft(_ref124, ref) {
3133
- let {
3134
- children,
3135
- size = 16,
3136
- ...rest
3137
- } = _ref124;
3138
- if (size === "glyph" || size === "glyph" || size === "glyphpx") {
3139
- return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
3140
- width: size,
3141
- height: size,
3142
- ref: ref,
3143
- xmlns: "http://www.w3.org/2000/svg",
3144
- viewBox: "0 0 5 8",
3145
- fill: "currentColor",
3146
- ...rest
3147
- }, _path267 || (_path267 = /*#__PURE__*/React__default["default"].createElement("path", {
3148
- d: "M5 8L0 4 5 0z"
3149
- })), children);
3150
- }
3151
- return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
3152
- width: size,
3153
- height: size,
3154
- ref: ref,
3155
- xmlns: "http://www.w3.org/2000/svg",
3156
- viewBox: "0 0 32 32",
3157
- fill: "currentColor",
3158
- ...rest
3159
- }, _path268 || (_path268 = /*#__PURE__*/React__default["default"].createElement("path", {
3160
- d: "M20 24L10 16 20 8z"
3161
- })), children);
3162
- });
3163
- if (process.env.NODE_ENV !== "production") {
3164
- CaretLeft.propTypes = iconPropTypes.iconPropTypes;
3165
- }
3166
- const CaretRight = /*#__PURE__*/React__default["default"].forwardRef(function CaretRight(_ref125, ref) {
3167
- let {
3168
- children,
3169
- size = 16,
3170
- ...rest
3171
- } = _ref125;
3172
- if (size === "glyph" || size === "glyph" || size === "glyphpx") {
3173
- return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
3174
- width: size,
3175
- height: size,
3176
- ref: ref,
3177
- xmlns: "http://www.w3.org/2000/svg",
3178
- viewBox: "0 0 5 8",
3179
- fill: "currentColor",
3180
- ...rest
3181
- }, _path269 || (_path269 = /*#__PURE__*/React__default["default"].createElement("path", {
3182
- d: "M0 0L5 4 0 8z"
3183
- })), children);
3184
- }
3185
- return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
3186
- width: size,
3187
- height: size,
3188
- ref: ref,
3189
- xmlns: "http://www.w3.org/2000/svg",
3190
- viewBox: "0 0 32 32",
3191
- fill: "currentColor",
3192
- ...rest
3193
- }, _path270 || (_path270 = /*#__PURE__*/React__default["default"].createElement("path", {
3194
- d: "M12 8L22 16 12 24z"
3195
- })), children);
3196
- });
3197
- if (process.env.NODE_ENV !== "production") {
3198
- CaretRight.propTypes = iconPropTypes.iconPropTypes;
3199
- }
3200
3180
 
3181
+ exports.AssetView = AssetView;
3182
+ exports.Asterisk = Asterisk;
3201
3183
  exports.Async = Async;
3202
3184
  exports.At = At;
3203
3185
  exports.Attachment = Attachment;
@@ -3316,8 +3298,6 @@ exports.CarbonForMobile = CarbonForMobile;
3316
3298
  exports.CarbonForSalesforce = CarbonForSalesforce;
3317
3299
  exports.CarbonUiBuilder = CarbonUiBuilder;
3318
3300
  exports.CaretDown = CaretDown;
3319
- exports.CaretLeft = CaretLeft;
3320
- exports.CaretRight = CaretRight;
3321
3301
  exports.QBarrier = QBarrier;
3322
3302
  exports.QBlochSphere = QBlochSphere;
3323
3303
  exports.WatsonHealthAutoScroll = WatsonHealthAutoScroll;