@manychat/icons 4.31.3 → 4.33.0
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.
- package/dist/index.d.ts +3 -0
- package/dist/index.es.js +506 -407
- package/dist/index.js +508 -406
- package/package.json +1 -1
- package/umd/mcicons.js +508 -406
- package/umd/mcicons.min.js +1 -1
package/umd/mcicons.js
CHANGED
|
@@ -4831,6 +4831,39 @@
|
|
|
4831
4831
|
};
|
|
4832
4832
|
|
|
4833
4833
|
var _excluded$2i = ["color", "size"];
|
|
4834
|
+
/**
|
|
4835
|
+
* @typedef {Object} ArrowTopRightProps
|
|
4836
|
+
* @property {string} [color='currentColor']
|
|
4837
|
+
* @property {string|number} [size='24']
|
|
4838
|
+
*
|
|
4839
|
+
* @param {ArrowTopRightProps} props
|
|
4840
|
+
* @returns {JSX.Element}
|
|
4841
|
+
*/
|
|
4842
|
+
|
|
4843
|
+
var ArrowTopRight = function ArrowTopRight(_ref) {
|
|
4844
|
+
var _ref$color = _ref.color,
|
|
4845
|
+
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
4846
|
+
_ref$size = _ref.size,
|
|
4847
|
+
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
4848
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2i);
|
|
4849
|
+
|
|
4850
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4851
|
+
width: size,
|
|
4852
|
+
height: size,
|
|
4853
|
+
viewBox: "0 0 24 24",
|
|
4854
|
+
fill: "none",
|
|
4855
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4856
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
4857
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4858
|
+
d: "M9.17159 6.39288L9.17159 4.92887L19.0711 4.92887L19.0711 14.8284L17.6071 14.8284V6.39288L9.17159 6.39288Z",
|
|
4859
|
+
fill: color
|
|
4860
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4861
|
+
d: "M4.36323 18.5053L13.5556 9.3129L14.6163 10.3736L5.42389 19.5659L4.36323 18.5053Z",
|
|
4862
|
+
fill: color
|
|
4863
|
+
}));
|
|
4864
|
+
};
|
|
4865
|
+
|
|
4866
|
+
var _excluded$2j = ["color", "size"];
|
|
4834
4867
|
/**
|
|
4835
4868
|
* @typedef {Object} ChevronLeftProps
|
|
4836
4869
|
* @property {string} [color='currentColor']
|
|
@@ -4845,7 +4878,7 @@
|
|
|
4845
4878
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
4846
4879
|
_ref$size = _ref.size,
|
|
4847
4880
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
4848
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
4881
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2j);
|
|
4849
4882
|
|
|
4850
4883
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4851
4884
|
width: size,
|
|
@@ -4860,7 +4893,7 @@
|
|
|
4860
4893
|
}));
|
|
4861
4894
|
};
|
|
4862
4895
|
|
|
4863
|
-
var _excluded$
|
|
4896
|
+
var _excluded$2k = ["color", "size"];
|
|
4864
4897
|
/**
|
|
4865
4898
|
* @typedef {Object} ChevronRightProps
|
|
4866
4899
|
* @property {string} [color='currentColor']
|
|
@@ -4875,7 +4908,7 @@
|
|
|
4875
4908
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
4876
4909
|
_ref$size = _ref.size,
|
|
4877
4910
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
4878
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
4911
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2k);
|
|
4879
4912
|
|
|
4880
4913
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4881
4914
|
width: size,
|
|
@@ -4890,7 +4923,7 @@
|
|
|
4890
4923
|
}));
|
|
4891
4924
|
};
|
|
4892
4925
|
|
|
4893
|
-
var _excluded$
|
|
4926
|
+
var _excluded$2l = ["color", "size"];
|
|
4894
4927
|
/**
|
|
4895
4928
|
* @typedef {Object} ChevronDownProps
|
|
4896
4929
|
* @property {string} [color='currentColor']
|
|
@@ -4905,7 +4938,7 @@
|
|
|
4905
4938
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
4906
4939
|
_ref$size = _ref.size,
|
|
4907
4940
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
4908
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
4941
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2l);
|
|
4909
4942
|
|
|
4910
4943
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4911
4944
|
width: size,
|
|
@@ -4920,7 +4953,7 @@
|
|
|
4920
4953
|
}));
|
|
4921
4954
|
};
|
|
4922
4955
|
|
|
4923
|
-
var _excluded$
|
|
4956
|
+
var _excluded$2m = ["color", "size"];
|
|
4924
4957
|
/**
|
|
4925
4958
|
* @typedef {Object} ChevronUpProps
|
|
4926
4959
|
* @property {string} [color='currentColor']
|
|
@@ -4935,7 +4968,7 @@
|
|
|
4935
4968
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
4936
4969
|
_ref$size = _ref.size,
|
|
4937
4970
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
4938
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
4971
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2m);
|
|
4939
4972
|
|
|
4940
4973
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4941
4974
|
width: size,
|
|
@@ -4950,7 +4983,7 @@
|
|
|
4950
4983
|
}));
|
|
4951
4984
|
};
|
|
4952
4985
|
|
|
4953
|
-
var _excluded$
|
|
4986
|
+
var _excluded$2n = ["color", "size"];
|
|
4954
4987
|
/**
|
|
4955
4988
|
* @typedef {Object} DoubleChevrotBackProps
|
|
4956
4989
|
* @property {string} [color='currentColor']
|
|
@@ -4965,7 +4998,7 @@
|
|
|
4965
4998
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
4966
4999
|
_ref$size = _ref.size,
|
|
4967
5000
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
4968
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5001
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2n);
|
|
4969
5002
|
|
|
4970
5003
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4971
5004
|
width: size,
|
|
@@ -4982,7 +5015,7 @@
|
|
|
4982
5015
|
}));
|
|
4983
5016
|
};
|
|
4984
5017
|
|
|
4985
|
-
var _excluded$
|
|
5018
|
+
var _excluded$2o = ["color", "size"];
|
|
4986
5019
|
/**
|
|
4987
5020
|
* @typedef {Object} DoubleChevrotForwardProps
|
|
4988
5021
|
* @property {string} [color='currentColor']
|
|
@@ -4997,7 +5030,7 @@
|
|
|
4997
5030
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
4998
5031
|
_ref$size = _ref.size,
|
|
4999
5032
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5000
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5033
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2o);
|
|
5001
5034
|
|
|
5002
5035
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5003
5036
|
width: size,
|
|
@@ -5014,7 +5047,7 @@
|
|
|
5014
5047
|
}));
|
|
5015
5048
|
};
|
|
5016
5049
|
|
|
5017
|
-
var _excluded$
|
|
5050
|
+
var _excluded$2p = ["color", "size"];
|
|
5018
5051
|
/**
|
|
5019
5052
|
* @typedef {Object} DoubleChevrotExpandProps
|
|
5020
5053
|
* @property {string} [color='currentColor']
|
|
@@ -5029,7 +5062,7 @@
|
|
|
5029
5062
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5030
5063
|
_ref$size = _ref.size,
|
|
5031
5064
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5032
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5065
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2p);
|
|
5033
5066
|
|
|
5034
5067
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5035
5068
|
width: size,
|
|
@@ -5046,7 +5079,7 @@
|
|
|
5046
5079
|
}));
|
|
5047
5080
|
};
|
|
5048
5081
|
|
|
5049
|
-
var _excluded$
|
|
5082
|
+
var _excluded$2q = ["color", "size"];
|
|
5050
5083
|
/**
|
|
5051
5084
|
* @typedef {Object} DoubleChevrotCollapseProps
|
|
5052
5085
|
* @property {string} [color='currentColor']
|
|
@@ -5061,7 +5094,7 @@
|
|
|
5061
5094
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5062
5095
|
_ref$size = _ref.size,
|
|
5063
5096
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5064
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5097
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2q);
|
|
5065
5098
|
|
|
5066
5099
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5067
5100
|
width: size,
|
|
@@ -5078,7 +5111,7 @@
|
|
|
5078
5111
|
}));
|
|
5079
5112
|
};
|
|
5080
5113
|
|
|
5081
|
-
var _excluded$
|
|
5114
|
+
var _excluded$2r = ["color", "size"];
|
|
5082
5115
|
/**
|
|
5083
5116
|
* @typedef {Object} SortUpProps
|
|
5084
5117
|
* @property {string} [color='currentColor']
|
|
@@ -5093,7 +5126,7 @@
|
|
|
5093
5126
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5094
5127
|
_ref$size = _ref.size,
|
|
5095
5128
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5096
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5129
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2r);
|
|
5097
5130
|
|
|
5098
5131
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5099
5132
|
width: size,
|
|
@@ -5108,7 +5141,7 @@
|
|
|
5108
5141
|
}));
|
|
5109
5142
|
};
|
|
5110
5143
|
|
|
5111
|
-
var _excluded$
|
|
5144
|
+
var _excluded$2s = ["color", "size"];
|
|
5112
5145
|
/**
|
|
5113
5146
|
* @typedef {Object} SortDownProps
|
|
5114
5147
|
* @property {string} [color='currentColor']
|
|
@@ -5123,7 +5156,7 @@
|
|
|
5123
5156
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5124
5157
|
_ref$size = _ref.size,
|
|
5125
5158
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5126
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5159
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2s);
|
|
5127
5160
|
|
|
5128
5161
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5129
5162
|
width: size,
|
|
@@ -5138,7 +5171,7 @@
|
|
|
5138
5171
|
}));
|
|
5139
5172
|
};
|
|
5140
5173
|
|
|
5141
|
-
var _excluded$
|
|
5174
|
+
var _excluded$2t = ["color", "size"];
|
|
5142
5175
|
/**
|
|
5143
5176
|
* @typedef {Object} DeleteProps
|
|
5144
5177
|
* @property {string} [color='currentColor']
|
|
@@ -5153,7 +5186,7 @@
|
|
|
5153
5186
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5154
5187
|
_ref$size = _ref.size,
|
|
5155
5188
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5156
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5189
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2t);
|
|
5157
5190
|
|
|
5158
5191
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5159
5192
|
width: size,
|
|
@@ -5179,7 +5212,7 @@
|
|
|
5179
5212
|
}));
|
|
5180
5213
|
};
|
|
5181
5214
|
|
|
5182
|
-
var _excluded$
|
|
5215
|
+
var _excluded$2u = ["color", "size"];
|
|
5183
5216
|
/**
|
|
5184
5217
|
* @typedef {Object} DeleteForeverProps
|
|
5185
5218
|
* @property {string} [color='currentColor']
|
|
@@ -5194,7 +5227,7 @@
|
|
|
5194
5227
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5195
5228
|
_ref$size = _ref.size,
|
|
5196
5229
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5197
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5230
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2u);
|
|
5198
5231
|
|
|
5199
5232
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5200
5233
|
width: size,
|
|
@@ -5209,7 +5242,7 @@
|
|
|
5209
5242
|
}));
|
|
5210
5243
|
};
|
|
5211
5244
|
|
|
5212
|
-
var _excluded$
|
|
5245
|
+
var _excluded$2v = ["color", "size"];
|
|
5213
5246
|
/**
|
|
5214
5247
|
* @typedef {Object} EditProps
|
|
5215
5248
|
* @property {string} [color='currentColor']
|
|
@@ -5224,7 +5257,7 @@
|
|
|
5224
5257
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5225
5258
|
_ref$size = _ref.size,
|
|
5226
5259
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5227
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5260
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2v);
|
|
5228
5261
|
|
|
5229
5262
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5230
5263
|
width: size,
|
|
@@ -5241,7 +5274,7 @@
|
|
|
5241
5274
|
}));
|
|
5242
5275
|
};
|
|
5243
5276
|
|
|
5244
|
-
var _excluded$
|
|
5277
|
+
var _excluded$2w = ["color", "size"];
|
|
5245
5278
|
/**
|
|
5246
5279
|
* @typedef {Object} AddTagProps
|
|
5247
5280
|
* @property {string} [color='currentColor']
|
|
@@ -5256,7 +5289,7 @@
|
|
|
5256
5289
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5257
5290
|
_ref$size = _ref.size,
|
|
5258
5291
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5259
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5292
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2w);
|
|
5260
5293
|
|
|
5261
5294
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5262
5295
|
width: size,
|
|
@@ -5278,7 +5311,7 @@
|
|
|
5278
5311
|
}));
|
|
5279
5312
|
};
|
|
5280
5313
|
|
|
5281
|
-
var _excluded$
|
|
5314
|
+
var _excluded$2x = ["color", "size"];
|
|
5282
5315
|
/**
|
|
5283
5316
|
* @typedef {Object} MagicWandProps
|
|
5284
5317
|
* @property {string} [color='currentColor']
|
|
@@ -5293,7 +5326,7 @@
|
|
|
5293
5326
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5294
5327
|
_ref$size = _ref.size,
|
|
5295
5328
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5296
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5329
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2x);
|
|
5297
5330
|
|
|
5298
5331
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5299
5332
|
width: size,
|
|
@@ -5308,7 +5341,7 @@
|
|
|
5308
5341
|
}));
|
|
5309
5342
|
};
|
|
5310
5343
|
|
|
5311
|
-
var _excluded$
|
|
5344
|
+
var _excluded$2y = ["color", "size"];
|
|
5312
5345
|
/**
|
|
5313
5346
|
* @typedef {Object} AttachProps
|
|
5314
5347
|
* @property {string} [color='currentColor']
|
|
@@ -5323,7 +5356,7 @@
|
|
|
5323
5356
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5324
5357
|
_ref$size = _ref.size,
|
|
5325
5358
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5326
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5359
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2y);
|
|
5327
5360
|
|
|
5328
5361
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5329
5362
|
width: size,
|
|
@@ -5338,7 +5371,7 @@
|
|
|
5338
5371
|
}));
|
|
5339
5372
|
};
|
|
5340
5373
|
|
|
5341
|
-
var _excluded$
|
|
5374
|
+
var _excluded$2z = ["color", "size"];
|
|
5342
5375
|
/**
|
|
5343
5376
|
* @typedef {Object} HealthProps
|
|
5344
5377
|
* @property {string} [color='currentColor']
|
|
@@ -5353,7 +5386,7 @@
|
|
|
5353
5386
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5354
5387
|
_ref$size = _ref.size,
|
|
5355
5388
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5356
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5389
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2z);
|
|
5357
5390
|
|
|
5358
5391
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5359
5392
|
width: size,
|
|
@@ -5368,7 +5401,7 @@
|
|
|
5368
5401
|
}));
|
|
5369
5402
|
};
|
|
5370
5403
|
|
|
5371
|
-
var _excluded$
|
|
5404
|
+
var _excluded$2A = ["color", "size"];
|
|
5372
5405
|
/**
|
|
5373
5406
|
* @typedef {Object} StarProps
|
|
5374
5407
|
* @property {string} [color='currentColor']
|
|
@@ -5383,7 +5416,7 @@
|
|
|
5383
5416
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5384
5417
|
_ref$size = _ref.size,
|
|
5385
5418
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5386
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5419
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2A);
|
|
5387
5420
|
|
|
5388
5421
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5389
5422
|
width: size,
|
|
@@ -5400,7 +5433,7 @@
|
|
|
5400
5433
|
}));
|
|
5401
5434
|
};
|
|
5402
5435
|
|
|
5403
|
-
var _excluded$
|
|
5436
|
+
var _excluded$2B = ["color", "size"];
|
|
5404
5437
|
/**
|
|
5405
5438
|
* @typedef {Object} StarredProps
|
|
5406
5439
|
* @property {string} [color='currentColor']
|
|
@@ -5415,7 +5448,7 @@
|
|
|
5415
5448
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5416
5449
|
_ref$size = _ref.size,
|
|
5417
5450
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5418
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5451
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2B);
|
|
5419
5452
|
|
|
5420
5453
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5421
5454
|
width: size,
|
|
@@ -5430,7 +5463,7 @@
|
|
|
5430
5463
|
}));
|
|
5431
5464
|
};
|
|
5432
5465
|
|
|
5433
|
-
var _excluded$
|
|
5466
|
+
var _excluded$2C = ["color", "size"];
|
|
5434
5467
|
/**
|
|
5435
5468
|
* @typedef {Object} ArrowDropDownProps
|
|
5436
5469
|
* @property {string} [color='currentColor']
|
|
@@ -5445,7 +5478,7 @@
|
|
|
5445
5478
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5446
5479
|
_ref$size = _ref.size,
|
|
5447
5480
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5448
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5481
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2C);
|
|
5449
5482
|
|
|
5450
5483
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5451
5484
|
width: size,
|
|
@@ -5460,7 +5493,7 @@
|
|
|
5460
5493
|
}));
|
|
5461
5494
|
};
|
|
5462
5495
|
|
|
5463
|
-
var _excluded$
|
|
5496
|
+
var _excluded$2D = ["color", "size"];
|
|
5464
5497
|
/**
|
|
5465
5498
|
* @typedef {Object} ArrowDropUpProps
|
|
5466
5499
|
* @property {string} [color='currentColor']
|
|
@@ -5475,7 +5508,7 @@
|
|
|
5475
5508
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5476
5509
|
_ref$size = _ref.size,
|
|
5477
5510
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5478
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5511
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2D);
|
|
5479
5512
|
|
|
5480
5513
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5481
5514
|
width: size,
|
|
@@ -5490,7 +5523,7 @@
|
|
|
5490
5523
|
}));
|
|
5491
5524
|
};
|
|
5492
5525
|
|
|
5493
|
-
var _excluded$
|
|
5526
|
+
var _excluded$2E = ["color", "size"];
|
|
5494
5527
|
/**
|
|
5495
5528
|
* @typedef {Object} SolidArrowUnsortedProps
|
|
5496
5529
|
* @property {string} [color='currentColor']
|
|
@@ -5505,7 +5538,7 @@
|
|
|
5505
5538
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5506
5539
|
_ref$size = _ref.size,
|
|
5507
5540
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5508
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5541
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2E);
|
|
5509
5542
|
|
|
5510
5543
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5511
5544
|
width: size,
|
|
@@ -5523,7 +5556,7 @@
|
|
|
5523
5556
|
}));
|
|
5524
5557
|
};
|
|
5525
5558
|
|
|
5526
|
-
var _excluded$
|
|
5559
|
+
var _excluded$2F = ["color", "size"];
|
|
5527
5560
|
/**
|
|
5528
5561
|
* @typedef {Object} ConditionProps
|
|
5529
5562
|
* @property {string} [color='currentColor']
|
|
@@ -5538,7 +5571,7 @@
|
|
|
5538
5571
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5539
5572
|
_ref$size = _ref.size,
|
|
5540
5573
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5541
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5574
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2F);
|
|
5542
5575
|
|
|
5543
5576
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5544
5577
|
width: size,
|
|
@@ -5555,7 +5588,7 @@
|
|
|
5555
5588
|
}));
|
|
5556
5589
|
};
|
|
5557
5590
|
|
|
5558
|
-
var _excluded$
|
|
5591
|
+
var _excluded$2G = ["color", "size"];
|
|
5559
5592
|
/**
|
|
5560
5593
|
* @typedef {Object} LiveChatProps
|
|
5561
5594
|
* @property {string} [color='currentColor']
|
|
@@ -5570,7 +5603,7 @@
|
|
|
5570
5603
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5571
5604
|
_ref$size = _ref.size,
|
|
5572
5605
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5573
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5606
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2G);
|
|
5574
5607
|
|
|
5575
5608
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5576
5609
|
width: size,
|
|
@@ -5596,7 +5629,7 @@
|
|
|
5596
5629
|
}));
|
|
5597
5630
|
};
|
|
5598
5631
|
|
|
5599
|
-
var _excluded$
|
|
5632
|
+
var _excluded$2H = ["color", "size"];
|
|
5600
5633
|
/**
|
|
5601
5634
|
* @typedef {Object} TicketProps
|
|
5602
5635
|
* @property {string} [color='currentColor']
|
|
@@ -5611,7 +5644,7 @@
|
|
|
5611
5644
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5612
5645
|
_ref$size = _ref.size,
|
|
5613
5646
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5614
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5647
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2H);
|
|
5615
5648
|
|
|
5616
5649
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5617
5650
|
width: size,
|
|
@@ -5626,7 +5659,7 @@
|
|
|
5626
5659
|
}));
|
|
5627
5660
|
};
|
|
5628
5661
|
|
|
5629
|
-
var _excluded$
|
|
5662
|
+
var _excluded$2I = ["color", "size"];
|
|
5630
5663
|
/**
|
|
5631
5664
|
* @typedef {Object} MessengerProps
|
|
5632
5665
|
* @property {string} [color='currentColor']
|
|
@@ -5641,7 +5674,7 @@
|
|
|
5641
5674
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5642
5675
|
_ref$size = _ref.size,
|
|
5643
5676
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5644
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5677
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2I);
|
|
5645
5678
|
|
|
5646
5679
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5647
5680
|
width: size,
|
|
@@ -5656,7 +5689,7 @@
|
|
|
5656
5689
|
}));
|
|
5657
5690
|
};
|
|
5658
5691
|
|
|
5659
|
-
var _excluded$
|
|
5692
|
+
var _excluded$2J = ["color", "size"];
|
|
5660
5693
|
/**
|
|
5661
5694
|
* @typedef {Object} SponsoredMessages2Props
|
|
5662
5695
|
* @property {string} [color='currentColor']
|
|
@@ -5671,7 +5704,7 @@
|
|
|
5671
5704
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5672
5705
|
_ref$size = _ref.size,
|
|
5673
5706
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5674
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5707
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2J);
|
|
5675
5708
|
|
|
5676
5709
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5677
5710
|
width: size,
|
|
@@ -5686,7 +5719,7 @@
|
|
|
5686
5719
|
}));
|
|
5687
5720
|
};
|
|
5688
5721
|
|
|
5689
|
-
var _excluded$
|
|
5722
|
+
var _excluded$2K = ["color", "size"];
|
|
5690
5723
|
/**
|
|
5691
5724
|
* @typedef {Object} FbChatProps
|
|
5692
5725
|
* @property {string} [color='currentColor']
|
|
@@ -5701,7 +5734,7 @@
|
|
|
5701
5734
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5702
5735
|
_ref$size = _ref.size,
|
|
5703
5736
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5704
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5737
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2K);
|
|
5705
5738
|
|
|
5706
5739
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5707
5740
|
width: size,
|
|
@@ -5716,7 +5749,7 @@
|
|
|
5716
5749
|
}));
|
|
5717
5750
|
};
|
|
5718
5751
|
|
|
5719
|
-
var _excluded$
|
|
5752
|
+
var _excluded$2L = ["color", "size"];
|
|
5720
5753
|
/**
|
|
5721
5754
|
* @typedef {Object} ActionMarkConversationAsDoneProps
|
|
5722
5755
|
* @property {string} [color='currentColor']
|
|
@@ -5731,7 +5764,7 @@
|
|
|
5731
5764
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5732
5765
|
_ref$size = _ref.size,
|
|
5733
5766
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5734
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5767
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2L);
|
|
5735
5768
|
|
|
5736
5769
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5737
5770
|
width: size,
|
|
@@ -5746,7 +5779,7 @@
|
|
|
5746
5779
|
}));
|
|
5747
5780
|
};
|
|
5748
5781
|
|
|
5749
|
-
var _excluded$
|
|
5782
|
+
var _excluded$2M = ["color", "size"];
|
|
5750
5783
|
/**
|
|
5751
5784
|
* @typedef {Object} FacebookMessengerProps
|
|
5752
5785
|
* @property {string} [color='currentColor']
|
|
@@ -5761,7 +5794,7 @@
|
|
|
5761
5794
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5762
5795
|
_ref$size = _ref.size,
|
|
5763
5796
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5764
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5797
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2M);
|
|
5765
5798
|
|
|
5766
5799
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5767
5800
|
width: size,
|
|
@@ -5776,7 +5809,7 @@
|
|
|
5776
5809
|
}));
|
|
5777
5810
|
};
|
|
5778
5811
|
|
|
5779
|
-
var _excluded$
|
|
5812
|
+
var _excluded$2N = ["color", "size"];
|
|
5780
5813
|
/**
|
|
5781
5814
|
* @typedef {Object} MessageOpenProps
|
|
5782
5815
|
* @property {string} [color='currentColor']
|
|
@@ -5791,7 +5824,7 @@
|
|
|
5791
5824
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5792
5825
|
_ref$size = _ref.size,
|
|
5793
5826
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5794
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5827
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2N);
|
|
5795
5828
|
|
|
5796
5829
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5797
5830
|
width: size,
|
|
@@ -5806,7 +5839,7 @@
|
|
|
5806
5839
|
}));
|
|
5807
5840
|
};
|
|
5808
5841
|
|
|
5809
|
-
var _excluded$
|
|
5842
|
+
var _excluded$2O = ["color", "size"];
|
|
5810
5843
|
/**
|
|
5811
5844
|
* @typedef {Object} MessageBackProps
|
|
5812
5845
|
* @property {string} [color='currentColor']
|
|
@@ -5821,7 +5854,7 @@
|
|
|
5821
5854
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5822
5855
|
_ref$size = _ref.size,
|
|
5823
5856
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5824
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5857
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2O);
|
|
5825
5858
|
|
|
5826
5859
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5827
5860
|
width: size,
|
|
@@ -5836,7 +5869,7 @@
|
|
|
5836
5869
|
}));
|
|
5837
5870
|
};
|
|
5838
5871
|
|
|
5839
|
-
var _excluded$
|
|
5872
|
+
var _excluded$2P = ["color", "size"];
|
|
5840
5873
|
/**
|
|
5841
5874
|
* @typedef {Object} UserProps
|
|
5842
5875
|
* @property {string} [color='currentColor']
|
|
@@ -5851,7 +5884,7 @@
|
|
|
5851
5884
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5852
5885
|
_ref$size = _ref.size,
|
|
5853
5886
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5854
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5887
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2P);
|
|
5855
5888
|
|
|
5856
5889
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5857
5890
|
width: size,
|
|
@@ -5866,7 +5899,7 @@
|
|
|
5866
5899
|
}));
|
|
5867
5900
|
};
|
|
5868
5901
|
|
|
5869
|
-
var _excluded$
|
|
5902
|
+
var _excluded$2Q = ["color", "size"];
|
|
5870
5903
|
/**
|
|
5871
5904
|
* @typedef {Object} CommunityProps
|
|
5872
5905
|
* @property {string} [color='currentColor']
|
|
@@ -5881,7 +5914,7 @@
|
|
|
5881
5914
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5882
5915
|
_ref$size = _ref.size,
|
|
5883
5916
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5884
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5917
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2Q);
|
|
5885
5918
|
|
|
5886
5919
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5887
5920
|
width: size,
|
|
@@ -5896,7 +5929,7 @@
|
|
|
5896
5929
|
}));
|
|
5897
5930
|
};
|
|
5898
5931
|
|
|
5899
|
-
var _excluded$
|
|
5932
|
+
var _excluded$2R = ["color", "size"];
|
|
5900
5933
|
/**
|
|
5901
5934
|
* @typedef {Object} UserAddProps
|
|
5902
5935
|
* @property {string} [color='currentColor']
|
|
@@ -5911,7 +5944,7 @@
|
|
|
5911
5944
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5912
5945
|
_ref$size = _ref.size,
|
|
5913
5946
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5914
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5947
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2R);
|
|
5915
5948
|
|
|
5916
5949
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5917
5950
|
width: size,
|
|
@@ -5926,7 +5959,7 @@
|
|
|
5926
5959
|
}));
|
|
5927
5960
|
};
|
|
5928
5961
|
|
|
5929
|
-
var _excluded$
|
|
5962
|
+
var _excluded$2S = ["color", "size"];
|
|
5930
5963
|
/**
|
|
5931
5964
|
* @typedef {Object} UnassignProps
|
|
5932
5965
|
* @property {string} [color='currentColor']
|
|
@@ -5941,7 +5974,7 @@
|
|
|
5941
5974
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5942
5975
|
_ref$size = _ref.size,
|
|
5943
5976
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5944
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
5977
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2S);
|
|
5945
5978
|
|
|
5946
5979
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5947
5980
|
width: size,
|
|
@@ -5966,7 +5999,7 @@
|
|
|
5966
5999
|
}));
|
|
5967
6000
|
};
|
|
5968
6001
|
|
|
5969
|
-
var _excluded$
|
|
6002
|
+
var _excluded$2T = ["color", "size"];
|
|
5970
6003
|
/**
|
|
5971
6004
|
* @typedef {Object} AssignProps
|
|
5972
6005
|
* @property {string} [color='currentColor']
|
|
@@ -5981,7 +6014,7 @@
|
|
|
5981
6014
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
5982
6015
|
_ref$size = _ref.size,
|
|
5983
6016
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
5984
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6017
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2T);
|
|
5985
6018
|
|
|
5986
6019
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5987
6020
|
width: size,
|
|
@@ -5996,7 +6029,7 @@
|
|
|
5996
6029
|
}));
|
|
5997
6030
|
};
|
|
5998
6031
|
|
|
5999
|
-
var _excluded$
|
|
6032
|
+
var _excluded$2U = ["color", "size"];
|
|
6000
6033
|
/**
|
|
6001
6034
|
* @typedef {Object} AudienceProps
|
|
6002
6035
|
* @property {string} [color='currentColor']
|
|
@@ -6011,7 +6044,7 @@
|
|
|
6011
6044
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6012
6045
|
_ref$size = _ref.size,
|
|
6013
6046
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6014
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6047
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2U);
|
|
6015
6048
|
|
|
6016
6049
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6017
6050
|
width: size,
|
|
@@ -6026,7 +6059,7 @@
|
|
|
6026
6059
|
}));
|
|
6027
6060
|
};
|
|
6028
6061
|
|
|
6029
|
-
var _excluded$
|
|
6062
|
+
var _excluded$2V = ["color", "size"];
|
|
6030
6063
|
/**
|
|
6031
6064
|
* @typedef {Object} MenuProps
|
|
6032
6065
|
* @property {string} [color='currentColor']
|
|
@@ -6041,7 +6074,7 @@
|
|
|
6041
6074
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6042
6075
|
_ref$size = _ref.size,
|
|
6043
6076
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6044
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6077
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2V);
|
|
6045
6078
|
|
|
6046
6079
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6047
6080
|
width: size,
|
|
@@ -6056,7 +6089,7 @@
|
|
|
6056
6089
|
}));
|
|
6057
6090
|
};
|
|
6058
6091
|
|
|
6059
|
-
var _excluded$
|
|
6092
|
+
var _excluded$2W = ["color", "size"];
|
|
6060
6093
|
/**
|
|
6061
6094
|
* @typedef {Object} SelectAllProps
|
|
6062
6095
|
* @property {string} [color='currentColor']
|
|
@@ -6071,7 +6104,7 @@
|
|
|
6071
6104
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6072
6105
|
_ref$size = _ref.size,
|
|
6073
6106
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6074
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6107
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2W);
|
|
6075
6108
|
|
|
6076
6109
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6077
6110
|
width: size,
|
|
@@ -6086,7 +6119,7 @@
|
|
|
6086
6119
|
}));
|
|
6087
6120
|
};
|
|
6088
6121
|
|
|
6089
|
-
var _excluded$
|
|
6122
|
+
var _excluded$2X = ["color", "size"];
|
|
6090
6123
|
/**
|
|
6091
6124
|
* @typedef {Object} TableViewProps
|
|
6092
6125
|
* @property {string} [color='currentColor']
|
|
@@ -6101,7 +6134,7 @@
|
|
|
6101
6134
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6102
6135
|
_ref$size = _ref.size,
|
|
6103
6136
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6104
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6137
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2X);
|
|
6105
6138
|
|
|
6106
6139
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6107
6140
|
width: size,
|
|
@@ -6116,7 +6149,7 @@
|
|
|
6116
6149
|
}));
|
|
6117
6150
|
};
|
|
6118
6151
|
|
|
6119
|
-
var _excluded$
|
|
6152
|
+
var _excluded$2Y = ["color", "size"];
|
|
6120
6153
|
/**
|
|
6121
6154
|
* @typedef {Object} BuilderTextProps
|
|
6122
6155
|
* @property {string} [color='currentColor']
|
|
@@ -6131,7 +6164,7 @@
|
|
|
6131
6164
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6132
6165
|
_ref$size = _ref.size,
|
|
6133
6166
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6134
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6167
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2Y);
|
|
6135
6168
|
|
|
6136
6169
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6137
6170
|
width: size,
|
|
@@ -6146,7 +6179,7 @@
|
|
|
6146
6179
|
}));
|
|
6147
6180
|
};
|
|
6148
6181
|
|
|
6149
|
-
var _excluded$
|
|
6182
|
+
var _excluded$2Z = ["color", "size"];
|
|
6150
6183
|
/**
|
|
6151
6184
|
* @typedef {Object} OptionsProps
|
|
6152
6185
|
* @property {string} [color='currentColor']
|
|
@@ -6161,7 +6194,7 @@
|
|
|
6161
6194
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6162
6195
|
_ref$size = _ref.size,
|
|
6163
6196
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6164
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6197
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2Z);
|
|
6165
6198
|
|
|
6166
6199
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6167
6200
|
width: size,
|
|
@@ -6176,7 +6209,7 @@
|
|
|
6176
6209
|
}));
|
|
6177
6210
|
};
|
|
6178
6211
|
|
|
6179
|
-
var _excluded$
|
|
6212
|
+
var _excluded$2_ = ["color", "size"];
|
|
6180
6213
|
/**
|
|
6181
6214
|
* @typedef {Object} AutomationProps
|
|
6182
6215
|
* @property {string} [color='currentColor']
|
|
@@ -6191,7 +6224,7 @@
|
|
|
6191
6224
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6192
6225
|
_ref$size = _ref.size,
|
|
6193
6226
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6194
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6227
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2_);
|
|
6195
6228
|
|
|
6196
6229
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6197
6230
|
width: size,
|
|
@@ -6206,7 +6239,7 @@
|
|
|
6206
6239
|
}));
|
|
6207
6240
|
};
|
|
6208
6241
|
|
|
6209
|
-
var _excluded$
|
|
6242
|
+
var _excluded$2$ = ["color", "size"];
|
|
6210
6243
|
/**
|
|
6211
6244
|
* @typedef {Object} NoteProps
|
|
6212
6245
|
* @property {string} [color='currentColor']
|
|
@@ -6221,7 +6254,7 @@
|
|
|
6221
6254
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6222
6255
|
_ref$size = _ref.size,
|
|
6223
6256
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6224
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6257
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2$);
|
|
6225
6258
|
|
|
6226
6259
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6227
6260
|
width: size,
|
|
@@ -6236,7 +6269,7 @@
|
|
|
6236
6269
|
}));
|
|
6237
6270
|
};
|
|
6238
6271
|
|
|
6239
|
-
var _excluded$
|
|
6272
|
+
var _excluded$30 = ["color", "size"];
|
|
6240
6273
|
/**
|
|
6241
6274
|
* @typedef {Object} PublicChangelogProps
|
|
6242
6275
|
* @property {string} [color='currentColor']
|
|
@@ -6251,7 +6284,7 @@
|
|
|
6251
6284
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6252
6285
|
_ref$size = _ref.size,
|
|
6253
6286
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6254
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6287
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$30);
|
|
6255
6288
|
|
|
6256
6289
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6257
6290
|
width: size,
|
|
@@ -6266,7 +6299,7 @@
|
|
|
6266
6299
|
}));
|
|
6267
6300
|
};
|
|
6268
6301
|
|
|
6269
|
-
var _excluded$
|
|
6302
|
+
var _excluded$31 = ["color", "size"];
|
|
6270
6303
|
/**
|
|
6271
6304
|
* @typedef {Object} TextProps
|
|
6272
6305
|
* @property {string} [color='currentColor']
|
|
@@ -6281,7 +6314,7 @@
|
|
|
6281
6314
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6282
6315
|
_ref$size = _ref.size,
|
|
6283
6316
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6284
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6317
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$31);
|
|
6285
6318
|
|
|
6286
6319
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6287
6320
|
width: size,
|
|
@@ -6296,7 +6329,7 @@
|
|
|
6296
6329
|
}));
|
|
6297
6330
|
};
|
|
6298
6331
|
|
|
6299
|
-
var _excluded$
|
|
6332
|
+
var _excluded$32 = ["color", "size"];
|
|
6300
6333
|
/**
|
|
6301
6334
|
* @typedef {Object} BookProps
|
|
6302
6335
|
* @property {string} [color='currentColor']
|
|
@@ -6311,7 +6344,7 @@
|
|
|
6311
6344
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6312
6345
|
_ref$size = _ref.size,
|
|
6313
6346
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6314
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6347
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$32);
|
|
6315
6348
|
|
|
6316
6349
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6317
6350
|
width: size,
|
|
@@ -6326,7 +6359,7 @@
|
|
|
6326
6359
|
}));
|
|
6327
6360
|
};
|
|
6328
6361
|
|
|
6329
|
-
var _excluded$
|
|
6362
|
+
var _excluded$33 = ["color", "size"];
|
|
6330
6363
|
/**
|
|
6331
6364
|
* @typedef {Object} WelcomeMessageProps
|
|
6332
6365
|
* @property {string} [color='currentColor']
|
|
@@ -6341,7 +6374,7 @@
|
|
|
6341
6374
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6342
6375
|
_ref$size = _ref.size,
|
|
6343
6376
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6344
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6377
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$33);
|
|
6345
6378
|
|
|
6346
6379
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6347
6380
|
width: size,
|
|
@@ -6358,7 +6391,7 @@
|
|
|
6358
6391
|
}));
|
|
6359
6392
|
};
|
|
6360
6393
|
|
|
6361
|
-
var _excluded$
|
|
6394
|
+
var _excluded$34 = ["color", "size"];
|
|
6362
6395
|
/**
|
|
6363
6396
|
* @typedef {Object} ThumbUpProps
|
|
6364
6397
|
* @property {string} [color='currentColor']
|
|
@@ -6373,7 +6406,7 @@
|
|
|
6373
6406
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6374
6407
|
_ref$size = _ref.size,
|
|
6375
6408
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6376
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6409
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$34);
|
|
6377
6410
|
|
|
6378
6411
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6379
6412
|
width: size,
|
|
@@ -6388,7 +6421,7 @@
|
|
|
6388
6421
|
}));
|
|
6389
6422
|
};
|
|
6390
6423
|
|
|
6391
|
-
var _excluded$
|
|
6424
|
+
var _excluded$35 = ["color", "size"];
|
|
6392
6425
|
/**
|
|
6393
6426
|
* @typedef {Object} ThumbDownProps
|
|
6394
6427
|
* @property {string} [color='currentColor']
|
|
@@ -6403,7 +6436,7 @@
|
|
|
6403
6436
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6404
6437
|
_ref$size = _ref.size,
|
|
6405
6438
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6406
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6439
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$35);
|
|
6407
6440
|
|
|
6408
6441
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6409
6442
|
width: size,
|
|
@@ -6418,7 +6451,7 @@
|
|
|
6418
6451
|
}));
|
|
6419
6452
|
};
|
|
6420
6453
|
|
|
6421
|
-
var _excluded$
|
|
6454
|
+
var _excluded$36 = ["color", "size"];
|
|
6422
6455
|
/**
|
|
6423
6456
|
* @typedef {Object} MoreHorProps
|
|
6424
6457
|
* @property {string} [color='currentColor']
|
|
@@ -6433,7 +6466,7 @@
|
|
|
6433
6466
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6434
6467
|
_ref$size = _ref.size,
|
|
6435
6468
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6436
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6469
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$36);
|
|
6437
6470
|
|
|
6438
6471
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6439
6472
|
width: size,
|
|
@@ -6460,7 +6493,7 @@
|
|
|
6460
6493
|
}));
|
|
6461
6494
|
};
|
|
6462
6495
|
|
|
6463
|
-
var _excluded$
|
|
6496
|
+
var _excluded$37 = ["color", "size"];
|
|
6464
6497
|
/**
|
|
6465
6498
|
* @typedef {Object} MoreChannelsProps
|
|
6466
6499
|
* @property {string} [color='currentColor']
|
|
@@ -6475,7 +6508,7 @@
|
|
|
6475
6508
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6476
6509
|
_ref$size = _ref.size,
|
|
6477
6510
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6478
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6511
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$37);
|
|
6479
6512
|
|
|
6480
6513
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6481
6514
|
width: size,
|
|
@@ -6499,7 +6532,7 @@
|
|
|
6499
6532
|
}));
|
|
6500
6533
|
};
|
|
6501
6534
|
|
|
6502
|
-
var _excluded$
|
|
6535
|
+
var _excluded$38 = ["color", "size"];
|
|
6503
6536
|
/**
|
|
6504
6537
|
* @typedef {Object} MoreVertProps
|
|
6505
6538
|
* @property {string} [color='currentColor']
|
|
@@ -6514,7 +6547,7 @@
|
|
|
6514
6547
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6515
6548
|
_ref$size = _ref.size,
|
|
6516
6549
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6517
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6550
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$38);
|
|
6518
6551
|
|
|
6519
6552
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6520
6553
|
width: size,
|
|
@@ -6541,7 +6574,7 @@
|
|
|
6541
6574
|
}));
|
|
6542
6575
|
};
|
|
6543
6576
|
|
|
6544
|
-
var _excluded$
|
|
6577
|
+
var _excluded$39 = ["color", "size"];
|
|
6545
6578
|
/**
|
|
6546
6579
|
* @typedef {Object} DragItemProps
|
|
6547
6580
|
* @property {string} [color='currentColor']
|
|
@@ -6556,7 +6589,7 @@
|
|
|
6556
6589
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6557
6590
|
_ref$size = _ref.size,
|
|
6558
6591
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6559
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6592
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$39);
|
|
6560
6593
|
|
|
6561
6594
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6562
6595
|
width: size,
|
|
@@ -6598,7 +6631,7 @@
|
|
|
6598
6631
|
}));
|
|
6599
6632
|
};
|
|
6600
6633
|
|
|
6601
|
-
var _excluded$
|
|
6634
|
+
var _excluded$3a = ["color", "size"];
|
|
6602
6635
|
/**
|
|
6603
6636
|
* @typedef {Object} FilterProps
|
|
6604
6637
|
* @property {string} [color='currentColor']
|
|
@@ -6613,7 +6646,7 @@
|
|
|
6613
6646
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6614
6647
|
_ref$size = _ref.size,
|
|
6615
6648
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6616
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6649
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3a);
|
|
6617
6650
|
|
|
6618
6651
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6619
6652
|
width: size,
|
|
@@ -6634,7 +6667,7 @@
|
|
|
6634
6667
|
}));
|
|
6635
6668
|
};
|
|
6636
6669
|
|
|
6637
|
-
var _excluded$
|
|
6670
|
+
var _excluded$3b = ["color", "size"];
|
|
6638
6671
|
/**
|
|
6639
6672
|
* @typedef {Object} BuilderAudioProps
|
|
6640
6673
|
* @property {string} [color='currentColor']
|
|
@@ -6649,7 +6682,7 @@
|
|
|
6649
6682
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6650
6683
|
_ref$size = _ref.size,
|
|
6651
6684
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6652
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6685
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3b);
|
|
6653
6686
|
|
|
6654
6687
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6655
6688
|
width: size,
|
|
@@ -6666,7 +6699,7 @@
|
|
|
6666
6699
|
}));
|
|
6667
6700
|
};
|
|
6668
6701
|
|
|
6669
|
-
var _excluded$
|
|
6702
|
+
var _excluded$3c = ["color", "size"];
|
|
6670
6703
|
/**
|
|
6671
6704
|
* @typedef {Object} NotificationProps
|
|
6672
6705
|
* @property {string} [color='currentColor']
|
|
@@ -6681,7 +6714,7 @@
|
|
|
6681
6714
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6682
6715
|
_ref$size = _ref.size,
|
|
6683
6716
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6684
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6717
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3c);
|
|
6685
6718
|
|
|
6686
6719
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6687
6720
|
width: size,
|
|
@@ -6696,7 +6729,7 @@
|
|
|
6696
6729
|
}));
|
|
6697
6730
|
};
|
|
6698
6731
|
|
|
6699
|
-
var _excluded$
|
|
6732
|
+
var _excluded$3d = ["color", "size"];
|
|
6700
6733
|
/**
|
|
6701
6734
|
* @typedef {Object} NotificationMuteProps
|
|
6702
6735
|
* @property {string} [color='currentColor']
|
|
@@ -6711,7 +6744,7 @@
|
|
|
6711
6744
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6712
6745
|
_ref$size = _ref.size,
|
|
6713
6746
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6714
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6747
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3d);
|
|
6715
6748
|
|
|
6716
6749
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6717
6750
|
width: size,
|
|
@@ -6726,7 +6759,7 @@
|
|
|
6726
6759
|
}));
|
|
6727
6760
|
};
|
|
6728
6761
|
|
|
6729
|
-
var _excluded$
|
|
6762
|
+
var _excluded$3e = ["color", "size"];
|
|
6730
6763
|
/**
|
|
6731
6764
|
* @typedef {Object} SequencesProps
|
|
6732
6765
|
* @property {string} [color='currentColor']
|
|
@@ -6741,7 +6774,7 @@
|
|
|
6741
6774
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6742
6775
|
_ref$size = _ref.size,
|
|
6743
6776
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6744
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6777
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3e);
|
|
6745
6778
|
|
|
6746
6779
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6747
6780
|
width: size,
|
|
@@ -6756,7 +6789,7 @@
|
|
|
6756
6789
|
}));
|
|
6757
6790
|
};
|
|
6758
6791
|
|
|
6759
|
-
var _excluded$
|
|
6792
|
+
var _excluded$3f = ["color", "size"];
|
|
6760
6793
|
/**
|
|
6761
6794
|
* @typedef {Object} SequencesAddProps
|
|
6762
6795
|
* @property {string} [color='currentColor']
|
|
@@ -6771,7 +6804,7 @@
|
|
|
6771
6804
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6772
6805
|
_ref$size = _ref.size,
|
|
6773
6806
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6774
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6807
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3f);
|
|
6775
6808
|
|
|
6776
6809
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6777
6810
|
width: size,
|
|
@@ -6786,7 +6819,7 @@
|
|
|
6786
6819
|
}));
|
|
6787
6820
|
};
|
|
6788
6821
|
|
|
6789
|
-
var _excluded$
|
|
6822
|
+
var _excluded$3g = ["color", "size"];
|
|
6790
6823
|
/**
|
|
6791
6824
|
* @typedef {Object} SequencesRemoveProps
|
|
6792
6825
|
* @property {string} [color='currentColor']
|
|
@@ -6801,7 +6834,7 @@
|
|
|
6801
6834
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6802
6835
|
_ref$size = _ref.size,
|
|
6803
6836
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6804
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6837
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3g);
|
|
6805
6838
|
|
|
6806
6839
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6807
6840
|
width: size,
|
|
@@ -6816,7 +6849,7 @@
|
|
|
6816
6849
|
}));
|
|
6817
6850
|
};
|
|
6818
6851
|
|
|
6819
|
-
var _excluded$
|
|
6852
|
+
var _excluded$3h = ["color", "size"];
|
|
6820
6853
|
/**
|
|
6821
6854
|
* @typedef {Object} SendProps
|
|
6822
6855
|
* @property {string} [color='currentColor']
|
|
@@ -6831,7 +6864,7 @@
|
|
|
6831
6864
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6832
6865
|
_ref$size = _ref.size,
|
|
6833
6866
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6834
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6867
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3h);
|
|
6835
6868
|
|
|
6836
6869
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6837
6870
|
width: size,
|
|
@@ -6848,7 +6881,7 @@
|
|
|
6848
6881
|
}));
|
|
6849
6882
|
};
|
|
6850
6883
|
|
|
6851
|
-
var _excluded$
|
|
6884
|
+
var _excluded$3i = ["color", "size"];
|
|
6852
6885
|
/**
|
|
6853
6886
|
* @typedef {Object} Send2Props
|
|
6854
6887
|
* @property {string} [color='currentColor']
|
|
@@ -6863,7 +6896,7 @@
|
|
|
6863
6896
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6864
6897
|
_ref$size = _ref.size,
|
|
6865
6898
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6866
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6899
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3i);
|
|
6867
6900
|
|
|
6868
6901
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6869
6902
|
width: size,
|
|
@@ -6880,7 +6913,7 @@
|
|
|
6880
6913
|
}));
|
|
6881
6914
|
};
|
|
6882
6915
|
|
|
6883
|
-
var _excluded$
|
|
6916
|
+
var _excluded$3j = ["color", "size"];
|
|
6884
6917
|
/**
|
|
6885
6918
|
* @typedef {Object} PlayProps
|
|
6886
6919
|
* @property {string} [color='currentColor']
|
|
@@ -6895,7 +6928,7 @@
|
|
|
6895
6928
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6896
6929
|
_ref$size = _ref.size,
|
|
6897
6930
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6898
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6931
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3j);
|
|
6899
6932
|
|
|
6900
6933
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6901
6934
|
width: size,
|
|
@@ -6910,7 +6943,7 @@
|
|
|
6910
6943
|
}));
|
|
6911
6944
|
};
|
|
6912
6945
|
|
|
6913
|
-
var _excluded$
|
|
6946
|
+
var _excluded$3k = ["color", "size"];
|
|
6914
6947
|
/**
|
|
6915
6948
|
* @typedef {Object} WarningProps
|
|
6916
6949
|
* @property {string} [color='currentColor']
|
|
@@ -6925,7 +6958,7 @@
|
|
|
6925
6958
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6926
6959
|
_ref$size = _ref.size,
|
|
6927
6960
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6928
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6961
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3k);
|
|
6929
6962
|
|
|
6930
6963
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6931
6964
|
width: size,
|
|
@@ -6940,7 +6973,7 @@
|
|
|
6940
6973
|
}));
|
|
6941
6974
|
};
|
|
6942
6975
|
|
|
6943
|
-
var _excluded$
|
|
6976
|
+
var _excluded$3l = ["color", "size"];
|
|
6944
6977
|
/**
|
|
6945
6978
|
* @typedef {Object} BroadcastingProps
|
|
6946
6979
|
* @property {string} [color='currentColor']
|
|
@@ -6955,7 +6988,7 @@
|
|
|
6955
6988
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6956
6989
|
_ref$size = _ref.size,
|
|
6957
6990
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6958
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6991
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3l);
|
|
6959
6992
|
|
|
6960
6993
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6961
6994
|
width: size,
|
|
@@ -6972,7 +7005,7 @@
|
|
|
6972
7005
|
}));
|
|
6973
7006
|
};
|
|
6974
7007
|
|
|
6975
|
-
var _excluded$
|
|
7008
|
+
var _excluded$3m = ["color", "size"];
|
|
6976
7009
|
/**
|
|
6977
7010
|
* @typedef {Object} MessageTemplatesProps
|
|
6978
7011
|
* @property {string} [color='currentColor']
|
|
@@ -6987,7 +7020,7 @@
|
|
|
6987
7020
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
6988
7021
|
_ref$size = _ref.size,
|
|
6989
7022
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
6990
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7023
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3m);
|
|
6991
7024
|
|
|
6992
7025
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6993
7026
|
width: size,
|
|
@@ -7002,7 +7035,7 @@
|
|
|
7002
7035
|
}));
|
|
7003
7036
|
};
|
|
7004
7037
|
|
|
7005
|
-
var _excluded$
|
|
7038
|
+
var _excluded$3n = ["color", "size"];
|
|
7006
7039
|
/**
|
|
7007
7040
|
* @typedef {Object} DuplicateSmsProps
|
|
7008
7041
|
* @property {string} [color='currentColor']
|
|
@@ -7017,7 +7050,7 @@
|
|
|
7017
7050
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
7018
7051
|
_ref$size = _ref.size,
|
|
7019
7052
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
7020
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7053
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3n);
|
|
7021
7054
|
|
|
7022
7055
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7023
7056
|
width: size,
|
|
@@ -7040,7 +7073,7 @@
|
|
|
7040
7073
|
}));
|
|
7041
7074
|
};
|
|
7042
7075
|
|
|
7043
|
-
var _excluded$
|
|
7076
|
+
var _excluded$3o = ["color", "size"];
|
|
7044
7077
|
/**
|
|
7045
7078
|
* @typedef {Object} HeadlineBlockEmailProps
|
|
7046
7079
|
* @property {string} [color='currentColor']
|
|
@@ -7055,7 +7088,7 @@
|
|
|
7055
7088
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
7056
7089
|
_ref$size = _ref.size,
|
|
7057
7090
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
7058
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7091
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3o);
|
|
7059
7092
|
|
|
7060
7093
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7061
7094
|
width: size,
|
|
@@ -7081,7 +7114,7 @@
|
|
|
7081
7114
|
}));
|
|
7082
7115
|
};
|
|
7083
7116
|
|
|
7084
|
-
var _excluded$
|
|
7117
|
+
var _excluded$3p = ["color", "size"];
|
|
7085
7118
|
/**
|
|
7086
7119
|
* @typedef {Object} ButtonEmailBlockProps
|
|
7087
7120
|
* @property {string} [color='currentColor']
|
|
@@ -7096,7 +7129,7 @@
|
|
|
7096
7129
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
7097
7130
|
_ref$size = _ref.size,
|
|
7098
7131
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
7099
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7132
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3p);
|
|
7100
7133
|
|
|
7101
7134
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7102
7135
|
width: size,
|
|
@@ -7111,7 +7144,7 @@
|
|
|
7111
7144
|
}));
|
|
7112
7145
|
};
|
|
7113
7146
|
|
|
7114
|
-
var _excluded$
|
|
7147
|
+
var _excluded$3q = ["color", "size"];
|
|
7115
7148
|
/**
|
|
7116
7149
|
* @typedef {Object} LinkProps
|
|
7117
7150
|
* @property {string} [color='currentColor']
|
|
@@ -7126,7 +7159,7 @@
|
|
|
7126
7159
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
7127
7160
|
_ref$size = _ref.size,
|
|
7128
7161
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
7129
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7162
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3q);
|
|
7130
7163
|
|
|
7131
7164
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7132
7165
|
width: size,
|
|
@@ -7143,7 +7176,7 @@
|
|
|
7143
7176
|
}));
|
|
7144
7177
|
};
|
|
7145
7178
|
|
|
7146
|
-
var _excluded$
|
|
7179
|
+
var _excluded$3r = ["color", "size"];
|
|
7147
7180
|
/**
|
|
7148
7181
|
* @typedef {Object} CartProps
|
|
7149
7182
|
* @property {string} [color='currentColor']
|
|
@@ -7158,7 +7191,7 @@
|
|
|
7158
7191
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
7159
7192
|
_ref$size = _ref.size,
|
|
7160
7193
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
7161
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7194
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3r);
|
|
7162
7195
|
|
|
7163
7196
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7164
7197
|
width: size,
|
|
@@ -7173,7 +7206,7 @@
|
|
|
7173
7206
|
}));
|
|
7174
7207
|
};
|
|
7175
7208
|
|
|
7176
|
-
var _excluded$
|
|
7209
|
+
var _excluded$3s = ["color", "size"];
|
|
7177
7210
|
/**
|
|
7178
7211
|
* @typedef {Object} ShopifyDeprecatedProps
|
|
7179
7212
|
* @property {string} [color='currentColor']
|
|
@@ -7188,7 +7221,7 @@
|
|
|
7188
7221
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
7189
7222
|
_ref$size = _ref.size,
|
|
7190
7223
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
7191
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7224
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3s);
|
|
7192
7225
|
|
|
7193
7226
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7194
7227
|
width: size,
|
|
@@ -7208,7 +7241,7 @@
|
|
|
7208
7241
|
}));
|
|
7209
7242
|
};
|
|
7210
7243
|
|
|
7211
|
-
var _excluded$
|
|
7244
|
+
var _excluded$3t = ["color", "size"];
|
|
7212
7245
|
/**
|
|
7213
7246
|
* @typedef {Object} ShopifyProps
|
|
7214
7247
|
* @property {string} [color='currentColor']
|
|
@@ -7222,7 +7255,7 @@
|
|
|
7222
7255
|
var _ref$color = _ref.color,
|
|
7223
7256
|
_ref$size = _ref.size,
|
|
7224
7257
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
7225
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7258
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3t);
|
|
7226
7259
|
|
|
7227
7260
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7228
7261
|
width: size,
|
|
@@ -7243,7 +7276,7 @@
|
|
|
7243
7276
|
}));
|
|
7244
7277
|
};
|
|
7245
7278
|
|
|
7246
|
-
var _excluded$
|
|
7279
|
+
var _excluded$3u = ["color", "size"];
|
|
7247
7280
|
/**
|
|
7248
7281
|
* @typedef {Object} FlowProps
|
|
7249
7282
|
* @property {string} [color='currentColor']
|
|
@@ -7258,7 +7291,7 @@
|
|
|
7258
7291
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
7259
7292
|
_ref$size = _ref.size,
|
|
7260
7293
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
7261
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7294
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3u);
|
|
7262
7295
|
|
|
7263
7296
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7264
7297
|
width: size,
|
|
@@ -7275,7 +7308,7 @@
|
|
|
7275
7308
|
}));
|
|
7276
7309
|
};
|
|
7277
7310
|
|
|
7278
|
-
var _excluded$
|
|
7311
|
+
var _excluded$3v = ["color", "size"];
|
|
7279
7312
|
/**
|
|
7280
7313
|
* @typedef {Object} MagnetProps
|
|
7281
7314
|
* @property {string} [color='currentColor']
|
|
@@ -7290,7 +7323,7 @@
|
|
|
7290
7323
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
7291
7324
|
_ref$size = _ref.size,
|
|
7292
7325
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
7293
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7326
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3v);
|
|
7294
7327
|
|
|
7295
7328
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7296
7329
|
width: size,
|
|
@@ -7305,7 +7338,7 @@
|
|
|
7305
7338
|
}));
|
|
7306
7339
|
};
|
|
7307
7340
|
|
|
7308
|
-
var _excluded$
|
|
7341
|
+
var _excluded$3w = ["color", "size"];
|
|
7309
7342
|
/**
|
|
7310
7343
|
* @typedef {Object} ZapierProps
|
|
7311
7344
|
* @property {string} [color='currentColor']
|
|
@@ -7319,7 +7352,7 @@
|
|
|
7319
7352
|
var _ref$color = _ref.color,
|
|
7320
7353
|
_ref$size = _ref.size,
|
|
7321
7354
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
7322
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7355
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3w);
|
|
7323
7356
|
|
|
7324
7357
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7325
7358
|
width: size,
|
|
@@ -7334,7 +7367,7 @@
|
|
|
7334
7367
|
}));
|
|
7335
7368
|
};
|
|
7336
7369
|
|
|
7337
|
-
var _excluded$
|
|
7370
|
+
var _excluded$3x = ["color", "size"];
|
|
7338
7371
|
/**
|
|
7339
7372
|
* @typedef {Object} FolderOpenProps
|
|
7340
7373
|
* @property {string} [color='currentColor']
|
|
@@ -7349,7 +7382,7 @@
|
|
|
7349
7382
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
7350
7383
|
_ref$size = _ref.size,
|
|
7351
7384
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
7352
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7385
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3x);
|
|
7353
7386
|
|
|
7354
7387
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7355
7388
|
width: size,
|
|
@@ -7364,7 +7397,7 @@
|
|
|
7364
7397
|
}));
|
|
7365
7398
|
};
|
|
7366
7399
|
|
|
7367
|
-
var _excluded$
|
|
7400
|
+
var _excluded$3y = ["color", "size"];
|
|
7368
7401
|
/**
|
|
7369
7402
|
* @typedef {Object} FolderAdsCampaignProps
|
|
7370
7403
|
* @property {string} [color='currentColor']
|
|
@@ -7379,7 +7412,7 @@
|
|
|
7379
7412
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
7380
7413
|
_ref$size = _ref.size,
|
|
7381
7414
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
7382
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7415
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3y);
|
|
7383
7416
|
|
|
7384
7417
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7385
7418
|
width: size,
|
|
@@ -7394,7 +7427,7 @@
|
|
|
7394
7427
|
}));
|
|
7395
7428
|
};
|
|
7396
7429
|
|
|
7397
|
-
var _excluded$
|
|
7430
|
+
var _excluded$3z = ["color", "size"];
|
|
7398
7431
|
/**
|
|
7399
7432
|
* @typedef {Object} FolderProps
|
|
7400
7433
|
* @property {string} [color='currentColor']
|
|
@@ -7409,7 +7442,7 @@
|
|
|
7409
7442
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
7410
7443
|
_ref$size = _ref.size,
|
|
7411
7444
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
7412
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7445
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3z);
|
|
7413
7446
|
|
|
7414
7447
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7415
7448
|
width: size,
|
|
@@ -7424,7 +7457,7 @@
|
|
|
7424
7457
|
}));
|
|
7425
7458
|
};
|
|
7426
7459
|
|
|
7427
|
-
var _excluded$
|
|
7460
|
+
var _excluded$3A = ["color", "size"];
|
|
7428
7461
|
/**
|
|
7429
7462
|
* @typedef {Object} FolderAddProps
|
|
7430
7463
|
* @property {string} [color='currentColor']
|
|
@@ -7439,7 +7472,7 @@
|
|
|
7439
7472
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
7440
7473
|
_ref$size = _ref.size,
|
|
7441
7474
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
7442
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7475
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3A);
|
|
7443
7476
|
|
|
7444
7477
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7445
7478
|
width: size,
|
|
@@ -7459,7 +7492,7 @@
|
|
|
7459
7492
|
}));
|
|
7460
7493
|
};
|
|
7461
7494
|
|
|
7462
|
-
var _excluded$
|
|
7495
|
+
var _excluded$3B = ["color", "size"];
|
|
7463
7496
|
/**
|
|
7464
7497
|
* @typedef {Object} MoveToProps
|
|
7465
7498
|
* @property {string} [color='currentColor']
|
|
@@ -7474,7 +7507,7 @@
|
|
|
7474
7507
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
7475
7508
|
_ref$size = _ref.size,
|
|
7476
7509
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
7477
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7510
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3B);
|
|
7478
7511
|
|
|
7479
7512
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7480
7513
|
width: size,
|
|
@@ -7497,7 +7530,7 @@
|
|
|
7497
7530
|
}));
|
|
7498
7531
|
};
|
|
7499
7532
|
|
|
7500
|
-
var _excluded$
|
|
7533
|
+
var _excluded$3C = ["color", "size"];
|
|
7501
7534
|
/**
|
|
7502
7535
|
* @typedef {Object} TemplateStoreProps
|
|
7503
7536
|
* @property {string} [color='currentColor']
|
|
@@ -7512,7 +7545,7 @@
|
|
|
7512
7545
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
7513
7546
|
_ref$size = _ref.size,
|
|
7514
7547
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
7515
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7548
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3C);
|
|
7516
7549
|
|
|
7517
7550
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7518
7551
|
width: size,
|
|
@@ -7542,7 +7575,7 @@
|
|
|
7542
7575
|
}));
|
|
7543
7576
|
};
|
|
7544
7577
|
|
|
7545
|
-
var _excluded$
|
|
7578
|
+
var _excluded$3D = ["color", "size"];
|
|
7546
7579
|
/**
|
|
7547
7580
|
* @typedef {Object} MosaicViewProps
|
|
7548
7581
|
* @property {string} [color='currentColor']
|
|
@@ -7557,7 +7590,7 @@
|
|
|
7557
7590
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
7558
7591
|
_ref$size = _ref.size,
|
|
7559
7592
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
7560
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7593
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3D);
|
|
7561
7594
|
|
|
7562
7595
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7563
7596
|
width: size,
|
|
@@ -7589,7 +7622,7 @@
|
|
|
7589
7622
|
}));
|
|
7590
7623
|
};
|
|
7591
7624
|
|
|
7592
|
-
var _excluded$
|
|
7625
|
+
var _excluded$3E = ["color", "size"];
|
|
7593
7626
|
/**
|
|
7594
7627
|
* @typedef {Object} AdsAdSetProps
|
|
7595
7628
|
* @property {string} [color='currentColor']
|
|
@@ -7604,7 +7637,7 @@
|
|
|
7604
7637
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
7605
7638
|
_ref$size = _ref.size,
|
|
7606
7639
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
7607
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7640
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3E);
|
|
7608
7641
|
|
|
7609
7642
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7610
7643
|
width: size,
|
|
@@ -7636,7 +7669,7 @@
|
|
|
7636
7669
|
}));
|
|
7637
7670
|
};
|
|
7638
7671
|
|
|
7639
|
-
var _excluded$
|
|
7672
|
+
var _excluded$3F = ["color", "size"];
|
|
7640
7673
|
/**
|
|
7641
7674
|
* @typedef {Object} QrProps
|
|
7642
7675
|
* @property {string} [color='currentColor']
|
|
@@ -7651,7 +7684,7 @@
|
|
|
7651
7684
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
7652
7685
|
_ref$size = _ref.size,
|
|
7653
7686
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
7654
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7687
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3F);
|
|
7655
7688
|
|
|
7656
7689
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7657
7690
|
width: size,
|
|
@@ -7702,7 +7735,7 @@
|
|
|
7702
7735
|
}));
|
|
7703
7736
|
};
|
|
7704
7737
|
|
|
7705
|
-
var _excluded$
|
|
7738
|
+
var _excluded$3G = ["color", "size"];
|
|
7706
7739
|
/**
|
|
7707
7740
|
* @typedef {Object} PublishProps
|
|
7708
7741
|
* @property {string} [color='currentColor']
|
|
@@ -7717,7 +7750,7 @@
|
|
|
7717
7750
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
7718
7751
|
_ref$size = _ref.size,
|
|
7719
7752
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
7720
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7753
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3G);
|
|
7721
7754
|
|
|
7722
7755
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7723
7756
|
width: size,
|
|
@@ -7734,7 +7767,7 @@
|
|
|
7734
7767
|
}));
|
|
7735
7768
|
};
|
|
7736
7769
|
|
|
7737
|
-
var _excluded$
|
|
7770
|
+
var _excluded$3H = ["color", "size"];
|
|
7738
7771
|
/**
|
|
7739
7772
|
* @typedef {Object} BotProps
|
|
7740
7773
|
* @property {string} [color='currentColor']
|
|
@@ -7749,7 +7782,7 @@
|
|
|
7749
7782
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
7750
7783
|
_ref$size = _ref.size,
|
|
7751
7784
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
7752
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7785
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3H);
|
|
7753
7786
|
|
|
7754
7787
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7755
7788
|
width: size,
|
|
@@ -7775,7 +7808,7 @@
|
|
|
7775
7808
|
}));
|
|
7776
7809
|
};
|
|
7777
7810
|
|
|
7778
|
-
var _excluded$
|
|
7811
|
+
var _excluded$3I = ["color", "size"];
|
|
7779
7812
|
/**
|
|
7780
7813
|
* @typedef {Object} BotRemoveProps
|
|
7781
7814
|
* @property {string} [color='currentColor']
|
|
@@ -7790,7 +7823,7 @@
|
|
|
7790
7823
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
7791
7824
|
_ref$size = _ref.size,
|
|
7792
7825
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
7793
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7826
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3I);
|
|
7794
7827
|
|
|
7795
7828
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7796
7829
|
width: size,
|
|
@@ -7805,7 +7838,7 @@
|
|
|
7805
7838
|
}));
|
|
7806
7839
|
};
|
|
7807
7840
|
|
|
7808
|
-
var _excluded$
|
|
7841
|
+
var _excluded$3J = ["color", "size"];
|
|
7809
7842
|
/**
|
|
7810
7843
|
* @typedef {Object} KeywordsProps
|
|
7811
7844
|
* @property {string} [color='currentColor']
|
|
@@ -7820,7 +7853,7 @@
|
|
|
7820
7853
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
7821
7854
|
_ref$size = _ref.size,
|
|
7822
7855
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
7823
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7856
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3J);
|
|
7824
7857
|
|
|
7825
7858
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7826
7859
|
width: size,
|
|
@@ -7838,7 +7871,7 @@
|
|
|
7838
7871
|
}));
|
|
7839
7872
|
};
|
|
7840
7873
|
|
|
7841
|
-
var _excluded$
|
|
7874
|
+
var _excluded$3K = ["color", "size"];
|
|
7842
7875
|
/**
|
|
7843
7876
|
* @typedef {Object} ProtectProps
|
|
7844
7877
|
* @property {string} [color='currentColor']
|
|
@@ -7853,7 +7886,7 @@
|
|
|
7853
7886
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
7854
7887
|
_ref$size = _ref.size,
|
|
7855
7888
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
7856
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7889
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3K);
|
|
7857
7890
|
|
|
7858
7891
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7859
7892
|
width: size,
|
|
@@ -7873,7 +7906,7 @@
|
|
|
7873
7906
|
}));
|
|
7874
7907
|
};
|
|
7875
7908
|
|
|
7876
|
-
var _excluded$
|
|
7909
|
+
var _excluded$3L = ["color", "size"];
|
|
7877
7910
|
/**
|
|
7878
7911
|
* @typedef {Object} UnprotectProps
|
|
7879
7912
|
* @property {string} [color='currentColor']
|
|
@@ -7888,7 +7921,7 @@
|
|
|
7888
7921
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
7889
7922
|
_ref$size = _ref.size,
|
|
7890
7923
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
7891
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7924
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3L);
|
|
7892
7925
|
|
|
7893
7926
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7894
7927
|
width: size,
|
|
@@ -7908,7 +7941,7 @@
|
|
|
7908
7941
|
}));
|
|
7909
7942
|
};
|
|
7910
7943
|
|
|
7911
|
-
var _excluded$
|
|
7944
|
+
var _excluded$3M = ["color", "size"];
|
|
7912
7945
|
/**
|
|
7913
7946
|
* @typedef {Object} RulesProps
|
|
7914
7947
|
* @property {string} [color='currentColor']
|
|
@@ -7923,7 +7956,7 @@
|
|
|
7923
7956
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
7924
7957
|
_ref$size = _ref.size,
|
|
7925
7958
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
7926
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7959
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3M);
|
|
7927
7960
|
|
|
7928
7961
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7929
7962
|
width: size,
|
|
@@ -7940,7 +7973,7 @@
|
|
|
7940
7973
|
}));
|
|
7941
7974
|
};
|
|
7942
7975
|
|
|
7943
|
-
var _excluded$
|
|
7976
|
+
var _excluded$3N = ["color", "size"];
|
|
7944
7977
|
/**
|
|
7945
7978
|
* @typedef {Object} DelayProps
|
|
7946
7979
|
* @property {string} [color='currentColor']
|
|
@@ -7955,7 +7988,7 @@
|
|
|
7955
7988
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
7956
7989
|
_ref$size = _ref.size,
|
|
7957
7990
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
7958
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7991
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3N);
|
|
7959
7992
|
|
|
7960
7993
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7961
7994
|
width: size,
|
|
@@ -7970,7 +8003,7 @@
|
|
|
7970
8003
|
}));
|
|
7971
8004
|
};
|
|
7972
8005
|
|
|
7973
|
-
var _excluded$
|
|
8006
|
+
var _excluded$3O = ["color", "size"];
|
|
7974
8007
|
/**
|
|
7975
8008
|
* @typedef {Object} PauseProps
|
|
7976
8009
|
* @property {string} [color='currentColor']
|
|
@@ -7985,7 +8018,7 @@
|
|
|
7985
8018
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
7986
8019
|
_ref$size = _ref.size,
|
|
7987
8020
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
7988
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8021
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3O);
|
|
7989
8022
|
|
|
7990
8023
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7991
8024
|
width: size,
|
|
@@ -8007,7 +8040,7 @@
|
|
|
8007
8040
|
}));
|
|
8008
8041
|
};
|
|
8009
8042
|
|
|
8010
|
-
var _excluded$
|
|
8043
|
+
var _excluded$3P = ["color", "size"];
|
|
8011
8044
|
/**
|
|
8012
8045
|
* @typedef {Object} Stop2Props
|
|
8013
8046
|
* @property {string} [color='currentColor']
|
|
@@ -8022,7 +8055,7 @@
|
|
|
8022
8055
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
8023
8056
|
_ref$size = _ref.size,
|
|
8024
8057
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
8025
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8058
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3P);
|
|
8026
8059
|
|
|
8027
8060
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8028
8061
|
width: size,
|
|
@@ -8039,7 +8072,7 @@
|
|
|
8039
8072
|
}));
|
|
8040
8073
|
};
|
|
8041
8074
|
|
|
8042
|
-
var _excluded$
|
|
8075
|
+
var _excluded$3Q = ["color", "size"];
|
|
8043
8076
|
/**
|
|
8044
8077
|
* @typedef {Object} TriggersLinesProps
|
|
8045
8078
|
* @property {string} [color='currentColor']
|
|
@@ -8054,7 +8087,7 @@
|
|
|
8054
8087
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
8055
8088
|
_ref$size = _ref.size,
|
|
8056
8089
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
8057
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8090
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3Q);
|
|
8058
8091
|
|
|
8059
8092
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8060
8093
|
width: size,
|
|
@@ -8071,7 +8104,7 @@
|
|
|
8071
8104
|
}));
|
|
8072
8105
|
};
|
|
8073
8106
|
|
|
8074
|
-
var _excluded$
|
|
8107
|
+
var _excluded$3R = ["color", "size"];
|
|
8075
8108
|
/**
|
|
8076
8109
|
* @typedef {Object} StopRecordProps
|
|
8077
8110
|
* @property {string} [color='currentColor']
|
|
@@ -8086,7 +8119,7 @@
|
|
|
8086
8119
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
8087
8120
|
_ref$size = _ref.size,
|
|
8088
8121
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
8089
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8122
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3R);
|
|
8090
8123
|
|
|
8091
8124
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8092
8125
|
width: size,
|
|
@@ -8106,7 +8139,7 @@
|
|
|
8106
8139
|
}));
|
|
8107
8140
|
};
|
|
8108
8141
|
|
|
8109
|
-
var _excluded$
|
|
8142
|
+
var _excluded$3S = ["color", "size"];
|
|
8110
8143
|
/**
|
|
8111
8144
|
* @typedef {Object} CloudProps
|
|
8112
8145
|
* @property {string} [color='currentColor']
|
|
@@ -8121,7 +8154,7 @@
|
|
|
8121
8154
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
8122
8155
|
_ref$size = _ref.size,
|
|
8123
8156
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
8124
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8157
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3S);
|
|
8125
8158
|
|
|
8126
8159
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8127
8160
|
width: size,
|
|
@@ -8136,7 +8169,7 @@
|
|
|
8136
8169
|
}));
|
|
8137
8170
|
};
|
|
8138
8171
|
|
|
8139
|
-
var _excluded$
|
|
8172
|
+
var _excluded$3T = ["color", "size"];
|
|
8140
8173
|
/**
|
|
8141
8174
|
* @typedef {Object} CloudErrorProps
|
|
8142
8175
|
* @property {string} [color='currentColor']
|
|
@@ -8151,7 +8184,7 @@
|
|
|
8151
8184
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
8152
8185
|
_ref$size = _ref.size,
|
|
8153
8186
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
8154
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8187
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3T);
|
|
8155
8188
|
|
|
8156
8189
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8157
8190
|
width: size,
|
|
@@ -8166,7 +8199,7 @@
|
|
|
8166
8199
|
}));
|
|
8167
8200
|
};
|
|
8168
8201
|
|
|
8169
|
-
var _excluded$
|
|
8202
|
+
var _excluded$3U = ["color", "size"];
|
|
8170
8203
|
/**
|
|
8171
8204
|
* @typedef {Object} CloudUploadProps
|
|
8172
8205
|
* @property {string} [color='currentColor']
|
|
@@ -8181,7 +8214,7 @@
|
|
|
8181
8214
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
8182
8215
|
_ref$size = _ref.size,
|
|
8183
8216
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
8184
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8217
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3U);
|
|
8185
8218
|
|
|
8186
8219
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8187
8220
|
width: size,
|
|
@@ -8196,7 +8229,7 @@
|
|
|
8196
8229
|
}));
|
|
8197
8230
|
};
|
|
8198
8231
|
|
|
8199
|
-
var _excluded$
|
|
8232
|
+
var _excluded$3V = ["color", "size"];
|
|
8200
8233
|
/**
|
|
8201
8234
|
* @typedef {Object} CloudDownloadProps
|
|
8202
8235
|
* @property {string} [color='currentColor']
|
|
@@ -8211,7 +8244,7 @@
|
|
|
8211
8244
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
8212
8245
|
_ref$size = _ref.size,
|
|
8213
8246
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
8214
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8247
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3V);
|
|
8215
8248
|
|
|
8216
8249
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8217
8250
|
width: size,
|
|
@@ -8226,7 +8259,7 @@
|
|
|
8226
8259
|
}));
|
|
8227
8260
|
};
|
|
8228
8261
|
|
|
8229
|
-
var _excluded$
|
|
8262
|
+
var _excluded$3W = ["color", "size"];
|
|
8230
8263
|
/**
|
|
8231
8264
|
* @typedef {Object} PopularProps
|
|
8232
8265
|
* @property {string} [color='currentColor']
|
|
@@ -8241,7 +8274,7 @@
|
|
|
8241
8274
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
8242
8275
|
_ref$size = _ref.size,
|
|
8243
8276
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
8244
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8277
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3W);
|
|
8245
8278
|
|
|
8246
8279
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8247
8280
|
width: size,
|
|
@@ -8258,7 +8291,7 @@
|
|
|
8258
8291
|
}));
|
|
8259
8292
|
};
|
|
8260
8293
|
|
|
8261
|
-
var _excluded$
|
|
8294
|
+
var _excluded$3X = ["color", "size"];
|
|
8262
8295
|
/**
|
|
8263
8296
|
* @typedef {Object} PopularFilledProps
|
|
8264
8297
|
* @property {string} [color='currentColor']
|
|
@@ -8273,7 +8306,7 @@
|
|
|
8273
8306
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
8274
8307
|
_ref$size = _ref.size,
|
|
8275
8308
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
8276
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8309
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3X);
|
|
8277
8310
|
|
|
8278
8311
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8279
8312
|
width: size,
|
|
@@ -8290,7 +8323,7 @@
|
|
|
8290
8323
|
}));
|
|
8291
8324
|
};
|
|
8292
8325
|
|
|
8293
|
-
var _excluded$
|
|
8326
|
+
var _excluded$3Y = ["color", "size"];
|
|
8294
8327
|
/**
|
|
8295
8328
|
* @typedef {Object} AlignLeftProps
|
|
8296
8329
|
* @property {string} [color='currentColor']
|
|
@@ -8305,7 +8338,7 @@
|
|
|
8305
8338
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
8306
8339
|
_ref$size = _ref.size,
|
|
8307
8340
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
8308
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8341
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3Y);
|
|
8309
8342
|
|
|
8310
8343
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8311
8344
|
width: size,
|
|
@@ -8329,7 +8362,7 @@
|
|
|
8329
8362
|
}));
|
|
8330
8363
|
};
|
|
8331
8364
|
|
|
8332
|
-
var _excluded$
|
|
8365
|
+
var _excluded$3Z = ["color", "size"];
|
|
8333
8366
|
/**
|
|
8334
8367
|
* @typedef {Object} AlignCenterProps
|
|
8335
8368
|
* @property {string} [color='currentColor']
|
|
@@ -8344,7 +8377,7 @@
|
|
|
8344
8377
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
8345
8378
|
_ref$size = _ref.size,
|
|
8346
8379
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
8347
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8380
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3Z);
|
|
8348
8381
|
|
|
8349
8382
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8350
8383
|
width: size,
|
|
@@ -8368,7 +8401,7 @@
|
|
|
8368
8401
|
}));
|
|
8369
8402
|
};
|
|
8370
8403
|
|
|
8371
|
-
var _excluded$
|
|
8404
|
+
var _excluded$3_ = ["color", "size"];
|
|
8372
8405
|
/**
|
|
8373
8406
|
* @typedef {Object} AlignRightProps
|
|
8374
8407
|
* @property {string} [color='currentColor']
|
|
@@ -8383,7 +8416,7 @@
|
|
|
8383
8416
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
8384
8417
|
_ref$size = _ref.size,
|
|
8385
8418
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
8386
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8419
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3_);
|
|
8387
8420
|
|
|
8388
8421
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8389
8422
|
width: size,
|
|
@@ -8407,7 +8440,7 @@
|
|
|
8407
8440
|
}));
|
|
8408
8441
|
};
|
|
8409
8442
|
|
|
8410
|
-
var _excluded$
|
|
8443
|
+
var _excluded$3$ = ["color", "size"];
|
|
8411
8444
|
/**
|
|
8412
8445
|
* @typedef {Object} AlignWideProps
|
|
8413
8446
|
* @property {string} [color='currentColor']
|
|
@@ -8422,7 +8455,7 @@
|
|
|
8422
8455
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
8423
8456
|
_ref$size = _ref.size,
|
|
8424
8457
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
8425
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8458
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$3$);
|
|
8426
8459
|
|
|
8427
8460
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8428
8461
|
width: size,
|
|
@@ -8446,7 +8479,7 @@
|
|
|
8446
8479
|
}));
|
|
8447
8480
|
};
|
|
8448
8481
|
|
|
8449
|
-
var _excluded$
|
|
8482
|
+
var _excluded$40 = ["color", "size"];
|
|
8450
8483
|
/**
|
|
8451
8484
|
* @typedef {Object} SpacingProps
|
|
8452
8485
|
* @property {string} [color='currentColor']
|
|
@@ -8461,7 +8494,7 @@
|
|
|
8461
8494
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
8462
8495
|
_ref$size = _ref.size,
|
|
8463
8496
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
8464
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8497
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$40);
|
|
8465
8498
|
|
|
8466
8499
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8467
8500
|
width: size,
|
|
@@ -8476,7 +8509,7 @@
|
|
|
8476
8509
|
}));
|
|
8477
8510
|
};
|
|
8478
8511
|
|
|
8479
|
-
var _excluded$
|
|
8512
|
+
var _excluded$41 = ["color", "size"];
|
|
8480
8513
|
/**
|
|
8481
8514
|
* @typedef {Object} BoldProps
|
|
8482
8515
|
* @property {string} [color='currentColor']
|
|
@@ -8491,7 +8524,7 @@
|
|
|
8491
8524
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
8492
8525
|
_ref$size = _ref.size,
|
|
8493
8526
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
8494
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8527
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$41);
|
|
8495
8528
|
|
|
8496
8529
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8497
8530
|
width: size,
|
|
@@ -8506,7 +8539,7 @@
|
|
|
8506
8539
|
}));
|
|
8507
8540
|
};
|
|
8508
8541
|
|
|
8509
|
-
var _excluded$
|
|
8542
|
+
var _excluded$42 = ["color", "size"];
|
|
8510
8543
|
/**
|
|
8511
8544
|
* @typedef {Object} ItalicProps
|
|
8512
8545
|
* @property {string} [color='currentColor']
|
|
@@ -8521,7 +8554,7 @@
|
|
|
8521
8554
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
8522
8555
|
_ref$size = _ref.size,
|
|
8523
8556
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
8524
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8557
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$42);
|
|
8525
8558
|
|
|
8526
8559
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8527
8560
|
width: size,
|
|
@@ -8536,7 +8569,7 @@
|
|
|
8536
8569
|
}));
|
|
8537
8570
|
};
|
|
8538
8571
|
|
|
8539
|
-
var _excluded$
|
|
8572
|
+
var _excluded$43 = ["color", "size"];
|
|
8540
8573
|
/**
|
|
8541
8574
|
* @typedef {Object} UnderlineProps
|
|
8542
8575
|
* @property {string} [color='currentColor']
|
|
@@ -8551,7 +8584,7 @@
|
|
|
8551
8584
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
8552
8585
|
_ref$size = _ref.size,
|
|
8553
8586
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
8554
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8587
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$43);
|
|
8555
8588
|
|
|
8556
8589
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8557
8590
|
width: size,
|
|
@@ -8569,7 +8602,7 @@
|
|
|
8569
8602
|
}));
|
|
8570
8603
|
};
|
|
8571
8604
|
|
|
8572
|
-
var _excluded$
|
|
8605
|
+
var _excluded$44 = ["color", "size"];
|
|
8573
8606
|
/**
|
|
8574
8607
|
* @typedef {Object} SendMessageProps
|
|
8575
8608
|
* @property {string} [color='currentColor']
|
|
@@ -8584,7 +8617,7 @@
|
|
|
8584
8617
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
8585
8618
|
_ref$size = _ref.size,
|
|
8586
8619
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
8587
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8620
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$44);
|
|
8588
8621
|
|
|
8589
8622
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8590
8623
|
width: size,
|
|
@@ -8610,7 +8643,7 @@
|
|
|
8610
8643
|
}));
|
|
8611
8644
|
};
|
|
8612
8645
|
|
|
8613
|
-
var _excluded$
|
|
8646
|
+
var _excluded$45 = ["color", "size"];
|
|
8614
8647
|
/**
|
|
8615
8648
|
* @typedef {Object} UndoProps
|
|
8616
8649
|
* @property {string} [color='currentColor']
|
|
@@ -8625,7 +8658,7 @@
|
|
|
8625
8658
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
8626
8659
|
_ref$size = _ref.size,
|
|
8627
8660
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
8628
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8661
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$45);
|
|
8629
8662
|
|
|
8630
8663
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8631
8664
|
width: size,
|
|
@@ -8643,7 +8676,7 @@
|
|
|
8643
8676
|
}));
|
|
8644
8677
|
};
|
|
8645
8678
|
|
|
8646
|
-
var _excluded$
|
|
8679
|
+
var _excluded$46 = ["color", "size"];
|
|
8647
8680
|
/**
|
|
8648
8681
|
* @typedef {Object} RedoProps
|
|
8649
8682
|
* @property {string} [color='currentColor']
|
|
@@ -8658,7 +8691,7 @@
|
|
|
8658
8691
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
8659
8692
|
_ref$size = _ref.size,
|
|
8660
8693
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
8661
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8694
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$46);
|
|
8662
8695
|
|
|
8663
8696
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8664
8697
|
width: size,
|
|
@@ -8676,7 +8709,7 @@
|
|
|
8676
8709
|
}));
|
|
8677
8710
|
};
|
|
8678
8711
|
|
|
8679
|
-
var _excluded$
|
|
8712
|
+
var _excluded$47 = ["color", "size"];
|
|
8680
8713
|
/**
|
|
8681
8714
|
* @typedef {Object} AnalyticsProps
|
|
8682
8715
|
* @property {string} [color='currentColor']
|
|
@@ -8691,7 +8724,7 @@
|
|
|
8691
8724
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
8692
8725
|
_ref$size = _ref.size,
|
|
8693
8726
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
8694
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8727
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$47);
|
|
8695
8728
|
|
|
8696
8729
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8697
8730
|
width: size,
|
|
@@ -8718,7 +8751,7 @@
|
|
|
8718
8751
|
}));
|
|
8719
8752
|
};
|
|
8720
8753
|
|
|
8721
|
-
var _excluded$
|
|
8754
|
+
var _excluded$48 = ["color", "size"];
|
|
8722
8755
|
/**
|
|
8723
8756
|
* @typedef {Object} SystemFieldProps
|
|
8724
8757
|
* @property {string} [color='currentColor']
|
|
@@ -8733,7 +8766,7 @@
|
|
|
8733
8766
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
8734
8767
|
_ref$size = _ref.size,
|
|
8735
8768
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
8736
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8769
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$48);
|
|
8737
8770
|
|
|
8738
8771
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8739
8772
|
width: size,
|
|
@@ -8748,7 +8781,7 @@
|
|
|
8748
8781
|
}));
|
|
8749
8782
|
};
|
|
8750
8783
|
|
|
8751
|
-
var _excluded$
|
|
8784
|
+
var _excluded$49 = ["color", "size"];
|
|
8752
8785
|
/**
|
|
8753
8786
|
* @typedef {Object} CustomFieldProps
|
|
8754
8787
|
* @property {string} [color='currentColor']
|
|
@@ -8763,7 +8796,7 @@
|
|
|
8763
8796
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
8764
8797
|
_ref$size = _ref.size,
|
|
8765
8798
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
8766
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8799
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$49);
|
|
8767
8800
|
|
|
8768
8801
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8769
8802
|
width: size,
|
|
@@ -8778,7 +8811,7 @@
|
|
|
8778
8811
|
}));
|
|
8779
8812
|
};
|
|
8780
8813
|
|
|
8781
|
-
var _excluded$
|
|
8814
|
+
var _excluded$4a = ["color", "size"];
|
|
8782
8815
|
/**
|
|
8783
8816
|
* @typedef {Object} CustomFieldRemoveProps
|
|
8784
8817
|
* @property {string} [color='currentColor']
|
|
@@ -8793,7 +8826,7 @@
|
|
|
8793
8826
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
8794
8827
|
_ref$size = _ref.size,
|
|
8795
8828
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
8796
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8829
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4a);
|
|
8797
8830
|
|
|
8798
8831
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8799
8832
|
width: size,
|
|
@@ -8808,7 +8841,7 @@
|
|
|
8808
8841
|
}));
|
|
8809
8842
|
};
|
|
8810
8843
|
|
|
8811
|
-
var _excluded$
|
|
8844
|
+
var _excluded$4b = ["color", "size"];
|
|
8812
8845
|
/**
|
|
8813
8846
|
* @typedef {Object} GuestChatChannelProps
|
|
8814
8847
|
* @property {string} [color='currentColor']
|
|
@@ -8822,7 +8855,7 @@
|
|
|
8822
8855
|
var _ref$color = _ref.color,
|
|
8823
8856
|
_ref$size = _ref.size,
|
|
8824
8857
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
8825
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8858
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4b);
|
|
8826
8859
|
|
|
8827
8860
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8828
8861
|
width: size,
|
|
@@ -8860,7 +8893,7 @@
|
|
|
8860
8893
|
}))));
|
|
8861
8894
|
};
|
|
8862
8895
|
|
|
8863
|
-
var _excluded$
|
|
8896
|
+
var _excluded$4c = ["color", "size"];
|
|
8864
8897
|
/**
|
|
8865
8898
|
* @typedef {Object} TriggersProps
|
|
8866
8899
|
* @property {string} [color='currentColor']
|
|
@@ -8874,7 +8907,7 @@
|
|
|
8874
8907
|
var _ref$color = _ref.color,
|
|
8875
8908
|
_ref$size = _ref.size,
|
|
8876
8909
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
8877
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8910
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4c);
|
|
8878
8911
|
|
|
8879
8912
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8880
8913
|
width: size,
|
|
@@ -8891,7 +8924,7 @@
|
|
|
8891
8924
|
}));
|
|
8892
8925
|
};
|
|
8893
8926
|
|
|
8894
|
-
var _excluded$
|
|
8927
|
+
var _excluded$4d = ["color", "size"];
|
|
8895
8928
|
/**
|
|
8896
8929
|
* @typedef {Object} StartFlowProps
|
|
8897
8930
|
* @property {string} [color='currentColor']
|
|
@@ -8905,7 +8938,7 @@
|
|
|
8905
8938
|
var _ref$color = _ref.color,
|
|
8906
8939
|
_ref$size = _ref.size,
|
|
8907
8940
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
8908
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8941
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4d);
|
|
8909
8942
|
|
|
8910
8943
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8911
8944
|
width: size,
|
|
@@ -8927,7 +8960,7 @@
|
|
|
8927
8960
|
}));
|
|
8928
8961
|
};
|
|
8929
8962
|
|
|
8930
|
-
var _excluded$
|
|
8963
|
+
var _excluded$4e = ["color", "size"];
|
|
8931
8964
|
/**
|
|
8932
8965
|
* @typedef {Object} AppleProps
|
|
8933
8966
|
* @property {string} [color='currentColor']
|
|
@@ -8942,7 +8975,7 @@
|
|
|
8942
8975
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
8943
8976
|
_ref$size = _ref.size,
|
|
8944
8977
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
8945
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8978
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4e);
|
|
8946
8979
|
|
|
8947
8980
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8948
8981
|
width: size,
|
|
@@ -8957,7 +8990,7 @@
|
|
|
8957
8990
|
}));
|
|
8958
8991
|
};
|
|
8959
8992
|
|
|
8960
|
-
var _excluded$
|
|
8993
|
+
var _excluded$4f = ["color", "size"];
|
|
8961
8994
|
/**
|
|
8962
8995
|
* @typedef {Object} GoogleProps
|
|
8963
8996
|
* @property {string} [color='currentColor']
|
|
@@ -8971,7 +9004,7 @@
|
|
|
8971
9004
|
var _ref$color = _ref.color,
|
|
8972
9005
|
_ref$size = _ref.size,
|
|
8973
9006
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
8974
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9007
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4f);
|
|
8975
9008
|
|
|
8976
9009
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8977
9010
|
width: size,
|
|
@@ -9003,7 +9036,7 @@
|
|
|
9003
9036
|
}));
|
|
9004
9037
|
};
|
|
9005
9038
|
|
|
9006
|
-
var _excluded$
|
|
9039
|
+
var _excluded$4g = ["color", "size"];
|
|
9007
9040
|
/**
|
|
9008
9041
|
* @typedef {Object} GoogleAltProps
|
|
9009
9042
|
* @property {string} [color='currentColor']
|
|
@@ -9018,7 +9051,7 @@
|
|
|
9018
9051
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9019
9052
|
_ref$size = _ref.size,
|
|
9020
9053
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9021
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9054
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4g);
|
|
9022
9055
|
|
|
9023
9056
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9024
9057
|
width: size,
|
|
@@ -9050,7 +9083,7 @@
|
|
|
9050
9083
|
}));
|
|
9051
9084
|
};
|
|
9052
9085
|
|
|
9053
|
-
var _excluded$
|
|
9086
|
+
var _excluded$4h = ["color", "size"];
|
|
9054
9087
|
/**
|
|
9055
9088
|
* @typedef {Object} FacebookProps
|
|
9056
9089
|
* @property {string} [color='currentColor']
|
|
@@ -9065,7 +9098,7 @@
|
|
|
9065
9098
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9066
9099
|
_ref$size = _ref.size,
|
|
9067
9100
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9068
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9101
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4h);
|
|
9069
9102
|
|
|
9070
9103
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9071
9104
|
width: size,
|
|
@@ -9082,7 +9115,7 @@
|
|
|
9082
9115
|
}));
|
|
9083
9116
|
};
|
|
9084
9117
|
|
|
9085
|
-
var _excluded$
|
|
9118
|
+
var _excluded$4i = ["color", "size"];
|
|
9086
9119
|
/**
|
|
9087
9120
|
* @typedef {Object} OmnichannelWidgetProps
|
|
9088
9121
|
* @property {string} [color='currentColor']
|
|
@@ -9097,7 +9130,7 @@
|
|
|
9097
9130
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9098
9131
|
_ref$size = _ref.size,
|
|
9099
9132
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9100
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9133
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4i);
|
|
9101
9134
|
|
|
9102
9135
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9103
9136
|
width: size,
|
|
@@ -9112,7 +9145,7 @@
|
|
|
9112
9145
|
}));
|
|
9113
9146
|
};
|
|
9114
9147
|
|
|
9115
|
-
var _excluded$
|
|
9148
|
+
var _excluded$4j = ["color", "size"];
|
|
9116
9149
|
/**
|
|
9117
9150
|
* @typedef {Object} IncreaseEngagementProps
|
|
9118
9151
|
* @property {string} [color='currentColor']
|
|
@@ -9127,7 +9160,7 @@
|
|
|
9127
9160
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9128
9161
|
_ref$size = _ref.size,
|
|
9129
9162
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9130
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9163
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4j);
|
|
9131
9164
|
|
|
9132
9165
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9133
9166
|
width: size,
|
|
@@ -9142,7 +9175,7 @@
|
|
|
9142
9175
|
}));
|
|
9143
9176
|
};
|
|
9144
9177
|
|
|
9145
|
-
var _excluded$
|
|
9178
|
+
var _excluded$4k = ["color", "size"];
|
|
9146
9179
|
/**
|
|
9147
9180
|
* @typedef {Object} ShowcaseProductsProps
|
|
9148
9181
|
* @property {string} [color='currentColor']
|
|
@@ -9157,7 +9190,7 @@
|
|
|
9157
9190
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9158
9191
|
_ref$size = _ref.size,
|
|
9159
9192
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9160
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9193
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4k);
|
|
9161
9194
|
|
|
9162
9195
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9163
9196
|
width: size,
|
|
@@ -9172,7 +9205,7 @@
|
|
|
9172
9205
|
}));
|
|
9173
9206
|
};
|
|
9174
9207
|
|
|
9175
|
-
var _excluded$
|
|
9208
|
+
var _excluded$4l = ["color", "size"];
|
|
9176
9209
|
/**
|
|
9177
9210
|
* @typedef {Object} FaqProps
|
|
9178
9211
|
* @property {string} [color='currentColor']
|
|
@@ -9187,7 +9220,7 @@
|
|
|
9187
9220
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9188
9221
|
_ref$size = _ref.size,
|
|
9189
9222
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9190
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9223
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4l);
|
|
9191
9224
|
|
|
9192
9225
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9193
9226
|
width: size,
|
|
@@ -9202,7 +9235,7 @@
|
|
|
9202
9235
|
}));
|
|
9203
9236
|
};
|
|
9204
9237
|
|
|
9205
|
-
var _excluded$
|
|
9238
|
+
var _excluded$4m = ["color", "size"];
|
|
9206
9239
|
/**
|
|
9207
9240
|
* @typedef {Object} WebsiteRedirectProps
|
|
9208
9241
|
* @property {string} [color='currentColor']
|
|
@@ -9217,7 +9250,7 @@
|
|
|
9217
9250
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9218
9251
|
_ref$size = _ref.size,
|
|
9219
9252
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9220
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9253
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4m);
|
|
9221
9254
|
|
|
9222
9255
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9223
9256
|
width: size,
|
|
@@ -9232,7 +9265,7 @@
|
|
|
9232
9265
|
}));
|
|
9233
9266
|
};
|
|
9234
9267
|
|
|
9235
|
-
var _excluded$
|
|
9268
|
+
var _excluded$4n = ["color", "size"];
|
|
9236
9269
|
/**
|
|
9237
9270
|
* @typedef {Object} TelegramProps
|
|
9238
9271
|
* @property {string} [color='currentColor']
|
|
@@ -9247,7 +9280,7 @@
|
|
|
9247
9280
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9248
9281
|
_ref$size = _ref.size,
|
|
9249
9282
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9250
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9283
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4n);
|
|
9251
9284
|
|
|
9252
9285
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9253
9286
|
width: size,
|
|
@@ -9264,7 +9297,7 @@
|
|
|
9264
9297
|
}));
|
|
9265
9298
|
};
|
|
9266
9299
|
|
|
9267
|
-
var _excluded$
|
|
9300
|
+
var _excluded$4o = ["color", "size"];
|
|
9268
9301
|
/**
|
|
9269
9302
|
* @typedef {Object} TapProps
|
|
9270
9303
|
* @property {string} [color='currentColor']
|
|
@@ -9279,7 +9312,7 @@
|
|
|
9279
9312
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9280
9313
|
_ref$size = _ref.size,
|
|
9281
9314
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9282
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9315
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4o);
|
|
9283
9316
|
|
|
9284
9317
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9285
9318
|
width: size,
|
|
@@ -9299,7 +9332,7 @@
|
|
|
9299
9332
|
}));
|
|
9300
9333
|
};
|
|
9301
9334
|
|
|
9302
|
-
var _excluded$
|
|
9335
|
+
var _excluded$4p = ["color", "size"];
|
|
9303
9336
|
/**
|
|
9304
9337
|
* @typedef {Object} NewOrphanMobileProps
|
|
9305
9338
|
* @property {string} [color='currentColor']
|
|
@@ -9314,7 +9347,7 @@
|
|
|
9314
9347
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9315
9348
|
_ref$size = _ref.size,
|
|
9316
9349
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9317
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9350
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4p);
|
|
9318
9351
|
|
|
9319
9352
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9320
9353
|
width: size,
|
|
@@ -9337,7 +9370,7 @@
|
|
|
9337
9370
|
}));
|
|
9338
9371
|
};
|
|
9339
9372
|
|
|
9340
|
-
var _excluded$
|
|
9373
|
+
var _excluded$4q = ["color", "size"];
|
|
9341
9374
|
/**
|
|
9342
9375
|
* @typedef {Object} ExportProps
|
|
9343
9376
|
* @property {string} [color='currentColor']
|
|
@@ -9352,7 +9385,73 @@
|
|
|
9352
9385
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9353
9386
|
_ref$size = _ref.size,
|
|
9354
9387
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9355
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9388
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4q);
|
|
9389
|
+
|
|
9390
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9391
|
+
width: size,
|
|
9392
|
+
height: size,
|
|
9393
|
+
viewBox: "0 0 24 24",
|
|
9394
|
+
fill: "none",
|
|
9395
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9396
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9397
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9398
|
+
d: "M20.5 16.6V20.5H3.5V3.5H7.5L6 2H2V22H22V18.1L20.5 16.6Z",
|
|
9399
|
+
fill: color
|
|
9400
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9401
|
+
d: "M10.6 19L5 13.3L12.7 5.6L9.2 2H22V14.8L18.4 11.2L10.6 19ZM7.1 13.3L10.7 16.9L18.4 9.2L20.5 11.3V3.5H12.8L14.8 5.5L7.1 13.3Z",
|
|
9402
|
+
fill: color
|
|
9403
|
+
}));
|
|
9404
|
+
};
|
|
9405
|
+
|
|
9406
|
+
var _excluded$4r = ["color", "size"];
|
|
9407
|
+
/**
|
|
9408
|
+
* @typedef {Object} AiProps
|
|
9409
|
+
* @property {string} [color='currentColor']
|
|
9410
|
+
* @property {string|number} [size='24']
|
|
9411
|
+
*
|
|
9412
|
+
* @param {AiProps} props
|
|
9413
|
+
* @returns {JSX.Element}
|
|
9414
|
+
*/
|
|
9415
|
+
|
|
9416
|
+
var Ai = function Ai(_ref) {
|
|
9417
|
+
var _ref$color = _ref.color,
|
|
9418
|
+
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9419
|
+
_ref$size = _ref.size,
|
|
9420
|
+
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9421
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4r);
|
|
9422
|
+
|
|
9423
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9424
|
+
width: size,
|
|
9425
|
+
height: size,
|
|
9426
|
+
viewBox: "0 0 24 24",
|
|
9427
|
+
fill: "none",
|
|
9428
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9429
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9430
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9431
|
+
d: "M16.0659 9.28154C15.2281 9.54696 14.4383 9.91273 13.7095 10.3645C12.3576 11.2027 11.2161 12.337 10.3701 13.676C9.73484 14.6815 9.26614 15.8024 9 17C8.73386 15.8024 8.26516 14.6815 7.62988 13.676C6.78386 12.337 5.6424 11.2027 4.29046 10.3645C3.56174 9.91273 2.77186 9.54696 1.93414 9.28154C1.88278 9.26527 1.83124 9.24937 1.77952 9.23386L1 9L1.77952 8.76614C1.83124 8.75063 1.88278 8.73473 1.93414 8.71846C2.77186 8.45304 3.56174 8.08728 4.29046 7.63548C5.6424 6.7973 6.78386 5.66302 7.62988 4.32401C8.26516 3.31855 8.73386 2.19765 9 1C9.26614 2.19765 9.73484 3.31855 10.3701 4.32401C11.2161 5.66302 12.3576 6.7973 13.7095 7.63548C14.4383 8.08728 15.2281 8.45304 16.0659 8.71846C16.1172 8.73473 16.1688 8.75063 16.2205 8.76614L17 9L16.2205 9.23386C16.1688 9.24937 16.1172 9.26527 16.0659 9.28154Z",
|
|
9432
|
+
fill: color
|
|
9433
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9434
|
+
d: "M22.4162 18.176C21.8926 18.3419 21.3989 18.5705 20.9435 18.8528C20.0985 19.3767 19.3851 20.0856 18.8563 20.9225C18.4593 21.5509 18.1663 22.2515 18 23C17.8337 22.2515 17.5407 21.5509 17.1437 20.9225C16.6149 20.0856 15.9015 19.3767 15.0565 18.8528C14.6011 18.5705 14.1074 18.3419 13.5838 18.176C13.5517 18.1658 13.5195 18.1559 13.4872 18.1462L13 18L13.4872 17.8538C13.5195 17.8441 13.5517 17.8342 13.5838 17.824C14.1074 17.6581 14.6011 17.4295 15.0565 17.1472C15.9015 16.6233 16.6149 15.9144 17.1437 15.0775C17.5407 14.4491 17.8337 13.7485 18 13C18.1663 13.7485 18.4593 14.4491 18.8563 15.0775C19.3851 15.9144 20.0985 16.6233 20.9435 17.1472C21.3989 17.4295 21.8926 17.6581 22.4162 17.824C22.4483 17.8342 22.4805 17.8441 22.5128 17.8538L23 18L22.5128 18.1462C22.5088 18.1474 22.5047 18.1486 22.5007 18.1498C22.4724 18.1583 22.4443 18.1671 22.4162 18.176Z",
|
|
9435
|
+
fill: color
|
|
9436
|
+
}));
|
|
9437
|
+
};
|
|
9438
|
+
|
|
9439
|
+
var _excluded$4s = ["color", "size"];
|
|
9440
|
+
/**
|
|
9441
|
+
* @typedef {Object} AiStepProps
|
|
9442
|
+
* @property {string} [color='currentColor']
|
|
9443
|
+
* @property {string|number} [size='24']
|
|
9444
|
+
*
|
|
9445
|
+
* @param {AiStepProps} props
|
|
9446
|
+
* @returns {JSX.Element}
|
|
9447
|
+
*/
|
|
9448
|
+
|
|
9449
|
+
var AiStep = function AiStep(_ref) {
|
|
9450
|
+
var _ref$color = _ref.color,
|
|
9451
|
+
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9452
|
+
_ref$size = _ref.size,
|
|
9453
|
+
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9454
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4s);
|
|
9356
9455
|
|
|
9357
9456
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9358
9457
|
width: size,
|
|
@@ -9362,30 +9461,37 @@
|
|
|
9362
9461
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9363
9462
|
preserveAspectRatio: "xMidYMid meet"
|
|
9364
9463
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9365
|
-
|
|
9464
|
+
fillRule: "evenodd",
|
|
9465
|
+
clipRule: "evenodd",
|
|
9466
|
+
d: "M22.4162 6.17596C21.8926 6.34185 21.3989 6.57045 20.9435 6.85282C20.0985 7.37669 19.3851 8.08561 18.8563 8.92249C18.4593 9.55091 18.1663 10.2515 18 11C17.8337 10.2515 17.5407 9.55091 17.1437 8.92249C16.6149 8.08561 15.9015 7.37669 15.0565 6.85282C14.6011 6.57045 14.1074 6.34185 13.5838 6.17596C13.5517 6.16579 13.5195 6.15586 13.4872 6.14616L13 6L13.4872 5.85384C13.5195 5.84414 13.5517 5.83421 13.5838 5.82404C14.1074 5.65815 14.6011 5.42955 15.0565 5.14718C15.9015 4.62331 16.6149 3.91439 17.1437 3.07751C17.5407 2.44909 17.8337 1.74853 18 1C18.1663 1.74853 18.4593 2.44909 18.8563 3.07751C19.3851 3.91439 20.0985 4.62331 20.9435 5.14718C21.3989 5.42955 21.8926 5.65815 22.4162 5.82404C22.4483 5.83421 22.4805 5.84414 22.5128 5.85384L23 6L22.5128 6.14616C22.4805 6.15586 22.4483 6.16579 22.4162 6.17596ZM18 4.47008C18.4408 5.04625 18.9581 5.56123 19.5379 6C18.9581 6.43877 18.4408 6.95375 18 7.52992C17.5592 6.95375 17.0419 6.43877 16.4621 6C17.0419 5.56123 17.5592 5.04625 18 4.47008Z",
|
|
9366
9467
|
fill: color
|
|
9367
9468
|
}), /*#__PURE__*/React.createElement("path", {
|
|
9368
|
-
|
|
9469
|
+
fillRule: "evenodd",
|
|
9470
|
+
clipRule: "evenodd",
|
|
9471
|
+
d: "M12.8086 9.50005C12.8086 11.8 10.9585 13.7 8.71885 13.7C6.38186 13.7 4.62912 11.8 4.62912 9.50005C4.62912 7.20005 6.47923 5.30005 8.71885 5.30005C10.9585 5.30005 12.8086 7.20005 12.8086 9.50005ZM11.348 9.50005C11.348 8.00005 10.1795 6.80005 8.71885 6.80005C7.16086 6.80005 5.99236 8.00005 5.99236 9.50005C5.99236 11 7.25823 12.2 8.71885 12.2C10.1795 12.2 11.348 11 11.348 9.50005Z",
|
|
9472
|
+
fill: color
|
|
9473
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9474
|
+
d: "M15.3319 20.3772C15.4219 19.7904 15.5097 19.2179 15.4377 18.7C15.0482 15.3 10.9585 14.4 8.71885 14.4H8.62148C6.47923 14.4 2.3895 15.3 2 18.7C2 19.4 2.09737 20.2 2.19475 21H3.75274C3.55799 20.2 3.46062 19.4 3.46062 18.9C3.75274 16.4 7.35561 15.9 8.71885 15.9C10.0821 15.9 13.685 16.4 13.9771 18.9C13.9771 19.4 13.8797 20.2 13.685 21H15.243C15.2683 20.7919 15.3002 20.5837 15.3319 20.3772Z",
|
|
9369
9475
|
fill: color
|
|
9370
9476
|
}));
|
|
9371
9477
|
};
|
|
9372
9478
|
|
|
9373
|
-
var _excluded$
|
|
9479
|
+
var _excluded$4t = ["color", "size"];
|
|
9374
9480
|
/**
|
|
9375
|
-
* @typedef {Object}
|
|
9481
|
+
* @typedef {Object} AiAnswersSkillProps
|
|
9376
9482
|
* @property {string} [color='currentColor']
|
|
9377
9483
|
* @property {string|number} [size='24']
|
|
9378
9484
|
*
|
|
9379
|
-
* @param {
|
|
9485
|
+
* @param {AiAnswersSkillProps} props
|
|
9380
9486
|
* @returns {JSX.Element}
|
|
9381
9487
|
*/
|
|
9382
9488
|
|
|
9383
|
-
var
|
|
9489
|
+
var AiAnswersSkill = function AiAnswersSkill(_ref) {
|
|
9384
9490
|
var _ref$color = _ref.color,
|
|
9385
9491
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9386
9492
|
_ref$size = _ref.size,
|
|
9387
9493
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9388
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9494
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4t);
|
|
9389
9495
|
|
|
9390
9496
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9391
9497
|
width: size,
|
|
@@ -9395,30 +9501,30 @@
|
|
|
9395
9501
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9396
9502
|
preserveAspectRatio: "xMidYMid meet"
|
|
9397
9503
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9398
|
-
d: "
|
|
9504
|
+
d: "M11.3265 8.60867C11.9186 8.24159 12.5604 7.94441 13.241 7.72875C13.2775 7.71718 13.3142 7.70585 13.3509 7.69475L14 7.5L13.3666 7.30999C13.3246 7.29738 13.2827 7.28447 13.241 7.27125C12.5604 7.05559 11.9186 6.75841 11.3265 6.39133C10.2281 5.71031 9.30062 4.78871 8.61322 3.70076C8.09706 2.88382 7.71624 1.97309 7.5 1C7.28376 1.97309 6.90294 2.88382 6.38678 3.70076C5.69938 4.78871 4.77195 5.71031 3.6735 6.39133C3.08141 6.75841 2.43964 7.05559 1.75899 7.27125C1.71725 7.28447 1.67538 7.29738 1.63336 7.30999L1 7.5L1.63336 7.69001C1.67538 7.70261 1.71726 7.71553 1.75899 7.72875C2.43964 7.94441 3.08141 8.24159 3.6735 8.60867C4.77195 9.28969 5.69938 10.2113 6.38678 11.2992C6.90294 12.1162 7.28376 13.0269 7.5 14C7.71624 13.0269 8.09706 12.1162 8.61322 11.2992C9.30062 10.2113 10.2281 9.28969 11.3265 8.60867Z",
|
|
9399
9505
|
fill: color
|
|
9400
9506
|
}), /*#__PURE__*/React.createElement("path", {
|
|
9401
|
-
d: "
|
|
9507
|
+
d: "M16.9756 11.8051C17.6125 11.1967 18.5041 10.7708 19.5867 10.7708C21.1152 10.7708 22.2615 11.4401 22.8984 12.5961C23.5989 13.9348 23.2168 15.6993 22.0705 16.9771C20.9241 18.2549 17.8672 21.4189 17.7399 21.5406L17.0393 22.2708L16.3388 21.6014C16.2114 21.4797 13.0908 18.3766 11.9445 17.0379C10.7345 15.6993 10.416 14.0565 11.1166 12.657C11.6897 11.4401 12.8998 10.7708 14.4282 10.7708C15.4472 10.7708 16.3388 11.1967 16.9756 11.8051Z",
|
|
9402
9508
|
fill: color
|
|
9403
9509
|
}));
|
|
9404
9510
|
};
|
|
9405
9511
|
|
|
9406
|
-
var _excluded$
|
|
9512
|
+
var _excluded$4u = ["color", "size"];
|
|
9407
9513
|
/**
|
|
9408
|
-
* @typedef {Object}
|
|
9514
|
+
* @typedef {Object} AiEngagementSkillProps
|
|
9409
9515
|
* @property {string} [color='currentColor']
|
|
9410
9516
|
* @property {string|number} [size='24']
|
|
9411
9517
|
*
|
|
9412
|
-
* @param {
|
|
9518
|
+
* @param {AiEngagementSkillProps} props
|
|
9413
9519
|
* @returns {JSX.Element}
|
|
9414
9520
|
*/
|
|
9415
9521
|
|
|
9416
|
-
var
|
|
9522
|
+
var AiEngagementSkill = function AiEngagementSkill(_ref) {
|
|
9417
9523
|
var _ref$color = _ref.color,
|
|
9418
9524
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9419
9525
|
_ref$size = _ref.size,
|
|
9420
9526
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9421
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9527
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4u);
|
|
9422
9528
|
|
|
9423
9529
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9424
9530
|
width: size,
|
|
@@ -9428,22 +9534,15 @@
|
|
|
9428
9534
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9429
9535
|
preserveAspectRatio: "xMidYMid meet"
|
|
9430
9536
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9431
|
-
|
|
9432
|
-
clipRule: "evenodd",
|
|
9433
|
-
d: "M22.4162 6.17596C21.8926 6.34185 21.3989 6.57045 20.9435 6.85282C20.0985 7.37669 19.3851 8.08561 18.8563 8.92249C18.4593 9.55091 18.1663 10.2515 18 11C17.8337 10.2515 17.5407 9.55091 17.1437 8.92249C16.6149 8.08561 15.9015 7.37669 15.0565 6.85282C14.6011 6.57045 14.1074 6.34185 13.5838 6.17596C13.5517 6.16579 13.5195 6.15586 13.4872 6.14616L13 6L13.4872 5.85384C13.5195 5.84414 13.5517 5.83421 13.5838 5.82404C14.1074 5.65815 14.6011 5.42955 15.0565 5.14718C15.9015 4.62331 16.6149 3.91439 17.1437 3.07751C17.5407 2.44909 17.8337 1.74853 18 1C18.1663 1.74853 18.4593 2.44909 18.8563 3.07751C19.3851 3.91439 20.0985 4.62331 20.9435 5.14718C21.3989 5.42955 21.8926 5.65815 22.4162 5.82404C22.4483 5.83421 22.4805 5.84414 22.5128 5.85384L23 6L22.5128 6.14616C22.4805 6.15586 22.4483 6.16579 22.4162 6.17596ZM18 4.47008C18.4408 5.04625 18.9581 5.56123 19.5379 6C18.9581 6.43877 18.4408 6.95375 18 7.52992C17.5592 6.95375 17.0419 6.43877 16.4621 6C17.0419 5.56123 17.5592 5.04625 18 4.47008Z",
|
|
9537
|
+
d: "M11.3265 8.60867C11.9186 8.24159 12.5604 7.94441 13.241 7.72875C13.2775 7.71718 13.3142 7.70585 13.3509 7.69475L14 7.5L13.3666 7.30999C13.3246 7.29738 13.2827 7.28447 13.241 7.27125C12.5604 7.05559 11.9186 6.75841 11.3265 6.39133C10.2281 5.71031 9.30062 4.78871 8.61322 3.70076C8.09706 2.88382 7.71624 1.97309 7.5 1C7.28376 1.97309 6.90294 2.88382 6.38678 3.70076C5.69938 4.78871 4.77195 5.71031 3.6735 6.39133C3.08141 6.75841 2.43964 7.05559 1.75899 7.27125C1.71725 7.28447 1.67538 7.29738 1.63336 7.30999L1 7.5L1.63336 7.69001C1.67538 7.70261 1.71726 7.71553 1.75899 7.72875C2.43964 7.94441 3.08141 8.24159 3.6735 8.60867C4.77195 9.28969 5.69938 10.2113 6.38678 11.2992C6.90294 12.1162 7.28376 13.0269 7.5 14C7.71624 13.0269 8.09706 12.1162 8.61322 11.2992C9.30062 10.2113 10.2281 9.28969 11.3265 8.60867Z",
|
|
9434
9538
|
fill: color
|
|
9435
9539
|
}), /*#__PURE__*/React.createElement("path", {
|
|
9436
|
-
|
|
9437
|
-
clipRule: "evenodd",
|
|
9438
|
-
d: "M12.8086 9.50005C12.8086 11.8 10.9585 13.7 8.71885 13.7C6.38186 13.7 4.62912 11.8 4.62912 9.50005C4.62912 7.20005 6.47923 5.30005 8.71885 5.30005C10.9585 5.30005 12.8086 7.20005 12.8086 9.50005ZM11.348 9.50005C11.348 8.00005 10.1795 6.80005 8.71885 6.80005C7.16086 6.80005 5.99236 8.00005 5.99236 9.50005C5.99236 11 7.25823 12.2 8.71885 12.2C10.1795 12.2 11.348 11 11.348 9.50005Z",
|
|
9439
|
-
fill: color
|
|
9440
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
9441
|
-
d: "M15.3319 20.3772C15.4219 19.7904 15.5097 19.2179 15.4377 18.7C15.0482 15.3 10.9585 14.4 8.71885 14.4H8.62148C6.47923 14.4 2.3895 15.3 2 18.7C2 19.4 2.09737 20.2 2.19475 21H3.75274C3.55799 20.2 3.46062 19.4 3.46062 18.9C3.75274 16.4 7.35561 15.9 8.71885 15.9C10.0821 15.9 13.685 16.4 13.9771 18.9C13.9771 19.4 13.8797 20.2 13.685 21H15.243C15.2683 20.7919 15.3002 20.5837 15.3319 20.3772Z",
|
|
9540
|
+
d: "M10 15.6386C10 12.468 12.9884 10 16.5 10C20.0116 10 23 12.468 23 15.6386C23 18.8092 20.0116 21.2772 16.5 21.2772C15.664 21.2772 14.6567 21.1144 13.8299 20.7768L10.6521 22L11.5138 19.2185C10.9468 18.6064 10 17.3403 10 15.6386Z",
|
|
9442
9541
|
fill: color
|
|
9443
9542
|
}));
|
|
9444
9543
|
};
|
|
9445
9544
|
|
|
9446
|
-
var _excluded$
|
|
9545
|
+
var _excluded$4v = ["color", "size"];
|
|
9447
9546
|
/**
|
|
9448
9547
|
* @typedef {Object} AiIntentionProps
|
|
9449
9548
|
* @property {string} [color='currentColor']
|
|
@@ -9458,7 +9557,7 @@
|
|
|
9458
9557
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9459
9558
|
_ref$size = _ref.size,
|
|
9460
9559
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9461
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9560
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4v);
|
|
9462
9561
|
|
|
9463
9562
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9464
9563
|
width: size,
|
|
@@ -9483,7 +9582,7 @@
|
|
|
9483
9582
|
}));
|
|
9484
9583
|
};
|
|
9485
9584
|
|
|
9486
|
-
var _excluded$
|
|
9585
|
+
var _excluded$4w = ["color", "size"];
|
|
9487
9586
|
/**
|
|
9488
9587
|
* @typedef {Object} AiFilledProps
|
|
9489
9588
|
* @property {string} [color='currentColor']
|
|
@@ -9498,7 +9597,7 @@
|
|
|
9498
9597
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9499
9598
|
_ref$size = _ref.size,
|
|
9500
9599
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9501
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9600
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4w);
|
|
9502
9601
|
|
|
9503
9602
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9504
9603
|
width: size,
|
|
@@ -9518,7 +9617,7 @@
|
|
|
9518
9617
|
}));
|
|
9519
9618
|
};
|
|
9520
9619
|
|
|
9521
|
-
var _excluded$
|
|
9620
|
+
var _excluded$4x = ["color", "size"];
|
|
9522
9621
|
/**
|
|
9523
9622
|
* @typedef {Object} BigcommerceProps
|
|
9524
9623
|
* @property {string} [color='currentColor']
|
|
@@ -9532,7 +9631,7 @@
|
|
|
9532
9631
|
var _ref$color = _ref.color,
|
|
9533
9632
|
_ref$size = _ref.size,
|
|
9534
9633
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9535
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9634
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4x);
|
|
9536
9635
|
|
|
9537
9636
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9538
9637
|
width: size,
|
|
@@ -9547,7 +9646,7 @@
|
|
|
9547
9646
|
}));
|
|
9548
9647
|
};
|
|
9549
9648
|
|
|
9550
|
-
var _excluded$
|
|
9649
|
+
var _excluded$4y = ["color", "size"];
|
|
9551
9650
|
/**
|
|
9552
9651
|
* @typedef {Object} WoocommerceProps
|
|
9553
9652
|
* @property {string} [color='currentColor']
|
|
@@ -9561,7 +9660,7 @@
|
|
|
9561
9660
|
var _ref$color = _ref.color,
|
|
9562
9661
|
_ref$size = _ref.size,
|
|
9563
9662
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9564
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9663
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4y);
|
|
9565
9664
|
|
|
9566
9665
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9567
9666
|
width: size,
|
|
@@ -9579,7 +9678,7 @@
|
|
|
9579
9678
|
}));
|
|
9580
9679
|
};
|
|
9581
9680
|
|
|
9582
|
-
var _excluded$
|
|
9681
|
+
var _excluded$4z = ["color", "size"];
|
|
9583
9682
|
/**
|
|
9584
9683
|
* @typedef {Object} AmazonProps
|
|
9585
9684
|
* @property {string} [color='currentColor']
|
|
@@ -9593,7 +9692,7 @@
|
|
|
9593
9692
|
var _ref$color = _ref.color,
|
|
9594
9693
|
_ref$size = _ref.size,
|
|
9595
9694
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9596
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9695
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4z);
|
|
9597
9696
|
|
|
9598
9697
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9599
9698
|
width: size,
|
|
@@ -9611,7 +9710,7 @@
|
|
|
9611
9710
|
}));
|
|
9612
9711
|
};
|
|
9613
9712
|
|
|
9614
|
-
var _excluded$
|
|
9713
|
+
var _excluded$4A = ["color", "size"];
|
|
9615
9714
|
/**
|
|
9616
9715
|
* @typedef {Object} HotmartProps
|
|
9617
9716
|
* @property {string} [color='currentColor']
|
|
@@ -9625,7 +9724,7 @@
|
|
|
9625
9724
|
var _ref$color = _ref.color,
|
|
9626
9725
|
_ref$size = _ref.size,
|
|
9627
9726
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9628
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9727
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4A);
|
|
9629
9728
|
|
|
9630
9729
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9631
9730
|
width: size,
|
|
@@ -9640,7 +9739,7 @@
|
|
|
9640
9739
|
}));
|
|
9641
9740
|
};
|
|
9642
9741
|
|
|
9643
|
-
var _excluded$
|
|
9742
|
+
var _excluded$4B = ["color", "size"];
|
|
9644
9743
|
/**
|
|
9645
9744
|
* @typedef {Object} CreatorProps
|
|
9646
9745
|
* @property {string} [color='currentColor']
|
|
@@ -9655,7 +9754,7 @@
|
|
|
9655
9754
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9656
9755
|
_ref$size = _ref.size,
|
|
9657
9756
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9658
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9757
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4B);
|
|
9659
9758
|
|
|
9660
9759
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9661
9760
|
width: size,
|
|
@@ -9670,7 +9769,7 @@
|
|
|
9670
9769
|
}));
|
|
9671
9770
|
};
|
|
9672
9771
|
|
|
9673
|
-
var _excluded$
|
|
9772
|
+
var _excluded$4C = ["color", "size"];
|
|
9674
9773
|
/**
|
|
9675
9774
|
* @typedef {Object} InstagramDmListProps
|
|
9676
9775
|
* @property {string} [color='currentColor']
|
|
@@ -9685,7 +9784,7 @@
|
|
|
9685
9784
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9686
9785
|
_ref$size = _ref.size,
|
|
9687
9786
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9688
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9787
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4C);
|
|
9689
9788
|
|
|
9690
9789
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9691
9790
|
width: size,
|
|
@@ -9711,7 +9810,7 @@
|
|
|
9711
9810
|
}));
|
|
9712
9811
|
};
|
|
9713
9812
|
|
|
9714
|
-
var _excluded$
|
|
9813
|
+
var _excluded$4D = ["color", "size"];
|
|
9715
9814
|
/**
|
|
9716
9815
|
* @typedef {Object} RealEstateProps
|
|
9717
9816
|
* @property {string} [color='currentColor']
|
|
@@ -9726,7 +9825,7 @@
|
|
|
9726
9825
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9727
9826
|
_ref$size = _ref.size,
|
|
9728
9827
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9729
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9828
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4D);
|
|
9730
9829
|
|
|
9731
9830
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9732
9831
|
width: size,
|
|
@@ -9741,7 +9840,7 @@
|
|
|
9741
9840
|
}));
|
|
9742
9841
|
};
|
|
9743
9842
|
|
|
9744
|
-
var _excluded$
|
|
9843
|
+
var _excluded$4E = ["color", "size"];
|
|
9745
9844
|
/**
|
|
9746
9845
|
* @typedef {Object} BasicsProps
|
|
9747
9846
|
* @property {string} [color='currentColor']
|
|
@@ -9756,7 +9855,7 @@
|
|
|
9756
9855
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9757
9856
|
_ref$size = _ref.size,
|
|
9758
9857
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9759
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9858
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4E);
|
|
9760
9859
|
|
|
9761
9860
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9762
9861
|
width: size,
|
|
@@ -9783,7 +9882,7 @@
|
|
|
9783
9882
|
}));
|
|
9784
9883
|
};
|
|
9785
9884
|
|
|
9786
|
-
var _excluded$
|
|
9885
|
+
var _excluded$4F = ["color", "size"];
|
|
9787
9886
|
/**
|
|
9788
9887
|
* @typedef {Object} FitnessProps
|
|
9789
9888
|
* @property {string} [color='currentColor']
|
|
@@ -9798,7 +9897,7 @@
|
|
|
9798
9897
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9799
9898
|
_ref$size = _ref.size,
|
|
9800
9899
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9801
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9900
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4F);
|
|
9802
9901
|
|
|
9803
9902
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9804
9903
|
width: size,
|
|
@@ -9813,7 +9912,7 @@
|
|
|
9813
9912
|
}));
|
|
9814
9913
|
};
|
|
9815
9914
|
|
|
9816
|
-
var _excluded$
|
|
9915
|
+
var _excluded$4G = ["color", "size"];
|
|
9817
9916
|
/**
|
|
9818
9917
|
* @typedef {Object} HotelProps
|
|
9819
9918
|
* @property {string} [color='currentColor']
|
|
@@ -9828,7 +9927,7 @@
|
|
|
9828
9927
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9829
9928
|
_ref$size = _ref.size,
|
|
9830
9929
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9831
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9930
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4G);
|
|
9832
9931
|
|
|
9833
9932
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9834
9933
|
width: size,
|
|
@@ -9843,7 +9942,7 @@
|
|
|
9843
9942
|
}));
|
|
9844
9943
|
};
|
|
9845
9944
|
|
|
9846
|
-
var _excluded$
|
|
9945
|
+
var _excluded$4H = ["color", "size"];
|
|
9847
9946
|
/**
|
|
9848
9947
|
* @typedef {Object} OrganizationProps
|
|
9849
9948
|
* @property {string} [color='currentColor']
|
|
@@ -9858,7 +9957,7 @@
|
|
|
9858
9957
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9859
9958
|
_ref$size = _ref.size,
|
|
9860
9959
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9861
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9960
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4H);
|
|
9862
9961
|
|
|
9863
9962
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9864
9963
|
width: size,
|
|
@@ -9873,7 +9972,7 @@
|
|
|
9873
9972
|
}));
|
|
9874
9973
|
};
|
|
9875
9974
|
|
|
9876
|
-
var _excluded$
|
|
9975
|
+
var _excluded$4I = ["color", "size"];
|
|
9877
9976
|
/**
|
|
9878
9977
|
* @typedef {Object} ProfessionalConsultingProps
|
|
9879
9978
|
* @property {string} [color='currentColor']
|
|
@@ -9888,7 +9987,7 @@
|
|
|
9888
9987
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9889
9988
|
_ref$size = _ref.size,
|
|
9890
9989
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9891
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9990
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4I);
|
|
9892
9991
|
|
|
9893
9992
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9894
9993
|
width: size,
|
|
@@ -9903,7 +10002,7 @@
|
|
|
9903
10002
|
}));
|
|
9904
10003
|
};
|
|
9905
10004
|
|
|
9906
|
-
var _excluded$
|
|
10005
|
+
var _excluded$4J = ["color", "size"];
|
|
9907
10006
|
/**
|
|
9908
10007
|
* @typedef {Object} MessengerListProps
|
|
9909
10008
|
* @property {string} [color='currentColor']
|
|
@@ -9918,7 +10017,7 @@
|
|
|
9918
10017
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9919
10018
|
_ref$size = _ref.size,
|
|
9920
10019
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9921
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10020
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4J);
|
|
9922
10021
|
|
|
9923
10022
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9924
10023
|
width: size,
|
|
@@ -9939,7 +10038,7 @@
|
|
|
9939
10038
|
}));
|
|
9940
10039
|
};
|
|
9941
10040
|
|
|
9942
|
-
var _excluded$
|
|
10041
|
+
var _excluded$4K = ["color", "size"];
|
|
9943
10042
|
/**
|
|
9944
10043
|
* @typedef {Object} IntegromatProps
|
|
9945
10044
|
* @property {string} [color='currentColor']
|
|
@@ -9953,7 +10052,7 @@
|
|
|
9953
10052
|
var _ref$color = _ref.color,
|
|
9954
10053
|
_ref$size = _ref.size,
|
|
9955
10054
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9956
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10055
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4K);
|
|
9957
10056
|
|
|
9958
10057
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9959
10058
|
width: size,
|
|
@@ -9968,7 +10067,7 @@
|
|
|
9968
10067
|
}));
|
|
9969
10068
|
};
|
|
9970
10069
|
|
|
9971
|
-
var _excluded$
|
|
10070
|
+
var _excluded$4L = ["color", "size"];
|
|
9972
10071
|
/**
|
|
9973
10072
|
* @typedef {Object} HubspotProps
|
|
9974
10073
|
* @property {string} [color='currentColor']
|
|
@@ -9982,7 +10081,7 @@
|
|
|
9982
10081
|
var _ref$color = _ref.color,
|
|
9983
10082
|
_ref$size = _ref.size,
|
|
9984
10083
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9985
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10084
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4L);
|
|
9986
10085
|
|
|
9987
10086
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9988
10087
|
width: size,
|
|
@@ -9997,7 +10096,7 @@
|
|
|
9997
10096
|
}));
|
|
9998
10097
|
};
|
|
9999
10098
|
|
|
10000
|
-
var _excluded$
|
|
10099
|
+
var _excluded$4M = ["color", "size"];
|
|
10001
10100
|
/**
|
|
10002
10101
|
* @typedef {Object} KlaviyoProps
|
|
10003
10102
|
* @property {string} [color='currentColor']
|
|
@@ -10011,7 +10110,7 @@
|
|
|
10011
10110
|
var _ref$color = _ref.color,
|
|
10012
10111
|
_ref$size = _ref.size,
|
|
10013
10112
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10014
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10113
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4M);
|
|
10015
10114
|
|
|
10016
10115
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10017
10116
|
width: size,
|
|
@@ -10050,7 +10149,7 @@
|
|
|
10050
10149
|
}))));
|
|
10051
10150
|
};
|
|
10052
10151
|
|
|
10053
|
-
var _excluded$
|
|
10152
|
+
var _excluded$4N = ["color", "size"];
|
|
10054
10153
|
/**
|
|
10055
10154
|
* @typedef {Object} ActivecampaignProps
|
|
10056
10155
|
* @property {string} [color='currentColor']
|
|
@@ -10064,7 +10163,7 @@
|
|
|
10064
10163
|
var _ref$color = _ref.color,
|
|
10065
10164
|
_ref$size = _ref.size,
|
|
10066
10165
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10067
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10166
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4N);
|
|
10068
10167
|
|
|
10069
10168
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10070
10169
|
width: size,
|
|
@@ -10081,7 +10180,7 @@
|
|
|
10081
10180
|
}));
|
|
10082
10181
|
};
|
|
10083
10182
|
|
|
10084
|
-
var _excluded$
|
|
10183
|
+
var _excluded$4O = ["color", "size"];
|
|
10085
10184
|
/**
|
|
10086
10185
|
* @typedef {Object} ChatGptProps
|
|
10087
10186
|
* @property {string} [color='currentColor']
|
|
@@ -10095,7 +10194,7 @@
|
|
|
10095
10194
|
var _ref$color = _ref.color,
|
|
10096
10195
|
_ref$size = _ref.size,
|
|
10097
10196
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10098
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10197
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4O);
|
|
10099
10198
|
|
|
10100
10199
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10101
10200
|
width: size,
|
|
@@ -10110,7 +10209,7 @@
|
|
|
10110
10209
|
}));
|
|
10111
10210
|
};
|
|
10112
10211
|
|
|
10113
|
-
var _excluded$
|
|
10212
|
+
var _excluded$4P = ["color", "size"];
|
|
10114
10213
|
/**
|
|
10115
10214
|
* @typedef {Object} MailChimpProps
|
|
10116
10215
|
* @property {string} [color='currentColor']
|
|
@@ -10124,7 +10223,7 @@
|
|
|
10124
10223
|
var _ref$color = _ref.color,
|
|
10125
10224
|
_ref$size = _ref.size,
|
|
10126
10225
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10127
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10226
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4P);
|
|
10128
10227
|
|
|
10129
10228
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10130
10229
|
width: size,
|
|
@@ -10157,7 +10256,7 @@
|
|
|
10157
10256
|
}));
|
|
10158
10257
|
};
|
|
10159
10258
|
|
|
10160
|
-
var _excluded$
|
|
10259
|
+
var _excluded$4Q = ["color", "size"];
|
|
10161
10260
|
/**
|
|
10162
10261
|
* @typedef {Object} ConvertKitProps
|
|
10163
10262
|
* @property {string} [color='currentColor']
|
|
@@ -10171,7 +10270,7 @@
|
|
|
10171
10270
|
var _ref$color = _ref.color,
|
|
10172
10271
|
_ref$size = _ref.size,
|
|
10173
10272
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10174
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10273
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4Q);
|
|
10175
10274
|
|
|
10176
10275
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10177
10276
|
width: size,
|
|
@@ -10186,7 +10285,7 @@
|
|
|
10186
10285
|
}));
|
|
10187
10286
|
};
|
|
10188
10287
|
|
|
10189
|
-
var _excluded$
|
|
10288
|
+
var _excluded$4R = ["color", "size"];
|
|
10190
10289
|
/**
|
|
10191
10290
|
* @typedef {Object} GoogleSheetsProps
|
|
10192
10291
|
* @property {string} [color='currentColor']
|
|
@@ -10200,7 +10299,7 @@
|
|
|
10200
10299
|
var _ref$color = _ref.color,
|
|
10201
10300
|
_ref$size = _ref.size,
|
|
10202
10301
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10203
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10302
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4R);
|
|
10204
10303
|
|
|
10205
10304
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10206
10305
|
width: size,
|
|
@@ -10226,7 +10325,7 @@
|
|
|
10226
10325
|
}));
|
|
10227
10326
|
};
|
|
10228
10327
|
|
|
10229
|
-
var _excluded$
|
|
10328
|
+
var _excluded$4S = ["color", "size"];
|
|
10230
10329
|
/**
|
|
10231
10330
|
* @typedef {Object} SalesforceProps
|
|
10232
10331
|
* @property {string} [color='currentColor']
|
|
@@ -10240,7 +10339,7 @@
|
|
|
10240
10339
|
var _ref$color = _ref.color,
|
|
10241
10340
|
_ref$size = _ref.size,
|
|
10242
10341
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10243
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10342
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4S);
|
|
10244
10343
|
|
|
10245
10344
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10246
10345
|
width: size,
|
|
@@ -10264,7 +10363,7 @@
|
|
|
10264
10363
|
}))));
|
|
10265
10364
|
};
|
|
10266
10365
|
|
|
10267
|
-
var _excluded$
|
|
10366
|
+
var _excluded$4T = ["color", "size"];
|
|
10268
10367
|
/**
|
|
10269
10368
|
* @typedef {Object} PipedriveProps
|
|
10270
10369
|
* @property {string} [color='currentColor']
|
|
@@ -10278,7 +10377,7 @@
|
|
|
10278
10377
|
var _ref$color = _ref.color,
|
|
10279
10378
|
_ref$size = _ref.size,
|
|
10280
10379
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10281
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10380
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4T);
|
|
10282
10381
|
|
|
10283
10382
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10284
10383
|
width: size,
|
|
@@ -10296,7 +10395,7 @@
|
|
|
10296
10395
|
}));
|
|
10297
10396
|
};
|
|
10298
10397
|
|
|
10299
|
-
var _excluded$
|
|
10398
|
+
var _excluded$4U = ["color", "size"];
|
|
10300
10399
|
/**
|
|
10301
10400
|
* @typedef {Object} WiseagentProps
|
|
10302
10401
|
* @property {string} [color='currentColor']
|
|
@@ -10310,7 +10409,7 @@
|
|
|
10310
10409
|
var _ref$color = _ref.color,
|
|
10311
10410
|
_ref$size = _ref.size,
|
|
10312
10411
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10313
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10412
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4U);
|
|
10314
10413
|
|
|
10315
10414
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10316
10415
|
width: size,
|
|
@@ -10331,7 +10430,7 @@
|
|
|
10331
10430
|
}));
|
|
10332
10431
|
};
|
|
10333
10432
|
|
|
10334
|
-
var _excluded$
|
|
10433
|
+
var _excluded$4V = ["color", "size"];
|
|
10335
10434
|
/**
|
|
10336
10435
|
* @typedef {Object} FlodeskProps
|
|
10337
10436
|
* @property {string} [color='currentColor']
|
|
@@ -10345,7 +10444,7 @@
|
|
|
10345
10444
|
var _ref$color = _ref.color,
|
|
10346
10445
|
_ref$size = _ref.size,
|
|
10347
10446
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10348
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10447
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4V);
|
|
10349
10448
|
|
|
10350
10449
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10351
10450
|
width: size,
|
|
@@ -10360,7 +10459,7 @@
|
|
|
10360
10459
|
}));
|
|
10361
10460
|
};
|
|
10362
10461
|
|
|
10363
|
-
var _excluded$
|
|
10462
|
+
var _excluded$4W = ["color", "size"];
|
|
10364
10463
|
/**
|
|
10365
10464
|
* @typedef {Object} DeepSeekProps
|
|
10366
10465
|
* @property {string} [color='currentColor']
|
|
@@ -10374,7 +10473,7 @@
|
|
|
10374
10473
|
var _ref$color = _ref.color,
|
|
10375
10474
|
_ref$size = _ref.size,
|
|
10376
10475
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10377
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10476
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4W);
|
|
10378
10477
|
|
|
10379
10478
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10380
10479
|
width: size,
|
|
@@ -10389,7 +10488,7 @@
|
|
|
10389
10488
|
}));
|
|
10390
10489
|
};
|
|
10391
10490
|
|
|
10392
|
-
var _excluded$
|
|
10491
|
+
var _excluded$4X = ["color", "size"];
|
|
10393
10492
|
/**
|
|
10394
10493
|
* @typedef {Object} ApptivoProps
|
|
10395
10494
|
* @property {string} [color='currentColor']
|
|
@@ -10403,7 +10502,7 @@
|
|
|
10403
10502
|
var _ref$color = _ref.color,
|
|
10404
10503
|
_ref$size = _ref.size,
|
|
10405
10504
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10406
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10505
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4X);
|
|
10407
10506
|
|
|
10408
10507
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10409
10508
|
width: size,
|
|
@@ -10421,7 +10520,7 @@
|
|
|
10421
10520
|
}));
|
|
10422
10521
|
};
|
|
10423
10522
|
|
|
10424
|
-
var _excluded$
|
|
10523
|
+
var _excluded$4Y = ["color", "size"];
|
|
10425
10524
|
/**
|
|
10426
10525
|
* @typedef {Object} ZillowProps
|
|
10427
10526
|
* @property {string} [color='currentColor']
|
|
@@ -10435,7 +10534,7 @@
|
|
|
10435
10534
|
var _ref$color = _ref.color,
|
|
10436
10535
|
_ref$size = _ref.size,
|
|
10437
10536
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10438
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10537
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4Y);
|
|
10439
10538
|
|
|
10440
10539
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10441
10540
|
width: size,
|
|
@@ -10452,7 +10551,7 @@
|
|
|
10452
10551
|
}));
|
|
10453
10552
|
};
|
|
10454
10553
|
|
|
10455
|
-
var _excluded$
|
|
10554
|
+
var _excluded$4Z = ["color", "size"];
|
|
10456
10555
|
/**
|
|
10457
10556
|
* @typedef {Object} CanvaProps
|
|
10458
10557
|
* @property {string} [color='currentColor']
|
|
@@ -10466,7 +10565,7 @@
|
|
|
10466
10565
|
var _ref$color = _ref.color,
|
|
10467
10566
|
_ref$size = _ref.size,
|
|
10468
10567
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10469
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10568
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4Z);
|
|
10470
10569
|
|
|
10471
10570
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10472
10571
|
width: size,
|
|
@@ -10552,7 +10651,7 @@
|
|
|
10552
10651
|
}))));
|
|
10553
10652
|
};
|
|
10554
10653
|
|
|
10555
|
-
var _excluded$
|
|
10654
|
+
var _excluded$4_ = ["color", "size"];
|
|
10556
10655
|
/**
|
|
10557
10656
|
* @typedef {Object} KajabiProps
|
|
10558
10657
|
* @property {string} [color='currentColor']
|
|
@@ -10566,7 +10665,7 @@
|
|
|
10566
10665
|
var _ref$color = _ref.color,
|
|
10567
10666
|
_ref$size = _ref.size,
|
|
10568
10667
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10569
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10668
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4_);
|
|
10570
10669
|
|
|
10571
10670
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10572
10671
|
width: size,
|
|
@@ -10588,7 +10687,7 @@
|
|
|
10588
10687
|
}));
|
|
10589
10688
|
};
|
|
10590
10689
|
|
|
10591
|
-
var _excluded$
|
|
10690
|
+
var _excluded$4$ = ["color", "size"];
|
|
10592
10691
|
/**
|
|
10593
10692
|
* @typedef {Object} MagentoProps
|
|
10594
10693
|
* @property {string} [color='currentColor']
|
|
@@ -10602,7 +10701,7 @@
|
|
|
10602
10701
|
var _ref$color = _ref.color,
|
|
10603
10702
|
_ref$size = _ref.size,
|
|
10604
10703
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10605
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10704
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4$);
|
|
10606
10705
|
|
|
10607
10706
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10608
10707
|
width: size,
|
|
@@ -10617,7 +10716,7 @@
|
|
|
10617
10716
|
}));
|
|
10618
10717
|
};
|
|
10619
10718
|
|
|
10620
|
-
var _excluded$
|
|
10719
|
+
var _excluded$50 = ["color", "size"];
|
|
10621
10720
|
/**
|
|
10622
10721
|
* @typedef {Object} ArrowDownRightProps
|
|
10623
10722
|
* @property {string} [color='currentColor']
|
|
@@ -10632,7 +10731,7 @@
|
|
|
10632
10731
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
10633
10732
|
_ref$size = _ref.size,
|
|
10634
10733
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10635
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10734
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$50);
|
|
10636
10735
|
|
|
10637
10736
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10638
10737
|
width: size,
|
|
@@ -10650,7 +10749,7 @@
|
|
|
10650
10749
|
}));
|
|
10651
10750
|
};
|
|
10652
10751
|
|
|
10653
|
-
var _excluded$
|
|
10752
|
+
var _excluded$51 = ["color", "size"];
|
|
10654
10753
|
/**
|
|
10655
10754
|
* @typedef {Object} ReturnKeyProps
|
|
10656
10755
|
* @property {string} [color='currentColor']
|
|
@@ -10665,7 +10764,7 @@
|
|
|
10665
10764
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
10666
10765
|
_ref$size = _ref.size,
|
|
10667
10766
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10668
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10767
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$51);
|
|
10669
10768
|
|
|
10670
10769
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10671
10770
|
width: size,
|
|
@@ -10680,7 +10779,7 @@
|
|
|
10680
10779
|
}));
|
|
10681
10780
|
};
|
|
10682
10781
|
|
|
10683
|
-
var _excluded$
|
|
10782
|
+
var _excluded$52 = ["color", "size"];
|
|
10684
10783
|
/**
|
|
10685
10784
|
* @typedef {Object} UnreadProps
|
|
10686
10785
|
* @property {string} [color='currentColor']
|
|
@@ -10695,7 +10794,7 @@
|
|
|
10695
10794
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
10696
10795
|
_ref$size = _ref.size,
|
|
10697
10796
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10698
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10797
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$52);
|
|
10699
10798
|
|
|
10700
10799
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10701
10800
|
width: size,
|
|
@@ -10712,7 +10811,7 @@
|
|
|
10712
10811
|
}));
|
|
10713
10812
|
};
|
|
10714
10813
|
|
|
10715
|
-
var _excluded$
|
|
10814
|
+
var _excluded$53 = ["color", "size"];
|
|
10716
10815
|
/**
|
|
10717
10816
|
* @typedef {Object} PrivacyProps
|
|
10718
10817
|
* @property {string} [color='currentColor']
|
|
@@ -10727,7 +10826,7 @@
|
|
|
10727
10826
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
10728
10827
|
_ref$size = _ref.size,
|
|
10729
10828
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10730
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10829
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$53);
|
|
10731
10830
|
|
|
10732
10831
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10733
10832
|
width: size,
|
|
@@ -10748,7 +10847,7 @@
|
|
|
10748
10847
|
}));
|
|
10749
10848
|
};
|
|
10750
10849
|
|
|
10751
|
-
var _excluded$
|
|
10850
|
+
var _excluded$54 = ["color", "size"];
|
|
10752
10851
|
/**
|
|
10753
10852
|
* @typedef {Object} LocationProps
|
|
10754
10853
|
* @property {string} [color='currentColor']
|
|
@@ -10763,7 +10862,7 @@
|
|
|
10763
10862
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
10764
10863
|
_ref$size = _ref.size,
|
|
10765
10864
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10766
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10865
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$54);
|
|
10767
10866
|
|
|
10768
10867
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10769
10868
|
width: size,
|
|
@@ -10785,7 +10884,7 @@
|
|
|
10785
10884
|
}));
|
|
10786
10885
|
};
|
|
10787
10886
|
|
|
10788
|
-
var _excluded$
|
|
10887
|
+
var _excluded$55 = ["color", "size"];
|
|
10789
10888
|
/**
|
|
10790
10889
|
* @typedef {Object} TikTokProps
|
|
10791
10890
|
* @property {string} [color='currentColor']
|
|
@@ -10799,7 +10898,7 @@
|
|
|
10799
10898
|
var _ref$color = _ref.color,
|
|
10800
10899
|
_ref$size = _ref.size,
|
|
10801
10900
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10802
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10901
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$55);
|
|
10803
10902
|
|
|
10804
10903
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10805
10904
|
width: size,
|
|
@@ -10832,7 +10931,7 @@
|
|
|
10832
10931
|
}));
|
|
10833
10932
|
};
|
|
10834
10933
|
|
|
10835
|
-
var _excluded$
|
|
10934
|
+
var _excluded$56 = ["color", "size"];
|
|
10836
10935
|
/**
|
|
10837
10936
|
* @typedef {Object} ClaudeProps
|
|
10838
10937
|
* @property {string} [color='currentColor']
|
|
@@ -10846,7 +10945,7 @@
|
|
|
10846
10945
|
var _ref$color = _ref.color,
|
|
10847
10946
|
_ref$size = _ref.size,
|
|
10848
10947
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10849
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10948
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$56);
|
|
10850
10949
|
|
|
10851
10950
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10852
10951
|
width: size,
|
|
@@ -10861,7 +10960,7 @@
|
|
|
10861
10960
|
}));
|
|
10862
10961
|
};
|
|
10863
10962
|
|
|
10864
|
-
var _excluded$
|
|
10963
|
+
var _excluded$57 = ["color", "size"];
|
|
10865
10964
|
/**
|
|
10866
10965
|
* @typedef {Object} TikTokChannel2Props
|
|
10867
10966
|
* @property {string} [color='currentColor']
|
|
@@ -10876,7 +10975,7 @@
|
|
|
10876
10975
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
10877
10976
|
_ref$size = _ref.size,
|
|
10878
10977
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10879
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10978
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$57);
|
|
10880
10979
|
|
|
10881
10980
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10882
10981
|
width: size,
|
|
@@ -10893,7 +10992,7 @@
|
|
|
10893
10992
|
}));
|
|
10894
10993
|
};
|
|
10895
10994
|
|
|
10896
|
-
var _excluded$
|
|
10995
|
+
var _excluded$58 = ["color", "size"];
|
|
10897
10996
|
/**
|
|
10898
10997
|
* @typedef {Object} AutomationsPausedFilledProps
|
|
10899
10998
|
* @property {string} [color='currentColor']
|
|
@@ -10908,7 +11007,7 @@
|
|
|
10908
11007
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
10909
11008
|
_ref$size = _ref.size,
|
|
10910
11009
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10911
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11010
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$58);
|
|
10912
11011
|
|
|
10913
11012
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10914
11013
|
width: size,
|
|
@@ -10926,7 +11025,7 @@
|
|
|
10926
11025
|
}));
|
|
10927
11026
|
};
|
|
10928
11027
|
|
|
10929
|
-
var _excluded$
|
|
11028
|
+
var _excluded$59 = ["color", "size"];
|
|
10930
11029
|
/**
|
|
10931
11030
|
* @typedef {Object} AutomationsStoppedFilledProps
|
|
10932
11031
|
* @property {string} [color='currentColor']
|
|
@@ -10941,7 +11040,7 @@
|
|
|
10941
11040
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
10942
11041
|
_ref$size = _ref.size,
|
|
10943
11042
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10944
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11043
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$59);
|
|
10945
11044
|
|
|
10946
11045
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10947
11046
|
width: size,
|
|
@@ -10956,7 +11055,7 @@
|
|
|
10956
11055
|
}));
|
|
10957
11056
|
};
|
|
10958
11057
|
|
|
10959
|
-
var _excluded$
|
|
11058
|
+
var _excluded$5a = ["color", "size"];
|
|
10960
11059
|
/**
|
|
10961
11060
|
* @typedef {Object} BulletProps
|
|
10962
11061
|
* @property {string} [color='currentColor']
|
|
@@ -10971,7 +11070,7 @@
|
|
|
10971
11070
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
10972
11071
|
_ref$size = _ref.size,
|
|
10973
11072
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10974
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11073
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5a);
|
|
10975
11074
|
|
|
10976
11075
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10977
11076
|
width: size,
|
|
@@ -10986,7 +11085,7 @@
|
|
|
10986
11085
|
}));
|
|
10987
11086
|
};
|
|
10988
11087
|
|
|
10989
|
-
var _excluded$
|
|
11088
|
+
var _excluded$5b = ["color", "size"];
|
|
10990
11089
|
/**
|
|
10991
11090
|
* @typedef {Object} NavCollapseProps
|
|
10992
11091
|
* @property {string} [color='currentColor']
|
|
@@ -11001,7 +11100,7 @@
|
|
|
11001
11100
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
11002
11101
|
_ref$size = _ref.size,
|
|
11003
11102
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11004
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11103
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5b);
|
|
11005
11104
|
|
|
11006
11105
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11007
11106
|
width: size,
|
|
@@ -11022,7 +11121,7 @@
|
|
|
11022
11121
|
}));
|
|
11023
11122
|
};
|
|
11024
11123
|
|
|
11025
|
-
var _excluded$
|
|
11124
|
+
var _excluded$5c = ["color", "size"];
|
|
11026
11125
|
/**
|
|
11027
11126
|
* @typedef {Object} NavExpandProps
|
|
11028
11127
|
* @property {string} [color='currentColor']
|
|
@@ -11037,7 +11136,7 @@
|
|
|
11037
11136
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
11038
11137
|
_ref$size = _ref.size,
|
|
11039
11138
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11040
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11139
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5c);
|
|
11041
11140
|
|
|
11042
11141
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11043
11142
|
width: size,
|
|
@@ -11058,7 +11157,7 @@
|
|
|
11058
11157
|
}));
|
|
11059
11158
|
};
|
|
11060
11159
|
|
|
11061
|
-
var _excluded$
|
|
11160
|
+
var _excluded$5d = ["color", "size"];
|
|
11062
11161
|
/**
|
|
11063
11162
|
* @typedef {Object} RetailProps
|
|
11064
11163
|
* @property {string} [color='currentColor']
|
|
@@ -11073,7 +11172,7 @@
|
|
|
11073
11172
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
11074
11173
|
_ref$size = _ref.size,
|
|
11075
11174
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11076
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11175
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5d);
|
|
11077
11176
|
|
|
11078
11177
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11079
11178
|
width: size,
|
|
@@ -11090,7 +11189,7 @@
|
|
|
11090
11189
|
}));
|
|
11091
11190
|
};
|
|
11092
11191
|
|
|
11093
|
-
var _excluded$
|
|
11192
|
+
var _excluded$5e = ["color", "size"];
|
|
11094
11193
|
/**
|
|
11095
11194
|
* @typedef {Object} Property1_MessengerChannelProps
|
|
11096
11195
|
* @property {string} [color='currentColor']
|
|
@@ -11104,7 +11203,7 @@
|
|
|
11104
11203
|
var _ref$color = _ref.color,
|
|
11105
11204
|
_ref$size = _ref.size,
|
|
11106
11205
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11107
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11206
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5e);
|
|
11108
11207
|
|
|
11109
11208
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11110
11209
|
width: size,
|
|
@@ -11139,7 +11238,7 @@
|
|
|
11139
11238
|
}))));
|
|
11140
11239
|
};
|
|
11141
11240
|
|
|
11142
|
-
var _excluded$
|
|
11241
|
+
var _excluded$5f = ["color", "size"];
|
|
11143
11242
|
/**
|
|
11144
11243
|
* @typedef {Object} Property1_EmailChannelProps
|
|
11145
11244
|
* @property {string} [color='currentColor']
|
|
@@ -11153,7 +11252,7 @@
|
|
|
11153
11252
|
var _ref$color = _ref.color,
|
|
11154
11253
|
_ref$size = _ref.size,
|
|
11155
11254
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11156
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11255
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5f);
|
|
11157
11256
|
|
|
11158
11257
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11159
11258
|
width: size,
|
|
@@ -11188,7 +11287,7 @@
|
|
|
11188
11287
|
}))));
|
|
11189
11288
|
};
|
|
11190
11289
|
|
|
11191
|
-
var _excluded$
|
|
11290
|
+
var _excluded$5g = ["color", "size"];
|
|
11192
11291
|
/**
|
|
11193
11292
|
* @typedef {Object} Property1_SmsChannelProps
|
|
11194
11293
|
* @property {string} [color='currentColor']
|
|
@@ -11202,7 +11301,7 @@
|
|
|
11202
11301
|
var _ref$color = _ref.color,
|
|
11203
11302
|
_ref$size = _ref.size,
|
|
11204
11303
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11205
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11304
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5g);
|
|
11206
11305
|
|
|
11207
11306
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11208
11307
|
width: size,
|
|
@@ -11232,7 +11331,7 @@
|
|
|
11232
11331
|
}))));
|
|
11233
11332
|
};
|
|
11234
11333
|
|
|
11235
|
-
var _excluded$
|
|
11334
|
+
var _excluded$5h = ["color", "size"];
|
|
11236
11335
|
/**
|
|
11237
11336
|
* @typedef {Object} Property1_WhatsAppChannelProps
|
|
11238
11337
|
* @property {string} [color='currentColor']
|
|
@@ -11246,7 +11345,7 @@
|
|
|
11246
11345
|
var _ref$color = _ref.color,
|
|
11247
11346
|
_ref$size = _ref.size,
|
|
11248
11347
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11249
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11348
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5h);
|
|
11250
11349
|
|
|
11251
11350
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11252
11351
|
width: size,
|
|
@@ -11278,7 +11377,7 @@
|
|
|
11278
11377
|
}))));
|
|
11279
11378
|
};
|
|
11280
11379
|
|
|
11281
|
-
var _excluded$
|
|
11380
|
+
var _excluded$5i = ["color", "size"];
|
|
11282
11381
|
/**
|
|
11283
11382
|
* @typedef {Object} Property1_InstagramChannelProps
|
|
11284
11383
|
* @property {string} [color='currentColor']
|
|
@@ -11292,7 +11391,7 @@
|
|
|
11292
11391
|
var _ref$color = _ref.color,
|
|
11293
11392
|
_ref$size = _ref.size,
|
|
11294
11393
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11295
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11394
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5i);
|
|
11296
11395
|
|
|
11297
11396
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11298
11397
|
width: size,
|
|
@@ -11360,7 +11459,7 @@
|
|
|
11360
11459
|
}))));
|
|
11361
11460
|
};
|
|
11362
11461
|
|
|
11363
|
-
var _excluded$
|
|
11462
|
+
var _excluded$5j = ["color", "size"];
|
|
11364
11463
|
/**
|
|
11365
11464
|
* @typedef {Object} Property1_WebChatProps
|
|
11366
11465
|
* @property {string} [color='currentColor']
|
|
@@ -11374,7 +11473,7 @@
|
|
|
11374
11473
|
var _ref$color = _ref.color,
|
|
11375
11474
|
_ref$size = _ref.size,
|
|
11376
11475
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11377
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11476
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5j);
|
|
11378
11477
|
|
|
11379
11478
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11380
11479
|
width: size,
|
|
@@ -11406,7 +11505,7 @@
|
|
|
11406
11505
|
}))));
|
|
11407
11506
|
};
|
|
11408
11507
|
|
|
11409
|
-
var _excluded$
|
|
11508
|
+
var _excluded$5k = ["color", "size"];
|
|
11410
11509
|
/**
|
|
11411
11510
|
* @typedef {Object} Property1_TelegramChannelProps
|
|
11412
11511
|
* @property {string} [color='currentColor']
|
|
@@ -11420,7 +11519,7 @@
|
|
|
11420
11519
|
var _ref$color = _ref.color,
|
|
11421
11520
|
_ref$size = _ref.size,
|
|
11422
11521
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11423
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11522
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5k);
|
|
11424
11523
|
|
|
11425
11524
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11426
11525
|
width: size,
|
|
@@ -11452,7 +11551,7 @@
|
|
|
11452
11551
|
}))));
|
|
11453
11552
|
};
|
|
11454
11553
|
|
|
11455
|
-
var _excluded$
|
|
11554
|
+
var _excluded$5l = ["color", "size"];
|
|
11456
11555
|
/**
|
|
11457
11556
|
* @typedef {Object} Property1_TikTokChannelProps
|
|
11458
11557
|
* @property {string} [color='currentColor']
|
|
@@ -11466,7 +11565,7 @@
|
|
|
11466
11565
|
var _ref$color = _ref.color,
|
|
11467
11566
|
_ref$size = _ref.size,
|
|
11468
11567
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11469
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11568
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5l);
|
|
11470
11569
|
|
|
11471
11570
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11472
11571
|
width: size,
|
|
@@ -11498,7 +11597,7 @@
|
|
|
11498
11597
|
}))));
|
|
11499
11598
|
};
|
|
11500
11599
|
|
|
11501
|
-
var _excluded$
|
|
11600
|
+
var _excluded$5m = ["color", "size"];
|
|
11502
11601
|
/**
|
|
11503
11602
|
* @typedef {Object} AiKnowledgeProps
|
|
11504
11603
|
* @property {string} [color='currentColor']
|
|
@@ -11513,7 +11612,7 @@
|
|
|
11513
11612
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
11514
11613
|
_ref$size = _ref.size,
|
|
11515
11614
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11516
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11615
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5m);
|
|
11517
11616
|
|
|
11518
11617
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11519
11618
|
width: size,
|
|
@@ -11546,6 +11645,8 @@
|
|
|
11546
11645
|
exports.AdsAd = AdsAd;
|
|
11547
11646
|
exports.AdsAdSet = AdsAdSet;
|
|
11548
11647
|
exports.Ai = Ai;
|
|
11648
|
+
exports.AiAnswersSkill = AiAnswersSkill;
|
|
11649
|
+
exports.AiEngagementSkill = AiEngagementSkill;
|
|
11549
11650
|
exports.AiFilled = AiFilled;
|
|
11550
11651
|
exports.AiIntention = AiIntention;
|
|
11551
11652
|
exports.AiKnowledge = AiKnowledge;
|
|
@@ -11567,6 +11668,7 @@
|
|
|
11567
11668
|
exports.ArrowDropUp = ArrowDropUp;
|
|
11568
11669
|
exports.ArrowLeft = ArrowLeft;
|
|
11569
11670
|
exports.ArrowRight = ArrowRight;
|
|
11671
|
+
exports.ArrowTopRight = ArrowTopRight;
|
|
11570
11672
|
exports.ArrowUp = ArrowUp;
|
|
11571
11673
|
exports.Assign = Assign;
|
|
11572
11674
|
exports.AssignGroup = AssignGroup;
|