@carbon/icons-react 11.43.0 → 11.44.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/es/AiGenerate.d.ts +11 -0
  2. package/es/AiGenerate.js +42 -0
  3. package/es/AiRecommend.d.ts +11 -0
  4. package/es/AiRecommend.js +42 -0
  5. package/es/KubernetesControlPlaneNode.js +10 -11
  6. package/es/KubernetesWorkerNode.js +10 -11
  7. package/es/generated/bucket-0.d.ts +3 -3
  8. package/es/generated/bucket-0.js +384 -382
  9. package/es/generated/bucket-1.d.ts +3 -3
  10. package/es/generated/bucket-1.js +588 -608
  11. package/es/generated/bucket-10.d.ts +3 -3
  12. package/es/generated/bucket-10.js +487 -495
  13. package/es/generated/bucket-11.d.ts +3 -3
  14. package/es/generated/bucket-11.js +525 -524
  15. package/es/generated/bucket-12.d.ts +3 -3
  16. package/es/generated/bucket-12.js +508 -509
  17. package/es/generated/bucket-13.d.ts +3 -3
  18. package/es/generated/bucket-13.js +506 -502
  19. package/es/generated/bucket-14.d.ts +3 -3
  20. package/es/generated/bucket-14.js +487 -495
  21. package/es/generated/bucket-15.d.ts +3 -3
  22. package/es/generated/bucket-15.js +554 -546
  23. package/es/generated/bucket-16.d.ts +3 -3
  24. package/es/generated/bucket-16.js +495 -499
  25. package/es/generated/bucket-17.d.ts +3 -3
  26. package/es/generated/bucket-17.js +495 -489
  27. package/es/generated/bucket-18.d.ts +3 -1
  28. package/es/generated/bucket-18.js +484 -440
  29. package/es/generated/bucket-2.d.ts +3 -3
  30. package/es/generated/bucket-2.js +533 -533
  31. package/es/generated/bucket-3.d.ts +3 -3
  32. package/es/generated/bucket-3.js +510 -488
  33. package/es/generated/bucket-4.d.ts +3 -3
  34. package/es/generated/bucket-4.js +470 -466
  35. package/es/generated/bucket-5.d.ts +3 -3
  36. package/es/generated/bucket-5.js +495 -499
  37. package/es/generated/bucket-6.d.ts +3 -3
  38. package/es/generated/bucket-6.js +501 -501
  39. package/es/generated/bucket-7.d.ts +3 -3
  40. package/es/generated/bucket-7.js +497 -499
  41. package/es/generated/bucket-8.d.ts +3 -3
  42. package/es/generated/bucket-8.js +555 -562
  43. package/es/generated/bucket-9.d.ts +3 -3
  44. package/es/generated/bucket-9.js +536 -525
  45. package/es/index.js +19 -19
  46. package/lib/AiGenerate.d.ts +11 -0
  47. package/lib/AiGenerate.js +48 -0
  48. package/lib/AiRecommend.d.ts +11 -0
  49. package/lib/AiRecommend.js +48 -0
  50. package/lib/KubernetesControlPlaneNode.js +10 -11
  51. package/lib/KubernetesWorkerNode.js +10 -11
  52. package/lib/generated/bucket-0.d.ts +3 -3
  53. package/lib/generated/bucket-0.js +385 -383
  54. package/lib/generated/bucket-1.d.ts +3 -3
  55. package/lib/generated/bucket-1.js +589 -609
  56. package/lib/generated/bucket-10.d.ts +3 -3
  57. package/lib/generated/bucket-10.js +488 -496
  58. package/lib/generated/bucket-11.d.ts +3 -3
  59. package/lib/generated/bucket-11.js +526 -525
  60. package/lib/generated/bucket-12.d.ts +3 -3
  61. package/lib/generated/bucket-12.js +509 -510
  62. package/lib/generated/bucket-13.d.ts +3 -3
  63. package/lib/generated/bucket-13.js +507 -503
  64. package/lib/generated/bucket-14.d.ts +3 -3
  65. package/lib/generated/bucket-14.js +488 -496
  66. package/lib/generated/bucket-15.d.ts +3 -3
  67. package/lib/generated/bucket-15.js +555 -547
  68. package/lib/generated/bucket-16.d.ts +3 -3
  69. package/lib/generated/bucket-16.js +496 -500
  70. package/lib/generated/bucket-17.d.ts +3 -3
  71. package/lib/generated/bucket-17.js +496 -490
  72. package/lib/generated/bucket-18.d.ts +3 -1
  73. package/lib/generated/bucket-18.js +485 -439
  74. package/lib/generated/bucket-2.d.ts +3 -3
  75. package/lib/generated/bucket-2.js +534 -534
  76. package/lib/generated/bucket-3.d.ts +3 -3
  77. package/lib/generated/bucket-3.js +511 -489
  78. package/lib/generated/bucket-4.d.ts +3 -3
  79. package/lib/generated/bucket-4.js +471 -467
  80. package/lib/generated/bucket-5.d.ts +3 -3
  81. package/lib/generated/bucket-5.js +496 -500
  82. package/lib/generated/bucket-6.d.ts +3 -3
  83. package/lib/generated/bucket-6.js +502 -502
  84. package/lib/generated/bucket-7.d.ts +3 -3
  85. package/lib/generated/bucket-7.js +498 -500
  86. package/lib/generated/bucket-8.d.ts +3 -3
  87. package/lib/generated/bucket-8.js +556 -563
  88. package/lib/generated/bucket-9.d.ts +3 -3
  89. package/lib/generated/bucket-9.js +537 -526
  90. package/lib/index.js +38 -36
  91. package/package.json +5 -5
@@ -20,9 +20,9 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
20
20
 
21
21
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
22
22
 
23
- var _path, _circle, _circle2, _circle3, _circle4, _circle5, _path2, _path3, _path4, _path5, _path6, _path7, _circle6, _circle7, _circle8, _circle9, _circle10, _circle11, _path8, _path9, _circle12, _circle13, _circle14, _circle15, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _circle16, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _circle17, _circle18, _circle19, _path67, _path68, _path69, _path70, _path71, _path72, _circle20, _circle21, _circle22, _path73, _path74, _path75, _path76, _circle23, _circle24, _circle25, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _circle26, _path84, _path85, _path86, _path87, _circle27, _path88, _circle28, _circle29, _circle30, _path89, _circle31, _path90, _path91, _path92, _circle32, _path93, _path94, _path95, _circle33, _circle34, _circle35, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _circle36, _path103, _circle37, _path104, _path105, _path106, _switch, _switch2, _path107, _path108, _switch3, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _circle38, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _circle39, _path138, _circle40, _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;
23
+ var _path, _path2, _path3, _path4, _path5, _circle, _circle2, _circle3, _circle4, _circle5, _path6, _path7, _path8, _path9, _path10, _path11, _circle6, _circle7, _circle8, _circle9, _circle10, _circle11, _path12, _path13, _circle12, _circle13, _circle14, _circle15, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _circle16, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _circle17, _circle18, _circle19, _path71, _path72, _path73, _path74, _path75, _path76, _circle20, _circle21, _circle22, _path77, _path78, _path79, _path80, _circle23, _circle24, _circle25, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _circle26, _path88, _path89, _path90, _path91, _circle27, _path92, _circle28, _circle29, _circle30, _path93, _circle31, _path94, _path95, _path96, _circle32, _path97, _path98, _path99, _circle33, _circle34, _circle35, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _circle36, _path107, _circle37, _path108, _path109, _path110, _switch, _switch2, _path111, _path112, _switch3, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _circle38, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _circle39, _path142, _circle40, _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;
24
24
  const didWarnAboutDeprecation = {};
25
- const Corner = /*#__PURE__*/React__default["default"].forwardRef(function Corner(_ref, ref) {
25
+ const CopyLink = /*#__PURE__*/React__default["default"].forwardRef(function CopyLink(_ref, ref) {
26
26
  let {
27
27
  children,
28
28
  size = 16,
@@ -37,18 +37,64 @@ const Corner = /*#__PURE__*/React__default["default"].forwardRef(function Corner
37
37
  fill: "currentColor",
38
38
  ...rest
39
39
  }, _path || (_path = /*#__PURE__*/React__default["default"].createElement("path", {
40
+ d: "M11.9474,19a4.9476,4.9476,0,0,1-3.4991-8.4465l5.1053-5.1043a4.9482,4.9482,0,0,1,6.9981,6.9976l-.5523.5526-1.4158-1.4129.5577-.5579a2.95,2.95,0,0,0-.0039-4.1653,3.02,3.02,0,0,0-4.17,0l-5.1047,5.104a2.9474,2.9474,0,0,0,0,4.1692,3.02,3.02,0,0,0,4.17,0l1.4143,1.4145A4.9176,4.9176,0,0,1,11.9474,19Z"
41
+ })), _path2 || (_path2 = /*#__PURE__*/React__default["default"].createElement("path", {
42
+ d: "M19.9474,17a4.9476,4.9476,0,0,1-3.4991-8.4465l.5526-.5526,1.4143,1.4146-.5526.5523a2.9476,2.9476,0,0,0,0,4.1689,3.02,3.02,0,0,0,4.17,0c.26-.26,4.7293-4.7293,5.1053-5.1045a2.951,2.951,0,0,0,0-4.1687,3.02,3.02,0,0,0-4.17,0L21.5536,3.449a4.9483,4.9483,0,0,1,6.9981,6.9978c-.3765.376-4.844,4.8428-5.1038,5.1035A4.9193,4.9193,0,0,1,19.9474,17Z"
43
+ })), _path3 || (_path3 = /*#__PURE__*/React__default["default"].createElement("path", {
44
+ d: "M24,30H4a2.0021,2.0021,0,0,1-2-2V8A2.0021,2.0021,0,0,1,4,6H8V8H4V28H24V18h2V28A2.0021,2.0021,0,0,1,24,30Z"
45
+ })), children);
46
+ });
47
+ if (process.env.NODE_ENV !== "production") {
48
+ CopyLink.propTypes = iconPropTypes.iconPropTypes;
49
+ }
50
+ const Corn = /*#__PURE__*/React__default["default"].forwardRef(function Corn(_ref2, ref) {
51
+ let {
52
+ children,
53
+ size = 16,
54
+ ...rest
55
+ } = _ref2;
56
+ return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
57
+ width: size,
58
+ height: size,
59
+ ref: ref,
60
+ xmlns: "http://www.w3.org/2000/svg",
61
+ viewBox: "0 0 32 32",
62
+ fill: "currentColor",
63
+ ...rest
64
+ }, _path4 || (_path4 = /*#__PURE__*/React__default["default"].createElement("path", {
65
+ d: "M23,16c-.3374,0-.67.02-1,.0508V16C22,8.115,19.0435,2,16.5,2S11,8.115,11,16v5H6v3a6.0067,6.0067,0,0,0,6,6h3A11.0125,11.0125,0,0,0,26,19V16ZM13,16h2V14H13.0728a25.8942,25.8942,0,0,1,.5654-4H16V8H14.2c.81-2.4058,1.8149-3.7715,2.3-3.9863.66.2919,2.2842,2.7036,3.0654,6.9863H18v2h1.8442A29.1625,29.1625,0,0,1,20,16v.4263A11.0554,11.0554,0,0,0,13.79,21H13ZM12,28a4.0045,4.0045,0,0,1-4-4V23h4.7639A10.9033,10.9033,0,0,0,12,27Zm12-9a9.01,9.01,0,0,1-9,9H14V27a9.01,9.01,0,0,1,9-9h1Z"
66
+ })), children);
67
+ });
68
+ if (process.env.NODE_ENV !== "production") {
69
+ Corn.propTypes = iconPropTypes.iconPropTypes;
70
+ }
71
+ const Corner = /*#__PURE__*/React__default["default"].forwardRef(function Corner(_ref3, ref) {
72
+ let {
73
+ children,
74
+ size = 16,
75
+ ...rest
76
+ } = _ref3;
77
+ return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
78
+ width: size,
79
+ height: size,
80
+ ref: ref,
81
+ xmlns: "http://www.w3.org/2000/svg",
82
+ viewBox: "0 0 32 32",
83
+ fill: "currentColor",
84
+ ...rest
85
+ }, _path5 || (_path5 = /*#__PURE__*/React__default["default"].createElement("path", {
40
86
  d: "M28,9H14V6H6v8H9V28h2V14h3V11H28ZM12,12H8V8h4Z"
41
87
  })), children);
42
88
  });
43
89
  if (process.env.NODE_ENV !== "production") {
44
90
  Corner.propTypes = iconPropTypes.iconPropTypes;
45
91
  }
46
- const Coronavirus = /*#__PURE__*/React__default["default"].forwardRef(function Coronavirus(_ref2, ref) {
92
+ const Coronavirus = /*#__PURE__*/React__default["default"].forwardRef(function Coronavirus(_ref4, ref) {
47
93
  let {
48
94
  children,
49
95
  size = 16,
50
96
  ...rest
51
- } = _ref2;
97
+ } = _ref4;
52
98
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
53
99
  width: size,
54
100
  height: size,
@@ -77,19 +123,19 @@ const Coronavirus = /*#__PURE__*/React__default["default"].forwardRef(function C
77
123
  cx: "11.5",
78
124
  cy: "16.5",
79
125
  r: "1.5"
80
- })), _path2 || (_path2 = /*#__PURE__*/React__default["default"].createElement("path", {
126
+ })), _path6 || (_path6 = /*#__PURE__*/React__default["default"].createElement("path", {
81
127
  d: "M28,13v2H25.9492a9.9476,9.9476,0,0,0-2.2143-5.3213l1.4367-1.4365,1.4143,1.4145L28,8.2427,23.7578,4l-1.414,1.4141,1.414,1.414-1.437,1.4365A9.9464,9.9464,0,0,0,17,6.0508V4h2V2H13V4h2V6.0508A9.9464,9.9464,0,0,0,9.6792,8.2646L8.2422,6.8281l1.414-1.414L8.2422,4,4,8.2427l1.4141,1.414L6.8284,8.2422,8.2651,9.6787A9.9476,9.9476,0,0,0,6.0508,15H4V13H2v6H4V17H6.0508a9.9476,9.9476,0,0,0,2.2143,5.3213L6.8284,23.7578,5.4141,22.3433,4,23.7573,8.2422,28l1.414-1.4141-1.414-1.414,1.437-1.4365A9.9464,9.9464,0,0,0,15,25.9492V28H13v2h6V28H17V25.9492a9.9464,9.9464,0,0,0,5.3208-2.2138l1.437,1.4365-1.414,1.414L23.7578,28,28,23.7573l-1.4141-1.414-1.4143,1.4145-1.4367-1.4365A9.9476,9.9476,0,0,0,25.9492,17H28v2h2V13ZM16,24a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,16,24Z"
82
128
  })), children);
83
129
  });
84
130
  if (process.env.NODE_ENV !== "production") {
85
131
  Coronavirus.propTypes = iconPropTypes.iconPropTypes;
86
132
  }
87
- const Cost = /*#__PURE__*/React__default["default"].forwardRef(function Cost(_ref3, ref) {
133
+ const Cost = /*#__PURE__*/React__default["default"].forwardRef(function Cost(_ref5, ref) {
88
134
  let {
89
135
  children,
90
136
  size = 16,
91
137
  ...rest
92
- } = _ref3;
138
+ } = _ref5;
93
139
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
94
140
  width: size,
95
141
  height: size,
@@ -98,21 +144,21 @@ const Cost = /*#__PURE__*/React__default["default"].forwardRef(function Cost(_re
98
144
  viewBox: "0 0 32 32",
99
145
  fill: "currentColor",
100
146
  ...rest
101
- }, _path3 || (_path3 = /*#__PURE__*/React__default["default"].createElement("path", {
147
+ }, _path7 || (_path7 = /*#__PURE__*/React__default["default"].createElement("path", {
102
148
  d: "M16,23a7,7,0,1,1,7-7A7.0078,7.0078,0,0,1,16,23Zm0-12a5,5,0,1,0,5,5A5.0057,5.0057,0,0,0,16,11Z"
103
- })), _path4 || (_path4 = /*#__PURE__*/React__default["default"].createElement("path", {
149
+ })), _path8 || (_path8 = /*#__PURE__*/React__default["default"].createElement("path", {
104
150
  d: "M30,6.4141,28.5859,5l-3.35,3.35A12.0812,12.0812,0,0,0,23.65,6.7637L27,3.4141,25.5859,2,21.9766,5.6094A11.9792,11.9792,0,0,0,5.6094,21.9766L2,25.5859,3.4141,27l3.35-3.35A12.0812,12.0812,0,0,0,8.35,25.2363L5,28.5859,6.4141,30l3.6093-3.6094A11.9792,11.9792,0,0,0,26.3906,10.0234ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"
105
151
  })), children);
106
152
  });
107
153
  if (process.env.NODE_ENV !== "production") {
108
154
  Cost.propTypes = iconPropTypes.iconPropTypes;
109
155
  }
110
- const CostTotal = /*#__PURE__*/React__default["default"].forwardRef(function CostTotal(_ref4, ref) {
156
+ const CostTotal = /*#__PURE__*/React__default["default"].forwardRef(function CostTotal(_ref6, ref) {
111
157
  let {
112
158
  children,
113
159
  size = 16,
114
160
  ...rest
115
- } = _ref4;
161
+ } = _ref6;
116
162
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
117
163
  width: size,
118
164
  height: size,
@@ -121,21 +167,21 @@ const CostTotal = /*#__PURE__*/React__default["default"].forwardRef(function Cos
121
167
  viewBox: "0 0 32 32",
122
168
  fill: "currentColor",
123
169
  ...rest
124
- }, _path5 || (_path5 = /*#__PURE__*/React__default["default"].createElement("path", {
170
+ }, _path9 || (_path9 = /*#__PURE__*/React__default["default"].createElement("path", {
125
171
  d: "M10 13H22V15H10zM10 18H22V20H10z"
126
- })), _path6 || (_path6 = /*#__PURE__*/React__default["default"].createElement("path", {
172
+ })), _path10 || (_path10 = /*#__PURE__*/React__default["default"].createElement("path", {
127
173
  d: "M30,6.4141,28.5859,5l-3.35,3.35A12.0812,12.0812,0,0,0,23.65,6.7637L27,3.4141,25.5859,2,21.9766,5.6094A11.9792,11.9792,0,0,0,5.6094,21.9766L2,25.5859,3.4141,27l3.35-3.35A12.0812,12.0812,0,0,0,8.35,25.2363L5,28.5859,6.4141,30l3.6093-3.6094A11.9792,11.9792,0,0,0,26.3906,10.0234ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"
128
174
  })), children);
129
175
  });
130
176
  if (process.env.NODE_ENV !== "production") {
131
177
  CostTotal.propTypes = iconPropTypes.iconPropTypes;
132
178
  }
133
- const Cough = /*#__PURE__*/React__default["default"].forwardRef(function Cough(_ref5, ref) {
179
+ const Cough = /*#__PURE__*/React__default["default"].forwardRef(function Cough(_ref7, ref) {
134
180
  let {
135
181
  children,
136
182
  size = 16,
137
183
  ...rest
138
- } = _ref5;
184
+ } = _ref7;
139
185
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
140
186
  width: size,
141
187
  height: size,
@@ -144,7 +190,7 @@ const Cough = /*#__PURE__*/React__default["default"].forwardRef(function Cough(_
144
190
  viewBox: "0 0 32 32",
145
191
  fill: "currentColor",
146
192
  ...rest
147
- }, _path7 || (_path7 = /*#__PURE__*/React__default["default"].createElement("path", {
193
+ }, _path11 || (_path11 = /*#__PURE__*/React__default["default"].createElement("path", {
148
194
  d: "M26,30H24V27H20a5.0055,5.0055,0,0,1-5-5V20.7207l-2.3162-.772a1,1,0,0,1-.5412-1.4631L15,13.7229V11a9.01,9.01,0,0,1,9-9h5V4H24a7.0078,7.0078,0,0,0-7,7v3a.9991.9991,0,0,1-.1426.5144l-2.3586,3.9312,1.8174.6057A1,1,0,0,1,17,20v2a3.0033,3.0033,0,0,0,3,3h5a1,1,0,0,1,1,1Z"
149
195
  })), _circle6 || (_circle6 = /*#__PURE__*/React__default["default"].createElement("circle", {
150
196
  cx: "9",
@@ -170,19 +216,19 @@ const Cough = /*#__PURE__*/React__default["default"].forwardRef(function Cough(_
170
216
  cx: "3",
171
217
  cy: "23",
172
218
  r: "1"
173
- })), _path8 || (_path8 = /*#__PURE__*/React__default["default"].createElement("path", {
219
+ })), _path12 || (_path12 = /*#__PURE__*/React__default["default"].createElement("path", {
174
220
  d: "M19 12H23V14H19z"
175
221
  })), children);
176
222
  });
177
223
  if (process.env.NODE_ENV !== "production") {
178
224
  Cough.propTypes = iconPropTypes.iconPropTypes;
179
225
  }
180
- const Course = /*#__PURE__*/React__default["default"].forwardRef(function Course(_ref6, ref) {
226
+ const Course = /*#__PURE__*/React__default["default"].forwardRef(function Course(_ref8, ref) {
181
227
  let {
182
228
  children,
183
229
  size = 16,
184
230
  ...rest
185
- } = _ref6;
231
+ } = _ref8;
186
232
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
187
233
  width: size,
188
234
  height: size,
@@ -191,19 +237,19 @@ const Course = /*#__PURE__*/React__default["default"].forwardRef(function Course
191
237
  viewBox: "0 0 32 32",
192
238
  fill: "currentColor",
193
239
  ...rest
194
- }, _path9 || (_path9 = /*#__PURE__*/React__default["default"].createElement("path", {
240
+ }, _path13 || (_path13 = /*#__PURE__*/React__default["default"].createElement("path", {
195
241
  d: "M24,30H8a2.0023,2.0023,0,0,1-2-2V4A2.002,2.002,0,0,1,8,2H24a2.0023,2.0023,0,0,1,2,2V20.6182l-5-2.5-5,2.5V4H8V28H24V24h2v4A2.0027,2.0027,0,0,1,24,30ZM21,15.8818l3,1.5V4H18V17.3818Z"
196
242
  })), children);
197
243
  });
198
244
  if (process.env.NODE_ENV !== "production") {
199
245
  Course.propTypes = iconPropTypes.iconPropTypes;
200
246
  }
201
- const Covariate = /*#__PURE__*/React__default["default"].forwardRef(function Covariate(_ref7, ref) {
247
+ const Covariate = /*#__PURE__*/React__default["default"].forwardRef(function Covariate(_ref9, ref) {
202
248
  let {
203
249
  children,
204
250
  size = 16,
205
251
  ...rest
206
- } = _ref7;
252
+ } = _ref9;
207
253
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
208
254
  width: size,
209
255
  height: size,
@@ -228,19 +274,19 @@ const Covariate = /*#__PURE__*/React__default["default"].forwardRef(function Cov
228
274
  cx: "21",
229
275
  cy: "18",
230
276
  r: "2"
231
- })), _path10 || (_path10 = /*#__PURE__*/React__default["default"].createElement("path", {
277
+ })), _path14 || (_path14 = /*#__PURE__*/React__default["default"].createElement("path", {
232
278
  d: "M30,3.4141,28.5859,2,4,26.5859V2H2V28a2,2,0,0,0,2,2H30V28H5.4141ZM4,28Z"
233
279
  })), children);
234
280
  });
235
281
  if (process.env.NODE_ENV !== "production") {
236
282
  Covariate.propTypes = iconPropTypes.iconPropTypes;
237
283
  }
238
- const Credentials = /*#__PURE__*/React__default["default"].forwardRef(function Credentials(_ref8, ref) {
284
+ const Credentials = /*#__PURE__*/React__default["default"].forwardRef(function Credentials(_ref10, ref) {
239
285
  let {
240
286
  children,
241
287
  size = 16,
242
288
  ...rest
243
- } = _ref8;
289
+ } = _ref10;
244
290
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
245
291
  width: size,
246
292
  height: size,
@@ -249,21 +295,21 @@ const Credentials = /*#__PURE__*/React__default["default"].forwardRef(function C
249
295
  viewBox: "0 0 32 32",
250
296
  fill: "currentColor",
251
297
  ...rest
252
- }, _path11 || (_path11 = /*#__PURE__*/React__default["default"].createElement("path", {
298
+ }, _path15 || (_path15 = /*#__PURE__*/React__default["default"].createElement("path", {
253
299
  d: "M16 22a4 4 0 10-4-4A4 4 0 0016 22zm0-6a2 2 0 11-2 2A2 2 0 0116 16zM14 6H18V8H14z"
254
- })), _path12 || (_path12 = /*#__PURE__*/React__default["default"].createElement("path", {
300
+ })), _path16 || (_path16 = /*#__PURE__*/React__default["default"].createElement("path", {
255
301
  d: "M24,2H8A2.002,2.002,0,0,0,6,4V28a2.0023,2.0023,0,0,0,2,2H24a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,24,2ZM20,28H12V26a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1Zm2,0V26a3,3,0,0,0-3-3H13a3,3,0,0,0-3,3v2H8V4H24V28Z"
256
302
  })), children);
257
303
  });
258
304
  if (process.env.NODE_ENV !== "production") {
259
305
  Credentials.propTypes = iconPropTypes.iconPropTypes;
260
306
  }
261
- const Critical = /*#__PURE__*/React__default["default"].forwardRef(function Critical(_ref9, ref) {
307
+ const Critical = /*#__PURE__*/React__default["default"].forwardRef(function Critical(_ref11, ref) {
262
308
  let {
263
309
  children,
264
310
  size = 16,
265
311
  ...rest
266
- } = _ref9;
312
+ } = _ref11;
267
313
  if (size === "glyph" || size === "glyph" || size === "glyphpx") {
268
314
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
269
315
  width: size,
@@ -273,7 +319,7 @@ const Critical = /*#__PURE__*/React__default["default"].forwardRef(function Crit
273
319
  viewBox: "0 0 16 16",
274
320
  fill: "currentColor",
275
321
  ...rest
276
- }, _path13 || (_path13 = /*#__PURE__*/React__default["default"].createElement("path", {
322
+ }, _path17 || (_path17 = /*#__PURE__*/React__default["default"].createElement("path", {
277
323
  d: "M12.887 11.4727a5.9936 5.9936 0 00-8.36-8.3594zM3.113 4.5273a5.9936 5.9936 0 008.36 8.3594z"
278
324
  })), children);
279
325
  }
@@ -285,19 +331,19 @@ const Critical = /*#__PURE__*/React__default["default"].forwardRef(function Crit
285
331
  viewBox: "0 0 16 16",
286
332
  fill: "currentColor",
287
333
  ...rest
288
- }, _path14 || (_path14 = /*#__PURE__*/React__default["default"].createElement("path", {
334
+ }, _path18 || (_path18 = /*#__PURE__*/React__default["default"].createElement("path", {
289
335
  d: "M12.887 11.4727a5.9936 5.9936 0 00-8.36-8.3594zM3.113 4.5273a5.9936 5.9936 0 008.36 8.3594z"
290
336
  })), children);
291
337
  });
292
338
  if (process.env.NODE_ENV !== "production") {
293
339
  Critical.propTypes = iconPropTypes.iconPropTypes;
294
340
  }
295
- const CriticalSeverity = /*#__PURE__*/React__default["default"].forwardRef(function CriticalSeverity(_ref10, ref) {
341
+ const CriticalSeverity = /*#__PURE__*/React__default["default"].forwardRef(function CriticalSeverity(_ref12, ref) {
296
342
  let {
297
343
  children,
298
344
  size = 16,
299
345
  ...rest
300
- } = _ref10;
346
+ } = _ref12;
301
347
  if (size === "glyph" || size === "glyph" || size === "glyphpx") {
302
348
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
303
349
  width: size,
@@ -307,7 +353,7 @@ const CriticalSeverity = /*#__PURE__*/React__default["default"].forwardRef(funct
307
353
  viewBox: "0 0 16 16",
308
354
  fill: "currentColor",
309
355
  ...rest
310
- }, _path15 || (_path15 = /*#__PURE__*/React__default["default"].createElement("path", {
356
+ }, _path19 || (_path19 = /*#__PURE__*/React__default["default"].createElement("path", {
311
357
  d: "M13 13L3 13 3 3 13 13z"
312
358
  })), children);
313
359
  }
@@ -319,19 +365,19 @@ const CriticalSeverity = /*#__PURE__*/React__default["default"].forwardRef(funct
319
365
  viewBox: "0 0 16 16",
320
366
  fill: "currentColor",
321
367
  ...rest
322
- }, _path16 || (_path16 = /*#__PURE__*/React__default["default"].createElement("path", {
368
+ }, _path20 || (_path20 = /*#__PURE__*/React__default["default"].createElement("path", {
323
369
  d: "M13 13L3 13 3 3 13 13z"
324
370
  })), children);
325
371
  });
326
372
  if (process.env.NODE_ENV !== "production") {
327
373
  CriticalSeverity.propTypes = iconPropTypes.iconPropTypes;
328
374
  }
329
- const Crop = /*#__PURE__*/React__default["default"].forwardRef(function Crop(_ref11, ref) {
375
+ const Crop = /*#__PURE__*/React__default["default"].forwardRef(function Crop(_ref13, ref) {
330
376
  let {
331
377
  children,
332
378
  size = 16,
333
379
  ...rest
334
- } = _ref11;
380
+ } = _ref13;
335
381
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
336
382
  width: size,
337
383
  height: size,
@@ -340,21 +386,21 @@ const Crop = /*#__PURE__*/React__default["default"].forwardRef(function Crop(_re
340
386
  viewBox: "0 0 32 32",
341
387
  fill: "currentColor",
342
388
  ...rest
343
- }, _path17 || (_path17 = /*#__PURE__*/React__default["default"].createElement("path", {
389
+ }, _path21 || (_path21 = /*#__PURE__*/React__default["default"].createElement("path", {
344
390
  d: "M25,20H23V9H12V7H23a2,2,0,0,1,2,2Z"
345
- })), _path18 || (_path18 = /*#__PURE__*/React__default["default"].createElement("path", {
391
+ })), _path22 || (_path22 = /*#__PURE__*/React__default["default"].createElement("path", {
346
392
  d: "M9,23V2H7V7H2V9H7V23a2,2,0,0,0,2,2H23v5h2V25h5V23Z"
347
393
  })), children);
348
394
  });
349
395
  if (process.env.NODE_ENV !== "production") {
350
396
  Crop.propTypes = iconPropTypes.iconPropTypes;
351
397
  }
352
- const CropGrowth = /*#__PURE__*/React__default["default"].forwardRef(function CropGrowth(_ref12, ref) {
398
+ const CropGrowth = /*#__PURE__*/React__default["default"].forwardRef(function CropGrowth(_ref14, ref) {
353
399
  let {
354
400
  children,
355
401
  size = 16,
356
402
  ...rest
357
- } = _ref12;
403
+ } = _ref14;
358
404
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
359
405
  width: size,
360
406
  height: size,
@@ -363,19 +409,19 @@ const CropGrowth = /*#__PURE__*/React__default["default"].forwardRef(function Cr
363
409
  viewBox: "0 0 32 32",
364
410
  fill: "currentColor",
365
411
  ...rest
366
- }, _path19 || (_path19 = /*#__PURE__*/React__default["default"].createElement("path", {
412
+ }, _path23 || (_path23 = /*#__PURE__*/React__default["default"].createElement("path", {
367
413
  d: "M26,13a4.0045,4.0045,0,0,0,4-4V6H27a3.979,3.979,0,0,0-2.7468,1.1064A6.0041,6.0041,0,0,0,19,4H16V7a6.0066,6.0066,0,0,0,6,6h1V26H11V21h1a4.0045,4.0045,0,0,0,4-4V14H13a3.979,3.979,0,0,0-2.7468,1.1064A6.0041,6.0041,0,0,0,5,12H2v3a6.0066,6.0066,0,0,0,6,6H9v5H2v2H30V26H25V13Zm-1-3a2.002,2.002,0,0,1,2-2h1V9a2.002,2.002,0,0,1-2,2H25ZM11,18a2.002,2.002,0,0,1,2-2h1v1a2.002,2.002,0,0,1-2,2H11ZM9,19H8a4.0045,4.0045,0,0,1-4-4V14H5a4.0045,4.0045,0,0,1,4,4Zm14-8H22a4.0045,4.0045,0,0,1-4-4V6h1a4.0045,4.0045,0,0,1,4,4Z"
368
414
  })), children);
369
415
  });
370
416
  if (process.env.NODE_ENV !== "production") {
371
417
  CropGrowth.propTypes = iconPropTypes.iconPropTypes;
372
418
  }
373
- const CropHealth = /*#__PURE__*/React__default["default"].forwardRef(function CropHealth(_ref13, ref) {
419
+ const CropHealth = /*#__PURE__*/React__default["default"].forwardRef(function CropHealth(_ref15, ref) {
374
420
  let {
375
421
  children,
376
422
  size = 16,
377
423
  ...rest
378
- } = _ref13;
424
+ } = _ref15;
379
425
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
380
426
  width: size,
381
427
  height: size,
@@ -384,19 +430,19 @@ const CropHealth = /*#__PURE__*/React__default["default"].forwardRef(function Cr
384
430
  viewBox: "0 0 32 32",
385
431
  fill: "currentColor",
386
432
  ...rest
387
- }, _path20 || (_path20 = /*#__PURE__*/React__default["default"].createElement("path", {
433
+ }, _path24 || (_path24 = /*#__PURE__*/React__default["default"].createElement("path", {
388
434
  d: "M2 28H10V30H2zM17 29a1 1 0 01-.7808-.3752L12.52 24H2V22H13a1 1 0 01.7808.3752l3.146 3.9322 5.2412-7.8621A1 1 0 0123.8 18.4L26.5 22H30v2H26a.9991.9991 0 01-.8-.4l-2.1523-2.8694-5.2159 7.824a.9986.9986 0 01-.7885.4443zM11 16V11h1a4.0045 4.0045 0 004-4V4H13a3.9779 3.9779 0 00-2.7468 1.1067A6.0034 6.0034 0 005 2H2V5a6.0066 6.0066 0 006 6H9v5H2v2H16V16zM13 6h1V7a2.002 2.002 0 01-2 2H11V8A2.002 2.002 0 0113 6zM8 9A4.0045 4.0045 0 014 5V4H5A4.0045 4.0045 0 019 8V9z"
389
435
  })), children);
390
436
  });
391
437
  if (process.env.NODE_ENV !== "production") {
392
438
  CropHealth.propTypes = iconPropTypes.iconPropTypes;
393
439
  }
394
- const WatsonHealthCrossReference = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthCrossReference(_ref14, ref) {
440
+ const WatsonHealthCrossReference = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthCrossReference(_ref16, ref) {
395
441
  let {
396
442
  children,
397
443
  size = 16,
398
444
  ...rest
399
- } = _ref14;
445
+ } = _ref16;
400
446
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
401
447
  width: size,
402
448
  height: size,
@@ -405,19 +451,19 @@ const WatsonHealthCrossReference = /*#__PURE__*/React__default["default"].forwar
405
451
  viewBox: "0 0 32 32",
406
452
  fill: "currentColor",
407
453
  ...rest
408
- }, _path21 || (_path21 = /*#__PURE__*/React__default["default"].createElement("path", {
454
+ }, _path25 || (_path25 = /*#__PURE__*/React__default["default"].createElement("path", {
409
455
  d: "M11 24H15V26H11zM5 24H9V26H5zM23 24H27V26H23zM17 24H21V26H17zM9 22a4.92 4.92 0 014-2h6a5.22 5.22 0 014 2h2.3A6.87 6.87 0 0019 18H13a6.87 6.87 0 00-6.3 4zM24 28H26V30H24zM6 28H8V30H6zM16 16a7 7 0 117-7A7 7 0 0116 16zM16 4a5 5 0 00-5 5A5 5 0 0021 9 5 5 0 0016 4z"
410
456
  })), children);
411
457
  });
412
458
  if (process.env.NODE_ENV !== "production") {
413
459
  WatsonHealthCrossReference.propTypes = iconPropTypes.iconPropTypes;
414
460
  }
415
- const CrossTab = /*#__PURE__*/React__default["default"].forwardRef(function CrossTab(_ref15, ref) {
461
+ const CrossTab = /*#__PURE__*/React__default["default"].forwardRef(function CrossTab(_ref17, ref) {
416
462
  let {
417
463
  children,
418
464
  size = 16,
419
465
  ...rest
420
- } = _ref15;
466
+ } = _ref17;
421
467
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
422
468
  width: size,
423
469
  height: size,
@@ -426,19 +472,19 @@ const CrossTab = /*#__PURE__*/React__default["default"].forwardRef(function Cros
426
472
  viewBox: "0 0 32 32",
427
473
  fill: "currentColor",
428
474
  ...rest
429
- }, _path22 || (_path22 = /*#__PURE__*/React__default["default"].createElement("path", {
475
+ }, _path26 || (_path26 = /*#__PURE__*/React__default["default"].createElement("path", {
430
476
  d: "M28,2H10A2.0023,2.0023,0,0,0,8,4V7H4A2.0023,2.0023,0,0,0,2,9V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2ZM10,4H28V7H10ZM28,14H20V9h8ZM10,21V16h8v5Zm8,2v5H10V23ZM8,21H4V16H8ZM18,9v5H10V9Zm2,7h8v5H20ZM8,9v5H4V9ZM4,23H8v5H4Zm16,5V23h8v5Z"
431
477
  })), children);
432
478
  });
433
479
  if (process.env.NODE_ENV !== "production") {
434
480
  CrossTab.propTypes = iconPropTypes.iconPropTypes;
435
481
  }
436
- const Crossroads = /*#__PURE__*/React__default["default"].forwardRef(function Crossroads(_ref16, ref) {
482
+ const Crossroads = /*#__PURE__*/React__default["default"].forwardRef(function Crossroads(_ref18, ref) {
437
483
  let {
438
484
  children,
439
485
  size = 16,
440
486
  ...rest
441
- } = _ref16;
487
+ } = _ref18;
442
488
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
443
489
  width: size,
444
490
  height: size,
@@ -447,19 +493,19 @@ const Crossroads = /*#__PURE__*/React__default["default"].forwardRef(function Cr
447
493
  viewBox: "0 0 32 32",
448
494
  fill: "currentColor",
449
495
  ...rest
450
- }, _path23 || (_path23 = /*#__PURE__*/React__default["default"].createElement("path", {
496
+ }, _path27 || (_path27 = /*#__PURE__*/React__default["default"].createElement("path", {
451
497
  d: "M26.5859,6.5859A1.9862,1.9862,0,0,0,25.1719,6H17V2H15V12H6.8281a1.9862,1.9862,0,0,0-1.414.5859L2,16l3.4141,3.4141A1.9862,1.9862,0,0,0,6.8281,20H15V30h2V14h8.1719a1.9862,1.9862,0,0,0,1.414-.5859L30,10ZM6.8281,18l-2-2,2-2H15v4Zm18.3438-6H17V8h8.1719l2,2Z"
452
498
  })), children);
453
499
  });
454
500
  if (process.env.NODE_ENV !== "production") {
455
501
  Crossroads.propTypes = iconPropTypes.iconPropTypes;
456
502
  }
457
- const CrowdReport = /*#__PURE__*/React__default["default"].forwardRef(function CrowdReport(_ref17, ref) {
503
+ const CrowdReport = /*#__PURE__*/React__default["default"].forwardRef(function CrowdReport(_ref19, ref) {
458
504
  let {
459
505
  children,
460
506
  size = 16,
461
507
  ...rest
462
- } = _ref17;
508
+ } = _ref19;
463
509
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
464
510
  width: size,
465
511
  height: size,
@@ -468,21 +514,21 @@ const CrowdReport = /*#__PURE__*/React__default["default"].forwardRef(function C
468
514
  viewBox: "0 0 32 32",
469
515
  fill: "currentColor",
470
516
  ...rest
471
- }, _path24 || (_path24 = /*#__PURE__*/React__default["default"].createElement("path", {
517
+ }, _path28 || (_path28 = /*#__PURE__*/React__default["default"].createElement("path", {
472
518
  d: "M16.832,19.5547l-1.664-1.1094L17.4648,15H20V10H12v5h2v2H12a2.0021,2.0021,0,0,1-2-2V10a2.0021,2.0021,0,0,1,2-2h8a2.0021,2.0021,0,0,1,2,2v5a2.0021,2.0021,0,0,1-2,2H18.5352Z"
473
- })), _path25 || (_path25 = /*#__PURE__*/React__default["default"].createElement("path", {
519
+ })), _path29 || (_path29 = /*#__PURE__*/React__default["default"].createElement("path", {
474
520
  d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
475
521
  })), children);
476
522
  });
477
523
  if (process.env.NODE_ENV !== "production") {
478
524
  CrowdReport.propTypes = iconPropTypes.iconPropTypes;
479
525
  }
480
- const CrowdReportFilled = /*#__PURE__*/React__default["default"].forwardRef(function CrowdReportFilled(_ref18, ref) {
526
+ const CrowdReportFilled = /*#__PURE__*/React__default["default"].forwardRef(function CrowdReportFilled(_ref20, ref) {
481
527
  let {
482
528
  children,
483
529
  size = 16,
484
530
  ...rest
485
- } = _ref18;
531
+ } = _ref20;
486
532
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
487
533
  width: size,
488
534
  height: size,
@@ -491,22 +537,22 @@ const CrowdReportFilled = /*#__PURE__*/React__default["default"].forwardRef(func
491
537
  viewBox: "0 0 32 32",
492
538
  fill: "currentColor",
493
539
  ...rest
494
- }, _path26 || (_path26 = /*#__PURE__*/React__default["default"].createElement("path", {
540
+ }, _path30 || (_path30 = /*#__PURE__*/React__default["default"].createElement("path", {
495
541
  fill: "none",
496
542
  d: "M16.832,19.5547l-1.664-1.1094L17.4648,15H20V10H12v5h2v2H12a2.0021,2.0021,0,0,1-2-2V10a2.0021,2.0021,0,0,1,2-2h8a2.0021,2.0021,0,0,1,2,2v5a2.0021,2.0021,0,0,1-2,2H18.5352Z"
497
- })), _path27 || (_path27 = /*#__PURE__*/React__default["default"].createElement("path", {
543
+ })), _path31 || (_path31 = /*#__PURE__*/React__default["default"].createElement("path", {
498
544
  d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm6,13a2.0023,2.0023,0,0,1-2,2H18.5352L16.832,19.5547l-1.664-1.1094L17.4648,15H20V10H12v5h2v2H12a2.0023,2.0023,0,0,1-2-2V10a2.0023,2.0023,0,0,1,2-2h8a2.0023,2.0023,0,0,1,2,2Z"
499
545
  })), children);
500
546
  });
501
547
  if (process.env.NODE_ENV !== "production") {
502
548
  CrowdReportFilled.propTypes = iconPropTypes.iconPropTypes;
503
549
  }
504
- const Csv = /*#__PURE__*/React__default["default"].forwardRef(function Csv(_ref19, ref) {
550
+ const Csv = /*#__PURE__*/React__default["default"].forwardRef(function Csv(_ref21, ref) {
505
551
  let {
506
552
  children,
507
553
  size = 16,
508
554
  ...rest
509
- } = _ref19;
555
+ } = _ref21;
510
556
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
511
557
  width: size,
512
558
  height: size,
@@ -515,19 +561,19 @@ const Csv = /*#__PURE__*/React__default["default"].forwardRef(function Csv(_ref1
515
561
  viewBox: "0 0 32 32",
516
562
  fill: "currentColor",
517
563
  ...rest
518
- }, _path28 || (_path28 = /*#__PURE__*/React__default["default"].createElement("path", {
564
+ }, _path32 || (_path32 = /*#__PURE__*/React__default["default"].createElement("path", {
519
565
  d: "M28 9L26 22 24 9 22 9 24.516 23 27.484 23 30 9 28 9zM18 23H12V21h6V17H14a2.002 2.002 0 01-2-2V11a2.002 2.002 0 012-2h6v2H14v4h4a2.002 2.002 0 012 2v4A2.002 2.002 0 0118 23zM10 23H4a2.0023 2.0023 0 01-2-2V11A2.002 2.002 0 014 9h6v2H4V21h6z"
520
566
  })), children);
521
567
  });
522
568
  if (process.env.NODE_ENV !== "production") {
523
569
  Csv.propTypes = iconPropTypes.iconPropTypes;
524
570
  }
525
- const QCU1 = /*#__PURE__*/React__default["default"].forwardRef(function QCU1(_ref20, ref) {
571
+ const QCU1 = /*#__PURE__*/React__default["default"].forwardRef(function QCU1(_ref22, ref) {
526
572
  let {
527
573
  children,
528
574
  size = 16,
529
575
  ...rest
530
- } = _ref20;
576
+ } = _ref22;
531
577
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
532
578
  width: size,
533
579
  height: size,
@@ -536,19 +582,19 @@ const QCU1 = /*#__PURE__*/React__default["default"].forwardRef(function QCU1(_re
536
582
  viewBox: "0 0 32 32",
537
583
  fill: "currentColor",
538
584
  ...rest
539
- }, _path29 || (_path29 = /*#__PURE__*/React__default["default"].createElement("path", {
585
+ }, _path33 || (_path33 = /*#__PURE__*/React__default["default"].createElement("path", {
540
586
  d: "M10 23H5a2 2 0 01-2-2V15a2 2 0 012-2h5v2H5v6h5zM18 23H14a2 2 0 01-2-2V9h2V21h4V9h2V21A2 2 0 0118 23zM27 21L27 9.01 22 9.01 22 11.01 25 11.01 25 21 22 21 22 23 30 23 30 21 27 21z"
541
587
  })), children);
542
588
  });
543
589
  if (process.env.NODE_ENV !== "production") {
544
590
  QCU1.propTypes = iconPropTypes.iconPropTypes;
545
591
  }
546
- const QCU3 = /*#__PURE__*/React__default["default"].forwardRef(function QCU3(_ref21, ref) {
592
+ const QCU3 = /*#__PURE__*/React__default["default"].forwardRef(function QCU3(_ref23, ref) {
547
593
  let {
548
594
  children,
549
595
  size = 16,
550
596
  ...rest
551
- } = _ref21;
597
+ } = _ref23;
552
598
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
553
599
  width: size,
554
600
  height: size,
@@ -557,19 +603,19 @@ const QCU3 = /*#__PURE__*/React__default["default"].forwardRef(function QCU3(_re
557
603
  viewBox: "0 0 32 32",
558
604
  fill: "currentColor",
559
605
  ...rest
560
- }, _path30 || (_path30 = /*#__PURE__*/React__default["default"].createElement("path", {
606
+ }, _path34 || (_path34 = /*#__PURE__*/React__default["default"].createElement("path", {
561
607
  d: "M10 23H5a2 2 0 01-2-2V15a2 2 0 012-2h5v2H5v6h5zM18 23H14a2 2 0 01-2-2V9h2V21h4V9h2V21A2 2 0 0118 23zM28 9H22v2h6v4H23v2h5v4H22v2h6a2 2 0 002-2V11A2 2 0 0028 9z"
562
608
  })), children);
563
609
  });
564
610
  if (process.env.NODE_ENV !== "production") {
565
611
  QCU3.propTypes = iconPropTypes.iconPropTypes;
566
612
  }
567
- const Cube = /*#__PURE__*/React__default["default"].forwardRef(function Cube(_ref22, ref) {
613
+ const Cube = /*#__PURE__*/React__default["default"].forwardRef(function Cube(_ref24, ref) {
568
614
  let {
569
615
  children,
570
616
  size = 16,
571
617
  ...rest
572
- } = _ref22;
618
+ } = _ref24;
573
619
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
574
620
  width: size,
575
621
  height: size,
@@ -578,19 +624,19 @@ const Cube = /*#__PURE__*/React__default["default"].forwardRef(function Cube(_re
578
624
  viewBox: "0 0 32 32",
579
625
  fill: "currentColor",
580
626
  ...rest
581
- }, _path31 || (_path31 = /*#__PURE__*/React__default["default"].createElement("path", {
627
+ }, _path35 || (_path35 = /*#__PURE__*/React__default["default"].createElement("path", {
582
628
  d: "M28.5039,8.1362l-12-7a1,1,0,0,0-1.0078,0l-12,7A1,1,0,0,0,3,9V23a1,1,0,0,0,.4961.8638l12,7a1,1,0,0,0,1.0078,0l12-7A1,1,0,0,0,29,23V9A1,1,0,0,0,28.5039,8.1362ZM16,3.1577,26.0156,9,16,14.8423,5.9844,9ZM5,10.7412l10,5.833V28.2588L5,22.4258ZM17,28.2588V16.5742l10-5.833V22.4258Z"
583
629
  })), children);
584
630
  });
585
631
  if (process.env.NODE_ENV !== "production") {
586
632
  Cube.propTypes = iconPropTypes.iconPropTypes;
587
633
  }
588
- const CubeView = /*#__PURE__*/React__default["default"].forwardRef(function CubeView(_ref23, ref) {
634
+ const CubeView = /*#__PURE__*/React__default["default"].forwardRef(function CubeView(_ref25, ref) {
589
635
  let {
590
636
  children,
591
637
  size = 16,
592
638
  ...rest
593
- } = _ref23;
639
+ } = _ref25;
594
640
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
595
641
  width: size,
596
642
  height: size,
@@ -603,21 +649,21 @@ const CubeView = /*#__PURE__*/React__default["default"].forwardRef(function Cube
603
649
  cx: "16",
604
650
  cy: "16",
605
651
  r: "2"
606
- })), _path32 || (_path32 = /*#__PURE__*/React__default["default"].createElement("path", {
652
+ })), _path36 || (_path36 = /*#__PURE__*/React__default["default"].createElement("path", {
607
653
  d: "M23.7769,15.4785A8.64,8.64,0,0,0,16,10a8.64,8.64,0,0,0-7.7769,5.4785L8,16l.2231.5215A8.64,8.64,0,0,0,16,22a8.64,8.64,0,0,0,7.7769-5.4785L24,16ZM16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Z"
608
- })), _path33 || (_path33 = /*#__PURE__*/React__default["default"].createElement("path", {
654
+ })), _path37 || (_path37 = /*#__PURE__*/React__default["default"].createElement("path", {
609
655
  d: "M28.5039,8.1362l-12-7a1,1,0,0,0-1.0078,0l-12,7A1,1,0,0,0,3,9V23a1,1,0,0,0,.4961.8638l12,7a1,1,0,0,0,1.0078,0l12-7A1,1,0,0,0,29,23V9A1,1,0,0,0,28.5039,8.1362ZM27,22.4258,16,28.8423,5,22.4258V9.5742L16,3.1577,27,9.5742Z"
610
656
  })), children);
611
657
  });
612
658
  if (process.env.NODE_ENV !== "production") {
613
659
  CubeView.propTypes = iconPropTypes.iconPropTypes;
614
660
  }
615
- const Currency = /*#__PURE__*/React__default["default"].forwardRef(function Currency(_ref24, ref) {
661
+ const Currency = /*#__PURE__*/React__default["default"].forwardRef(function Currency(_ref26, ref) {
616
662
  let {
617
663
  children,
618
664
  size = 16,
619
665
  ...rest
620
- } = _ref24;
666
+ } = _ref26;
621
667
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
622
668
  width: size,
623
669
  height: size,
@@ -626,21 +672,21 @@ const Currency = /*#__PURE__*/React__default["default"].forwardRef(function Curr
626
672
  viewBox: "0 0 32 32",
627
673
  fill: "currentColor",
628
674
  ...rest
629
- }, _path34 || (_path34 = /*#__PURE__*/React__default["default"].createElement("path", {
675
+ }, _path38 || (_path38 = /*#__PURE__*/React__default["default"].createElement("path", {
630
676
  d: "M21,12V10H17V7H15v3H13a2.002,2.002,0,0,0-2,2v3a2.002,2.002,0,0,0,2,2h6v3H11v2h4v3h2V22h2a2.0023,2.0023,0,0,0,2-2V17a2.002,2.002,0,0,0-2-2H13V12Z"
631
- })), _path35 || (_path35 = /*#__PURE__*/React__default["default"].createElement("path", {
677
+ })), _path39 || (_path39 = /*#__PURE__*/React__default["default"].createElement("path", {
632
678
  d: "M16,4A12,12,0,1,1,4,16,12.0353,12.0353,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14.0412,14.0412,0,0,0,16,2Z"
633
679
  })), children);
634
680
  });
635
681
  if (process.env.NODE_ENV !== "production") {
636
682
  Currency.propTypes = iconPropTypes.iconPropTypes;
637
683
  }
638
- const CurrencyBaht = /*#__PURE__*/React__default["default"].forwardRef(function CurrencyBaht(_ref25, ref) {
684
+ const CurrencyBaht = /*#__PURE__*/React__default["default"].forwardRef(function CurrencyBaht(_ref27, ref) {
639
685
  let {
640
686
  children,
641
687
  size = 16,
642
688
  ...rest
643
- } = _ref25;
689
+ } = _ref27;
644
690
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
645
691
  width: size,
646
692
  height: size,
@@ -649,19 +695,19 @@ const CurrencyBaht = /*#__PURE__*/React__default["default"].forwardRef(function
649
695
  viewBox: "0 0 32 32",
650
696
  fill: "currentColor",
651
697
  ...rest
652
- }, _path36 || (_path36 = /*#__PURE__*/React__default["default"].createElement("path", {
698
+ }, _path40 || (_path40 = /*#__PURE__*/React__default["default"].createElement("path", {
653
699
  d: "M21.4023,15.6426A4.9727,4.9727,0,0,0,23,12V11a5.0059,5.0059,0,0,0-5-5H17V3H15V6H10V26h5v3h2V26h2a5.0059,5.0059,0,0,0,5-5V20A4.9834,4.9834,0,0,0,21.4023,15.6426ZM12,8h6a3.0033,3.0033,0,0,1,3,3v1a3.0033,3.0033,0,0,1-3,3H12ZM22,21a3.0033,3.0033,0,0,1-3,3H12V17h7a3.0033,3.0033,0,0,1,3,3Z"
654
700
  })), children);
655
701
  });
656
702
  if (process.env.NODE_ENV !== "production") {
657
703
  CurrencyBaht.propTypes = iconPropTypes.iconPropTypes;
658
704
  }
659
- const CurrencyDollar = /*#__PURE__*/React__default["default"].forwardRef(function CurrencyDollar(_ref26, ref) {
705
+ const CurrencyDollar = /*#__PURE__*/React__default["default"].forwardRef(function CurrencyDollar(_ref28, ref) {
660
706
  let {
661
707
  children,
662
708
  size = 16,
663
709
  ...rest
664
- } = _ref26;
710
+ } = _ref28;
665
711
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
666
712
  width: size,
667
713
  height: size,
@@ -670,19 +716,19 @@ const CurrencyDollar = /*#__PURE__*/React__default["default"].forwardRef(functio
670
716
  viewBox: "0 0 32 32",
671
717
  fill: "currentColor",
672
718
  ...rest
673
- }, _path37 || (_path37 = /*#__PURE__*/React__default["default"].createElement("path", {
719
+ }, _path41 || (_path41 = /*#__PURE__*/React__default["default"].createElement("path", {
674
720
  d: "M23,20.5151c0-4.6152-3.78-5.1411-6.8171-5.563-3.31-.4609-5.1829-.86-5.1829-3.71C11,8.8491,13.5071,8,15.6538,8a6.7538,6.7538,0,0,1,5.5681,2.6279l1.5562-1.2558A8.6508,8.6508,0,0,0,17,6.0962V3H15V6.022c-3.6152.2192-6,2.26-6,5.22,0,4.73,3.83,5.2627,6.9075,5.69C19.16,17.3848,21,17.7744,21,20.5151,21,23.5474,17.8674,24,16,24c-3.4294,0-4.8782-.9639-6.2219-2.6279L8.2219,22.6279A8.4382,8.4382,0,0,0,15,25.9648V29h2V25.9551C20.7256,25.6509,23,23.6279,23,20.5151Z"
675
721
  })), children);
676
722
  });
677
723
  if (process.env.NODE_ENV !== "production") {
678
724
  CurrencyDollar.propTypes = iconPropTypes.iconPropTypes;
679
725
  }
680
- const CurrencyEuro = /*#__PURE__*/React__default["default"].forwardRef(function CurrencyEuro(_ref27, ref) {
726
+ const CurrencyEuro = /*#__PURE__*/React__default["default"].forwardRef(function CurrencyEuro(_ref29, ref) {
681
727
  let {
682
728
  children,
683
729
  size = 16,
684
730
  ...rest
685
- } = _ref27;
731
+ } = _ref29;
686
732
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
687
733
  width: size,
688
734
  height: size,
@@ -691,19 +737,19 @@ const CurrencyEuro = /*#__PURE__*/React__default["default"].forwardRef(function
691
737
  viewBox: "0 0 32 32",
692
738
  fill: "currentColor",
693
739
  ...rest
694
- }, _path38 || (_path38 = /*#__PURE__*/React__default["default"].createElement("path", {
740
+ }, _path42 || (_path42 = /*#__PURE__*/React__default["default"].createElement("path", {
695
741
  d: "M17,26c-3.6162,0-6.3328-2.2974-7.4456-6H19V18H9.1321A15.2782,15.2782,0,0,1,9,16c0-.33.01-.6641.0259-1H19V13H9.2371C9.8447,9.3525,11.81,6,17,6c3.8533,0,5.5315,1.6465,7.1282,4.4893l1.7436-.9786C24.2649,6.6484,22.0779,4,17,4,10.6448,4,7,8.374,7,16c0,7.0654,4.1121,12,10,12,5.0779,0,7.2649-2.6484,8.8718-5.5107l-1.7436-.9786C22.5315,24.3535,20.8533,26,17,26Z"
696
742
  })), children);
697
743
  });
698
744
  if (process.env.NODE_ENV !== "production") {
699
745
  CurrencyEuro.propTypes = iconPropTypes.iconPropTypes;
700
746
  }
701
- const CurrencyLira = /*#__PURE__*/React__default["default"].forwardRef(function CurrencyLira(_ref28, ref) {
747
+ const CurrencyLira = /*#__PURE__*/React__default["default"].forwardRef(function CurrencyLira(_ref30, ref) {
702
748
  let {
703
749
  children,
704
750
  size = 16,
705
751
  ...rest
706
- } = _ref28;
752
+ } = _ref30;
707
753
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
708
754
  width: size,
709
755
  height: size,
@@ -712,19 +758,19 @@ const CurrencyLira = /*#__PURE__*/React__default["default"].forwardRef(function
712
758
  viewBox: "0 0 32 32",
713
759
  fill: "currentColor",
714
760
  ...rest
715
- }, _path39 || (_path39 = /*#__PURE__*/React__default["default"].createElement("path", {
761
+ }, _path43 || (_path43 = /*#__PURE__*/React__default["default"].createElement("path", {
716
762
  d: "M23,19a6.0066,6.0066,0,0,1-6,6H13V18.1079L21.2139,15V13L13,16.1079v-3L21.2139,10V8L13,11.1079V5H11v6.8647L8,13v2l3-1.1353v3L8,18v2l3-1.1353V27h6a8.0092,8.0092,0,0,0,8-8Z"
717
763
  })), children);
718
764
  });
719
765
  if (process.env.NODE_ENV !== "production") {
720
766
  CurrencyLira.propTypes = iconPropTypes.iconPropTypes;
721
767
  }
722
- const CurrencyPound = /*#__PURE__*/React__default["default"].forwardRef(function CurrencyPound(_ref29, ref) {
768
+ const CurrencyPound = /*#__PURE__*/React__default["default"].forwardRef(function CurrencyPound(_ref31, ref) {
723
769
  let {
724
770
  children,
725
771
  size = 16,
726
772
  ...rest
727
- } = _ref29;
773
+ } = _ref31;
728
774
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
729
775
  width: size,
730
776
  height: size,
@@ -733,19 +779,19 @@ const CurrencyPound = /*#__PURE__*/React__default["default"].forwardRef(function
733
779
  viewBox: "0 0 32 32",
734
780
  fill: "currentColor",
735
781
  ...rest
736
- }, _path40 || (_path40 = /*#__PURE__*/React__default["default"].createElement("path", {
782
+ }, _path44 || (_path44 = /*#__PURE__*/React__default["default"].createElement("path", {
737
783
  d: "M12.4531,25A8.7775,8.7775,0,0,0,14,20a10.6,10.6,0,0,0-.18-2H22V16H13.2175c-.0842-.2109-.17-.4194-.2556-.624A9.8586,9.8586,0,0,1,12,11a4.792,4.792,0,0,1,5-5,6.1234,6.1234,0,0,1,5.2222,2.6279l1.5556-1.2558A8.11,8.11,0,0,0,17,4a6.7781,6.7781,0,0,0-7,7,11.65,11.65,0,0,0,1.0559,5H8v2h3.7729A8.209,8.209,0,0,1,12,20c0,2.5234-1.4858,5-3,5v2H24V25Z"
738
784
  })), children);
739
785
  });
740
786
  if (process.env.NODE_ENV !== "production") {
741
787
  CurrencyPound.propTypes = iconPropTypes.iconPropTypes;
742
788
  }
743
- const CurrencyRuble = /*#__PURE__*/React__default["default"].forwardRef(function CurrencyRuble(_ref30, ref) {
789
+ const CurrencyRuble = /*#__PURE__*/React__default["default"].forwardRef(function CurrencyRuble(_ref32, ref) {
744
790
  let {
745
791
  children,
746
792
  size = 16,
747
793
  ...rest
748
- } = _ref30;
794
+ } = _ref32;
749
795
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
750
796
  width: size,
751
797
  height: size,
@@ -754,19 +800,19 @@ const CurrencyRuble = /*#__PURE__*/React__default["default"].forwardRef(function
754
800
  viewBox: "0 0 32 32",
755
801
  fill: "currentColor",
756
802
  ...rest
757
- }, _path41 || (_path41 = /*#__PURE__*/React__default["default"].createElement("path", {
803
+ }, _path45 || (_path45 = /*#__PURE__*/React__default["default"].createElement("path", {
758
804
  d: "M19,4H10V15H7v2h3v3H7v2h3v6h2V22h9V20H12V17h7a6.0067,6.0067,0,0,0,6-6V10A6.0067,6.0067,0,0,0,19,4Zm4,7a4.0045,4.0045,0,0,1-4,4H12V6h7a4.0045,4.0045,0,0,1,4,4Z"
759
805
  })), children);
760
806
  });
761
807
  if (process.env.NODE_ENV !== "production") {
762
808
  CurrencyRuble.propTypes = iconPropTypes.iconPropTypes;
763
809
  }
764
- const CurrencyRupee = /*#__PURE__*/React__default["default"].forwardRef(function CurrencyRupee(_ref31, ref) {
810
+ const CurrencyRupee = /*#__PURE__*/React__default["default"].forwardRef(function CurrencyRupee(_ref33, ref) {
765
811
  let {
766
812
  children,
767
813
  size = 16,
768
814
  ...rest
769
- } = _ref31;
815
+ } = _ref33;
770
816
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
771
817
  width: size,
772
818
  height: size,
@@ -775,19 +821,19 @@ const CurrencyRupee = /*#__PURE__*/React__default["default"].forwardRef(function
775
821
  viewBox: "0 0 32 32",
776
822
  fill: "currentColor",
777
823
  ...rest
778
- }, _path42 || (_path42 = /*#__PURE__*/React__default["default"].createElement("path", {
824
+ }, _path46 || (_path46 = /*#__PURE__*/React__default["default"].createElement("path", {
779
825
  d: "M24,7V5H8V7h5.5a4.4906,4.4906,0,0,1,4.45,4H8v2h9.95A4.4906,4.4906,0,0,1,13.5,17H8v2.3452L17.6169,28l1.3379-1.4863L10.606,19H13.5a6.5041,6.5041,0,0,0,6.4746-6H24V11H19.9746A6.4719,6.4719,0,0,0,18.18,7Z"
780
826
  })), children);
781
827
  });
782
828
  if (process.env.NODE_ENV !== "production") {
783
829
  CurrencyRupee.propTypes = iconPropTypes.iconPropTypes;
784
830
  }
785
- const CurrencyShekel = /*#__PURE__*/React__default["default"].forwardRef(function CurrencyShekel(_ref32, ref) {
831
+ const CurrencyShekel = /*#__PURE__*/React__default["default"].forwardRef(function CurrencyShekel(_ref34, ref) {
786
832
  let {
787
833
  children,
788
834
  size = 16,
789
835
  ...rest
790
- } = _ref32;
836
+ } = _ref34;
791
837
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
792
838
  width: size,
793
839
  height: size,
@@ -796,21 +842,21 @@ const CurrencyShekel = /*#__PURE__*/React__default["default"].forwardRef(functio
796
842
  viewBox: "0 0 32 32",
797
843
  fill: "currentColor",
798
844
  ...rest
799
- }, _path43 || (_path43 = /*#__PURE__*/React__default["default"].createElement("path", {
845
+ }, _path47 || (_path47 = /*#__PURE__*/React__default["default"].createElement("path", {
800
846
  d: "M9,27H7V5h8a5.0057,5.0057,0,0,1,5,5V22H18V10a3.0033,3.0033,0,0,0-3-3H9Z"
801
- })), _path44 || (_path44 = /*#__PURE__*/React__default["default"].createElement("path", {
847
+ })), _path48 || (_path48 = /*#__PURE__*/React__default["default"].createElement("path", {
802
848
  d: "M20,27H12V10h2V25h6a3.0033,3.0033,0,0,0,3-3V5h2V22A5.0057,5.0057,0,0,1,20,27Z"
803
849
  })), children);
804
850
  });
805
851
  if (process.env.NODE_ENV !== "production") {
806
852
  CurrencyShekel.propTypes = iconPropTypes.iconPropTypes;
807
853
  }
808
- const CurrencyWon = /*#__PURE__*/React__default["default"].forwardRef(function CurrencyWon(_ref33, ref) {
854
+ const CurrencyWon = /*#__PURE__*/React__default["default"].forwardRef(function CurrencyWon(_ref35, ref) {
809
855
  let {
810
856
  children,
811
857
  size = 16,
812
858
  ...rest
813
- } = _ref33;
859
+ } = _ref35;
814
860
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
815
861
  width: size,
816
862
  height: size,
@@ -819,19 +865,19 @@ const CurrencyWon = /*#__PURE__*/React__default["default"].forwardRef(function C
819
865
  viewBox: "0 0 32 32",
820
866
  fill: "currentColor",
821
867
  ...rest
822
- }, _path45 || (_path45 = /*#__PURE__*/React__default["default"].createElement("path", {
868
+ }, _path49 || (_path49 = /*#__PURE__*/React__default["default"].createElement("path", {
823
869
  d: "M28 14L28 12 23.045 12 24 5 22 5 20 23 17 8 15 8 12 23 10 5 8 5 8.955 12 4 12 4 14 9.227 14 9.636 17 4 17 4 19 9.909 19 11 27 13 27 16 12 19 27 21 27 22.091 19 28 19 28 17 22.364 17 22.773 14 28 14z"
824
870
  })), children);
825
871
  });
826
872
  if (process.env.NODE_ENV !== "production") {
827
873
  CurrencyWon.propTypes = iconPropTypes.iconPropTypes;
828
874
  }
829
- const CurrencyYen = /*#__PURE__*/React__default["default"].forwardRef(function CurrencyYen(_ref34, ref) {
875
+ const CurrencyYen = /*#__PURE__*/React__default["default"].forwardRef(function CurrencyYen(_ref36, ref) {
830
876
  let {
831
877
  children,
832
878
  size = 16,
833
879
  ...rest
834
- } = _ref34;
880
+ } = _ref36;
835
881
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
836
882
  width: size,
837
883
  height: size,
@@ -840,19 +886,19 @@ const CurrencyYen = /*#__PURE__*/React__default["default"].forwardRef(function C
840
886
  viewBox: "0 0 32 32",
841
887
  fill: "currentColor",
842
888
  ...rest
843
- }, _path46 || (_path46 = /*#__PURE__*/React__default["default"].createElement("path", {
889
+ }, _path50 || (_path50 = /*#__PURE__*/React__default["default"].createElement("path", {
844
890
  d: "M24.271 5L22 5 16 16 10 5 7.729 5 13.794 16 8 16 8 18 15 18 15 21 8 21 8 23 15 23 15 27 17 27 17 23 24 23 24 21 17 21 17 18 24 18 24 16 18.206 16 24.271 5z"
845
891
  })), children);
846
892
  });
847
893
  if (process.env.NODE_ENV !== "production") {
848
894
  CurrencyYen.propTypes = iconPropTypes.iconPropTypes;
849
895
  }
850
- const Cursor_1 = /*#__PURE__*/React__default["default"].forwardRef(function Cursor_1(_ref35, ref) {
896
+ const Cursor_1 = /*#__PURE__*/React__default["default"].forwardRef(function Cursor_1(_ref37, ref) {
851
897
  let {
852
898
  children,
853
899
  size = 16,
854
900
  ...rest
855
- } = _ref35;
901
+ } = _ref37;
856
902
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
857
903
  width: size,
858
904
  height: size,
@@ -861,19 +907,19 @@ const Cursor_1 = /*#__PURE__*/React__default["default"].forwardRef(function Curs
861
907
  viewBox: "0 0 32 32",
862
908
  fill: "currentColor",
863
909
  ...rest
864
- }, _path47 || (_path47 = /*#__PURE__*/React__default["default"].createElement("path", {
910
+ }, _path51 || (_path51 = /*#__PURE__*/React__default["default"].createElement("path", {
865
911
  d: "M23,28a1,1,0,0,1-.71-.29l-6.13-6.14-3.33,5a1,1,0,0,1-1,.44,1,1,0,0,1-.81-.7l-6-20A1,1,0,0,1,6.29,5l20,6a1,1,0,0,1,.7.81,1,1,0,0,1-.44,1l-5,3.33,6.14,6.13a1,1,0,0,1,0,1.42l-4,4A1,1,0,0,1,23,28Zm0-2.41L25.59,23l-7.16-7.15,5.25-3.5L7.49,7.49l4.86,16.19,3.5-5.25Z"
866
912
  })), children);
867
913
  });
868
914
  if (process.env.NODE_ENV !== "production") {
869
915
  Cursor_1.propTypes = iconPropTypes.iconPropTypes;
870
916
  }
871
- const Cursor_2 = /*#__PURE__*/React__default["default"].forwardRef(function Cursor_2(_ref36, ref) {
917
+ const Cursor_2 = /*#__PURE__*/React__default["default"].forwardRef(function Cursor_2(_ref38, ref) {
872
918
  let {
873
919
  children,
874
920
  size = 16,
875
921
  ...rest
876
- } = _ref36;
922
+ } = _ref38;
877
923
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
878
924
  width: size,
879
925
  height: size,
@@ -882,19 +928,19 @@ const Cursor_2 = /*#__PURE__*/React__default["default"].forwardRef(function Curs
882
928
  viewBox: "0 0 32 32",
883
929
  fill: "currentColor",
884
930
  ...rest
885
- }, _path48 || (_path48 = /*#__PURE__*/React__default["default"].createElement("path", {
931
+ }, _path52 || (_path52 = /*#__PURE__*/React__default["default"].createElement("path", {
886
932
  d: "M27.34,12.06l-22-8A1,1,0,0,0,4.06,5.34l8,22A1,1,0,0,0,13,28h0a1,1,0,0,0,.93-.63l3.84-9.6,9.6-3.84a1,1,0,0,0,0-1.87Zm-10.71,4h0l-.4.16-.16.4h0L13,24.2,6.67,6.67,24.2,13Z"
887
933
  })), children);
888
934
  });
889
935
  if (process.env.NODE_ENV !== "production") {
890
936
  Cursor_2.propTypes = iconPropTypes.iconPropTypes;
891
937
  }
892
- const Customer = /*#__PURE__*/React__default["default"].forwardRef(function Customer(_ref37, ref) {
938
+ const Customer = /*#__PURE__*/React__default["default"].forwardRef(function Customer(_ref39, ref) {
893
939
  let {
894
940
  children,
895
941
  size = 16,
896
942
  ...rest
897
- } = _ref37;
943
+ } = _ref39;
898
944
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
899
945
  width: size,
900
946
  height: size,
@@ -903,21 +949,21 @@ const Customer = /*#__PURE__*/React__default["default"].forwardRef(function Cust
903
949
  viewBox: "0 0 32 32",
904
950
  fill: "currentColor",
905
951
  ...rest
906
- }, _path49 || (_path49 = /*#__PURE__*/React__default["default"].createElement("path", {
952
+ }, _path53 || (_path53 = /*#__PURE__*/React__default["default"].createElement("path", {
907
953
  d: "M29.7554 21.3447c-.1899-.2188-.4656-.3447-.7554-.3447h-2v-2c0-1.1025-.8972-2-2-2h-4c-1.1028 0-2 .8975-2 2v2h-2c-.2898 0-.5654.126-.7554.3447-.1899.2192-.2756.5098-.2346.7969l1 7c.0703.4922.4924.8584.99.8584h10c.4976 0 .9197-.3662.99-.8584l1-7c.041-.2871-.0447-.5776-.2346-.7969zm-8.7554-2.3447h4v2h-4v-2zm6.1328 9h-8.2656l-.7141-5h9.6938l-.7141 5zM10 20H12V30H10z"
908
- })), _path50 || (_path50 = /*#__PURE__*/React__default["default"].createElement("path", {
954
+ })), _path54 || (_path54 = /*#__PURE__*/React__default["default"].createElement("path", {
909
955
  d: "M16.7808 17.875l-1.9072-2.3838-1.4419-3.6055c-.4585-1.1455-1.5518-1.8857-2.7856-1.8857h-5.646c-1.6543 0-3 1.3457-3 3v7c0 1.1025.897 2 2 2h1v8h2v-10h-3v-7c0-.5518.4487-1 1-1h5.646c.4111 0 .7759.2471.9282.6289l1.645 3.9961 2 2.5 1.5615-1.25zM4 5c0-2.2056 1.7944-4 4-4s4 1.7944 4 4c0 2.2056-1.7944 4-4 4s-4-1.7944-4-4zm2 0c0 1.1028.897 2 2 2s2-.8972 2-2c0-1.1028-.897-2-2-2s-2 .8972-2 2z"
910
956
  })), children);
911
957
  });
912
958
  if (process.env.NODE_ENV !== "production") {
913
959
  Customer.propTypes = iconPropTypes.iconPropTypes;
914
960
  }
915
- const CustomerService = /*#__PURE__*/React__default["default"].forwardRef(function CustomerService(_ref38, ref) {
961
+ const CustomerService = /*#__PURE__*/React__default["default"].forwardRef(function CustomerService(_ref40, ref) {
916
962
  let {
917
963
  children,
918
964
  size = 16,
919
965
  ...rest
920
- } = _ref38;
966
+ } = _ref40;
921
967
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
922
968
  width: size,
923
969
  height: size,
@@ -926,19 +972,19 @@ const CustomerService = /*#__PURE__*/React__default["default"].forwardRef(functi
926
972
  viewBox: "0 0 32 32",
927
973
  fill: "currentColor",
928
974
  ...rest
929
- }, _path51 || (_path51 = /*#__PURE__*/React__default["default"].createElement("path", {
975
+ }, _path55 || (_path55 = /*#__PURE__*/React__default["default"].createElement("path", {
930
976
  d: "M26 30h-2v-5c-.0033-2.7601-2.2399-4.9967-5-5h-6c-2.7601.0033-4.9967 2.2399-5 5v5h-2v-5c.0045-3.8641 3.1359-6.9955 7-7h6c3.8641.0045 6.9955 3.1359 7 7v5zM22 6v4c0 1.1025-.8972 2-2 2h-1c-.5522 0-1 .4478-1 1s.4478 1 1 1h1c2.2056 0 4-1.7944 4-4v-4h-2zM16 16c-3.8599 0-7-3.1401-7-7S12.1401 2 16 2c1.9885 0 3.8901.8503 5.2173 2.3329l-1.4902 1.334c-.9482-1.0593-2.3066-1.6669-3.7271-1.6669-2.7571 0-5 2.243-5 5s2.2429 5 5 5v2z"
931
977
  })), children);
932
978
  });
933
979
  if (process.env.NODE_ENV !== "production") {
934
980
  CustomerService.propTypes = iconPropTypes.iconPropTypes;
935
981
  }
936
- const Cut = /*#__PURE__*/React__default["default"].forwardRef(function Cut(_ref39, ref) {
982
+ const Cut = /*#__PURE__*/React__default["default"].forwardRef(function Cut(_ref41, ref) {
937
983
  let {
938
984
  children,
939
985
  size = 16,
940
986
  ...rest
941
- } = _ref39;
987
+ } = _ref41;
942
988
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
943
989
  width: size,
944
990
  height: size,
@@ -947,19 +993,19 @@ const Cut = /*#__PURE__*/React__default["default"].forwardRef(function Cut(_ref3
947
993
  viewBox: "0 0 32 32",
948
994
  fill: "currentColor",
949
995
  ...rest
950
- }, _path52 || (_path52 = /*#__PURE__*/React__default["default"].createElement("path", {
996
+ }, _path56 || (_path56 = /*#__PURE__*/React__default["default"].createElement("path", {
951
997
  d: "M26.5,19.63,20.24,16l6.26-3.63a5,5,0,0,0-1.21-9.2A5.19,5.19,0,0,0,24,3a5,5,0,0,0-4.33,7.53,5,5,0,0,0,2.39,2.1l-3.82,2.21L4,6.6,3,8.34,16.24,16,3,23.68l1,1.74,14.24-8.26,3.82,2.21a5,5,0,0,0-2.39,2.1A5,5,0,0,0,24,29a5.19,5.19,0,0,0,1.29-.17,5,5,0,0,0,1.21-9.2ZM21.4,9.53a3,3,0,0,1,1.1-4.12,3,3,0,0,1,4.1,1.11,3,3,0,0,1-1.1,4.11h0A3,3,0,0,1,21.4,9.53Zm5.2,16a3,3,0,0,1-4.1,1.11,3,3,0,0,1-1.1-4.12,3,3,0,0,1,4.1-1.1h0A3,3,0,0,1,26.6,25.48Z"
952
998
  })), children);
953
999
  });
954
1000
  if (process.env.NODE_ENV !== "production") {
955
1001
  Cut.propTypes = iconPropTypes.iconPropTypes;
956
1002
  }
957
- const WatsonHealthCutInHalf = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthCutInHalf(_ref40, ref) {
1003
+ const WatsonHealthCutInHalf = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthCutInHalf(_ref42, ref) {
958
1004
  let {
959
1005
  children,
960
1006
  size = 16,
961
1007
  ...rest
962
- } = _ref40;
1008
+ } = _ref42;
963
1009
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
964
1010
  width: size,
965
1011
  height: size,
@@ -968,19 +1014,19 @@ const WatsonHealthCutInHalf = /*#__PURE__*/React__default["default"].forwardRef(
968
1014
  viewBox: "0 0 32 32",
969
1015
  fill: "currentColor",
970
1016
  ...rest
971
- }, _path53 || (_path53 = /*#__PURE__*/React__default["default"].createElement("path", {
1017
+ }, _path57 || (_path57 = /*#__PURE__*/React__default["default"].createElement("path", {
972
1018
  d: "M28,4H4A2.0023,2.0023,0,0,0,2,6V26a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V6A2.0023,2.0023,0,0,0,28,4ZM4,6H16V26H4Z"
973
1019
  })), children);
974
1020
  });
975
1021
  if (process.env.NODE_ENV !== "production") {
976
1022
  WatsonHealthCutInHalf.propTypes = iconPropTypes.iconPropTypes;
977
1023
  }
978
- const CutOut = /*#__PURE__*/React__default["default"].forwardRef(function CutOut(_ref41, ref) {
1024
+ const CutOut = /*#__PURE__*/React__default["default"].forwardRef(function CutOut(_ref43, ref) {
979
1025
  let {
980
1026
  children,
981
1027
  size = 16,
982
1028
  ...rest
983
- } = _ref41;
1029
+ } = _ref43;
984
1030
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
985
1031
  width: size,
986
1032
  height: size,
@@ -989,21 +1035,21 @@ const CutOut = /*#__PURE__*/React__default["default"].forwardRef(function CutOut
989
1035
  viewBox: "0 0 32 32",
990
1036
  fill: "currentColor",
991
1037
  ...rest
992
- }, _path54 || (_path54 = /*#__PURE__*/React__default["default"].createElement("path", {
1038
+ }, _path58 || (_path58 = /*#__PURE__*/React__default["default"].createElement("path", {
993
1039
  d: "M19.05 13.7326L18.05 12 7.928 17.8457 6.9312 17.27a2.9524 2.9524 0 00.6672-.769A3 3 0 103.5 17.5986l2.428 1.4019L3.5 20.4023a3.0342 3.0342 0 103.4407.3223l.987-.5693L14.5914 24l1-1.7294-5.6634-3.27zM4.0344 15.26a1 1 0 11.4658.6069A.9929.9929 0 014.0344 15.26zM4.9988 22a1 1 0 11-.8645 1.5A1 1 0 014.9988 22zM17 26H21V28H17zM10 26H14V28H10z"
994
- })), _path55 || (_path55 = /*#__PURE__*/React__default["default"].createElement("path", {
1040
+ })), _path59 || (_path59 = /*#__PURE__*/React__default["default"].createElement("path", {
995
1041
  d: "M28,28H24V26h4V4H7V8H5V4A2.0023,2.0023,0,0,1,7,2H28a2.0023,2.0023,0,0,1,2,2V26A2.0023,2.0023,0,0,1,28,28Z"
996
1042
  })), children);
997
1043
  });
998
1044
  if (process.env.NODE_ENV !== "production") {
999
1045
  CutOut.propTypes = iconPropTypes.iconPropTypes;
1000
1046
  }
1001
- const QCY = /*#__PURE__*/React__default["default"].forwardRef(function QCY(_ref42, ref) {
1047
+ const QCY = /*#__PURE__*/React__default["default"].forwardRef(function QCY(_ref44, ref) {
1002
1048
  let {
1003
1049
  children,
1004
1050
  size = 16,
1005
1051
  ...rest
1006
- } = _ref42;
1052
+ } = _ref44;
1007
1053
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1008
1054
  width: size,
1009
1055
  height: size,
@@ -1012,19 +1058,19 @@ const QCY = /*#__PURE__*/React__default["default"].forwardRef(function QCY(_ref4
1012
1058
  viewBox: "0 0 32 32",
1013
1059
  fill: "currentColor",
1014
1060
  ...rest
1015
- }, _path56 || (_path56 = /*#__PURE__*/React__default["default"].createElement("path", {
1061
+ }, _path60 || (_path60 = /*#__PURE__*/React__default["default"].createElement("path", {
1016
1062
  d: "M15 23H10a2 2 0 01-2-2V15a2 2 0 012-2h5v2H10v6h5zM24 9L22 9 20 16 18 9 16 9 19 18 19 23 21 23 21 18 24 9z"
1017
1063
  })), children);
1018
1064
  });
1019
1065
  if (process.env.NODE_ENV !== "production") {
1020
1066
  QCY.propTypes = iconPropTypes.iconPropTypes;
1021
1067
  }
1022
- const Cyclist = /*#__PURE__*/React__default["default"].forwardRef(function Cyclist(_ref43, ref) {
1068
+ const Cyclist = /*#__PURE__*/React__default["default"].forwardRef(function Cyclist(_ref45, ref) {
1023
1069
  let {
1024
1070
  children,
1025
1071
  size = 16,
1026
1072
  ...rest
1027
- } = _ref43;
1073
+ } = _ref45;
1028
1074
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1029
1075
  width: size,
1030
1076
  height: size,
@@ -1033,21 +1079,21 @@ const Cyclist = /*#__PURE__*/React__default["default"].forwardRef(function Cycli
1033
1079
  viewBox: "0 0 32 32",
1034
1080
  fill: "currentColor",
1035
1081
  ...rest
1036
- }, _path57 || (_path57 = /*#__PURE__*/React__default["default"].createElement("path", {
1082
+ }, _path61 || (_path61 = /*#__PURE__*/React__default["default"].createElement("path", {
1037
1083
  d: "M25 30a6 6 0 116-6A6.0069 6.0069 0 0125 30zm0-10a4 4 0 104 4A4.0045 4.0045 0 0025 20zM7 30a6 6 0 116-6A6.0069 6.0069 0 017 30zM7 20a4 4 0 104 4A4.0045 4.0045 0 007 20z"
1038
- })), _path58 || (_path58 = /*#__PURE__*/React__default["default"].createElement("path", {
1084
+ })), _path62 || (_path62 = /*#__PURE__*/React__default["default"].createElement("path", {
1039
1085
  d: "M17 27H15V20.4139L9.5849 15a2.003 2.003 0 010-2.8292l4.5859-4.5859a2.0024 2.0024 0 012.8286 0L21.414 12H27v1.9993L20.5853 14l-5-5L11 13.5849l6 6zM21.5 8A3.5 3.5 0 1125 4.5 3.5042 3.5042 0 0121.5 8zm0-5A1.5 1.5 0 1023 4.5 1.5017 1.5017 0 0021.5 3z"
1040
1086
  })), children);
1041
1087
  });
1042
1088
  if (process.env.NODE_ENV !== "production") {
1043
1089
  Cyclist.propTypes = iconPropTypes.iconPropTypes;
1044
1090
  }
1045
- const QCZ = /*#__PURE__*/React__default["default"].forwardRef(function QCZ(_ref44, ref) {
1091
+ const QCZ = /*#__PURE__*/React__default["default"].forwardRef(function QCZ(_ref46, ref) {
1046
1092
  let {
1047
1093
  children,
1048
1094
  size = 16,
1049
1095
  ...rest
1050
- } = _ref44;
1096
+ } = _ref46;
1051
1097
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1052
1098
  width: size,
1053
1099
  height: size,
@@ -1056,19 +1102,19 @@ const QCZ = /*#__PURE__*/React__default["default"].forwardRef(function QCZ(_ref4
1056
1102
  viewBox: "0 0 32 32",
1057
1103
  fill: "currentColor",
1058
1104
  ...rest
1059
- }, _path59 || (_path59 = /*#__PURE__*/React__default["default"].createElement("path", {
1105
+ }, _path63 || (_path63 = /*#__PURE__*/React__default["default"].createElement("path", {
1060
1106
  d: "M14 23H9a2 2 0 01-2-2V15a2 2 0 012-2h5v2H9v6h5zM24 9L16 9 16 11 22 11 16 21 16 23 24 23 24 21 18 21 24 11 24 9z"
1061
1107
  })), children);
1062
1108
  });
1063
1109
  if (process.env.NODE_ENV !== "production") {
1064
1110
  QCZ.propTypes = iconPropTypes.iconPropTypes;
1065
1111
  }
1066
- const Dashboard = /*#__PURE__*/React__default["default"].forwardRef(function Dashboard(_ref45, ref) {
1112
+ const Dashboard = /*#__PURE__*/React__default["default"].forwardRef(function Dashboard(_ref47, ref) {
1067
1113
  let {
1068
1114
  children,
1069
1115
  size = 16,
1070
1116
  ...rest
1071
- } = _ref45;
1117
+ } = _ref47;
1072
1118
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1073
1119
  width: size,
1074
1120
  height: size,
@@ -1077,21 +1123,21 @@ const Dashboard = /*#__PURE__*/React__default["default"].forwardRef(function Das
1077
1123
  viewBox: "0 0 32 32",
1078
1124
  fill: "currentColor",
1079
1125
  ...rest
1080
- }, _path60 || (_path60 = /*#__PURE__*/React__default["default"].createElement("path", {
1126
+ }, _path64 || (_path64 = /*#__PURE__*/React__default["default"].createElement("path", {
1081
1127
  d: "M24 21H26V26H24zM20 16H22V26H20zM11 26a5.0059 5.0059 0 01-5-5H8a3 3 0 103-3V16a5 5 0 010 10z"
1082
- })), _path61 || (_path61 = /*#__PURE__*/React__default["default"].createElement("path", {
1128
+ })), _path65 || (_path65 = /*#__PURE__*/React__default["default"].createElement("path", {
1083
1129
  d: "M28,2H4A2.002,2.002,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,9H14V4H28ZM12,4v7H4V4ZM4,28V13H28.0007l.0013,15Z"
1084
1130
  })), children);
1085
1131
  });
1086
1132
  if (process.env.NODE_ENV !== "production") {
1087
1133
  Dashboard.propTypes = iconPropTypes.iconPropTypes;
1088
1134
  }
1089
- const DashboardReference = /*#__PURE__*/React__default["default"].forwardRef(function DashboardReference(_ref46, ref) {
1135
+ const DashboardReference = /*#__PURE__*/React__default["default"].forwardRef(function DashboardReference(_ref48, ref) {
1090
1136
  let {
1091
1137
  children,
1092
1138
  size = 16,
1093
1139
  ...rest
1094
- } = _ref46;
1140
+ } = _ref48;
1095
1141
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1096
1142
  width: size,
1097
1143
  height: size,
@@ -1100,21 +1146,21 @@ const DashboardReference = /*#__PURE__*/React__default["default"].forwardRef(fun
1100
1146
  viewBox: "0 0 32 32",
1101
1147
  fill: "currentColor",
1102
1148
  ...rest
1103
- }, _path62 || (_path62 = /*#__PURE__*/React__default["default"].createElement("path", {
1149
+ }, _path66 || (_path66 = /*#__PURE__*/React__default["default"].createElement("path", {
1104
1150
  d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM24 21H26V26H24zM20 16H22V26H20zM16 18H18V26H16z"
1105
- })), _path63 || (_path63 = /*#__PURE__*/React__default["default"].createElement("path", {
1151
+ })), _path67 || (_path67 = /*#__PURE__*/React__default["default"].createElement("path", {
1106
1152
  d: "M28,2H4A2.002,2.002,0,0,0,2,4V16H4V13H28.001l.001,15H16v2H28a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2ZM12,11H4V4h8Zm2,0V4H28l.0007,7Z"
1107
1153
  })), children);
1108
1154
  });
1109
1155
  if (process.env.NODE_ENV !== "production") {
1110
1156
  DashboardReference.propTypes = iconPropTypes.iconPropTypes;
1111
1157
  }
1112
- const Data_1 = /*#__PURE__*/React__default["default"].forwardRef(function Data_1(_ref47, ref) {
1158
+ const Data_1 = /*#__PURE__*/React__default["default"].forwardRef(function Data_1(_ref49, ref) {
1113
1159
  let {
1114
1160
  children,
1115
1161
  size = 16,
1116
1162
  ...rest
1117
- } = _ref47;
1163
+ } = _ref49;
1118
1164
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1119
1165
  width: size,
1120
1166
  height: size,
@@ -1123,19 +1169,19 @@ const Data_1 = /*#__PURE__*/React__default["default"].forwardRef(function Data_1
1123
1169
  viewBox: "0 0 32 32",
1124
1170
  fill: "currentColor",
1125
1171
  ...rest
1126
- }, _path64 || (_path64 = /*#__PURE__*/React__default["default"].createElement("path", {
1172
+ }, _path68 || (_path68 = /*#__PURE__*/React__default["default"].createElement("path", {
1127
1173
  d: "M15 6H28V8H15zM15 24H28V26H15zM4 15H17V17H4zM7 11a4 4 0 114-4A4 4 0 017 11zM7 5A2 2 0 109 7 2 2 0 007 5zM7 29a4 4 0 114-4A4 4 0 017 29zm0-6a2 2 0 102 2A2 2 0 007 23zM25 20a4 4 0 114-4A4 4 0 0125 20zm0-6a2 2 0 102 2A2 2 0 0025 14z"
1128
1174
  })), children);
1129
1175
  });
1130
1176
  if (process.env.NODE_ENV !== "production") {
1131
1177
  Data_1.propTypes = iconPropTypes.iconPropTypes;
1132
1178
  }
1133
- const Data_2 = /*#__PURE__*/React__default["default"].forwardRef(function Data_2(_ref48, ref) {
1179
+ const Data_2 = /*#__PURE__*/React__default["default"].forwardRef(function Data_2(_ref50, ref) {
1134
1180
  let {
1135
1181
  children,
1136
1182
  size = 16,
1137
1183
  ...rest
1138
- } = _ref48;
1184
+ } = _ref50;
1139
1185
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1140
1186
  width: size,
1141
1187
  height: size,
@@ -1144,19 +1190,19 @@ const Data_2 = /*#__PURE__*/React__default["default"].forwardRef(function Data_2
1144
1190
  viewBox: "0 0 32 32",
1145
1191
  fill: "currentColor",
1146
1192
  ...rest
1147
- }, _path65 || (_path65 = /*#__PURE__*/React__default["default"].createElement("path", {
1193
+ }, _path69 || (_path69 = /*#__PURE__*/React__default["default"].createElement("path", {
1148
1194
  d: "M4 6H15V8H4zM18 6H28V8H18zM21 12H28V14H21zM11 12H18V14H11zM4 12H8V14H4zM4 18H28V20H4zM4 24H21V26H4zM24 24H28V26H24z"
1149
1195
  })), children);
1150
1196
  });
1151
1197
  if (process.env.NODE_ENV !== "production") {
1152
1198
  Data_2.propTypes = iconPropTypes.iconPropTypes;
1153
1199
  }
1154
- const DataBase = /*#__PURE__*/React__default["default"].forwardRef(function DataBase(_ref49, ref) {
1200
+ const DataBase = /*#__PURE__*/React__default["default"].forwardRef(function DataBase(_ref51, ref) {
1155
1201
  let {
1156
1202
  children,
1157
1203
  size = 16,
1158
1204
  ...rest
1159
- } = _ref49;
1205
+ } = _ref51;
1160
1206
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1161
1207
  width: size,
1162
1208
  height: size,
@@ -1165,7 +1211,7 @@ const DataBase = /*#__PURE__*/React__default["default"].forwardRef(function Data
1165
1211
  viewBox: "0 0 32 32",
1166
1212
  fill: "currentColor",
1167
1213
  ...rest
1168
- }, _path66 || (_path66 = /*#__PURE__*/React__default["default"].createElement("path", {
1214
+ }, _path70 || (_path70 = /*#__PURE__*/React__default["default"].createElement("path", {
1169
1215
  d: "M24,3H8A2,2,0,0,0,6,5V27a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V5A2,2,0,0,0,24,3Zm0,2v6H8V5ZM8,19V13H24v6Zm0,8V21H24v6Z"
1170
1216
  })), _circle17 || (_circle17 = /*#__PURE__*/React__default["default"].createElement("circle", {
1171
1217
  cx: "11",
@@ -1184,12 +1230,12 @@ const DataBase = /*#__PURE__*/React__default["default"].forwardRef(function Data
1184
1230
  if (process.env.NODE_ENV !== "production") {
1185
1231
  DataBase.propTypes = iconPropTypes.iconPropTypes;
1186
1232
  }
1187
- const DataBaseAlt = /*#__PURE__*/React__default["default"].forwardRef(function DataBaseAlt(_ref50, ref) {
1233
+ const DataBaseAlt = /*#__PURE__*/React__default["default"].forwardRef(function DataBaseAlt(_ref52, ref) {
1188
1234
  let {
1189
1235
  children,
1190
1236
  size = 16,
1191
1237
  ...rest
1192
- } = _ref50;
1238
+ } = _ref52;
1193
1239
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1194
1240
  width: size,
1195
1241
  height: size,
@@ -1198,21 +1244,21 @@ const DataBaseAlt = /*#__PURE__*/React__default["default"].forwardRef(function D
1198
1244
  viewBox: "0 0 32 32",
1199
1245
  fill: "currentColor",
1200
1246
  ...rest
1201
- }, _path67 || (_path67 = /*#__PURE__*/React__default["default"].createElement("path", {
1247
+ }, _path71 || (_path71 = /*#__PURE__*/React__default["default"].createElement("path", {
1202
1248
  d: "M7 8H12V10H7zM7 12H12V14H7zM7 16H12V18H7zM20 8H25V10H20zM20 12H25V14H20zM20 16H25V18H20z"
1203
- })), _path68 || (_path68 = /*#__PURE__*/React__default["default"].createElement("path", {
1249
+ })), _path72 || (_path72 = /*#__PURE__*/React__default["default"].createElement("path", {
1204
1250
  d: "M28,4H4A2.0023,2.0023,0,0,0,2,6V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V6A2.0023,2.0023,0,0,0,28,4ZM4,6H15V28H4ZM17,28V6H28V28Z"
1205
1251
  })), children);
1206
1252
  });
1207
1253
  if (process.env.NODE_ENV !== "production") {
1208
1254
  DataBaseAlt.propTypes = iconPropTypes.iconPropTypes;
1209
1255
  }
1210
- const DataCategorical = /*#__PURE__*/React__default["default"].forwardRef(function DataCategorical(_ref51, ref) {
1256
+ const DataCategorical = /*#__PURE__*/React__default["default"].forwardRef(function DataCategorical(_ref53, ref) {
1211
1257
  let {
1212
1258
  children,
1213
1259
  size = 16,
1214
1260
  ...rest
1215
- } = _ref51;
1261
+ } = _ref53;
1216
1262
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1217
1263
  width: size,
1218
1264
  height: size,
@@ -1221,19 +1267,19 @@ const DataCategorical = /*#__PURE__*/React__default["default"].forwardRef(functi
1221
1267
  viewBox: "0 0 32 32",
1222
1268
  fill: "currentColor",
1223
1269
  ...rest
1224
- }, _path69 || (_path69 = /*#__PURE__*/React__default["default"].createElement("path", {
1270
+ }, _path73 || (_path73 = /*#__PURE__*/React__default["default"].createElement("path", {
1225
1271
  d: "M29 30h-10c-.5522 0-1-.4478-1-1v-10c0-.5522.4478-1 1-1h10c.5522 0 1 .4478 1 1v10c0 .5522-.4478 1-1 1zm-9-2h8v-8h-8v8zM8 30c-3.3083 0-6-2.6917-6-6s2.6917-6 6-6 6 2.6917 6 6-2.6917 6-6 6zm0-10c-2.2056 0-4 1.7944-4 4s1.7944 4 4 4 4-1.7944 4-4-1.7944-4-4-4zM22 14h-12c-.3604 0-.6926-.1938-.8701-.5073s-.1729-.6982.0127-1.0072L15.1446 2.4822c.1937-.3229.5246-.4822.8554-.4822s.6617.1593.8554.4822l6.002 10.0033c.1855.309.1902.6937.0127 1.0072s-.5098.5073-.8701.5073zm-10.2339-2h8.4678l-4.2339-7.0564-4.2339 7.0564z"
1226
1272
  })), children);
1227
1273
  });
1228
1274
  if (process.env.NODE_ENV !== "production") {
1229
1275
  DataCategorical.propTypes = iconPropTypes.iconPropTypes;
1230
1276
  }
1231
- const DataCenter = /*#__PURE__*/React__default["default"].forwardRef(function DataCenter(_ref52, ref) {
1277
+ const DataCenter = /*#__PURE__*/React__default["default"].forwardRef(function DataCenter(_ref54, ref) {
1232
1278
  let {
1233
1279
  children,
1234
1280
  size = 16,
1235
1281
  ...rest
1236
- } = _ref52;
1282
+ } = _ref54;
1237
1283
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1238
1284
  width: size,
1239
1285
  height: size,
@@ -1242,21 +1288,21 @@ const DataCenter = /*#__PURE__*/React__default["default"].forwardRef(function Da
1242
1288
  viewBox: "0 0 32 32",
1243
1289
  fill: "currentColor",
1244
1290
  ...rest
1245
- }, _path70 || (_path70 = /*#__PURE__*/React__default["default"].createElement("path", {
1291
+ }, _path74 || (_path74 = /*#__PURE__*/React__default["default"].createElement("path", {
1246
1292
  d: "M28,10H23V6a2.0023,2.0023,0,0,0-2-2H11A2.0023,2.0023,0,0,0,9,6v4H4a2.0023,2.0023,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V12A2.0023,2.0023,0,0,0,28,10ZM4,28V12H9v2H7v2H9v2H7v2H9v2H7v2H9v4Zm17,0H11V6H21Zm7,0H23V24h2V22H23V20h2V18H23V16h2V14H23V12h5Z"
1247
- })), _path71 || (_path71 = /*#__PURE__*/React__default["default"].createElement("path", {
1293
+ })), _path75 || (_path75 = /*#__PURE__*/React__default["default"].createElement("path", {
1248
1294
  d: "M14 8H18V10H14zM14 12H18V14H14zM14 16H18V18H14z"
1249
1295
  })), children);
1250
1296
  });
1251
1297
  if (process.env.NODE_ENV !== "production") {
1252
1298
  DataCenter.propTypes = iconPropTypes.iconPropTypes;
1253
1299
  }
1254
- const DataCheck = /*#__PURE__*/React__default["default"].forwardRef(function DataCheck(_ref53, ref) {
1300
+ const DataCheck = /*#__PURE__*/React__default["default"].forwardRef(function DataCheck(_ref55, ref) {
1255
1301
  let {
1256
1302
  children,
1257
1303
  size = 16,
1258
1304
  ...rest
1259
- } = _ref53;
1305
+ } = _ref55;
1260
1306
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1261
1307
  width: size,
1262
1308
  height: size,
@@ -1265,7 +1311,7 @@ const DataCheck = /*#__PURE__*/React__default["default"].forwardRef(function Dat
1265
1311
  viewBox: "0 0 32 32",
1266
1312
  fill: "currentColor",
1267
1313
  ...rest
1268
- }, _path72 || (_path72 = /*#__PURE__*/React__default["default"].createElement("path", {
1314
+ }, _path76 || (_path76 = /*#__PURE__*/React__default["default"].createElement("path", {
1269
1315
  d: "M23 27.18L20.41 24.59 19 26 23 30 30 23 28.59 21.59 23 27.18z"
1270
1316
  })), _circle20 || (_circle20 = /*#__PURE__*/React__default["default"].createElement("circle", {
1271
1317
  cx: "11",
@@ -1279,19 +1325,19 @@ const DataCheck = /*#__PURE__*/React__default["default"].forwardRef(function Dat
1279
1325
  cx: "11",
1280
1326
  cy: "24",
1281
1327
  r: "1"
1282
- })), _path73 || (_path73 = /*#__PURE__*/React__default["default"].createElement("path", {
1328
+ })), _path77 || (_path77 = /*#__PURE__*/React__default["default"].createElement("path", {
1283
1329
  d: "M24,3H8A2,2,0,0,0,6,5V27a2,2,0,0,0,2,2h8V27H8V21H26V5A2,2,0,0,0,24,3Zm0,16H8V13H24Zm0-8H8V5H24Z"
1284
1330
  })), children);
1285
1331
  });
1286
1332
  if (process.env.NODE_ENV !== "production") {
1287
1333
  DataCheck.propTypes = iconPropTypes.iconPropTypes;
1288
1334
  }
1289
- const DataConnected = /*#__PURE__*/React__default["default"].forwardRef(function DataConnected(_ref54, ref) {
1335
+ const DataConnected = /*#__PURE__*/React__default["default"].forwardRef(function DataConnected(_ref56, ref) {
1290
1336
  let {
1291
1337
  children,
1292
1338
  size = 16,
1293
1339
  ...rest
1294
- } = _ref54;
1340
+ } = _ref56;
1295
1341
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1296
1342
  width: size,
1297
1343
  height: size,
@@ -1300,23 +1346,23 @@ const DataConnected = /*#__PURE__*/React__default["default"].forwardRef(function
1300
1346
  viewBox: "0 0 32 32",
1301
1347
  fill: "currentColor",
1302
1348
  ...rest
1303
- }, _path74 || (_path74 = /*#__PURE__*/React__default["default"].createElement("path", {
1349
+ }, _path78 || (_path78 = /*#__PURE__*/React__default["default"].createElement("path", {
1304
1350
  d: "M30 30L24 30 24 28 28 28 28 4 24 4 24 2 30 2 30 30z"
1305
- })), _path75 || (_path75 = /*#__PURE__*/React__default["default"].createElement("path", {
1351
+ })), _path79 || (_path79 = /*#__PURE__*/React__default["default"].createElement("path", {
1306
1352
  d: "M24.91,19.59a4.51,4.51,0,0,0-2.66-3.24,4.55,4.55,0,0,0-3.5,0,4.94,4.94,0,0,0-.64.35L15.3,13.89a4.53,4.53,0,1,0-1.41,1.41l2.81,2.81a4.48,4.48,0,0,0-.61,3.3,4.51,4.51,0,0,0,2.66,3.24,4.55,4.55,0,0,0,3.5,0,4.51,4.51,0,0,0,2.66-3.24,4.65,4.65,0,0,0,0-1.82ZM11.5,14A2.5,2.5,0,1,1,14,11.5,2.5,2.5,0,0,1,11.5,14Z"
1307
- })), _path76 || (_path76 = /*#__PURE__*/React__default["default"].createElement("path", {
1353
+ })), _path80 || (_path80 = /*#__PURE__*/React__default["default"].createElement("path", {
1308
1354
  d: "M8 30L2 30 2 2 8 2 8 4 4 4 4 28 8 28 8 30z"
1309
1355
  })), children);
1310
1356
  });
1311
1357
  if (process.env.NODE_ENV !== "production") {
1312
1358
  DataConnected.propTypes = iconPropTypes.iconPropTypes;
1313
1359
  }
1314
- const DataError = /*#__PURE__*/React__default["default"].forwardRef(function DataError(_ref55, ref) {
1360
+ const DataError = /*#__PURE__*/React__default["default"].forwardRef(function DataError(_ref57, ref) {
1315
1361
  let {
1316
1362
  children,
1317
1363
  size = 16,
1318
1364
  ...rest
1319
- } = _ref55;
1365
+ } = _ref57;
1320
1366
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1321
1367
  width: size,
1322
1368
  height: size,
@@ -1337,21 +1383,21 @@ const DataError = /*#__PURE__*/React__default["default"].forwardRef(function Dat
1337
1383
  cx: "11",
1338
1384
  cy: "24",
1339
1385
  r: "1"
1340
- })), _path77 || (_path77 = /*#__PURE__*/React__default["default"].createElement("path", {
1386
+ })), _path81 || (_path81 = /*#__PURE__*/React__default["default"].createElement("path", {
1341
1387
  d: "M24,3H8A2,2,0,0,0,6,5V27a2,2,0,0,0,2,2H18V27H8V21H26V5A2,2,0,0,0,24,3Zm0,16H8V13H24Zm0-8H8V5H24Z"
1342
- })), _path78 || (_path78 = /*#__PURE__*/React__default["default"].createElement("path", {
1388
+ })), _path82 || (_path82 = /*#__PURE__*/React__default["default"].createElement("path", {
1343
1389
  d: "M29 24.415L27.586 23 25 25.587 22.414 23 21 24.415 23.586 27 21 29.586 22.414 31 25 28.414 27.586 31 29 29.586 26.414 27 29 24.415z"
1344
1390
  })), children);
1345
1391
  });
1346
1392
  if (process.env.NODE_ENV !== "production") {
1347
1393
  DataError.propTypes = iconPropTypes.iconPropTypes;
1348
1394
  }
1349
- const DataFormat = /*#__PURE__*/React__default["default"].forwardRef(function DataFormat(_ref56, ref) {
1395
+ const DataFormat = /*#__PURE__*/React__default["default"].forwardRef(function DataFormat(_ref58, ref) {
1350
1396
  let {
1351
1397
  children,
1352
1398
  size = 16,
1353
1399
  ...rest
1354
- } = _ref56;
1400
+ } = _ref58;
1355
1401
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1356
1402
  width: size,
1357
1403
  height: size,
@@ -1360,21 +1406,21 @@ const DataFormat = /*#__PURE__*/React__default["default"].forwardRef(function Da
1360
1406
  viewBox: "0 0 32 32",
1361
1407
  fill: "currentColor",
1362
1408
  ...rest
1363
- }, _path79 || (_path79 = /*#__PURE__*/React__default["default"].createElement("path", {
1409
+ }, _path83 || (_path83 = /*#__PURE__*/React__default["default"].createElement("path", {
1364
1410
  d: "M18 11H26V13H18zM6 19H14V21H6zM10 16a4 4 0 114-4A4.0045 4.0045 0 0110 16zm0-6a2 2 0 102 2A2.002 2.002 0 0010 10zM22 24a4 4 0 114-4A4.0045 4.0045 0 0122 24zm0-6a2 2 0 102 2A2.002 2.002 0 0022 18z"
1365
- })), _path80 || (_path80 = /*#__PURE__*/React__default["default"].createElement("path", {
1411
+ })), _path84 || (_path84 = /*#__PURE__*/React__default["default"].createElement("path", {
1366
1412
  d: "M28,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30ZM4,4V28H28V4Z"
1367
1413
  })), children);
1368
1414
  });
1369
1415
  if (process.env.NODE_ENV !== "production") {
1370
1416
  DataFormat.propTypes = iconPropTypes.iconPropTypes;
1371
1417
  }
1372
- const DataReference = /*#__PURE__*/React__default["default"].forwardRef(function DataReference(_ref57, ref) {
1418
+ const DataReference = /*#__PURE__*/React__default["default"].forwardRef(function DataReference(_ref59, ref) {
1373
1419
  let {
1374
1420
  children,
1375
1421
  size = 16,
1376
1422
  ...rest
1377
- } = _ref57;
1423
+ } = _ref59;
1378
1424
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1379
1425
  width: size,
1380
1426
  height: size,
@@ -1383,19 +1429,19 @@ const DataReference = /*#__PURE__*/React__default["default"].forwardRef(function
1383
1429
  viewBox: "0 0 32 32",
1384
1430
  fill: "currentColor",
1385
1431
  ...rest
1386
- }, _path81 || (_path81 = /*#__PURE__*/React__default["default"].createElement("path", {
1432
+ }, _path85 || (_path85 = /*#__PURE__*/React__default["default"].createElement("path", {
1387
1433
  d: "M25 12L25 3 23 3 23 5 20 5 20 7 23 7 23 12 20 12 20 14 28 14 28 12 25 12zM8.5 5c1.9299 0 3.5 1.5701 3.5 3.5s-1.5701 3.5-3.5 3.5-3.5-1.5701-3.5-3.5 1.5701-3.5 3.5-3.5m0-2c-3.0376 0-5.5 2.4624-5.5 5.5s2.4624 5.5 5.5 5.5 5.5-2.4624 5.5-5.5-2.4624-5.5-5.5-5.5h0zM23.5 20c1.9299 0 3.5 1.5701 3.5 3.5s-1.5701 3.5-3.5 3.5-3.5-1.5701-3.5-3.5 1.5701-3.5 3.5-3.5m0-2c-3.0376 0-5.5 2.4624-5.5 5.5s2.4624 5.5 5.5 5.5 5.5-2.4624 5.5-5.5-2.4624-5.5-5.5-5.5h0zM6 19L6 21 9.5859 21 4 26.5859 5.4141 28 11 22.4141 11 26 13 26 13 19 6 19z"
1388
1434
  })), children);
1389
1435
  });
1390
1436
  if (process.env.NODE_ENV !== "production") {
1391
1437
  DataReference.propTypes = iconPropTypes.iconPropTypes;
1392
1438
  }
1393
- const DataRegular = /*#__PURE__*/React__default["default"].forwardRef(function DataRegular(_ref58, ref) {
1439
+ const DataRegular = /*#__PURE__*/React__default["default"].forwardRef(function DataRegular(_ref60, ref) {
1394
1440
  let {
1395
1441
  children,
1396
1442
  size = 16,
1397
1443
  ...rest
1398
- } = _ref58;
1444
+ } = _ref60;
1399
1445
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1400
1446
  width: size,
1401
1447
  height: size,
@@ -1404,19 +1450,19 @@ const DataRegular = /*#__PURE__*/React__default["default"].forwardRef(function D
1404
1450
  viewBox: "0 0 32 32",
1405
1451
  fill: "currentColor",
1406
1452
  ...rest
1407
- }, _path82 || (_path82 = /*#__PURE__*/React__default["default"].createElement("path", {
1453
+ }, _path86 || (_path86 = /*#__PURE__*/React__default["default"].createElement("path", {
1408
1454
  d: "m27,24c-.4622,0-.8948.1133-1.2859.2998l-4.8289-4.8291c.699-.981,1.1147-2.1768,1.1147-3.4707,0-3.3086-2.6917-6-6-6-1.2937,0-2.4897.416-3.4709,1.1147l-4.8289-4.8286c.1865-.3911.2998-.8237.2998-1.2861,0-1.6567-1.3433-3-3-3s-3,1.3433-3,3,1.3433,3,3,3c.4622,0,.8948-.1133,1.2859-.2998l4.8289,4.8291c-.699.981-1.1147,2.1768-1.1147,3.4707,0,3.3086,2.6917,6,6,6,1.2937,0,2.4897-.416,3.4709-1.1147l4.8289,4.8286c-.1865.3911-.2998.8237-.2998,1.2861,0,1.6567,1.3433,3,3,3s3-1.3433,3-3-1.3433-3-3-3Zm-11-4c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4,4,1.7944,4,4-1.7944,4-4,4Z"
1409
1455
  })), children);
1410
1456
  });
1411
1457
  if (process.env.NODE_ENV !== "production") {
1412
1458
  DataRegular.propTypes = iconPropTypes.iconPropTypes;
1413
1459
  }
1414
- const DataSet = /*#__PURE__*/React__default["default"].forwardRef(function DataSet(_ref59, ref) {
1460
+ const DataSet = /*#__PURE__*/React__default["default"].forwardRef(function DataSet(_ref61, ref) {
1415
1461
  let {
1416
1462
  children,
1417
1463
  size = 16,
1418
1464
  ...rest
1419
- } = _ref59;
1465
+ } = _ref61;
1420
1466
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1421
1467
  width: size,
1422
1468
  height: size,
@@ -1425,19 +1471,19 @@ const DataSet = /*#__PURE__*/React__default["default"].forwardRef(function DataS
1425
1471
  viewBox: "0 0 32 32",
1426
1472
  fill: "currentColor",
1427
1473
  ...rest
1428
- }, _path83 || (_path83 = /*#__PURE__*/React__default["default"].createElement("path", {
1474
+ }, _path87 || (_path87 = /*#__PURE__*/React__default["default"].createElement("path", {
1429
1475
  d: "M25 12L25 3 23 3 23 5 20 5 20 7 23 7 23 12 20 12 20 14 28 14 28 12 25 12zM8.5 5c1.9299 0 3.5 1.5701 3.5 3.5s-1.5701 3.5-3.5 3.5-3.5-1.5701-3.5-3.5 1.5701-3.5 3.5-3.5m0-2c-3.0376 0-5.5 2.4624-5.5 5.5s2.4624 5.5 5.5 5.5 5.5-2.4624 5.5-5.5-2.4624-5.5-5.5-5.5h0zM8.5 20c1.9299 0 3.5 1.5701 3.5 3.5s-1.5701 3.5-3.5 3.5-3.5-1.5701-3.5-3.5 1.5701-3.5 3.5-3.5m0-2c-3.0376 0-5.5 2.4624-5.5 5.5s2.4624 5.5 5.5 5.5 5.5-2.4624 5.5-5.5-2.4624-5.5-5.5-5.5h0zM23.5 20c1.9299 0 3.5 1.5701 3.5 3.5s-1.5701 3.5-3.5 3.5-3.5-1.5701-3.5-3.5 1.5701-3.5 3.5-3.5m0-2c-3.0376 0-5.5 2.4624-5.5 5.5s2.4624 5.5 5.5 5.5 5.5-2.4624 5.5-5.5-2.4624-5.5-5.5-5.5h0z"
1430
1476
  })), children);
1431
1477
  });
1432
1478
  if (process.env.NODE_ENV !== "production") {
1433
1479
  DataSet.propTypes = iconPropTypes.iconPropTypes;
1434
1480
  }
1435
- const DataStructured = /*#__PURE__*/React__default["default"].forwardRef(function DataStructured(_ref60, ref) {
1481
+ const DataStructured = /*#__PURE__*/React__default["default"].forwardRef(function DataStructured(_ref62, ref) {
1436
1482
  let {
1437
1483
  children,
1438
1484
  size = 16,
1439
1485
  ...rest
1440
- } = _ref60;
1486
+ } = _ref62;
1441
1487
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1442
1488
  width: size,
1443
1489
  height: size,
@@ -1450,19 +1496,19 @@ const DataStructured = /*#__PURE__*/React__default["default"].forwardRef(functio
1450
1496
  cx: "9",
1451
1497
  cy: "7",
1452
1498
  r: "1"
1453
- })), _path84 || (_path84 = /*#__PURE__*/React__default["default"].createElement("path", {
1499
+ })), _path88 || (_path88 = /*#__PURE__*/React__default["default"].createElement("path", {
1454
1500
  d: "M27,22.14V18a2,2,0,0,0-2-2H17V12h9a2,2,0,0,0,2-2V4a2,2,0,0,0-2-2H6A2,2,0,0,0,4,4v6a2,2,0,0,0,2,2h9v4H7a2,2,0,0,0-2,2v4.14a4,4,0,1,0,2,0V18h8v4H12v8h8V22H17V18h8v4.14a4,4,0,1,0,2,0ZM8,26a2,2,0,1,1-2-2A2,2,0,0,1,8,26Zm10-2v4H14V24ZM6,10V4H26v6ZM26,28a2,2,0,1,1,2-2A2,2,0,0,1,26,28Z"
1455
1501
  })), children);
1456
1502
  });
1457
1503
  if (process.env.NODE_ENV !== "production") {
1458
1504
  DataStructured.propTypes = iconPropTypes.iconPropTypes;
1459
1505
  }
1460
- const DataUnreal = /*#__PURE__*/React__default["default"].forwardRef(function DataUnreal(_ref61, ref) {
1506
+ const DataUnreal = /*#__PURE__*/React__default["default"].forwardRef(function DataUnreal(_ref63, ref) {
1461
1507
  let {
1462
1508
  children,
1463
1509
  size = 16,
1464
1510
  ...rest
1465
- } = _ref61;
1511
+ } = _ref63;
1466
1512
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1467
1513
  width: size,
1468
1514
  height: size,
@@ -1471,19 +1517,19 @@ const DataUnreal = /*#__PURE__*/React__default["default"].forwardRef(function Da
1471
1517
  viewBox: "0 0 32 32",
1472
1518
  fill: "currentColor",
1473
1519
  ...rest
1474
- }, _path85 || (_path85 = /*#__PURE__*/React__default["default"].createElement("path", {
1520
+ }, _path89 || (_path89 = /*#__PURE__*/React__default["default"].createElement("path", {
1475
1521
  d: "M16.4961 18.1318l-7-4c-.1536-.0879-.3248-.1318-.4961-.1318s-.3425.0439-.4961.1318l-7 4c-.3115.1777-.5039.5093-.5039.8682v8c0 .3589.1924.6904.5039.8682l7 4c.1536.0879.325.1318.4961.1318s.3425-.0439.4961-.1318l7-4c.3115-.1777.5039-.5093.5039-.8682v-8c0-.3589-.1924-.6904-.5039-.8682zm-7.4961-1.98l4.9844 2.8481-4.9844 2.8481-4.9844-2.8481 4.9844-2.8481zm-6 4.5713l5 2.8569v5.6968l-5-2.8569v-5.6968zm7 8.5537v-5.6968l5-2.8569v5.6968l-5 2.8569zM28 19v5c0 1.1025-.8972 2-2 2h-3.1719l1.5859-1.5859-1.4141-1.4141-4 4 4 4 1.4141-1.4141-1.5859-1.5859h3.1719c2.2056 0 4-1.7944 4-4v-5h-2zM17.5039 15.0111l-2-1.1428c-.3115-.1781-.5039-.5094-.5039-.8683v-2h2v1.4197l1.4961.8549-.9922 1.7366zM25.5039 14.4175l-1.5039.8594v-2.2769h-2v2.2769l-1.5039-.8594-.9922 1.7368 3 1.7139c.1536.0879.325.1318.4961.1318s.3425-.0439.4961-.1318l3-1.7139-.9922-1.7368zM28.4961 15.0111l-.9922-1.7366 1.4961-.8549v-1.4197h2v2c0 .3589-.1924.6902-.5039.8683l-2 1.1428zM25.4961 8.7256L24.5039 6.9888 23 7.8481 21.4961 6.9888 20.5039 8.7256 22 9.5801 22 11 24 11 24 9.5801 25.4961 8.7256zM30.4961 4.1318l-3-1.7144-.9922 1.7368 1.4805.8457-1.4805.8457.9922 1.7368 1.5039-.8594v2.2769h2v-4c0-.3589-.1924-.6904-.5039-.8682zM24.5039 3.0111l-1.5039-.8594-1.5039.8594-.9922-1.7366 2-1.1428C22.6575.0439 22.8287 0 23 0s.3425.0439.4961.1317l2 1.1428-.9922 1.7366zM19.4961 4.1543l-.9922-1.7368-3 1.7144c-.3115.1777-.5039.5093-.5039.8682v4h2v-2.2769l1.5039.8594.9922-1.7368-1.4805-.8457 1.4805-.8457zM9 1l-1.4141 1.4141 1.5859 1.5859h-3.1719c-2.2056 0-4 1.7944-4 4v5h2v-5c0-1.1025.8972-2 2-2h3.1719l-1.5859 1.5859 1.4141 1.4141 4-4L9 1z"
1476
1522
  })), children);
1477
1523
  });
1478
1524
  if (process.env.NODE_ENV !== "production") {
1479
1525
  DataUnreal.propTypes = iconPropTypes.iconPropTypes;
1480
1526
  }
1481
- const DataUnstructured = /*#__PURE__*/React__default["default"].forwardRef(function DataUnstructured(_ref62, ref) {
1527
+ const DataUnstructured = /*#__PURE__*/React__default["default"].forwardRef(function DataUnstructured(_ref64, ref) {
1482
1528
  let {
1483
1529
  children,
1484
1530
  size = 16,
1485
1531
  ...rest
1486
- } = _ref62;
1532
+ } = _ref64;
1487
1533
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1488
1534
  width: size,
1489
1535
  height: size,
@@ -1492,21 +1538,21 @@ const DataUnstructured = /*#__PURE__*/React__default["default"].forwardRef(funct
1492
1538
  viewBox: "0 0 32 32",
1493
1539
  fill: "currentColor",
1494
1540
  ...rest
1495
- }, _path86 || (_path86 = /*#__PURE__*/React__default["default"].createElement("path", {
1541
+ }, _path90 || (_path90 = /*#__PURE__*/React__default["default"].createElement("path", {
1496
1542
  d: "M6 24a2 2 0 11-2 2 2 2 0 012-2m0-2a4 4 0 104 4A4 4 0 006 22zM16 4a2 2 0 11-2 2 2 2 0 012-2m0-2a4 4 0 104 4A4 4 0 0016 2zM26 4a2 2 0 11-2 2 2 2 0 012-2m0-2a4 4 0 104 4A4 4 0 0026 2zM18 24v4H14V24h4m2-2H12v8h8z"
1497
- })), _path87 || (_path87 = /*#__PURE__*/React__default["default"].createElement("path", {
1543
+ })), _path91 || (_path91 = /*#__PURE__*/React__default["default"].createElement("path", {
1498
1544
  d: "M27,22.14V17a2,2,0,0,0-2-2H7V10h3V2H2v8H5v5a2,2,0,0,0,2,2H25v5.14a4,4,0,1,0,2,0ZM4,4H8V8H4ZM26,28a2,2,0,1,1,2-2A2,2,0,0,1,26,28Z"
1499
1545
  })), children);
1500
1546
  });
1501
1547
  if (process.env.NODE_ENV !== "production") {
1502
1548
  DataUnstructured.propTypes = iconPropTypes.iconPropTypes;
1503
1549
  }
1504
- const DataView = /*#__PURE__*/React__default["default"].forwardRef(function DataView(_ref63, ref) {
1550
+ const DataView = /*#__PURE__*/React__default["default"].forwardRef(function DataView(_ref65, ref) {
1505
1551
  let {
1506
1552
  children,
1507
1553
  size = 16,
1508
1554
  ...rest
1509
- } = _ref63;
1555
+ } = _ref65;
1510
1556
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1511
1557
  width: size,
1512
1558
  height: size,
@@ -1519,7 +1565,7 @@ const DataView = /*#__PURE__*/React__default["default"].forwardRef(function Data
1519
1565
  cx: "22",
1520
1566
  cy: "24",
1521
1567
  r: "2"
1522
- })), _path88 || (_path88 = /*#__PURE__*/React__default["default"].createElement("path", {
1568
+ })), _path92 || (_path92 = /*#__PURE__*/React__default["default"].createElement("path", {
1523
1569
  d: "M29.7769,23.4785A8.64,8.64,0,0,0,22,18a8.64,8.64,0,0,0-7.7769,5.4785L14,24l.2231.5215A8.64,8.64,0,0,0,22,30a8.64,8.64,0,0,0,7.7769-5.4785L30,24ZM22,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,22,28Z"
1524
1570
  })), _circle28 || (_circle28 = /*#__PURE__*/React__default["default"].createElement("circle", {
1525
1571
  cx: "8",
@@ -1533,19 +1579,19 @@ const DataView = /*#__PURE__*/React__default["default"].forwardRef(function Data
1533
1579
  cx: "8",
1534
1580
  cy: "24",
1535
1581
  r: "1"
1536
- })), _path89 || (_path89 = /*#__PURE__*/React__default["default"].createElement("path", {
1582
+ })), _path93 || (_path93 = /*#__PURE__*/React__default["default"].createElement("path", {
1537
1583
  d: "M5,21h7V19H5V13H21v3h2V5a2,2,0,0,0-2-2H5A2,2,0,0,0,3,5V27a2,2,0,0,0,2,2h7V27H5ZM5,5H21v6H5Z"
1538
1584
  })), children);
1539
1585
  });
1540
1586
  if (process.env.NODE_ENV !== "production") {
1541
1587
  DataView.propTypes = iconPropTypes.iconPropTypes;
1542
1588
  }
1543
- const DataViewAlt = /*#__PURE__*/React__default["default"].forwardRef(function DataViewAlt(_ref64, ref) {
1589
+ const DataViewAlt = /*#__PURE__*/React__default["default"].forwardRef(function DataViewAlt(_ref66, ref) {
1544
1590
  let {
1545
1591
  children,
1546
1592
  size = 16,
1547
1593
  ...rest
1548
- } = _ref64;
1594
+ } = _ref66;
1549
1595
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1550
1596
  width: size,
1551
1597
  height: size,
@@ -1558,21 +1604,21 @@ const DataViewAlt = /*#__PURE__*/React__default["default"].forwardRef(function D
1558
1604
  cx: "22",
1559
1605
  cy: "24",
1560
1606
  r: "2"
1561
- })), _path90 || (_path90 = /*#__PURE__*/React__default["default"].createElement("path", {
1607
+ })), _path94 || (_path94 = /*#__PURE__*/React__default["default"].createElement("path", {
1562
1608
  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 28zM7 17H12V19H7zM7 12H19V14H7zM7 7H19V9H7z"
1563
- })), _path91 || (_path91 = /*#__PURE__*/React__default["default"].createElement("path", {
1609
+ })), _path95 || (_path95 = /*#__PURE__*/React__default["default"].createElement("path", {
1564
1610
  d: "M22,2,4,2A2.0058,2.0058,0,0,0,2,4V28a2.0058,2.0058,0,0,0,2,2h8V28H4V4H22V15h2V4A2.0058,2.0058,0,0,0,22,2Z"
1565
1611
  })), children);
1566
1612
  });
1567
1613
  if (process.env.NODE_ENV !== "production") {
1568
1614
  DataViewAlt.propTypes = iconPropTypes.iconPropTypes;
1569
1615
  }
1570
- const DataAccessor = /*#__PURE__*/React__default["default"].forwardRef(function DataAccessor(_ref65, ref) {
1616
+ const DataAccessor = /*#__PURE__*/React__default["default"].forwardRef(function DataAccessor(_ref67, ref) {
1571
1617
  let {
1572
1618
  children,
1573
1619
  size = 16,
1574
1620
  ...rest
1575
- } = _ref65;
1621
+ } = _ref67;
1576
1622
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1577
1623
  width: size,
1578
1624
  height: size,
@@ -1581,25 +1627,25 @@ const DataAccessor = /*#__PURE__*/React__default["default"].forwardRef(function
1581
1627
  viewBox: "0 0 32 32",
1582
1628
  fill: "currentColor",
1583
1629
  ...rest
1584
- }, _path92 || (_path92 = /*#__PURE__*/React__default["default"].createElement("path", {
1630
+ }, _path96 || (_path96 = /*#__PURE__*/React__default["default"].createElement("path", {
1585
1631
  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"
1586
1632
  })), _circle32 || (_circle32 = /*#__PURE__*/React__default["default"].createElement("circle", {
1587
1633
  cx: "7",
1588
1634
  cy: "25",
1589
1635
  r: "1"
1590
- })), _path93 || (_path93 = /*#__PURE__*/React__default["default"].createElement("path", {
1636
+ })), _path97 || (_path97 = /*#__PURE__*/React__default["default"].createElement("path", {
1591
1637
  d: "M21,13a2.9609,2.9609,0,0,0-1.2854.3008L17.4141,11l2.3-2.3008A2.9609,2.9609,0,0,0,21,9a3,3,0,1,0-3-3,2.9665,2.9665,0,0,0,.3,1.2852L16,9.5859,13.7,7.2852A2.9665,2.9665,0,0,0,14,6a3,3,0,1,0-3,3,2.9609,2.9609,0,0,0,1.2854-.3008L14.5859,11l-2.3005,2.3008A2.9609,2.9609,0,0,0,11,13a3,3,0,1,0,3,3,2.9665,2.9665,0,0,0-.3-1.2852L16,12.4141l2.3,2.3007A2.9665,2.9665,0,0,0,18,16a3,3,0,1,0,3-3Zm0-8a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,21,5ZM10,6a1,1,0,1,1,1,1A1.0009,1.0009,0,0,1,10,6Zm1,11a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,11,17Zm10,0a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,21,17Z"
1592
1638
  })), children);
1593
1639
  });
1594
1640
  if (process.env.NODE_ENV !== "production") {
1595
1641
  DataAccessor.propTypes = iconPropTypes.iconPropTypes;
1596
1642
  }
1597
- const DataAnalytics = /*#__PURE__*/React__default["default"].forwardRef(function DataAnalytics(_ref66, ref) {
1643
+ const DataAnalytics = /*#__PURE__*/React__default["default"].forwardRef(function DataAnalytics(_ref68, ref) {
1598
1644
  let {
1599
1645
  children,
1600
1646
  size = 16,
1601
1647
  ...rest
1602
- } = _ref66;
1648
+ } = _ref68;
1603
1649
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1604
1650
  width: size,
1605
1651
  height: size,
@@ -1608,21 +1654,21 @@ const DataAnalytics = /*#__PURE__*/React__default["default"].forwardRef(function
1608
1654
  viewBox: "0 0 32 32",
1609
1655
  fill: "currentColor",
1610
1656
  ...rest
1611
- }, _path94 || (_path94 = /*#__PURE__*/React__default["default"].createElement("path", {
1657
+ }, _path98 || (_path98 = /*#__PURE__*/React__default["default"].createElement("path", {
1612
1658
  d: "M12 11H14V17H12zM7 13H9V17H7zM2 7H4V17H2z"
1613
- })), _path95 || (_path95 = /*#__PURE__*/React__default["default"].createElement("path", {
1659
+ })), _path99 || (_path99 = /*#__PURE__*/React__default["default"].createElement("path", {
1614
1660
  d: "m30,28.5859l-7.5522-7.5522c1.5918-1.9082,2.5522-4.3604,2.5522-7.0337,0-6.0654-4.9346-11-11-11-2.4026,0-4.6853.7607-6.6013,2.2002l1.2012,1.5991c1.5669-1.1772,3.4343-1.7993,5.4001-1.7993,4.9626,0,9,4.0371,9,9s-4.0374,9-9,9c-2.8574,0-5.4819-1.312-7.2007-3.6001l-1.5991,1.2017c2.1001,2.7949,5.3076,4.3984,8.7998,4.3984,2.6733,0,5.1255-.9604,7.0337-2.5522l7.5522,7.5522,1.4141-1.4141Z"
1615
1661
  })), children);
1616
1662
  });
1617
1663
  if (process.env.NODE_ENV !== "production") {
1618
1664
  DataAnalytics.propTypes = iconPropTypes.iconPropTypes;
1619
1665
  }
1620
- const DataBackup = /*#__PURE__*/React__default["default"].forwardRef(function DataBackup(_ref67, ref) {
1666
+ const DataBackup = /*#__PURE__*/React__default["default"].forwardRef(function DataBackup(_ref69, ref) {
1621
1667
  let {
1622
1668
  children,
1623
1669
  size = 16,
1624
1670
  ...rest
1625
- } = _ref67;
1671
+ } = _ref69;
1626
1672
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1627
1673
  width: size,
1628
1674
  height: size,
@@ -1643,21 +1689,21 @@ const DataBackup = /*#__PURE__*/React__default["default"].forwardRef(function Da
1643
1689
  cx: "7",
1644
1690
  cy: "23",
1645
1691
  r: "1"
1646
- })), _path96 || (_path96 = /*#__PURE__*/React__default["default"].createElement("path", {
1692
+ })), _path100 || (_path100 = /*#__PURE__*/React__default["default"].createElement("path", {
1647
1693
  d: "M12,26H4V20h8V18H4V12H22V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V26a2,2,0,0,0,2,2h8ZM4,4H20v6H4Z"
1648
- })), _path97 || (_path97 = /*#__PURE__*/React__default["default"].createElement("path", {
1694
+ })), _path101 || (_path101 = /*#__PURE__*/React__default["default"].createElement("path", {
1649
1695
  d: "M28,17v2.4131A6.996,6.996,0,1,0,22,30V28a5,5,0,1,1,4.5762-7H24v2h6V17Z"
1650
1696
  })), children);
1651
1697
  });
1652
1698
  if (process.env.NODE_ENV !== "production") {
1653
1699
  DataBackup.propTypes = iconPropTypes.iconPropTypes;
1654
1700
  }
1655
- const DataBin = /*#__PURE__*/React__default["default"].forwardRef(function DataBin(_ref68, ref) {
1701
+ const DataBin = /*#__PURE__*/React__default["default"].forwardRef(function DataBin(_ref70, ref) {
1656
1702
  let {
1657
1703
  children,
1658
1704
  size = 16,
1659
1705
  ...rest
1660
- } = _ref68;
1706
+ } = _ref70;
1661
1707
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1662
1708
  width: size,
1663
1709
  height: size,
@@ -1666,21 +1712,21 @@ const DataBin = /*#__PURE__*/React__default["default"].forwardRef(function DataB
1666
1712
  viewBox: "0 0 32 32",
1667
1713
  fill: "currentColor",
1668
1714
  ...rest
1669
- }, _path98 || (_path98 = /*#__PURE__*/React__default["default"].createElement("path", {
1715
+ }, _path102 || (_path102 = /*#__PURE__*/React__default["default"].createElement("path", {
1670
1716
  d: "M28 2H20a2.0023 2.0023 0 00-2 2V28a2.0023 2.0023 0 002 2h8a2.0023 2.0023 0 002-2V4A2.0023 2.0023 0 0028 2zm0 2v7H20V4zm0 9v6H20V13zM20 28V21h8v7zM12 15L10 15 10 13 8 13 8 15 6 15 6 17 8 17 8 19 10 19 10 17 12 17 12 15z"
1671
- })), _path99 || (_path99 = /*#__PURE__*/React__default["default"].createElement("path", {
1717
+ })), _path103 || (_path103 = /*#__PURE__*/React__default["default"].createElement("path", {
1672
1718
  d: "M16,6V4H10A2.0023,2.0023,0,0,0,8,6V9.08A6.99,6.99,0,0,0,8,22.92V26a2.0023,2.0023,0,0,0,2,2h6V26H10V22.92A6.99,6.99,0,0,0,10,9.08V6ZM14,16a5,5,0,1,1-5-5A5.0059,5.0059,0,0,1,14,16Z"
1673
1719
  })), children);
1674
1720
  });
1675
1721
  if (process.env.NODE_ENV !== "production") {
1676
1722
  DataBin.propTypes = iconPropTypes.iconPropTypes;
1677
1723
  }
1678
- const DataBlob = /*#__PURE__*/React__default["default"].forwardRef(function DataBlob(_ref69, ref) {
1724
+ const DataBlob = /*#__PURE__*/React__default["default"].forwardRef(function DataBlob(_ref71, ref) {
1679
1725
  let {
1680
1726
  children,
1681
1727
  size = 16,
1682
1728
  ...rest
1683
- } = _ref69;
1729
+ } = _ref71;
1684
1730
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1685
1731
  width: size,
1686
1732
  height: size,
@@ -1689,21 +1735,21 @@ const DataBlob = /*#__PURE__*/React__default["default"].forwardRef(function Data
1689
1735
  viewBox: "0 0 32 32",
1690
1736
  fill: "currentColor",
1691
1737
  ...rest
1692
- }, _path100 || (_path100 = /*#__PURE__*/React__default["default"].createElement("path", {
1738
+ }, _path104 || (_path104 = /*#__PURE__*/React__default["default"].createElement("path", {
1693
1739
  d: "M28,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30ZM4,4V28H28V4Z"
1694
- })), _path101 || (_path101 = /*#__PURE__*/React__default["default"].createElement("path", {
1740
+ })), _path105 || (_path105 = /*#__PURE__*/React__default["default"].createElement("path", {
1695
1741
  d: "M13 7H15V14H13zM8 7H10V14H8zM22 14H20a2.0021 2.0021 0 01-2-2V9a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v3A2.0021 2.0021 0 0122 14zM20 9v3h2V9zM22 18H24V25H22zM8 18H10V25H8zM17 25H15a2.0021 2.0021 0 01-2-2V20a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v3A2.0021 2.0021 0 0117 25zm-2-5v3h2V20z"
1696
1742
  })), children);
1697
1743
  });
1698
1744
  if (process.env.NODE_ENV !== "production") {
1699
1745
  DataBlob.propTypes = iconPropTypes.iconPropTypes;
1700
1746
  }
1701
- const DataClass = /*#__PURE__*/React__default["default"].forwardRef(function DataClass(_ref70, ref) {
1747
+ const DataClass = /*#__PURE__*/React__default["default"].forwardRef(function DataClass(_ref72, ref) {
1702
1748
  let {
1703
1749
  children,
1704
1750
  size = 16,
1705
1751
  ...rest
1706
- } = _ref70;
1752
+ } = _ref72;
1707
1753
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1708
1754
  width: size,
1709
1755
  height: size,
@@ -1712,19 +1758,19 @@ const DataClass = /*#__PURE__*/React__default["default"].forwardRef(function Dat
1712
1758
  viewBox: "0 0 32 32",
1713
1759
  fill: "currentColor",
1714
1760
  ...rest
1715
- }, _path102 || (_path102 = /*#__PURE__*/React__default["default"].createElement("path", {
1761
+ }, _path106 || (_path106 = /*#__PURE__*/React__default["default"].createElement("path", {
1716
1762
  d: "M26,16a3.9612,3.9612,0,0,0-2.02.5657l-2.8586-2.8585,2.293-2.293a2,2,0,0,0,0-2.8284l-6-6a2,2,0,0,0-2.8284,0l-6,6a2,2,0,0,0,0,2.8284l2.293,2.293L8.02,16.5657A4.043,4.043,0,1,0,9.4343,17.98l2.8585-2.8586,2.293,2.293A1.9773,1.9773,0,0,0,15,17.7233V22H12v8h8V22H17V17.7233a1.9773,1.9773,0,0,0,.4142-.3091l2.293-2.293L22.5657,17.98A3.9885,3.9885,0,1,0,26,16ZM8,20a2,2,0,1,1-2-2A2.0023,2.0023,0,0,1,8,20Zm10,4v4H14V24h4Zm-2-8-6-6,6-6,6,6Zm10,6a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,22Z"
1717
1763
  })), children);
1718
1764
  });
1719
1765
  if (process.env.NODE_ENV !== "production") {
1720
1766
  DataClass.propTypes = iconPropTypes.iconPropTypes;
1721
1767
  }
1722
- const DataCollection = /*#__PURE__*/React__default["default"].forwardRef(function DataCollection(_ref71, ref) {
1768
+ const DataCollection = /*#__PURE__*/React__default["default"].forwardRef(function DataCollection(_ref73, ref) {
1723
1769
  let {
1724
1770
  children,
1725
1771
  size = 16,
1726
1772
  ...rest
1727
- } = _ref71;
1773
+ } = _ref73;
1728
1774
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1729
1775
  width: size,
1730
1776
  height: size,
@@ -1737,19 +1783,19 @@ const DataCollection = /*#__PURE__*/React__default["default"].forwardRef(functio
1737
1783
  cx: "16",
1738
1784
  cy: "16",
1739
1785
  r: "2"
1740
- })), _path103 || (_path103 = /*#__PURE__*/React__default["default"].createElement("path", {
1786
+ })), _path107 || (_path107 = /*#__PURE__*/React__default["default"].createElement("path", {
1741
1787
  d: "M30 17L30 15 23.83 15 26.41 12.41 25 11 20 16 25 21 26.41 19.59 23.83 17 30 17zM15 23.83L15 30 17 30 17 23.83 19.59 26.41 21 25 16 20 11 25 12.41 26.41 15 23.83zM7 11L5.59 12.41 8.17 15 2 15 2 17 8.17 17 5.59 19.59 7 21 12 16 7 11zM17 8.17L17 2 15 2 15 8.17 12.41 5.59 11 7 16 12 21 7 19.59 5.59 17 8.17z"
1742
1788
  })), children);
1743
1789
  });
1744
1790
  if (process.env.NODE_ENV !== "production") {
1745
1791
  DataCollection.propTypes = iconPropTypes.iconPropTypes;
1746
1792
  }
1747
- const DataDefinition = /*#__PURE__*/React__default["default"].forwardRef(function DataDefinition(_ref72, ref) {
1793
+ const DataDefinition = /*#__PURE__*/React__default["default"].forwardRef(function DataDefinition(_ref74, ref) {
1748
1794
  let {
1749
1795
  children,
1750
1796
  size = 16,
1751
1797
  ...rest
1752
- } = _ref72;
1798
+ } = _ref74;
1753
1799
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1754
1800
  width: size,
1755
1801
  height: size,
@@ -1762,21 +1808,21 @@ const DataDefinition = /*#__PURE__*/React__default["default"].forwardRef(functio
1762
1808
  cx: "14",
1763
1809
  cy: "14",
1764
1810
  r: "2"
1765
- })), _path104 || (_path104 = /*#__PURE__*/React__default["default"].createElement("path", {
1811
+ })), _path108 || (_path108 = /*#__PURE__*/React__default["default"].createElement("path", {
1766
1812
  d: "M20,30a.9967.9967,0,0,1-.707-.293L8.5859,19A2.0126,2.0126,0,0,1,8,17.5859V10a2.002,2.002,0,0,1,2-2h7.5859A1.9864,1.9864,0,0,1,19,8.5859L29.707,19.293a.9994.9994,0,0,1,0,1.414l-9,9A.9967.9967,0,0,1,20,30ZM10,10v7.5859l10,10L27.5859,20l-10-10Z"
1767
- })), _path105 || (_path105 = /*#__PURE__*/React__default["default"].createElement("path", {
1813
+ })), _path109 || (_path109 = /*#__PURE__*/React__default["default"].createElement("path", {
1768
1814
  d: "M12,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2v8H28V4H4V28h8Z"
1769
1815
  })), children);
1770
1816
  });
1771
1817
  if (process.env.NODE_ENV !== "production") {
1772
1818
  DataDefinition.propTypes = iconPropTypes.iconPropTypes;
1773
1819
  }
1774
- const DataDiode = /*#__PURE__*/React__default["default"].forwardRef(function DataDiode(_ref73, ref) {
1820
+ const DataDiode = /*#__PURE__*/React__default["default"].forwardRef(function DataDiode(_ref75, ref) {
1775
1821
  let {
1776
1822
  children,
1777
1823
  size = 16,
1778
1824
  ...rest
1779
- } = _ref73;
1825
+ } = _ref75;
1780
1826
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1781
1827
  width: size,
1782
1828
  height: size,
@@ -1785,19 +1831,19 @@ const DataDiode = /*#__PURE__*/React__default["default"].forwardRef(function Dat
1785
1831
  viewBox: "0 0 32 32",
1786
1832
  fill: "currentColor",
1787
1833
  ...rest
1788
- }, _path106 || (_path106 = /*#__PURE__*/React__default["default"].createElement("path", {
1834
+ }, _path110 || (_path110 = /*#__PURE__*/React__default["default"].createElement("path", {
1789
1835
  d: "M30,15H27V7H25v8H22V7H20v7.8262L7.5239,7.1484A1,1,0,0,0,6,8v7H2v2H6v7a1,1,0,0,0,1.5239.8516L20,17.1738V25h2V17h3v8h2V17h3ZM8,22.21V9.79L18.0918,16Z"
1790
1836
  })), children);
1791
1837
  });
1792
1838
  if (process.env.NODE_ENV !== "production") {
1793
1839
  DataDiode.propTypes = iconPropTypes.iconPropTypes;
1794
1840
  }
1795
- const DataEnrichment = /*#__PURE__*/React__default["default"].forwardRef(function DataEnrichment(_ref74, ref) {
1841
+ const DataEnrichment = /*#__PURE__*/React__default["default"].forwardRef(function DataEnrichment(_ref76, ref) {
1796
1842
  let {
1797
1843
  children,
1798
1844
  size = 16,
1799
1845
  ...rest
1800
- } = _ref74;
1846
+ } = _ref76;
1801
1847
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1802
1848
  width: size,
1803
1849
  height: size,
@@ -1816,12 +1862,12 @@ const DataEnrichment = /*#__PURE__*/React__default["default"].forwardRef(functio
1816
1862
  if (process.env.NODE_ENV !== "production") {
1817
1863
  DataEnrichment.propTypes = iconPropTypes.iconPropTypes;
1818
1864
  }
1819
- const DataEnrichmentAdd = /*#__PURE__*/React__default["default"].forwardRef(function DataEnrichmentAdd(_ref75, ref) {
1865
+ const DataEnrichmentAdd = /*#__PURE__*/React__default["default"].forwardRef(function DataEnrichmentAdd(_ref77, ref) {
1820
1866
  let {
1821
1867
  children,
1822
1868
  size = 16,
1823
1869
  ...rest
1824
- } = _ref75;
1870
+ } = _ref77;
1825
1871
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1826
1872
  width: size,
1827
1873
  height: size,
@@ -1842,12 +1888,12 @@ const DataEnrichmentAdd = /*#__PURE__*/React__default["default"].forwardRef(func
1842
1888
  if (process.env.NODE_ENV !== "production") {
1843
1889
  DataEnrichmentAdd.propTypes = iconPropTypes.iconPropTypes;
1844
1890
  }
1845
- const DataPlayer = /*#__PURE__*/React__default["default"].forwardRef(function DataPlayer(_ref76, ref) {
1891
+ const DataPlayer = /*#__PURE__*/React__default["default"].forwardRef(function DataPlayer(_ref78, ref) {
1846
1892
  let {
1847
1893
  children,
1848
1894
  size = 16,
1849
1895
  ...rest
1850
- } = _ref76;
1896
+ } = _ref78;
1851
1897
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1852
1898
  width: size,
1853
1899
  height: size,
@@ -1856,21 +1902,21 @@ const DataPlayer = /*#__PURE__*/React__default["default"].forwardRef(function Da
1856
1902
  viewBox: "0 0 32 32",
1857
1903
  fill: "currentColor",
1858
1904
  ...rest
1859
- }, _path107 || (_path107 = /*#__PURE__*/React__default["default"].createElement("path", {
1905
+ }, _path111 || (_path111 = /*#__PURE__*/React__default["default"].createElement("path", {
1860
1906
  d: "M28 24v2H15.8164a2.983 2.983 0 00-5.6328 0H4V24H2v6H4V28h6.1836a2.983 2.983 0 005.6328 0H28v2h2V24zM13 7.5L13 16.499 13 16.499 21 12 13 7.5z"
1861
- })), _path108 || (_path108 = /*#__PURE__*/React__default["default"].createElement("path", {
1907
+ })), _path112 || (_path112 = /*#__PURE__*/React__default["default"].createElement("path", {
1862
1908
  d: "M16,22A10,10,0,1,1,26,12,10.0113,10.0113,0,0,1,16,22ZM16,4a8,8,0,1,0,8,8A8.0092,8.0092,0,0,0,16,4Z"
1863
1909
  })), children);
1864
1910
  });
1865
1911
  if (process.env.NODE_ENV !== "production") {
1866
1912
  DataPlayer.propTypes = iconPropTypes.iconPropTypes;
1867
1913
  }
1868
- const DataQualityDefinition = /*#__PURE__*/React__default["default"].forwardRef(function DataQualityDefinition(_ref77, ref) {
1914
+ const DataQualityDefinition = /*#__PURE__*/React__default["default"].forwardRef(function DataQualityDefinition(_ref79, ref) {
1869
1915
  let {
1870
1916
  children,
1871
1917
  size = 16,
1872
1918
  ...rest
1873
- } = _ref77;
1919
+ } = _ref79;
1874
1920
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1875
1921
  width: size,
1876
1922
  height: size,
@@ -1900,12 +1946,12 @@ const DataQualityDefinition = /*#__PURE__*/React__default["default"].forwardRef(
1900
1946
  if (process.env.NODE_ENV !== "production") {
1901
1947
  DataQualityDefinition.propTypes = iconPropTypes.iconPropTypes;
1902
1948
  }
1903
- const DataRefinery = /*#__PURE__*/React__default["default"].forwardRef(function DataRefinery(_ref78, ref) {
1949
+ const DataRefinery = /*#__PURE__*/React__default["default"].forwardRef(function DataRefinery(_ref80, ref) {
1904
1950
  let {
1905
1951
  children,
1906
1952
  size = 16,
1907
1953
  ...rest
1908
- } = _ref78;
1954
+ } = _ref80;
1909
1955
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1910
1956
  width: size,
1911
1957
  height: size,
@@ -1914,23 +1960,23 @@ const DataRefinery = /*#__PURE__*/React__default["default"].forwardRef(function
1914
1960
  viewBox: "0 0 32 32",
1915
1961
  fill: "currentColor",
1916
1962
  ...rest
1917
- }, _path109 || (_path109 = /*#__PURE__*/React__default["default"].createElement("path", {
1963
+ }, _path113 || (_path113 = /*#__PURE__*/React__default["default"].createElement("path", {
1918
1964
  d: "M7,30a5,5,0,1,1,5-5A5.0059,5.0059,0,0,1,7,30Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,7,22Z"
1919
- })), _path110 || (_path110 = /*#__PURE__*/React__default["default"].createElement("path", {
1965
+ })), _path114 || (_path114 = /*#__PURE__*/React__default["default"].createElement("path", {
1920
1966
  d: "M24,26H14V24H24V17H8a2.0021,2.0021,0,0,1-2-2V8A2.0021,2.0021,0,0,1,8,6H18V8H8v7H24a2.0021,2.0021,0,0,1,2,2v7A2.0021,2.0021,0,0,1,24,26Z"
1921
- })), _path111 || (_path111 = /*#__PURE__*/React__default["default"].createElement("path", {
1967
+ })), _path115 || (_path115 = /*#__PURE__*/React__default["default"].createElement("path", {
1922
1968
  d: "M28,12H22a2.0023,2.0023,0,0,1-2-2V4a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2v6A2.0023,2.0023,0,0,1,28,12ZM22,4v6h6V4Z"
1923
1969
  })), children);
1924
1970
  });
1925
1971
  if (process.env.NODE_ENV !== "production") {
1926
1972
  DataRefinery.propTypes = iconPropTypes.iconPropTypes;
1927
1973
  }
1928
- const DataRefineryReference = /*#__PURE__*/React__default["default"].forwardRef(function DataRefineryReference(_ref79, ref) {
1974
+ const DataRefineryReference = /*#__PURE__*/React__default["default"].forwardRef(function DataRefineryReference(_ref81, ref) {
1929
1975
  let {
1930
1976
  children,
1931
1977
  size = 16,
1932
1978
  ...rest
1933
- } = _ref79;
1979
+ } = _ref81;
1934
1980
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1935
1981
  width: size,
1936
1982
  height: size,
@@ -1939,21 +1985,21 @@ const DataRefineryReference = /*#__PURE__*/React__default["default"].forwardRef(
1939
1985
  viewBox: "0 0 32 32",
1940
1986
  fill: "currentColor",
1941
1987
  ...rest
1942
- }, _path112 || (_path112 = /*#__PURE__*/React__default["default"].createElement("path", {
1988
+ }, _path116 || (_path116 = /*#__PURE__*/React__default["default"].createElement("path", {
1943
1989
  d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM28 12H22a2.0023 2.0023 0 01-2-2V4a2.0023 2.0023 0 012-2h6a2.0023 2.0023 0 012 2v6A2.0023 2.0023 0 0128 12zM22 4v6h6V4z"
1944
- })), _path113 || (_path113 = /*#__PURE__*/React__default["default"].createElement("path", {
1990
+ })), _path117 || (_path117 = /*#__PURE__*/React__default["default"].createElement("path", {
1945
1991
  d: "M24,26H16V24h8V17H8a2.0021,2.0021,0,0,1-2-2V8A2.0021,2.0021,0,0,1,8,6H18V8H8v7H24a2.0021,2.0021,0,0,1,2,2v7A2.0021,2.0021,0,0,1,24,26Z"
1946
1992
  })), children);
1947
1993
  });
1948
1994
  if (process.env.NODE_ENV !== "production") {
1949
1995
  DataRefineryReference.propTypes = iconPropTypes.iconPropTypes;
1950
1996
  }
1951
- const DataShare = /*#__PURE__*/React__default["default"].forwardRef(function DataShare(_ref80, ref) {
1997
+ const DataShare = /*#__PURE__*/React__default["default"].forwardRef(function DataShare(_ref82, ref) {
1952
1998
  let {
1953
1999
  children,
1954
2000
  size = 16,
1955
2001
  ...rest
1956
- } = _ref80;
2002
+ } = _ref82;
1957
2003
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1958
2004
  width: size,
1959
2005
  height: size,
@@ -1962,19 +2008,19 @@ const DataShare = /*#__PURE__*/React__default["default"].forwardRef(function Dat
1962
2008
  viewBox: "0 0 32 32",
1963
2009
  fill: "currentColor",
1964
2010
  ...rest
1965
- }, _path114 || (_path114 = /*#__PURE__*/React__default["default"].createElement("path", {
2011
+ }, _path118 || (_path118 = /*#__PURE__*/React__default["default"].createElement("path", {
1966
2012
  d: "M5 25V15.8281l-3.5859 3.586L0 18l6-6 6 6-1.4141 1.4141L7 15.8281V25H19v2H7A2.0024 2.0024 0 015 25zM24 22h4a2.002 2.002 0 012 2v4a2.002 2.002 0 01-2 2H24a2.002 2.002 0 01-2-2V24A2.002 2.002 0 0124 22zm4 6V24H23.9985L24 28zM27 6v9.1719l3.5859-3.586L32 13l-6 6-6-6 1.4141-1.4141L25 15.1719V6H13V4H25A2.0024 2.0024 0 0127 6zM2 6H8V8H2zM2 2H10V4H2z"
1967
2013
  })), children);
1968
2014
  });
1969
2015
  if (process.env.NODE_ENV !== "production") {
1970
2016
  DataShare.propTypes = iconPropTypes.iconPropTypes;
1971
2017
  }
1972
- const DataTable = /*#__PURE__*/React__default["default"].forwardRef(function DataTable(_ref81, ref) {
2018
+ const DataTable = /*#__PURE__*/React__default["default"].forwardRef(function DataTable(_ref83, ref) {
1973
2019
  let {
1974
2020
  children,
1975
2021
  size = 16,
1976
2022
  ...rest
1977
- } = _ref81;
2023
+ } = _ref83;
1978
2024
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
1979
2025
  width: size,
1980
2026
  height: size,
@@ -1983,21 +2029,21 @@ const DataTable = /*#__PURE__*/React__default["default"].forwardRef(function Dat
1983
2029
  viewBox: "0 0 32 32",
1984
2030
  fill: "currentColor",
1985
2031
  ...rest
1986
- }, _path115 || (_path115 = /*#__PURE__*/React__default["default"].createElement("path", {
2032
+ }, _path119 || (_path119 = /*#__PURE__*/React__default["default"].createElement("path", {
1987
2033
  d: "M8 18H12V20H8zM14 18H18V20H14zM8 14H12V16H8zM14 22H18V24H14zM20 14H24V16H20zM20 22H24V24H20z"
1988
- })), _path116 || (_path116 = /*#__PURE__*/React__default["default"].createElement("path", {
2034
+ })), _path120 || (_path120 = /*#__PURE__*/React__default["default"].createElement("path", {
1989
2035
  d: "M27,3H5A2.0025,2.0025,0,0,0,3,5V27a2.0025,2.0025,0,0,0,2,2H27a2.0025,2.0025,0,0,0,2-2V5A2.0025,2.0025,0,0,0,27,3Zm0,2,0,4H5V5ZM5,27V11H27l0,16Z"
1990
2036
  })), children);
1991
2037
  });
1992
2038
  if (process.env.NODE_ENV !== "production") {
1993
2039
  DataTable.propTypes = iconPropTypes.iconPropTypes;
1994
2040
  }
1995
- const DataTableReference = /*#__PURE__*/React__default["default"].forwardRef(function DataTableReference(_ref82, ref) {
2041
+ const DataTableReference = /*#__PURE__*/React__default["default"].forwardRef(function DataTableReference(_ref84, ref) {
1996
2042
  let {
1997
2043
  children,
1998
2044
  size = 16,
1999
2045
  ...rest
2000
- } = _ref82;
2046
+ } = _ref84;
2001
2047
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2002
2048
  width: size,
2003
2049
  height: size,
@@ -2006,21 +2052,21 @@ const DataTableReference = /*#__PURE__*/React__default["default"].forwardRef(fun
2006
2052
  viewBox: "0 0 32 32",
2007
2053
  fill: "currentColor",
2008
2054
  ...rest
2009
- }, _path117 || (_path117 = /*#__PURE__*/React__default["default"].createElement("path", {
2055
+ }, _path121 || (_path121 = /*#__PURE__*/React__default["default"].createElement("path", {
2010
2056
  d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM20 22H24V24H20zM16 18H20V20H16zM20 14H24V16H20zM8 14H12V16H8z"
2011
- })), _path118 || (_path118 = /*#__PURE__*/React__default["default"].createElement("path", {
2057
+ })), _path122 || (_path122 = /*#__PURE__*/React__default["default"].createElement("path", {
2012
2058
  d: "M27,3H5A2.0027,2.0027,0,0,0,3,5V16H5V11H27V27H16v2H27a2.0027,2.0027,0,0,0,2-2V5A2.0027,2.0027,0,0,0,27,3Zm0,6H5V5H27Z"
2013
2059
  })), children);
2014
2060
  });
2015
2061
  if (process.env.NODE_ENV !== "production") {
2016
2062
  DataTableReference.propTypes = iconPropTypes.iconPropTypes;
2017
2063
  }
2018
- const DataVis_1 = /*#__PURE__*/React__default["default"].forwardRef(function DataVis_1(_ref83, ref) {
2064
+ const DataVis_1 = /*#__PURE__*/React__default["default"].forwardRef(function DataVis_1(_ref85, ref) {
2019
2065
  let {
2020
2066
  children,
2021
2067
  size = 16,
2022
2068
  ...rest
2023
- } = _ref83;
2069
+ } = _ref85;
2024
2070
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2025
2071
  width: size,
2026
2072
  height: size,
@@ -2029,19 +2075,19 @@ const DataVis_1 = /*#__PURE__*/React__default["default"].forwardRef(function Dat
2029
2075
  viewBox: "0 0 32 32",
2030
2076
  fill: "currentColor",
2031
2077
  ...rest
2032
- }, _path119 || (_path119 = /*#__PURE__*/React__default["default"].createElement("path", {
2078
+ }, _path123 || (_path123 = /*#__PURE__*/React__default["default"].createElement("path", {
2033
2079
  d: "M26,22a3.9553,3.9553,0,0,0-2.0193.5667L20.167,18.7529a4.9654,4.9654,0,0,0,0-5.5058L22.714,10.7A3.0284,3.0284,0,1,0,21.3,9.286l-2.547,2.547a4.9654,4.9654,0,0,0-5.5058,0L9.4332,8.0191A3.9553,3.9553,0,0,0,10,6a4,4,0,1,0-4,4,3.9553,3.9553,0,0,0,2.0191-.5668l3.8139,3.8139a4.9654,4.9654,0,0,0,0,5.5058L8.0192,22.5668A3.9556,3.9556,0,0,0,6,22a4,4,0,1,0,4,4,3.9553,3.9553,0,0,0-.5667-2.0192l3.8138-3.8138A4.9686,4.9686,0,0,0,15,20.8989v3.2848a3,3,0,1,0,2,0V20.8989a4.9686,4.9686,0,0,0,1.7529-.7319l3.8138,3.8137A3.9553,3.9553,0,0,0,22,26a4,4,0,1,0,4-4ZM16,13a3,3,0,1,1-3,3A3.0033,3.0033,0,0,1,16,13ZM4,6A2,2,0,1,1,6,8,2.002,2.002,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,28Zm20,0a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,26,28Z"
2034
2080
  })), children);
2035
2081
  });
2036
2082
  if (process.env.NODE_ENV !== "production") {
2037
2083
  DataVis_1.propTypes = iconPropTypes.iconPropTypes;
2038
2084
  }
2039
- const DataVis_2 = /*#__PURE__*/React__default["default"].forwardRef(function DataVis_2(_ref84, ref) {
2085
+ const DataVis_2 = /*#__PURE__*/React__default["default"].forwardRef(function DataVis_2(_ref86, ref) {
2040
2086
  let {
2041
2087
  children,
2042
2088
  size = 16,
2043
2089
  ...rest
2044
- } = _ref84;
2090
+ } = _ref86;
2045
2091
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2046
2092
  width: size,
2047
2093
  height: size,
@@ -2050,19 +2096,19 @@ const DataVis_2 = /*#__PURE__*/React__default["default"].forwardRef(function Dat
2050
2096
  viewBox: "0 0 32 32",
2051
2097
  fill: "currentColor",
2052
2098
  ...rest
2053
- }, _path120 || (_path120 = /*#__PURE__*/React__default["default"].createElement("path", {
2099
+ }, _path124 || (_path124 = /*#__PURE__*/React__default["default"].createElement("path", {
2054
2100
  d: "M28,2H17a2.002,2.002,0,0,0-2,2v6H4a2.002,2.002,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2H15a2.0023,2.0023,0,0,0,2-2V22H28a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,2,0,4H17V4ZM15.0009,22H4V18H15ZM17,10H28.0007l.0005,4H17Zm-2,2v4H4V12ZM4,28V24H15.0011l0,4Zm13-8V16H28.0015l0,4Z"
2055
2101
  })), children);
2056
2102
  });
2057
2103
  if (process.env.NODE_ENV !== "production") {
2058
2104
  DataVis_2.propTypes = iconPropTypes.iconPropTypes;
2059
2105
  }
2060
- const DataVis_3 = /*#__PURE__*/React__default["default"].forwardRef(function DataVis_3(_ref85, ref) {
2106
+ const DataVis_3 = /*#__PURE__*/React__default["default"].forwardRef(function DataVis_3(_ref87, ref) {
2061
2107
  let {
2062
2108
  children,
2063
2109
  size = 16,
2064
2110
  ...rest
2065
- } = _ref85;
2111
+ } = _ref87;
2066
2112
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2067
2113
  width: size,
2068
2114
  height: size,
@@ -2071,19 +2117,19 @@ const DataVis_3 = /*#__PURE__*/React__default["default"].forwardRef(function Dat
2071
2117
  viewBox: "0 0 32 32",
2072
2118
  fill: "currentColor",
2073
2119
  ...rest
2074
- }, _path121 || (_path121 = /*#__PURE__*/React__default["default"].createElement("path", {
2120
+ }, _path125 || (_path125 = /*#__PURE__*/React__default["default"].createElement("path", {
2075
2121
  d: "M28,3a2.9913,2.9913,0,0,0-2.8163,2H21.858a3.9807,3.9807,0,0,0-7.716,0H9.858A3.9916,3.9916,0,1,0,5,9.858v4.284a3.9807,3.9807,0,0,0,0,7.716v3.3257a3,3,0,1,0,2,0V21.858a3.978,3.978,0,0,0,1.6729-.9034l3.3638,1.6819A2.9635,2.9635,0,0,0,12,23a3.0117,3.0117,0,1,0,.9221-2.1572L9.7744,19.269A3.95,3.95,0,0,0,10,18a3.9963,3.9963,0,0,0-3-3.858V9.858A3.9947,3.9947,0,0,0,9.858,7h4.284a3.9366,3.9366,0,0,0,4.7816,2.8818l1.8118,3.1705a3.0451,3.0451,0,1,0,1.7326-.9987L20.6893,8.941A3.9839,3.9839,0,0,0,21.858,7h3.3257A2.995,2.995,0,1,0,28,3ZM8,18a2,2,0,1,1-2-2A2.0023,2.0023,0,0,1,8,18ZM6,8A2,2,0,1,1,8,6,2.002,2.002,0,0,1,6,8ZM16,6a2,2,0,1,1,2,2A2.002,2.002,0,0,1,16,6Z"
2076
2122
  })), children);
2077
2123
  });
2078
2124
  if (process.env.NODE_ENV !== "production") {
2079
2125
  DataVis_3.propTypes = iconPropTypes.iconPropTypes;
2080
2126
  }
2081
- const DataVis_4 = /*#__PURE__*/React__default["default"].forwardRef(function DataVis_4(_ref86, ref) {
2127
+ const DataVis_4 = /*#__PURE__*/React__default["default"].forwardRef(function DataVis_4(_ref88, ref) {
2082
2128
  let {
2083
2129
  children,
2084
2130
  size = 16,
2085
2131
  ...rest
2086
- } = _ref86;
2132
+ } = _ref88;
2087
2133
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2088
2134
  width: size,
2089
2135
  height: size,
@@ -2092,19 +2138,19 @@ const DataVis_4 = /*#__PURE__*/React__default["default"].forwardRef(function Dat
2092
2138
  viewBox: "0 0 32 32",
2093
2139
  fill: "currentColor",
2094
2140
  ...rest
2095
- }, _path122 || (_path122 = /*#__PURE__*/React__default["default"].createElement("path", {
2141
+ }, _path126 || (_path126 = /*#__PURE__*/React__default["default"].createElement("path", {
2096
2142
  d: "M27,3H5A2.002,2.002,0,0,0,3,5V27a2.0023,2.0023,0,0,0,2,2H27a2.0027,2.0027,0,0,0,2-2V5A2.0023,2.0023,0,0,0,27,3Zm0,6H17V5H27ZM15,27H11V23h4Zm0-6H11V17h4ZM9,21H5V17H9Zm2-6V11H21v4Zm0-6V5h4V9Zm12,2h4l0,4H23ZM9,5V15H5V5ZM5,23H9v4H5Zm12,4V17H27.001l.001,10Z"
2097
2143
  })), children);
2098
2144
  });
2099
2145
  if (process.env.NODE_ENV !== "production") {
2100
2146
  DataVis_4.propTypes = iconPropTypes.iconPropTypes;
2101
2147
  }
2102
- const DataVolume = /*#__PURE__*/React__default["default"].forwardRef(function DataVolume(_ref87, ref) {
2148
+ const DataVolume = /*#__PURE__*/React__default["default"].forwardRef(function DataVolume(_ref89, ref) {
2103
2149
  let {
2104
2150
  children,
2105
2151
  size = 16,
2106
2152
  ...rest
2107
- } = _ref87;
2153
+ } = _ref89;
2108
2154
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2109
2155
  width: size,
2110
2156
  height: size,
@@ -2113,19 +2159,19 @@ const DataVolume = /*#__PURE__*/React__default["default"].forwardRef(function Da
2113
2159
  viewBox: "0 0 32 32",
2114
2160
  fill: "currentColor",
2115
2161
  ...rest
2116
- }, _path123 || (_path123 = /*#__PURE__*/React__default["default"].createElement("path", {
2162
+ }, _path127 || (_path127 = /*#__PURE__*/React__default["default"].createElement("path", {
2117
2163
  d: "M30 20h-4v2h4v2h-3c-1.1046 0-2 .8954-2 2v2c0 1.1046.8954 2 2 2h5v-8c0-1.103-.8975-2-2-2zm0 8h-3v-2h3v2zM24 22v-2h-3v-2h-2v2h-2v2h2v6c0 1.1025.8975 2 2 2h3v-2h-3v-6h3zM14 20h-4v2h4v2h-3c-1.1046 0-2 .8954-2 2v2c0 1.1046.8954 2 2 2h5v-8c0-1.103-.8975-2-2-2zm0 8h-3v-2h3v2zM5 16.0005v4H2c-1.1025 0-2 .897-2 2v5.9995c0 1.1025.8975 2 2 2H7v-13.9995h-2zm-3 5.9995h3v6H2v-6zM4 14V5h7.5857l4 4h12.4143v8h2V9c-.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"
2118
2164
  })), children);
2119
2165
  });
2120
2166
  if (process.env.NODE_ENV !== "production") {
2121
2167
  DataVolume.propTypes = iconPropTypes.iconPropTypes;
2122
2168
  }
2123
- const DataVolumeAlt = /*#__PURE__*/React__default["default"].forwardRef(function DataVolumeAlt(_ref88, ref) {
2169
+ const DataVolumeAlt = /*#__PURE__*/React__default["default"].forwardRef(function DataVolumeAlt(_ref90, ref) {
2124
2170
  let {
2125
2171
  children,
2126
2172
  size = 16,
2127
2173
  ...rest
2128
- } = _ref88;
2174
+ } = _ref90;
2129
2175
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2130
2176
  width: size,
2131
2177
  height: size,
@@ -2134,27 +2180,27 @@ const DataVolumeAlt = /*#__PURE__*/React__default["default"].forwardRef(function
2134
2180
  viewBox: "0 0 32 32",
2135
2181
  fill: "currentColor",
2136
2182
  ...rest
2137
- }, _path124 || (_path124 = /*#__PURE__*/React__default["default"].createElement("path", {
2183
+ }, _path128 || (_path128 = /*#__PURE__*/React__default["default"].createElement("path", {
2138
2184
  d: "M25,29c-1.6543,0-3-1.3458-3-3s1.3457-3,3-3,3,1.3458,3,3-1.3457,3-3,3Zm0-4c-.5515,0-1,.4486-1,1s.4485,1,1,1,1-.4486,1-1-.4485-1-1-1Z"
2139
2185
  })), _circle38 || (_circle38 = /*#__PURE__*/React__default["default"].createElement("circle", {
2140
2186
  cx: "20",
2141
2187
  cy: "21",
2142
2188
  r: "2"
2143
- })), _path125 || (_path125 = /*#__PURE__*/React__default["default"].createElement("path", {
2189
+ })), _path129 || (_path129 = /*#__PURE__*/React__default["default"].createElement("path", {
2144
2190
  d: "M15,19c-1.6543,0-3-1.3458-3-3s1.3457-3,3-3,3,1.3458,3,3-1.3457,3-3,3Zm0-4c-.5515,0-1,.4486-1,1s.4485,1,1,1,1-.4486,1-1-.4485-1-1-1Z"
2145
- })), _path126 || (_path126 = /*#__PURE__*/React__default["default"].createElement("path", {
2191
+ })), _path130 || (_path130 = /*#__PURE__*/React__default["default"].createElement("path", {
2146
2192
  d: "M13,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-4H4V25H13v2Z"
2147
2193
  })), children);
2148
2194
  });
2149
2195
  if (process.env.NODE_ENV !== "production") {
2150
2196
  DataVolumeAlt.propTypes = iconPropTypes.iconPropTypes;
2151
2197
  }
2152
- const DatabaseDatastax = /*#__PURE__*/React__default["default"].forwardRef(function DatabaseDatastax(_ref89, ref) {
2198
+ const DatabaseDatastax = /*#__PURE__*/React__default["default"].forwardRef(function DatabaseDatastax(_ref91, ref) {
2153
2199
  let {
2154
2200
  children,
2155
2201
  size = 16,
2156
2202
  ...rest
2157
- } = _ref89;
2203
+ } = _ref91;
2158
2204
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2159
2205
  width: size,
2160
2206
  height: size,
@@ -2163,19 +2209,19 @@ const DatabaseDatastax = /*#__PURE__*/React__default["default"].forwardRef(funct
2163
2209
  viewBox: "0 0 32 32",
2164
2210
  fill: "currentColor",
2165
2211
  ...rest
2166
- }, _path127 || (_path127 = /*#__PURE__*/React__default["default"].createElement("path", {
2212
+ }, _path131 || (_path131 = /*#__PURE__*/React__default["default"].createElement("path", {
2167
2213
  d: "M18.8684 22.0684l1.7937-1.7476A4.2184 4.2184 0 0023.95 21.9534c1.4026 0 2.0005-.5288 2.0005-1.38 0-.69-.4138-1.1267-1.4717-1.2646l-1.1958-.1612c-2.5754-.3217-4.0009-1.4484-4.0009-3.633 0-2.3225 1.8166-3.7942 4.5529-3.7942a5.7221 5.7221 0 014.691 1.8855l-1.7246 1.7246a3.9649 3.9649 0 00-2.8743-1.2876c-1.2649 0-1.8167.5059-1.8167 1.2417 0 .8049.4368 1.1726 1.5638 1.3567l1.2187.1609c2.6213.3679 3.886 1.5408 3.886 3.5412 0 2.3226-1.9546 3.9322-4.9439 3.9322A6.0942 6.0942 0 0118.8684 22.0684zM4.24 7.95h5.8409c4.185 0 6.9213 2.69 6.9213 8.0254S14.2661 24 10.0811 24H4.24zm5.8409 13.36c2.2534 0 3.7021-1.3338 3.7021-4.07V14.71c0-2.7364-1.4487-4.07-3.7021-4.07H7.2756V21.31z"
2168
2214
  })), children);
2169
2215
  });
2170
2216
  if (process.env.NODE_ENV !== "production") {
2171
2217
  DatabaseDatastax.propTypes = iconPropTypes.iconPropTypes;
2172
2218
  }
2173
- const DatabaseElastic = /*#__PURE__*/React__default["default"].forwardRef(function DatabaseElastic(_ref90, ref) {
2219
+ const DatabaseElastic = /*#__PURE__*/React__default["default"].forwardRef(function DatabaseElastic(_ref92, ref) {
2174
2220
  let {
2175
2221
  children,
2176
2222
  size = 16,
2177
2223
  ...rest
2178
- } = _ref90;
2224
+ } = _ref92;
2179
2225
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2180
2226
  width: size,
2181
2227
  height: size,
@@ -2184,19 +2230,19 @@ const DatabaseElastic = /*#__PURE__*/React__default["default"].forwardRef(functi
2184
2230
  viewBox: "0 0 32 32",
2185
2231
  fill: "currentColor",
2186
2232
  ...rest
2187
- }, _path128 || (_path128 = /*#__PURE__*/React__default["default"].createElement("path", {
2233
+ }, _path132 || (_path132 = /*#__PURE__*/React__default["default"].createElement("path", {
2188
2234
  d: "M17.8281 22.0684l1.7937-1.7476A4.2185 4.2185 0 0022.91 21.9534c1.4025 0 2-.5288 2-1.38 0-.69-.4138-1.1267-1.4716-1.2646l-1.1958-.1612c-2.5755-.3217-4.001-1.4484-4.001-3.633 0-2.3225 1.8166-3.7942 4.553-3.7942a5.722 5.722 0 014.6909 1.8855l-1.7246 1.7246a3.9643 3.9643 0 00-2.8743-1.2876c-1.2649 0-1.8166.5059-1.8166 1.2417 0 .8049.4367 1.1726 1.5637 1.3567l1.2187.1609c2.6214.3679 3.886 1.5408 3.886 3.5413 0 2.3225-1.9546 3.9321-4.9438 3.9321A6.0944 6.0944 0 0117.8281 22.0684zM5.2471 24V7.95H15.825v2.69H8.2825v3.8862h6.6687v2.6905H8.2825V21.31H15.825V24z"
2189
2235
  })), children);
2190
2236
  });
2191
2237
  if (process.env.NODE_ENV !== "production") {
2192
2238
  DatabaseElastic.propTypes = iconPropTypes.iconPropTypes;
2193
2239
  }
2194
- const DatabaseEnterpriseDb2 = /*#__PURE__*/React__default["default"].forwardRef(function DatabaseEnterpriseDb2(_ref91, ref) {
2240
+ const DatabaseEnterpriseDb2 = /*#__PURE__*/React__default["default"].forwardRef(function DatabaseEnterpriseDb2(_ref93, ref) {
2195
2241
  let {
2196
2242
  children,
2197
2243
  size = 16,
2198
2244
  ...rest
2199
- } = _ref91;
2245
+ } = _ref93;
2200
2246
  if (process.env.NODE_ENV !== "production") {
2201
2247
  if (!didWarnAboutDeprecation["DatabaseEnterpriseDb2"]) {
2202
2248
  didWarnAboutDeprecation["DatabaseEnterpriseDb2"] = true;
@@ -2211,19 +2257,19 @@ const DatabaseEnterpriseDb2 = /*#__PURE__*/React__default["default"].forwardRef(
2211
2257
  viewBox: "0 0 32 32",
2212
2258
  fill: "currentColor",
2213
2259
  ...rest
2214
- }, _path129 || (_path129 = /*#__PURE__*/React__default["default"].createElement("path", {
2260
+ }, _path133 || (_path133 = /*#__PURE__*/React__default["default"].createElement("path", {
2215
2261
  d: "M17.84 24V11.9966H20.783v2h.1149a3.3115 3.3115 0 013.3572-2.2764c2.46 0 3.84 1.7017 3.84 4.6909V24H25.1519V16.7107c0-1.7017-.5748-2.5754-1.9776-2.5754-1.2187 0-2.3913.6438-2.3913 1.9314V24zM4.2236 24V7.95H14.8015v2.69H7.259v3.8862h6.6687v2.6905H7.259V21.31h7.5425V24z"
2216
2262
  })), children);
2217
2263
  });
2218
2264
  if (process.env.NODE_ENV !== "production") {
2219
2265
  DatabaseEnterpriseDb2.propTypes = iconPropTypes.iconPropTypes;
2220
2266
  }
2221
- const DatabaseEnterprisedb = /*#__PURE__*/React__default["default"].forwardRef(function DatabaseEnterprisedb(_ref92, ref) {
2267
+ const DatabaseEnterprisedb = /*#__PURE__*/React__default["default"].forwardRef(function DatabaseEnterprisedb(_ref94, ref) {
2222
2268
  let {
2223
2269
  children,
2224
2270
  size = 16,
2225
2271
  ...rest
2226
- } = _ref92;
2272
+ } = _ref94;
2227
2273
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2228
2274
  width: size,
2229
2275
  height: size,
@@ -2232,19 +2278,19 @@ const DatabaseEnterprisedb = /*#__PURE__*/React__default["default"].forwardRef(f
2232
2278
  viewBox: "0 0 32 32",
2233
2279
  fill: "currentColor",
2234
2280
  ...rest
2235
- }, _path130 || (_path130 = /*#__PURE__*/React__default["default"].createElement("path", {
2281
+ }, _path134 || (_path134 = /*#__PURE__*/React__default["default"].createElement("path", {
2236
2282
  d: "M17.84 24V11.9966H20.783v2h.1149a3.3115 3.3115 0 013.3572-2.2764c2.46 0 3.84 1.7017 3.84 4.6909V24H25.1519V16.7107c0-1.7017-.5748-2.5754-1.9776-2.5754-1.2187 0-2.3913.6438-2.3913 1.9314V24zM4.2236 24V7.95H14.8015v2.69H7.259v3.8862h6.6687v2.6905H7.259V21.31h7.5425V24z"
2237
2283
  })), children);
2238
2284
  });
2239
2285
  if (process.env.NODE_ENV !== "production") {
2240
2286
  DatabaseEnterprisedb.propTypes = iconPropTypes.iconPropTypes;
2241
2287
  }
2242
- const DatabaseEtcd = /*#__PURE__*/React__default["default"].forwardRef(function DatabaseEtcd(_ref93, ref) {
2288
+ const DatabaseEtcd = /*#__PURE__*/React__default["default"].forwardRef(function DatabaseEtcd(_ref95, ref) {
2243
2289
  let {
2244
2290
  children,
2245
2291
  size = 16,
2246
2292
  ...rest
2247
- } = _ref93;
2293
+ } = _ref95;
2248
2294
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2249
2295
  width: size,
2250
2296
  height: size,
@@ -2253,19 +2299,19 @@ const DatabaseEtcd = /*#__PURE__*/React__default["default"].forwardRef(function
2253
2299
  viewBox: "0 0 32 32",
2254
2300
  fill: "currentColor",
2255
2301
  ...rest
2256
- }, _path131 || (_path131 = /*#__PURE__*/React__default["default"].createElement("path", {
2302
+ }, _path135 || (_path135 = /*#__PURE__*/React__default["default"].createElement("path", {
2257
2303
  d: "M20.9443 20.9417v-6.6h-1.77V11.9966h.92c.8735 0 1.1494-.4138 1.1494-1.2417V8.7083h2.6445v3.2883h2.46V14.342h-2.46v7.3125h2.2764V24H24.0488A2.778 2.778 0 0120.9443 20.9417zM6.6846 24V7.95H17.2627v2.69H9.72v3.8862h6.669v2.6905H9.72V21.31h7.543V24z"
2258
2304
  })), children);
2259
2305
  });
2260
2306
  if (process.env.NODE_ENV !== "production") {
2261
2307
  DatabaseEtcd.propTypes = iconPropTypes.iconPropTypes;
2262
2308
  }
2263
- const DatabaseMessaging = /*#__PURE__*/React__default["default"].forwardRef(function DatabaseMessaging(_ref94, ref) {
2309
+ const DatabaseMessaging = /*#__PURE__*/React__default["default"].forwardRef(function DatabaseMessaging(_ref96, ref) {
2264
2310
  let {
2265
2311
  children,
2266
2312
  size = 16,
2267
2313
  ...rest
2268
- } = _ref94;
2314
+ } = _ref96;
2269
2315
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2270
2316
  width: size,
2271
2317
  height: size,
@@ -2274,21 +2320,21 @@ const DatabaseMessaging = /*#__PURE__*/React__default["default"].forwardRef(func
2274
2320
  viewBox: "0 0 32 32",
2275
2321
  fill: "currentColor",
2276
2322
  ...rest
2277
- }, _path132 || (_path132 = /*#__PURE__*/React__default["default"].createElement("path", {
2323
+ }, _path136 || (_path136 = /*#__PURE__*/React__default["default"].createElement("path", {
2278
2324
  d: "m23,32l-1.755-1,2.755-4h4v-7h-12v7h4v2h-4c-1.1025,0-2-.8975-2-2v-7c0-1.1025.8975-2,2-2h12c1.1025,0,2,.8975,2,2v7c0,1.1025-.8975,2-2,2h-3l-2,3Z"
2279
- })), _path133 || (_path133 = /*#__PURE__*/React__default["default"].createElement("path", {
2325
+ })), _path137 || (_path137 = /*#__PURE__*/React__default["default"].createElement("path", {
2280
2326
  d: "m13,2C7.7021,2,2,3.252,2,6v18c0,2.4033,4.3618,3.6626,9,3.9404v-2.0015c-4.5337-.2803-6.8674-1.4644-7-1.939v-3.5723c1.7065.856,4.3062,1.3442,7,1.5063v-1.9951c-4.5337-.2803-6.8674-1.4644-7-1.939v-3.5723c2.1279,1.0674,5.6426,1.5723,9,1.5723,5.2979,0,11-1.252,11-4v-6.0005c-.0007-2.748-5.7024-3.9995-11-3.9995ZM3.9985,6.0151c.1523-.5552,3.1514-2.0151,9.0015-2.0151,5.7976,0,8.7949,1.4341,8.9968,2-.2019.5659-3.1992,2-8.9968,2-5.8501,0-8.8491-1.46-9.0015-1.9849Zm18.0015,5.9722c-.1606.5571-3.1587,2.0127-9,2.0127-5.8501,0-8.8491-1.46-9-2v-3.5723c2.1279,1.0674,5.6426,1.5723,9,1.5723s6.8721-.5049,9-1.5723v3.5596Z"
2281
2327
  })), children);
2282
2328
  });
2283
2329
  if (process.env.NODE_ENV !== "production") {
2284
2330
  DatabaseMessaging.propTypes = iconPropTypes.iconPropTypes;
2285
2331
  }
2286
- const DatabaseMongodb = /*#__PURE__*/React__default["default"].forwardRef(function DatabaseMongodb(_ref95, ref) {
2332
+ const DatabaseMongodb = /*#__PURE__*/React__default["default"].forwardRef(function DatabaseMongodb(_ref97, ref) {
2287
2333
  let {
2288
2334
  children,
2289
2335
  size = 16,
2290
2336
  ...rest
2291
- } = _ref95;
2337
+ } = _ref97;
2292
2338
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2293
2339
  width: size,
2294
2340
  height: size,
@@ -2297,19 +2343,19 @@ const DatabaseMongodb = /*#__PURE__*/React__default["default"].forwardRef(functi
2297
2343
  viewBox: "0 0 32 32",
2298
2344
  fill: "currentColor",
2299
2345
  ...rest
2300
- }, _path134 || (_path134 = /*#__PURE__*/React__default["default"].createElement("path", {
2346
+ }, _path138 || (_path138 = /*#__PURE__*/React__default["default"].createElement("path", {
2301
2347
  d: "M25.3481 28.875c-4.0473 0-5.5878-1.0579-5.5878-2.8284a2.2115 2.2115 0 012.1386-2.3v-.253a1.9726 1.9726 0 01-1.5405-2c0-1.242 1.0576-1.8628 2.207-2.1158v-.0918a3.6228 3.6228 0 01-2.1845-3.4953c0-2.4375 1.7246-4.07 4.9672-4.07A6.6717 6.6717 0 0127.44 12.02v-.3908a1.5343 1.5343 0 011.7022-1.7476h1.8623v2.2534H28.4521v.322a3.5917 3.5917 0 011.8628 3.3343c0 2.4145-1.7016 4.0241-4.9668 4.0241a7.3662 7.3662 0 01-1.8393-.207 1.23 1.23 0 00-.8511 1.0808c0 .5979.5059.8967 1.564.8967H27.44c2.9434 0 4.208 1.2649 4.208 3.4263C31.6484 27.5183 29.9473 28.875 25.3481 28.875zm1.4947-4.7371H22.75a1.473 1.473 0 00-.6211 1.2417c0 .92.6895 1.4717 2.5293 1.4717H26.13c1.9087 0 2.76-.4829 2.76-1.4946C28.89 24.5979 28.3374 24.1379 26.8428 24.1379zm.667-8.163v-.3912c0-1.2187-.7588-1.84-2.1617-1.84s-2.1616.6209-2.1616 1.84v.3912c0 1.1955.7588 1.84 2.1616 1.84S27.51 17.17 27.51 15.9749zM2.2344 7.95H5.66l4.1162 7.8413h.0923l4.07-7.8413h3.2886V24H14.3525V12.48h-.0918L13.0186 15.032l-3.2881 6.07-3.2881-6.07L5.2007 12.48H5.1084V24H2.2344z"
2302
2348
  })), children);
2303
2349
  });
2304
2350
  if (process.env.NODE_ENV !== "production") {
2305
2351
  DatabaseMongodb.propTypes = iconPropTypes.iconPropTypes;
2306
2352
  }
2307
- const DatabasePostgreSql = /*#__PURE__*/React__default["default"].forwardRef(function DatabasePostgreSql(_ref96, ref) {
2353
+ const DatabasePostgreSql = /*#__PURE__*/React__default["default"].forwardRef(function DatabasePostgreSql(_ref98, ref) {
2308
2354
  let {
2309
2355
  children,
2310
2356
  size = 16,
2311
2357
  ...rest
2312
- } = _ref96;
2358
+ } = _ref98;
2313
2359
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2314
2360
  width: size,
2315
2361
  height: size,
@@ -2318,19 +2364,19 @@ const DatabasePostgreSql = /*#__PURE__*/React__default["default"].forwardRef(fun
2318
2364
  viewBox: "0 0 32 32",
2319
2365
  fill: "currentColor",
2320
2366
  ...rest
2321
- }, _path135 || (_path135 = /*#__PURE__*/React__default["default"].createElement("path", {
2367
+ }, _path139 || (_path139 = /*#__PURE__*/React__default["default"].createElement("path", {
2322
2368
  d: "M22.98 28.875c-4.0474 0-5.5879-1.0579-5.5879-2.8284a2.2112 2.2112 0 012.1387-2.3v-.253a1.9725 1.9725 0 01-1.541-2c0-1.242 1.0576-1.8628 2.2075-2.1158v-.0918a3.622 3.622 0 01-2.1846-3.4953c0-2.4375 1.7246-4.07 4.9673-4.07a6.6768 6.6768 0 012.0923.2988v-.3908a1.5341 1.5341 0 011.7016-1.7476h1.8623v2.2534H26.0835v.322a3.5926 3.5926 0 011.8628 3.3343c0 2.4145-1.7022 4.0241-4.9668 4.0241a7.3717 7.3717 0 01-1.84-.207 1.23 1.23 0 00-.8505 1.0808c0 .5979.5058.8967 1.5634.8967h3.2193c2.9433 0 4.208 1.2649 4.208 3.4263C29.28 27.5183 27.5781 28.875 22.98 28.875zm1.4941-4.7371H20.3809A1.474 1.474 0 0019.76 25.38c0 .92.69 1.4717 2.5293 1.4717h1.4716c1.9092 0 2.76-.4829 2.76-1.4946C26.5205 24.5979 25.9688 24.1379 24.4736 24.1379zm.667-8.163v-.3912c0-1.2187-.7588-1.84-2.1611-1.84s-2.1621.6209-2.1621 1.84v.3912c0 1.1955.7588 1.84 2.1621 1.84S25.1406 17.17 25.1406 15.9749zM4.603 24V7.95h7.22c2.9668 0 4.76 2 4.76 4.967 0 2.9893-1.7935 4.9668-4.76 4.9668H7.6387V24zm3.0357-8.738h3.9092a1.6886 1.6886 0 001.8852-1.8167V12.3875a1.672 1.672 0 00-1.8852-1.7935H7.6387z"
2323
2369
  })), children);
2324
2370
  });
2325
2371
  if (process.env.NODE_ENV !== "production") {
2326
2372
  DatabasePostgreSql.propTypes = iconPropTypes.iconPropTypes;
2327
2373
  }
2328
- const DatabaseRabbit = /*#__PURE__*/React__default["default"].forwardRef(function DatabaseRabbit(_ref97, ref) {
2374
+ const DatabaseRabbit = /*#__PURE__*/React__default["default"].forwardRef(function DatabaseRabbit(_ref99, ref) {
2329
2375
  let {
2330
2376
  children,
2331
2377
  size = 16,
2332
2378
  ...rest
2333
- } = _ref97;
2379
+ } = _ref99;
2334
2380
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2335
2381
  width: size,
2336
2382
  height: size,
@@ -2339,19 +2385,19 @@ const DatabaseRabbit = /*#__PURE__*/React__default["default"].forwardRef(functio
2339
2385
  viewBox: "0 0 32 32",
2340
2386
  fill: "currentColor",
2341
2387
  ...rest
2342
- }, _path136 || (_path136 = /*#__PURE__*/React__default["default"].createElement("path", {
2388
+ }, _path140 || (_path140 = /*#__PURE__*/React__default["default"].createElement("path", {
2343
2389
  d: "M17.9434 20.7346c0-2.46 1.8623-3.6792 5.1279-3.6792h2.0464v-.8738c0-1.3337-.6665-2.1154-2.23-2.1154a3.1249 3.1249 0 00-2.7363 1.5175L18.4033 14.02a5.0544 5.0544 0 014.6909-2.3c3.2422 0 4.9668 1.54 4.9668 4.2771v5.6567h1.1958V24H27.624a2.184 2.184 0 01-2.23-2.07h-.1377c-.3912 1.5408-1.7017 2.3455-3.4952 2.3455C19.3232 24.2759 17.9434 22.8733 17.9434 20.7346zm7.1743-.3218V18.8262H23.2324c-1.541 0-2.3.5288-2.3 1.4717v.3908c0 .9658.667 1.4488 1.8164 1.4488C24.06 22.1375 25.1177 21.54 25.1177 20.4128zM6.9717 24H3.9365V7.95H11.18c2.92 0 4.7373 1.9316 4.7373 4.967a4.4237 4.4237 0 01-2.9893 4.553L16.2158 24h-3.38L9.8462 17.8145H6.9717zm3.9092-8.738a1.689 1.689 0 001.8857-1.8167V12.3875a1.6723 1.6723 0 00-1.8857-1.7935H6.9717v4.668z"
2344
2390
  })), children);
2345
2391
  });
2346
2392
  if (process.env.NODE_ENV !== "production") {
2347
2393
  DatabaseRabbit.propTypes = iconPropTypes.iconPropTypes;
2348
2394
  }
2349
- const DatabaseRedis = /*#__PURE__*/React__default["default"].forwardRef(function DatabaseRedis(_ref98, ref) {
2395
+ const DatabaseRedis = /*#__PURE__*/React__default["default"].forwardRef(function DatabaseRedis(_ref100, ref) {
2350
2396
  let {
2351
2397
  children,
2352
2398
  size = 16,
2353
2399
  ...rest
2354
- } = _ref98;
2400
+ } = _ref100;
2355
2401
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2356
2402
  width: size,
2357
2403
  height: size,
@@ -2360,19 +2406,19 @@ const DatabaseRedis = /*#__PURE__*/React__default["default"].forwardRef(function
2360
2406
  viewBox: "0 0 32 32",
2361
2407
  fill: "currentColor",
2362
2408
  ...rest
2363
- }, _path137 || (_path137 = /*#__PURE__*/React__default["default"].createElement("path", {
2409
+ }, _path141 || (_path141 = /*#__PURE__*/React__default["default"].createElement("path", {
2364
2410
  d: "M25.7156 22h-.115a3.371 3.371 0 01-3.3113 2.2764c-3.0124 0-4.6912-2.2764-4.6912-6.3006 0-4.0012 1.6788-6.2546 4.6912-6.2546a3.3049 3.3049 0 013.3113 2.2534h.115v-6.99h2.9433V24H25.7156zm0-2.1157V16.0667c0-1.1727-1.0808-1.9314-2.4837-1.9314A2.556 2.556 0 0020.68 16.9636v2.07a2.5365 2.5365 0 002.5522 2.8052C24.6348 21.8384 25.7156 21.1257 25.7156 19.8838zM6.5576 24H3.5222V7.95h7.2434c2.92 0 4.7371 1.9316 4.7371 4.967a4.4237 4.4237 0 01-2.9893 4.553L15.8018 24h-3.38L9.4321 17.8145H6.5576zm3.9092-8.738a1.6888 1.6888 0 001.8855-1.8167V12.3875a1.6722 1.6722 0 00-1.8855-1.7935H6.5576v4.668z"
2365
2411
  })), children);
2366
2412
  });
2367
2413
  if (process.env.NODE_ENV !== "production") {
2368
2414
  DatabaseRedis.propTypes = iconPropTypes.iconPropTypes;
2369
2415
  }
2370
- const Datastore = /*#__PURE__*/React__default["default"].forwardRef(function Datastore(_ref99, ref) {
2416
+ const Datastore = /*#__PURE__*/React__default["default"].forwardRef(function Datastore(_ref101, ref) {
2371
2417
  let {
2372
2418
  children,
2373
2419
  size = 16,
2374
2420
  ...rest
2375
- } = _ref99;
2421
+ } = _ref101;
2376
2422
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2377
2423
  width: size,
2378
2424
  height: size,
@@ -2385,27 +2431,27 @@ const Datastore = /*#__PURE__*/React__default["default"].forwardRef(function Dat
2385
2431
  cx: "23",
2386
2432
  cy: "23",
2387
2433
  r: "1"
2388
- })), _path138 || (_path138 = /*#__PURE__*/React__default["default"].createElement("path", {
2434
+ })), _path142 || (_path142 = /*#__PURE__*/React__default["default"].createElement("path", {
2389
2435
  d: "M8 22H20V24H8z"
2390
2436
  })), _circle40 || (_circle40 = /*#__PURE__*/React__default["default"].createElement("circle", {
2391
2437
  cx: "23",
2392
2438
  cy: "9",
2393
2439
  r: "1"
2394
- })), _path139 || (_path139 = /*#__PURE__*/React__default["default"].createElement("path", {
2440
+ })), _path143 || (_path143 = /*#__PURE__*/React__default["default"].createElement("path", {
2395
2441
  d: "M8 8H20V10H8z"
2396
- })), _path140 || (_path140 = /*#__PURE__*/React__default["default"].createElement("path", {
2442
+ })), _path144 || (_path144 = /*#__PURE__*/React__default["default"].createElement("path", {
2397
2443
  d: "M26,14a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2H6A2,2,0,0,0,4,6v6a2,2,0,0,0,2,2H8v4H6a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V20a2,2,0,0,0-2-2H24V14ZM6,6H26v6H6ZM26,26H6V20H26Zm-4-8H10V14H22Z"
2398
2444
  })), children);
2399
2445
  });
2400
2446
  if (process.env.NODE_ENV !== "production") {
2401
2447
  Datastore.propTypes = iconPropTypes.iconPropTypes;
2402
2448
  }
2403
- const Db2BufferPool = /*#__PURE__*/React__default["default"].forwardRef(function Db2BufferPool(_ref100, ref) {
2449
+ const Db2BufferPool = /*#__PURE__*/React__default["default"].forwardRef(function Db2BufferPool(_ref102, ref) {
2404
2450
  let {
2405
2451
  children,
2406
2452
  size = 16,
2407
2453
  ...rest
2408
- } = _ref100;
2454
+ } = _ref102;
2409
2455
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2410
2456
  width: size,
2411
2457
  height: size,
@@ -2414,21 +2460,21 @@ const Db2BufferPool = /*#__PURE__*/React__default["default"].forwardRef(function
2414
2460
  viewBox: "0 0 32 32",
2415
2461
  fill: "currentColor",
2416
2462
  ...rest
2417
- }, _path141 || (_path141 = /*#__PURE__*/React__default["default"].createElement("path", {
2463
+ }, _path145 || (_path145 = /*#__PURE__*/React__default["default"].createElement("path", {
2418
2464
  d: "M26.338 31L24.602 30 26.8895 26 23 26 26.993 19 28.73 20 26.4463 24 30.3367 24 26.338 31zM8 14H12V16H8zM20 14H24V16H20zM8 18H12V20H8zM14 18H18V20H14zM14 22H18V24H14z"
2419
- })), _path142 || (_path142 = /*#__PURE__*/React__default["default"].createElement("path", {
2465
+ })), _path146 || (_path146 = /*#__PURE__*/React__default["default"].createElement("path", {
2420
2466
  d: "M5,11H27v5h2V5c0-1.1025-.8972-2-2-2H5c-1.1028,0-2,.8975-2,2V27c0,1.1025,.8972,2,2,2h15v-2H5V11ZM27,5v4H5V5H27Z"
2421
2467
  })), children);
2422
2468
  });
2423
2469
  if (process.env.NODE_ENV !== "production") {
2424
2470
  Db2BufferPool.propTypes = iconPropTypes.iconPropTypes;
2425
2471
  }
2426
- const Db2DataSharingGroup = /*#__PURE__*/React__default["default"].forwardRef(function Db2DataSharingGroup(_ref101, ref) {
2472
+ const Db2DataSharingGroup = /*#__PURE__*/React__default["default"].forwardRef(function Db2DataSharingGroup(_ref103, ref) {
2427
2473
  let {
2428
2474
  children,
2429
2475
  size = 16,
2430
2476
  ...rest
2431
- } = _ref101;
2477
+ } = _ref103;
2432
2478
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2433
2479
  width: size,
2434
2480
  height: size,
@@ -2437,19 +2483,19 @@ const Db2DataSharingGroup = /*#__PURE__*/React__default["default"].forwardRef(fu
2437
2483
  viewBox: "0 0 32 32",
2438
2484
  fill: "currentColor",
2439
2485
  ...rest
2440
- }, _path143 || (_path143 = /*#__PURE__*/React__default["default"].createElement("path", {
2486
+ }, _path147 || (_path147 = /*#__PURE__*/React__default["default"].createElement("path", {
2441
2487
  d: "M8 28v-6.1699l2.5898 2.5801 1.4102-1.4102-5-5-5 5 1.4102 1.4102 2.5898-2.5801v6.1699c0 1.1025.8972 2 2 2h9v-2H8zM25 17c-2.8506 0-5 1.29-5 3v7c0 1.71 2.1494 3 5 3s5-1.29 5-3v-7c0-1.71-2.1494-3-5-3zm0 2c1.936 0 3 .751 3 1s-1.064 1-3 1-3-.751-3-1 1.064-1 3-1zm0 9c-1.936 0-3-.751-3-1v-4.5796c.8264.3623 1.8508.5796 3 .5796s2.1736-.2173 3-.5796v4.5796c0 .249-1.064 1-3 1zM28.5898 7.5898l-2.5898 2.5801V4c0-1.1025-.8972-2-2-2H15v2h9v6.1699l-2.5898-2.5801-1.4102 1.4102 5 5 5-5-1.4102-1.4102zM7 15c2.8506 0 5-1.29 5-3V5c0-1.71-2.1494-3-5-3S2 3.29 2 5v7c0 1.71 2.1494 3 5 3zm0-11c1.936 0 3 .751 3 1s-1.064 1-3 1-3-.751-3-1 1.064-1 3-1zm-3 3.4204c.8264.3623 1.8508.5796 3 .5796s2.1736-.2173 3-.5796v4.5796c0 .249-1.064 1-3 1s-3-.751-3-1V7.4204z"
2442
2488
  })), children);
2443
2489
  });
2444
2490
  if (process.env.NODE_ENV !== "production") {
2445
2491
  Db2DataSharingGroup.propTypes = iconPropTypes.iconPropTypes;
2446
2492
  }
2447
- const Db2Database = /*#__PURE__*/React__default["default"].forwardRef(function Db2Database(_ref102, ref) {
2493
+ const Db2Database = /*#__PURE__*/React__default["default"].forwardRef(function Db2Database(_ref104, ref) {
2448
2494
  let {
2449
2495
  children,
2450
2496
  size = 16,
2451
2497
  ...rest
2452
- } = _ref102;
2498
+ } = _ref104;
2453
2499
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2454
2500
  width: size,
2455
2501
  height: size,
@@ -2458,19 +2504,19 @@ const Db2Database = /*#__PURE__*/React__default["default"].forwardRef(function D
2458
2504
  viewBox: "0 0 32 32",
2459
2505
  fill: "currentColor",
2460
2506
  ...rest
2461
- }, _path144 || (_path144 = /*#__PURE__*/React__default["default"].createElement("path", {
2507
+ }, _path148 || (_path148 = /*#__PURE__*/React__default["default"].createElement("path", {
2462
2508
  d: "M16,3c-5.2979,0-11,1.252-11,4V25c0,2.748,5.7021,4,11,4s11-1.252,11-4V7c0-2.748-5.7021-4-11-4Zm0,2c5.7976,0,8.7949,1.4341,8.9968,2-.2019,.5659-3.1992,2-8.9968,2-5.8413,0-8.8394-1.4556-9-1.9824v-.0049c.1606-.5571,3.1587-2.0127,9-2.0127ZM7,9.4277c2.1279,1.0674,5.6426,1.5723,9,1.5723s6.8721-.5049,9-1.5723v3.5596c-.1606,.5571-3.1587,2.0127-9,2.0127-5.8501,0-8.8491-1.46-9-2v-3.5723Zm0,6c2.1279,1.0674,5.6426,1.5723,9,1.5723s6.8721-.5049,9-1.5723v3.5596c-.1606,.5571-3.1587,2.0127-9,2.0127-5.8501,0-8.8491-1.46-9-2v-3.5723Zm9,11.5723c-5.8501,0-8.8491-1.46-9-2v-3.5723c2.1279,1.0674,5.6426,1.5723,9,1.5723s6.8721-.5049,9-1.5723v3.5596c-.1606,.5571-3.1587,2.0127-9,2.0127Z"
2463
2509
  })), children);
2464
2510
  });
2465
2511
  if (process.env.NODE_ENV !== "production") {
2466
2512
  Db2Database.propTypes = iconPropTypes.iconPropTypes;
2467
2513
  }
2468
- const Debug = /*#__PURE__*/React__default["default"].forwardRef(function Debug(_ref103, ref) {
2514
+ const Debug = /*#__PURE__*/React__default["default"].forwardRef(function Debug(_ref105, ref) {
2469
2515
  let {
2470
2516
  children,
2471
2517
  size = 16,
2472
2518
  ...rest
2473
- } = _ref103;
2519
+ } = _ref105;
2474
2520
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2475
2521
  width: size,
2476
2522
  height: size,
@@ -2479,19 +2525,19 @@ const Debug = /*#__PURE__*/React__default["default"].forwardRef(function Debug(_
2479
2525
  viewBox: "0 0 32 32",
2480
2526
  fill: "currentColor",
2481
2527
  ...rest
2482
- }, _path145 || (_path145 = /*#__PURE__*/React__default["default"].createElement("path", {
2528
+ }, _path149 || (_path149 = /*#__PURE__*/React__default["default"].createElement("path", {
2483
2529
  d: "M29.83,20l.34-2L25,17.15V13c0-.08,0-.15,0-.23l5.06-1.36-.51-1.93-4.83,1.29A9,9,0,0,0,20,5V2H18V4.23a8.81,8.81,0,0,0-4,0V2H12V5a9,9,0,0,0-4.71,5.82L2.46,9.48,2,11.41,7,12.77c0,.08,0,.15,0,.23v4.15L1.84,18l.32,2L7,19.18a8.9,8.9,0,0,0,.82,3.57L3.29,27.29l1.42,1.42,4.19-4.2a9,9,0,0,0,14.2,0l4.19,4.2,1.42-1.42-4.54-4.54A8.9,8.9,0,0,0,25,19.18ZM15,25.92A7,7,0,0,1,9,19V13h6ZM9.29,11a7,7,0,0,1,13.42,0ZM23,19a7,7,0,0,1-6,6.92V13h6Z"
2484
2530
  })), children);
2485
2531
  });
2486
2532
  if (process.env.NODE_ENV !== "production") {
2487
2533
  Debug.propTypes = iconPropTypes.iconPropTypes;
2488
2534
  }
2489
- const DecisionNode = /*#__PURE__*/React__default["default"].forwardRef(function DecisionNode(_ref104, ref) {
2535
+ const DecisionNode = /*#__PURE__*/React__default["default"].forwardRef(function DecisionNode(_ref106, ref) {
2490
2536
  let {
2491
2537
  children,
2492
2538
  size = 16,
2493
2539
  ...rest
2494
- } = _ref104;
2540
+ } = _ref106;
2495
2541
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2496
2542
  width: size,
2497
2543
  height: size,
@@ -2500,7 +2546,7 @@ const DecisionNode = /*#__PURE__*/React__default["default"].forwardRef(function
2500
2546
  viewBox: "0 0 32 32",
2501
2547
  fill: "currentColor",
2502
2548
  ...rest
2503
- }, _path146 || (_path146 = /*#__PURE__*/React__default["default"].createElement("path", {
2549
+ }, _path150 || (_path150 = /*#__PURE__*/React__default["default"].createElement("path", {
2504
2550
  strokeWidth: "0",
2505
2551
  d: "m28,2v8h-4L16,2l-8,8h-4V2h-2v8c0,1.1025.8972,2,2,2h4l7,7v7.1719l-2.5859-2.5859-1.4141,1.4141,5,5,5-5-1.4141-1.4141-2.5859,2.5859v-7.1719l7-7h4c1.1028,0,2-.8975,2-2V2h-2Zm-12,15.1714l-6.1714-6.1714,6.1714-6.1714,6.1714,6.1714-6.1714,6.1714Z"
2506
2552
  })), children);
@@ -2508,12 +2554,12 @@ const DecisionNode = /*#__PURE__*/React__default["default"].forwardRef(function
2508
2554
  if (process.env.NODE_ENV !== "production") {
2509
2555
  DecisionNode.propTypes = iconPropTypes.iconPropTypes;
2510
2556
  }
2511
- const DecisionTree = /*#__PURE__*/React__default["default"].forwardRef(function DecisionTree(_ref105, ref) {
2557
+ const DecisionTree = /*#__PURE__*/React__default["default"].forwardRef(function DecisionTree(_ref107, ref) {
2512
2558
  let {
2513
2559
  children,
2514
2560
  size = 16,
2515
2561
  ...rest
2516
- } = _ref105;
2562
+ } = _ref107;
2517
2563
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2518
2564
  width: size,
2519
2565
  height: size,
@@ -2522,19 +2568,19 @@ const DecisionTree = /*#__PURE__*/React__default["default"].forwardRef(function
2522
2568
  viewBox: "0 0 32 32",
2523
2569
  fill: "currentColor",
2524
2570
  ...rest
2525
- }, _path147 || (_path147 = /*#__PURE__*/React__default["default"].createElement("path", {
2571
+ }, _path151 || (_path151 = /*#__PURE__*/React__default["default"].createElement("path", {
2526
2572
  d: "M30,12V4H22V7H18a2.0023,2.0023,0,0,0-2,2v6H10V12H2v8h8V17h6v6a2.0023,2.0023,0,0,0,2,2h4v3h8V20H22v3H18V9h4v3ZM8,18H4V14H8Zm16,4h4v4H24ZM24,6h4v4H24Z"
2527
2573
  })), children);
2528
2574
  });
2529
2575
  if (process.env.NODE_ENV !== "production") {
2530
2576
  DecisionTree.propTypes = iconPropTypes.iconPropTypes;
2531
2577
  }
2532
- const Delete = /*#__PURE__*/React__default["default"].forwardRef(function Delete(_ref106, ref) {
2578
+ const Delete = /*#__PURE__*/React__default["default"].forwardRef(function Delete(_ref108, ref) {
2533
2579
  let {
2534
2580
  children,
2535
2581
  size = 16,
2536
2582
  ...rest
2537
- } = _ref106;
2583
+ } = _ref108;
2538
2584
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2539
2585
  width: size,
2540
2586
  height: size,
@@ -2543,21 +2589,21 @@ const Delete = /*#__PURE__*/React__default["default"].forwardRef(function Delete
2543
2589
  viewBox: "0 0 32 32",
2544
2590
  fill: "currentColor",
2545
2591
  ...rest
2546
- }, _path148 || (_path148 = /*#__PURE__*/React__default["default"].createElement("path", {
2592
+ }, _path152 || (_path152 = /*#__PURE__*/React__default["default"].createElement("path", {
2547
2593
  d: "m29,26H12c-.2651,0-.5195-.1053-.707-.2928L2.293,16.7072c-.3906-.3906-.3906-1.0237,0-1.4143L11.293,6.2928c.1875-.1875.4419-.2928.707-.2928h17c.5522,0,1,.4478,1,1v18c0,.5522-.4478,1-1,1Zm-16.5857-2h15.5857V8h-15.5857l-8,8,8,8Z"
2548
- })), _path149 || (_path149 = /*#__PURE__*/React__default["default"].createElement("path", {
2594
+ })), _path153 || (_path153 = /*#__PURE__*/React__default["default"].createElement("path", {
2549
2595
  d: "M20.4141 16L25 11.4141 23.5859 10 19 14.5859 14.4143 10 13 11.4141 17.5859 16 13 20.5859 14.4143 22 19 17.4141 23.5859 22 25 20.5859 20.4141 16z"
2550
2596
  })), children);
2551
2597
  });
2552
2598
  if (process.env.NODE_ENV !== "production") {
2553
2599
  Delete.propTypes = iconPropTypes.iconPropTypes;
2554
2600
  }
2555
- const Delivery = /*#__PURE__*/React__default["default"].forwardRef(function Delivery(_ref107, ref) {
2601
+ const Delivery = /*#__PURE__*/React__default["default"].forwardRef(function Delivery(_ref109, ref) {
2556
2602
  let {
2557
2603
  children,
2558
2604
  size = 16,
2559
2605
  ...rest
2560
- } = _ref107;
2606
+ } = _ref109;
2561
2607
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2562
2608
  width: size,
2563
2609
  height: size,
@@ -2566,21 +2612,21 @@ const Delivery = /*#__PURE__*/React__default["default"].forwardRef(function Deli
2566
2612
  viewBox: "0 0 32 32",
2567
2613
  fill: "currentColor",
2568
2614
  ...rest
2569
- }, _path150 || (_path150 = /*#__PURE__*/React__default["default"].createElement("path", {
2615
+ }, _path154 || (_path154 = /*#__PURE__*/React__default["default"].createElement("path", {
2570
2616
  d: "M4 16H16V18H4zM2 11H12V13H2z"
2571
- })), _path151 || (_path151 = /*#__PURE__*/React__default["default"].createElement("path", {
2617
+ })), _path155 || (_path155 = /*#__PURE__*/React__default["default"].createElement("path", {
2572
2618
  d: "M29.9189,16.6064l-3-7A.9985.9985,0,0,0,26,9H23V7a1,1,0,0,0-1-1H6V8H21V20.5562A3.9924,3.9924,0,0,0,19.1421,23H12.8579a4,4,0,1,0,0,2h6.2842a3.9806,3.9806,0,0,0,7.7158,0H29a1,1,0,0,0,1-1V17A.9965.9965,0,0,0,29.9189,16.6064ZM9,26a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,9,26ZM23,11h2.3408l2.1431,5H23Zm0,15a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,23,26Zm5-3H26.8579A3.9954,3.9954,0,0,0,23,20V18h5Z"
2573
2619
  })), children);
2574
2620
  });
2575
2621
  if (process.env.NODE_ENV !== "production") {
2576
2622
  Delivery.propTypes = iconPropTypes.iconPropTypes;
2577
2623
  }
2578
- const DeliveryAdd = /*#__PURE__*/React__default["default"].forwardRef(function DeliveryAdd(_ref108, ref) {
2624
+ const DeliveryAdd = /*#__PURE__*/React__default["default"].forwardRef(function DeliveryAdd(_ref110, ref) {
2579
2625
  let {
2580
2626
  children,
2581
2627
  size = 16,
2582
2628
  ...rest
2583
- } = _ref108;
2629
+ } = _ref110;
2584
2630
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2585
2631
  width: size,
2586
2632
  height: size,
@@ -2589,21 +2635,21 @@ const DeliveryAdd = /*#__PURE__*/React__default["default"].forwardRef(function D
2589
2635
  viewBox: "0 0 32 32",
2590
2636
  fill: "currentColor",
2591
2637
  ...rest
2592
- }, _path152 || (_path152 = /*#__PURE__*/React__default["default"].createElement("path", {
2638
+ }, _path156 || (_path156 = /*#__PURE__*/React__default["default"].createElement("path", {
2593
2639
  d: "M12 6L8 6 8 2 6 2 6 6 2 6 2 8 6 8 6 12 8 12 8 8 12 8 12 6z"
2594
- })), _path153 || (_path153 = /*#__PURE__*/React__default["default"].createElement("path", {
2640
+ })), _path157 || (_path157 = /*#__PURE__*/React__default["default"].createElement("path", {
2595
2641
  d: "M29.9189,16.6064l-3-7A.9985.9985,0,0,0,26,9H23V7a1,1,0,0,0-1-1H15V8h6V20.5562A3.9924,3.9924,0,0,0,19.1421,23H12.8579a3.9806,3.9806,0,0,0-7.7158,0H4V14H2V24a1,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-1V17A.9965.9965,0,0,0,29.9189,16.6064ZM9,26a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,9,26ZM23,11h2.3408l2.1431,5H23Zm0,15a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,23,26Zm5-3H26.8579A3.9954,3.9954,0,0,0,23,20V18h5Z"
2596
2642
  })), children);
2597
2643
  });
2598
2644
  if (process.env.NODE_ENV !== "production") {
2599
2645
  DeliveryAdd.propTypes = iconPropTypes.iconPropTypes;
2600
2646
  }
2601
- const DeliveryParcel = /*#__PURE__*/React__default["default"].forwardRef(function DeliveryParcel(_ref109, ref) {
2647
+ const DeliveryParcel = /*#__PURE__*/React__default["default"].forwardRef(function DeliveryParcel(_ref111, ref) {
2602
2648
  let {
2603
2649
  children,
2604
2650
  size = 16,
2605
2651
  ...rest
2606
- } = _ref109;
2652
+ } = _ref111;
2607
2653
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2608
2654
  width: size,
2609
2655
  height: size,
@@ -2612,15 +2658,15 @@ const DeliveryParcel = /*#__PURE__*/React__default["default"].forwardRef(functio
2612
2658
  viewBox: "0 0 32 32",
2613
2659
  fill: "currentColor",
2614
2660
  ...rest
2615
- }, _path154 || (_path154 = /*#__PURE__*/React__default["default"].createElement("path", {
2661
+ }, _path158 || (_path158 = /*#__PURE__*/React__default["default"].createElement("path", {
2616
2662
  d: "M29.4819,8.624l-10-5.5a1,1,0,0,0-.9638,0l-10,5.5a1,1,0,0,0,0,1.752L18,15.5913V26.3086l-3.0362-1.6693L14,26.3912l4.5181,2.4848a.9984.9984,0,0,0,.9638,0l10-5.5A1,1,0,0,0,30,22.5V9.5A1,1,0,0,0,29.4819,8.624ZM19,5.1416,26.9248,9.5,19,13.8584,11.0752,9.5Zm9,16.7671-8,4.4V15.5913l8-4.4Z"
2617
- })), _path155 || (_path155 = /*#__PURE__*/React__default["default"].createElement("path", {
2663
+ })), _path159 || (_path159 = /*#__PURE__*/React__default["default"].createElement("path", {
2618
2664
  d: "M2 14H10V16H2z",
2619
2665
  transform: "rotate(-180 6 15)"
2620
- })), _path156 || (_path156 = /*#__PURE__*/React__default["default"].createElement("path", {
2666
+ })), _path160 || (_path160 = /*#__PURE__*/React__default["default"].createElement("path", {
2621
2667
  d: "M4 22H12V24H4z",
2622
2668
  transform: "rotate(-180 8 23)"
2623
- })), _path157 || (_path157 = /*#__PURE__*/React__default["default"].createElement("path", {
2669
+ })), _path161 || (_path161 = /*#__PURE__*/React__default["default"].createElement("path", {
2624
2670
  d: "M6 18H14V20H6z",
2625
2671
  transform: "rotate(-180 10 19)"
2626
2672
  })), children);
@@ -2628,12 +2674,12 @@ const DeliveryParcel = /*#__PURE__*/React__default["default"].forwardRef(functio
2628
2674
  if (process.env.NODE_ENV !== "production") {
2629
2675
  DeliveryParcel.propTypes = iconPropTypes.iconPropTypes;
2630
2676
  }
2631
- const DeliveryTruck = /*#__PURE__*/React__default["default"].forwardRef(function DeliveryTruck(_ref110, ref) {
2677
+ const DeliveryTruck = /*#__PURE__*/React__default["default"].forwardRef(function DeliveryTruck(_ref112, ref) {
2632
2678
  let {
2633
2679
  children,
2634
2680
  size = 16,
2635
2681
  ...rest
2636
- } = _ref110;
2682
+ } = _ref112;
2637
2683
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2638
2684
  width: size,
2639
2685
  height: size,
@@ -2642,19 +2688,19 @@ const DeliveryTruck = /*#__PURE__*/React__default["default"].forwardRef(function
2642
2688
  viewBox: "0 0 32 32",
2643
2689
  fill: "currentColor",
2644
2690
  ...rest
2645
- }, _path158 || (_path158 = /*#__PURE__*/React__default["default"].createElement("path", {
2691
+ }, _path162 || (_path162 = /*#__PURE__*/React__default["default"].createElement("path", {
2646
2692
  d: "M29.92,16.61l-3-7A1,1,0,0,0,26,9H23V7a1,1,0,0,0-1-1H3A1,1,0,0,0,2,7V24a1,1,0,0,0,1,1H5.14a4,4,0,0,0,7.72,0h6.28a4,4,0,0,0,7.72,0H29a1,1,0,0,0,1-1V17A1,1,0,0,0,29.92,16.61ZM23,11h2.34l2.14,5H23ZM9,26a2,2,0,1,1,2-2A2,2,0,0,1,9,26Zm10.14-3H12.86a4,4,0,0,0-7.72,0H4V8H21V20.56A4,4,0,0,0,19.14,23ZM23,26a2,2,0,1,1,2-2A2,2,0,0,1,23,26Zm5-3H26.86A4,4,0,0,0,23,20V18h5Z"
2647
2693
  })), children);
2648
2694
  });
2649
2695
  if (process.env.NODE_ENV !== "production") {
2650
2696
  DeliveryTruck.propTypes = iconPropTypes.iconPropTypes;
2651
2697
  }
2652
- const Demo = /*#__PURE__*/React__default["default"].forwardRef(function Demo(_ref111, ref) {
2698
+ const Demo = /*#__PURE__*/React__default["default"].forwardRef(function Demo(_ref113, ref) {
2653
2699
  let {
2654
2700
  children,
2655
2701
  size = 16,
2656
2702
  ...rest
2657
- } = _ref111;
2703
+ } = _ref113;
2658
2704
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2659
2705
  width: size,
2660
2706
  height: size,
@@ -2663,21 +2709,21 @@ const Demo = /*#__PURE__*/React__default["default"].forwardRef(function Demo(_re
2663
2709
  viewBox: "0 0 32 32",
2664
2710
  fill: "currentColor",
2665
2711
  ...rest
2666
- }, _path159 || (_path159 = /*#__PURE__*/React__default["default"].createElement("path", {
2712
+ }, _path163 || (_path163 = /*#__PURE__*/React__default["default"].createElement("path", {
2667
2713
  d: "M20 2L20 14 30 8 20 2z"
2668
- })), _path160 || (_path160 = /*#__PURE__*/React__default["default"].createElement("path", {
2714
+ })), _path164 || (_path164 = /*#__PURE__*/React__default["default"].createElement("path", {
2669
2715
  d: "m28,14v8H4V6h10v-2H4c-1.1045,0-2,.8955-2,2v16c0,1.1045.8955,2,2,2h8v4h-4v2h16v-2h-4v-4h8c1.1046,0,2-.8955,2-2v-8h-2Zm-10,14h-4v-4h4v4Z"
2670
2716
  })), children);
2671
2717
  });
2672
2718
  if (process.env.NODE_ENV !== "production") {
2673
2719
  Demo.propTypes = iconPropTypes.iconPropTypes;
2674
2720
  }
2675
- const WatsonHealthDenominate = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthDenominate(_ref112, ref) {
2721
+ const WatsonHealthDenominate = /*#__PURE__*/React__default["default"].forwardRef(function WatsonHealthDenominate(_ref114, ref) {
2676
2722
  let {
2677
2723
  children,
2678
2724
  size = 16,
2679
2725
  ...rest
2680
- } = _ref112;
2726
+ } = _ref114;
2681
2727
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2682
2728
  width: size,
2683
2729
  height: size,
@@ -2686,21 +2732,21 @@ const WatsonHealthDenominate = /*#__PURE__*/React__default["default"].forwardRef
2686
2732
  viewBox: "0 0 32 32",
2687
2733
  fill: "currentColor",
2688
2734
  ...rest
2689
- }, _path161 || (_path161 = /*#__PURE__*/React__default["default"].createElement("path", {
2735
+ }, _path165 || (_path165 = /*#__PURE__*/React__default["default"].createElement("path", {
2690
2736
  d: "M25 23H19a3 3 0 00-3 3v2h2V26a1 1 0 011-1h6a1 1 0 011 1v2h2V26A3 3 0 0025 23zM18 18a4 4 0 104-4A4 4 0 0018 18zm6 0a2 2 0 11-2-2A2 2 0 0124 18zM15 15.415L13.586 14 11 16.587 8.414 14 7 15.415 9.586 18 7 20.586 8.414 22 11 19.414 13.586 22 15 20.586 12.414 18 15 15.415z"
2691
- })), _path162 || (_path162 = /*#__PURE__*/React__default["default"].createElement("path", {
2737
+ })), _path166 || (_path166 = /*#__PURE__*/React__default["default"].createElement("path", {
2692
2738
  d: "M14,26H4V6h7.1716l3.4141,3.4143L15.1716,10H28v8h2V10a2,2,0,0,0-2-2H16L12.5859,4.5858A2,2,0,0,0,11.1716,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H14Z"
2693
2739
  })), children);
2694
2740
  });
2695
2741
  if (process.env.NODE_ENV !== "production") {
2696
2742
  WatsonHealthDenominate.propTypes = iconPropTypes.iconPropTypes;
2697
2743
  }
2698
- const Departure = /*#__PURE__*/React__default["default"].forwardRef(function Departure(_ref113, ref) {
2744
+ const Departure = /*#__PURE__*/React__default["default"].forwardRef(function Departure(_ref115, ref) {
2699
2745
  let {
2700
2746
  children,
2701
2747
  size = 16,
2702
2748
  ...rest
2703
- } = _ref113;
2749
+ } = _ref115;
2704
2750
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2705
2751
  width: size,
2706
2752
  height: size,
@@ -2709,19 +2755,19 @@ const Departure = /*#__PURE__*/React__default["default"].forwardRef(function Dep
2709
2755
  viewBox: "0 0 32 32",
2710
2756
  fill: "currentColor",
2711
2757
  ...rest
2712
- }, _path163 || (_path163 = /*#__PURE__*/React__default["default"].createElement("path", {
2758
+ }, _path167 || (_path167 = /*#__PURE__*/React__default["default"].createElement("path", {
2713
2759
  d: "M2 28H30V30H2zM13.48 5.15l5.69 8.14.8 1.15 1.35-.36 4.52-1.21a2.13 2.13 0 011.12 0A1.84 1.84 0 0128.23 14 1.87 1.87 0 0127 16.45l-18.71 5a1.78 1.78 0 01-1 0A1.87 1.87 0 016 20.12l-.25-.93L5 16.38l-.74-2.74 1.44-.39L8 16.35l.81 1.08 1.31-.35 2.8-.75 1.94-.52-.52-1.93L12.08 5.52l1.4-.37M14.16 3a1.06 1.06 0 00-.5 0l-3.09.83A1 1 0 009.89 5l2.5 9.36-2.81.75L6.85 11.5a1 1 0 00-.52-.36 1.06 1.06 0 00-.5 0L2.72 12A1 1 0 002 13.16L3 16.9l.75 2.8.25.94a3.87 3.87 0 002.74 2.74 3.91 3.91 0 002 0l18.7-5a3.84 3.84 0 000-7.44 4.27 4.27 0 00-2.16 0l-4.51 1.21L14.7 3.41A1 1 0 0014.16 3z"
2714
2760
  })), children);
2715
2761
  });
2716
2762
  if (process.env.NODE_ENV !== "production") {
2717
2763
  Departure.propTypes = iconPropTypes.iconPropTypes;
2718
2764
  }
2719
- const Deploy = /*#__PURE__*/React__default["default"].forwardRef(function Deploy(_ref114, ref) {
2765
+ const Deploy = /*#__PURE__*/React__default["default"].forwardRef(function Deploy(_ref116, ref) {
2720
2766
  let {
2721
2767
  children,
2722
2768
  size = 16,
2723
2769
  ...rest
2724
- } = _ref114;
2770
+ } = _ref116;
2725
2771
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2726
2772
  width: size,
2727
2773
  height: size,
@@ -2730,21 +2776,21 @@ const Deploy = /*#__PURE__*/React__default["default"].forwardRef(function Deploy
2730
2776
  viewBox: "0 0 32 32",
2731
2777
  fill: "currentColor",
2732
2778
  ...rest
2733
- }, _path164 || (_path164 = /*#__PURE__*/React__default["default"].createElement("path", {
2779
+ }, _path168 || (_path168 = /*#__PURE__*/React__default["default"].createElement("path", {
2734
2780
  d: "M23,2,17,8l1.4146,1.4023L22,5.8184V28H6V12H4V28a2.0025,2.0025,0,0,0,2,2H22a2.0025,2.0025,0,0,0,2-2V5.8154l3.5859,3.5869L29,8Z"
2735
- })), _path165 || (_path165 = /*#__PURE__*/React__default["default"].createElement("path", {
2781
+ })), _path169 || (_path169 = /*#__PURE__*/React__default["default"].createElement("path", {
2736
2782
  d: "M16,24H12a2.0023,2.0023,0,0,1-2-2V18a2.0023,2.0023,0,0,1,2-2h4a2.0023,2.0023,0,0,1,2,2v4A2.0023,2.0023,0,0,1,16,24Zm-4-6v4h4V18Z"
2737
2783
  })), children);
2738
2784
  });
2739
2785
  if (process.env.NODE_ENV !== "production") {
2740
2786
  Deploy.propTypes = iconPropTypes.iconPropTypes;
2741
2787
  }
2742
- const DeployRules = /*#__PURE__*/React__default["default"].forwardRef(function DeployRules(_ref115, ref) {
2788
+ const DeployRules = /*#__PURE__*/React__default["default"].forwardRef(function DeployRules(_ref117, ref) {
2743
2789
  let {
2744
2790
  children,
2745
2791
  size = 16,
2746
2792
  ...rest
2747
- } = _ref115;
2793
+ } = _ref117;
2748
2794
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2749
2795
  width: size,
2750
2796
  height: size,
@@ -2753,19 +2799,19 @@ const DeployRules = /*#__PURE__*/React__default["default"].forwardRef(function D
2753
2799
  viewBox: "0 0 32 32",
2754
2800
  fill: "currentColor",
2755
2801
  ...rest
2756
- }, _path166 || (_path166 = /*#__PURE__*/React__default["default"].createElement("path", {
2802
+ }, _path170 || (_path170 = /*#__PURE__*/React__default["default"].createElement("path", {
2757
2803
  d: "M18 4L12 10 13.41 11.41 17 7.83 17 20 19 20 19 7.83 22.59 11.41 24 10 18 4zM8 18H15V20H8zM8 22H24V24H8zM8 26H24V28H8z"
2758
2804
  })), children);
2759
2805
  });
2760
2806
  if (process.env.NODE_ENV !== "production") {
2761
2807
  DeployRules.propTypes = iconPropTypes.iconPropTypes;
2762
2808
  }
2763
- const DeploymentPattern = /*#__PURE__*/React__default["default"].forwardRef(function DeploymentPattern(_ref116, ref) {
2809
+ const DeploymentPattern = /*#__PURE__*/React__default["default"].forwardRef(function DeploymentPattern(_ref118, ref) {
2764
2810
  let {
2765
2811
  children,
2766
2812
  size = 16,
2767
2813
  ...rest
2768
- } = _ref116;
2814
+ } = _ref118;
2769
2815
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2770
2816
  width: size,
2771
2817
  height: size,
@@ -2774,27 +2820,27 @@ const DeploymentPattern = /*#__PURE__*/React__default["default"].forwardRef(func
2774
2820
  viewBox: "0 0 32 32",
2775
2821
  fill: "currentColor",
2776
2822
  ...rest
2777
- }, _path167 || (_path167 = /*#__PURE__*/React__default["default"].createElement("path", {
2823
+ }, _path171 || (_path171 = /*#__PURE__*/React__default["default"].createElement("path", {
2778
2824
  d: "M8 20H4.73A1.9735 1.9735 0 003 19a2 2 0 000 4A1.9735 1.9735 0 004.73 22H8zM29 9a1.9735 1.9735 0 00-1.73 1H24v2h3.27A1.9991 1.9991 0 1029 9z"
2779
- })), _path168 || (_path168 = /*#__PURE__*/React__default["default"].createElement("path", {
2825
+ })), _path172 || (_path172 = /*#__PURE__*/React__default["default"].createElement("path", {
2780
2826
  d: "M25.4141 5L21 .5859 16.5859 5 20 8.4141V18h2V8.4141zM21 3.4141L22.5859 5 21 6.5859 19.4141 5zM12 23.5859V14H10v9.5859L6.5859 27 11 31.4141 15.4141 27zM9.4141 27L11 25.4141 12.5859 27 11 28.5859z"
2781
- })), _path169 || (_path169 = /*#__PURE__*/React__default["default"].createElement("path", {
2827
+ })), _path173 || (_path173 = /*#__PURE__*/React__default["default"].createElement("path", {
2782
2828
  d: "M18,10H8.4141L5,6.5859.5859,11,5,15.4141,8.4141,12H18ZM5,12.5859,3.4141,11,5,9.4141,6.5859,11Z"
2783
- })), _path170 || (_path170 = /*#__PURE__*/React__default["default"].createElement("path", {
2829
+ })), _path174 || (_path174 = /*#__PURE__*/React__default["default"].createElement("path", {
2784
2830
  d: "M13 3A2 2 0 009 3 1.9733 1.9733 0 0010 4.73V8h2V4.73A1.9733 1.9733 0 0013 3zM22 27.2705V24H20v3.27a2 2 0 102 0z"
2785
- })), _path171 || (_path171 = /*#__PURE__*/React__default["default"].createElement("path", {
2831
+ })), _path175 || (_path175 = /*#__PURE__*/React__default["default"].createElement("path", {
2786
2832
  d: "M31.4141,21,27,16.5859,23.5859,20H14v2h9.5859L27,25.4141ZM27,19.4141,28.5859,21,27,22.5859,25.4141,21Z"
2787
2833
  })), children);
2788
2834
  });
2789
2835
  if (process.env.NODE_ENV !== "production") {
2790
2836
  DeploymentPattern.propTypes = iconPropTypes.iconPropTypes;
2791
2837
  }
2792
- const DeploymentPolicy = /*#__PURE__*/React__default["default"].forwardRef(function DeploymentPolicy(_ref117, ref) {
2838
+ const DeploymentPolicy = /*#__PURE__*/React__default["default"].forwardRef(function DeploymentPolicy(_ref119, ref) {
2793
2839
  let {
2794
2840
  children,
2795
2841
  size = 16,
2796
2842
  ...rest
2797
- } = _ref117;
2843
+ } = _ref119;
2798
2844
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2799
2845
  width: size,
2800
2846
  height: size,
@@ -2803,19 +2849,19 @@ const DeploymentPolicy = /*#__PURE__*/React__default["default"].forwardRef(funct
2803
2849
  viewBox: "0 0 32 32",
2804
2850
  fill: "currentColor",
2805
2851
  ...rest
2806
- }, _path172 || (_path172 = /*#__PURE__*/React__default["default"].createElement("path", {
2852
+ }, _path176 || (_path176 = /*#__PURE__*/React__default["default"].createElement("path", {
2807
2853
  d: "M19 16L19 14 26.171 14 23.878 11.707 25.292 10.293 30 15 25.292 19.707 23.878 18.293 26.171 16 19 16zM17 12L15 12 15 5.828 12.707 8.121 11.293 6.707 16 2 20.707 6.707 19.293 8.121 17 5.828 17 12zM17 20.1011V18a4.0045 4.0045 0 00-4-4H5.8281l2.293-2.293L6.707 10.293 2 15l4.707 4.707 1.4141-1.414L5.8281 16H13a2.0025 2.0025 0 012 2v2.1011a5 5 0 102 0zM16 28a3 3 0 113-3A3.0033 3.0033 0 0116 28z"
2808
2854
  })), children);
2809
2855
  });
2810
2856
  if (process.env.NODE_ENV !== "production") {
2811
2857
  DeploymentPolicy.propTypes = iconPropTypes.iconPropTypes;
2812
2858
  }
2813
- const DeploymentUnitData = /*#__PURE__*/React__default["default"].forwardRef(function DeploymentUnitData(_ref118, ref) {
2859
+ const DeploymentUnitData = /*#__PURE__*/React__default["default"].forwardRef(function DeploymentUnitData(_ref120, ref) {
2814
2860
  let {
2815
2861
  children,
2816
2862
  size = 16,
2817
2863
  ...rest
2818
- } = _ref118;
2864
+ } = _ref120;
2819
2865
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2820
2866
  width: size,
2821
2867
  height: size,
@@ -2824,19 +2870,19 @@ const DeploymentUnitData = /*#__PURE__*/React__default["default"].forwardRef(fun
2824
2870
  viewBox: "0 0 32 32",
2825
2871
  fill: "currentColor",
2826
2872
  ...rest
2827
- }, _path173 || (_path173 = /*#__PURE__*/React__default["default"].createElement("path", {
2873
+ }, _path177 || (_path177 = /*#__PURE__*/React__default["default"].createElement("path", {
2828
2874
  d: "M16,23H12V9h4a4.0045,4.0045,0,0,1,4,4v6A4.0042,4.0042,0,0,1,16,23Zm-2-2h2a2.0023,2.0023,0,0,0,2-2V13a2.002,2.002,0,0,0-2-2H14Z"
2829
2875
  })), children);
2830
2876
  });
2831
2877
  if (process.env.NODE_ENV !== "production") {
2832
2878
  DeploymentUnitData.propTypes = iconPropTypes.iconPropTypes;
2833
2879
  }
2834
- const DeploymentUnitExecution = /*#__PURE__*/React__default["default"].forwardRef(function DeploymentUnitExecution(_ref119, ref) {
2880
+ const DeploymentUnitExecution = /*#__PURE__*/React__default["default"].forwardRef(function DeploymentUnitExecution(_ref121, ref) {
2835
2881
  let {
2836
2882
  children,
2837
2883
  size = 16,
2838
2884
  ...rest
2839
- } = _ref119;
2885
+ } = _ref121;
2840
2886
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2841
2887
  width: size,
2842
2888
  height: size,
@@ -2845,19 +2891,19 @@ const DeploymentUnitExecution = /*#__PURE__*/React__default["default"].forwardRe
2845
2891
  viewBox: "0 0 32 32",
2846
2892
  fill: "currentColor",
2847
2893
  ...rest
2848
- }, _path174 || (_path174 = /*#__PURE__*/React__default["default"].createElement("path", {
2894
+ }, _path178 || (_path178 = /*#__PURE__*/React__default["default"].createElement("path", {
2849
2895
  d: "M20 11L20 9 12 9 12 23 20 23 20 21 14 21 14 17 19 17 19 15 14 15 14 11 20 11z"
2850
2896
  })), children);
2851
2897
  });
2852
2898
  if (process.env.NODE_ENV !== "production") {
2853
2899
  DeploymentUnitExecution.propTypes = iconPropTypes.iconPropTypes;
2854
2900
  }
2855
- const DeploymentUnitInstallation = /*#__PURE__*/React__default["default"].forwardRef(function DeploymentUnitInstallation(_ref120, ref) {
2901
+ const DeploymentUnitInstallation = /*#__PURE__*/React__default["default"].forwardRef(function DeploymentUnitInstallation(_ref122, ref) {
2856
2902
  let {
2857
2903
  children,
2858
2904
  size = 16,
2859
2905
  ...rest
2860
- } = _ref120;
2906
+ } = _ref122;
2861
2907
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2862
2908
  width: size,
2863
2909
  height: size,
@@ -2866,19 +2912,19 @@ const DeploymentUnitInstallation = /*#__PURE__*/React__default["default"].forwar
2866
2912
  viewBox: "0 0 32 32",
2867
2913
  fill: "currentColor",
2868
2914
  ...rest
2869
- }, _path175 || (_path175 = /*#__PURE__*/React__default["default"].createElement("path", {
2915
+ }, _path179 || (_path179 = /*#__PURE__*/React__default["default"].createElement("path", {
2870
2916
  d: "M12 11L15 11 15 21 12 21 12 23 20 23 20 21 17 21 17 11 20 11 20 9 12 9 12 11z"
2871
2917
  })), children);
2872
2918
  });
2873
2919
  if (process.env.NODE_ENV !== "production") {
2874
2920
  DeploymentUnitInstallation.propTypes = iconPropTypes.iconPropTypes;
2875
2921
  }
2876
- const DeploymentUnitPresentation = /*#__PURE__*/React__default["default"].forwardRef(function DeploymentUnitPresentation(_ref121, ref) {
2922
+ const DeploymentUnitPresentation = /*#__PURE__*/React__default["default"].forwardRef(function DeploymentUnitPresentation(_ref123, ref) {
2877
2923
  let {
2878
2924
  children,
2879
2925
  size = 16,
2880
2926
  ...rest
2881
- } = _ref121;
2927
+ } = _ref123;
2882
2928
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2883
2929
  width: size,
2884
2930
  height: size,
@@ -2887,19 +2933,19 @@ const DeploymentUnitPresentation = /*#__PURE__*/React__default["default"].forwar
2887
2933
  viewBox: "0 0 32 32",
2888
2934
  fill: "currentColor",
2889
2935
  ...rest
2890
- }, _path176 || (_path176 = /*#__PURE__*/React__default["default"].createElement("path", {
2936
+ }, _path180 || (_path180 = /*#__PURE__*/React__default["default"].createElement("path", {
2891
2937
  d: "M14,23H12V9h6a2.002,2.002,0,0,1,2,2v5a2.002,2.002,0,0,1-2,2H14Zm0-7h4V11H14Z"
2892
2938
  })), children);
2893
2939
  });
2894
2940
  if (process.env.NODE_ENV !== "production") {
2895
2941
  DeploymentUnitPresentation.propTypes = iconPropTypes.iconPropTypes;
2896
2942
  }
2897
- const DeploymentUnitTechnicalData = /*#__PURE__*/React__default["default"].forwardRef(function DeploymentUnitTechnicalData(_ref122, ref) {
2943
+ const DeploymentUnitTechnicalData = /*#__PURE__*/React__default["default"].forwardRef(function DeploymentUnitTechnicalData(_ref124, ref) {
2898
2944
  let {
2899
2945
  children,
2900
2946
  size = 16,
2901
2947
  ...rest
2902
- } = _ref122;
2948
+ } = _ref124;
2903
2949
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2904
2950
  width: size,
2905
2951
  height: size,
@@ -2908,19 +2954,19 @@ const DeploymentUnitTechnicalData = /*#__PURE__*/React__default["default"].forwa
2908
2954
  viewBox: "0 0 32 32",
2909
2955
  fill: "currentColor",
2910
2956
  ...rest
2911
- }, _path177 || (_path177 = /*#__PURE__*/React__default["default"].createElement("path", {
2957
+ }, _path181 || (_path181 = /*#__PURE__*/React__default["default"].createElement("path", {
2912
2958
  d: "M21 23H17V9h4a4.0045 4.0045 0 014 4v6A4.0042 4.0042 0 0121 23zm-2-2h2a2.0023 2.0023 0 002-2V13a2.002 2.002 0 00-2-2H19zM7 11L10 11 10 23 12 23 12 11 15 11 15 9 7 9 7 11z"
2913
2959
  })), children);
2914
2960
  });
2915
2961
  if (process.env.NODE_ENV !== "production") {
2916
2962
  DeploymentUnitTechnicalData.propTypes = iconPropTypes.iconPropTypes;
2917
2963
  }
2918
- const DeploymentUnitTechnicalExecution = /*#__PURE__*/React__default["default"].forwardRef(function DeploymentUnitTechnicalExecution(_ref123, ref) {
2964
+ const DeploymentUnitTechnicalExecution = /*#__PURE__*/React__default["default"].forwardRef(function DeploymentUnitTechnicalExecution(_ref125, ref) {
2919
2965
  let {
2920
2966
  children,
2921
2967
  size = 16,
2922
2968
  ...rest
2923
- } = _ref123;
2969
+ } = _ref125;
2924
2970
  return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2925
2971
  width: size,
2926
2972
  height: size,
@@ -2929,56 +2975,16 @@ const DeploymentUnitTechnicalExecution = /*#__PURE__*/React__default["default"].
2929
2975
  viewBox: "0 0 32 32",
2930
2976
  fill: "currentColor",
2931
2977
  ...rest
2932
- }, _path178 || (_path178 = /*#__PURE__*/React__default["default"].createElement("path", {
2978
+ }, _path182 || (_path182 = /*#__PURE__*/React__default["default"].createElement("path", {
2933
2979
  d: "M25 11L25 9 17 9 17 23 25 23 25 21 19 21 19 17 24 17 24 15 19 15 19 11 25 11zM7 11L10 11 10 23 12 23 12 11 15 11 15 9 7 9 7 11z"
2934
2980
  })), children);
2935
2981
  });
2936
2982
  if (process.env.NODE_ENV !== "production") {
2937
2983
  DeploymentUnitTechnicalExecution.propTypes = iconPropTypes.iconPropTypes;
2938
2984
  }
2939
- const DeploymentUnitTechnicalInstallation = /*#__PURE__*/React__default["default"].forwardRef(function DeploymentUnitTechnicalInstallation(_ref124, ref) {
2940
- let {
2941
- children,
2942
- size = 16,
2943
- ...rest
2944
- } = _ref124;
2945
- return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2946
- width: size,
2947
- height: size,
2948
- ref: ref,
2949
- xmlns: "http://www.w3.org/2000/svg",
2950
- viewBox: "0 0 32 32",
2951
- fill: "currentColor",
2952
- ...rest
2953
- }, _path179 || (_path179 = /*#__PURE__*/React__default["default"].createElement("path", {
2954
- d: "M17 11L20 11 20 21 17 21 17 23 25 23 25 21 22 21 22 11 25 11 25 9 17 9 17 11zM7 11L10 11 10 23 12 23 12 11 15 11 15 9 7 9 7 11z"
2955
- })), children);
2956
- });
2957
- if (process.env.NODE_ENV !== "production") {
2958
- DeploymentUnitTechnicalInstallation.propTypes = iconPropTypes.iconPropTypes;
2959
- }
2960
- const DeploymentUnitTechnicalPresentation = /*#__PURE__*/React__default["default"].forwardRef(function DeploymentUnitTechnicalPresentation(_ref125, ref) {
2961
- let {
2962
- children,
2963
- size = 16,
2964
- ...rest
2965
- } = _ref125;
2966
- return /*#__PURE__*/React__default["default"].createElement(Icon_js, {
2967
- width: size,
2968
- height: size,
2969
- ref: ref,
2970
- xmlns: "http://www.w3.org/2000/svg",
2971
- viewBox: "0 0 32 32",
2972
- fill: "currentColor",
2973
- ...rest
2974
- }, _path180 || (_path180 = /*#__PURE__*/React__default["default"].createElement("path", {
2975
- d: "M19 23H17V9h6a2.002 2.002 0 012 2v5a2.002 2.002 0 01-2 2H19zm0-7h4V10.9985H19zM7 11L10 11 10 23 12 23 12 11 15 11 15 9 7 9 7 11z"
2976
- })), children);
2977
- });
2978
- if (process.env.NODE_ENV !== "production") {
2979
- DeploymentUnitTechnicalPresentation.propTypes = iconPropTypes.iconPropTypes;
2980
- }
2981
2985
 
2986
+ exports.CopyLink = CopyLink;
2987
+ exports.Corn = Corn;
2982
2988
  exports.Corner = Corner;
2983
2989
  exports.Coronavirus = Coronavirus;
2984
2990
  exports.Cost = Cost;
@@ -3095,8 +3101,6 @@ exports.DeploymentUnitInstallation = DeploymentUnitInstallation;
3095
3101
  exports.DeploymentUnitPresentation = DeploymentUnitPresentation;
3096
3102
  exports.DeploymentUnitTechnicalData = DeploymentUnitTechnicalData;
3097
3103
  exports.DeploymentUnitTechnicalExecution = DeploymentUnitTechnicalExecution;
3098
- exports.DeploymentUnitTechnicalInstallation = DeploymentUnitTechnicalInstallation;
3099
- exports.DeploymentUnitTechnicalPresentation = DeploymentUnitTechnicalPresentation;
3100
3104
  exports.QCU1 = QCU1;
3101
3105
  exports.QCU3 = QCU3;
3102
3106
  exports.QCY = QCY;