@manychat/icons 4.32.0 → 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 +1 -0
- package/dist/index.es.js +425 -392
- package/dist/index.js +425 -391
- package/package.json +1 -1
- package/umd/mcicons.js +425 -391
- 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,7 @@
|
|
|
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);
|
|
9356
9389
|
|
|
9357
9390
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9358
9391
|
width: size,
|
|
@@ -9370,7 +9403,7 @@
|
|
|
9370
9403
|
}));
|
|
9371
9404
|
};
|
|
9372
9405
|
|
|
9373
|
-
var _excluded$
|
|
9406
|
+
var _excluded$4r = ["color", "size"];
|
|
9374
9407
|
/**
|
|
9375
9408
|
* @typedef {Object} AiProps
|
|
9376
9409
|
* @property {string} [color='currentColor']
|
|
@@ -9385,7 +9418,7 @@
|
|
|
9385
9418
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9386
9419
|
_ref$size = _ref.size,
|
|
9387
9420
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9388
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9421
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4r);
|
|
9389
9422
|
|
|
9390
9423
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9391
9424
|
width: size,
|
|
@@ -9403,7 +9436,7 @@
|
|
|
9403
9436
|
}));
|
|
9404
9437
|
};
|
|
9405
9438
|
|
|
9406
|
-
var _excluded$
|
|
9439
|
+
var _excluded$4s = ["color", "size"];
|
|
9407
9440
|
/**
|
|
9408
9441
|
* @typedef {Object} AiStepProps
|
|
9409
9442
|
* @property {string} [color='currentColor']
|
|
@@ -9418,7 +9451,7 @@
|
|
|
9418
9451
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9419
9452
|
_ref$size = _ref.size,
|
|
9420
9453
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9421
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9454
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4s);
|
|
9422
9455
|
|
|
9423
9456
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9424
9457
|
width: size,
|
|
@@ -9443,7 +9476,7 @@
|
|
|
9443
9476
|
}));
|
|
9444
9477
|
};
|
|
9445
9478
|
|
|
9446
|
-
var _excluded$
|
|
9479
|
+
var _excluded$4t = ["color", "size"];
|
|
9447
9480
|
/**
|
|
9448
9481
|
* @typedef {Object} AiAnswersSkillProps
|
|
9449
9482
|
* @property {string} [color='currentColor']
|
|
@@ -9458,7 +9491,7 @@
|
|
|
9458
9491
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9459
9492
|
_ref$size = _ref.size,
|
|
9460
9493
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9461
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9494
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4t);
|
|
9462
9495
|
|
|
9463
9496
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9464
9497
|
width: size,
|
|
@@ -9476,7 +9509,7 @@
|
|
|
9476
9509
|
}));
|
|
9477
9510
|
};
|
|
9478
9511
|
|
|
9479
|
-
var _excluded$
|
|
9512
|
+
var _excluded$4u = ["color", "size"];
|
|
9480
9513
|
/**
|
|
9481
9514
|
* @typedef {Object} AiEngagementSkillProps
|
|
9482
9515
|
* @property {string} [color='currentColor']
|
|
@@ -9491,7 +9524,7 @@
|
|
|
9491
9524
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9492
9525
|
_ref$size = _ref.size,
|
|
9493
9526
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9494
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9527
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4u);
|
|
9495
9528
|
|
|
9496
9529
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9497
9530
|
width: size,
|
|
@@ -9509,7 +9542,7 @@
|
|
|
9509
9542
|
}));
|
|
9510
9543
|
};
|
|
9511
9544
|
|
|
9512
|
-
var _excluded$
|
|
9545
|
+
var _excluded$4v = ["color", "size"];
|
|
9513
9546
|
/**
|
|
9514
9547
|
* @typedef {Object} AiIntentionProps
|
|
9515
9548
|
* @property {string} [color='currentColor']
|
|
@@ -9524,7 +9557,7 @@
|
|
|
9524
9557
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9525
9558
|
_ref$size = _ref.size,
|
|
9526
9559
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9527
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9560
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4v);
|
|
9528
9561
|
|
|
9529
9562
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9530
9563
|
width: size,
|
|
@@ -9549,7 +9582,7 @@
|
|
|
9549
9582
|
}));
|
|
9550
9583
|
};
|
|
9551
9584
|
|
|
9552
|
-
var _excluded$
|
|
9585
|
+
var _excluded$4w = ["color", "size"];
|
|
9553
9586
|
/**
|
|
9554
9587
|
* @typedef {Object} AiFilledProps
|
|
9555
9588
|
* @property {string} [color='currentColor']
|
|
@@ -9564,7 +9597,7 @@
|
|
|
9564
9597
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9565
9598
|
_ref$size = _ref.size,
|
|
9566
9599
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9567
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9600
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4w);
|
|
9568
9601
|
|
|
9569
9602
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9570
9603
|
width: size,
|
|
@@ -9584,7 +9617,7 @@
|
|
|
9584
9617
|
}));
|
|
9585
9618
|
};
|
|
9586
9619
|
|
|
9587
|
-
var _excluded$
|
|
9620
|
+
var _excluded$4x = ["color", "size"];
|
|
9588
9621
|
/**
|
|
9589
9622
|
* @typedef {Object} BigcommerceProps
|
|
9590
9623
|
* @property {string} [color='currentColor']
|
|
@@ -9598,7 +9631,7 @@
|
|
|
9598
9631
|
var _ref$color = _ref.color,
|
|
9599
9632
|
_ref$size = _ref.size,
|
|
9600
9633
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9601
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9634
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4x);
|
|
9602
9635
|
|
|
9603
9636
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9604
9637
|
width: size,
|
|
@@ -9613,7 +9646,7 @@
|
|
|
9613
9646
|
}));
|
|
9614
9647
|
};
|
|
9615
9648
|
|
|
9616
|
-
var _excluded$
|
|
9649
|
+
var _excluded$4y = ["color", "size"];
|
|
9617
9650
|
/**
|
|
9618
9651
|
* @typedef {Object} WoocommerceProps
|
|
9619
9652
|
* @property {string} [color='currentColor']
|
|
@@ -9627,7 +9660,7 @@
|
|
|
9627
9660
|
var _ref$color = _ref.color,
|
|
9628
9661
|
_ref$size = _ref.size,
|
|
9629
9662
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9630
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9663
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4y);
|
|
9631
9664
|
|
|
9632
9665
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9633
9666
|
width: size,
|
|
@@ -9645,7 +9678,7 @@
|
|
|
9645
9678
|
}));
|
|
9646
9679
|
};
|
|
9647
9680
|
|
|
9648
|
-
var _excluded$
|
|
9681
|
+
var _excluded$4z = ["color", "size"];
|
|
9649
9682
|
/**
|
|
9650
9683
|
* @typedef {Object} AmazonProps
|
|
9651
9684
|
* @property {string} [color='currentColor']
|
|
@@ -9659,7 +9692,7 @@
|
|
|
9659
9692
|
var _ref$color = _ref.color,
|
|
9660
9693
|
_ref$size = _ref.size,
|
|
9661
9694
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9662
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9695
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4z);
|
|
9663
9696
|
|
|
9664
9697
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9665
9698
|
width: size,
|
|
@@ -9677,7 +9710,7 @@
|
|
|
9677
9710
|
}));
|
|
9678
9711
|
};
|
|
9679
9712
|
|
|
9680
|
-
var _excluded$
|
|
9713
|
+
var _excluded$4A = ["color", "size"];
|
|
9681
9714
|
/**
|
|
9682
9715
|
* @typedef {Object} HotmartProps
|
|
9683
9716
|
* @property {string} [color='currentColor']
|
|
@@ -9691,7 +9724,7 @@
|
|
|
9691
9724
|
var _ref$color = _ref.color,
|
|
9692
9725
|
_ref$size = _ref.size,
|
|
9693
9726
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9694
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9727
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4A);
|
|
9695
9728
|
|
|
9696
9729
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9697
9730
|
width: size,
|
|
@@ -9706,7 +9739,7 @@
|
|
|
9706
9739
|
}));
|
|
9707
9740
|
};
|
|
9708
9741
|
|
|
9709
|
-
var _excluded$
|
|
9742
|
+
var _excluded$4B = ["color", "size"];
|
|
9710
9743
|
/**
|
|
9711
9744
|
* @typedef {Object} CreatorProps
|
|
9712
9745
|
* @property {string} [color='currentColor']
|
|
@@ -9721,7 +9754,7 @@
|
|
|
9721
9754
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9722
9755
|
_ref$size = _ref.size,
|
|
9723
9756
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9724
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9757
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4B);
|
|
9725
9758
|
|
|
9726
9759
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9727
9760
|
width: size,
|
|
@@ -9736,7 +9769,7 @@
|
|
|
9736
9769
|
}));
|
|
9737
9770
|
};
|
|
9738
9771
|
|
|
9739
|
-
var _excluded$
|
|
9772
|
+
var _excluded$4C = ["color", "size"];
|
|
9740
9773
|
/**
|
|
9741
9774
|
* @typedef {Object} InstagramDmListProps
|
|
9742
9775
|
* @property {string} [color='currentColor']
|
|
@@ -9751,7 +9784,7 @@
|
|
|
9751
9784
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9752
9785
|
_ref$size = _ref.size,
|
|
9753
9786
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9754
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9787
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4C);
|
|
9755
9788
|
|
|
9756
9789
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9757
9790
|
width: size,
|
|
@@ -9777,7 +9810,7 @@
|
|
|
9777
9810
|
}));
|
|
9778
9811
|
};
|
|
9779
9812
|
|
|
9780
|
-
var _excluded$
|
|
9813
|
+
var _excluded$4D = ["color", "size"];
|
|
9781
9814
|
/**
|
|
9782
9815
|
* @typedef {Object} RealEstateProps
|
|
9783
9816
|
* @property {string} [color='currentColor']
|
|
@@ -9792,7 +9825,7 @@
|
|
|
9792
9825
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9793
9826
|
_ref$size = _ref.size,
|
|
9794
9827
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9795
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9828
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4D);
|
|
9796
9829
|
|
|
9797
9830
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9798
9831
|
width: size,
|
|
@@ -9807,7 +9840,7 @@
|
|
|
9807
9840
|
}));
|
|
9808
9841
|
};
|
|
9809
9842
|
|
|
9810
|
-
var _excluded$
|
|
9843
|
+
var _excluded$4E = ["color", "size"];
|
|
9811
9844
|
/**
|
|
9812
9845
|
* @typedef {Object} BasicsProps
|
|
9813
9846
|
* @property {string} [color='currentColor']
|
|
@@ -9822,7 +9855,7 @@
|
|
|
9822
9855
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9823
9856
|
_ref$size = _ref.size,
|
|
9824
9857
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9825
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9858
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4E);
|
|
9826
9859
|
|
|
9827
9860
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9828
9861
|
width: size,
|
|
@@ -9849,7 +9882,7 @@
|
|
|
9849
9882
|
}));
|
|
9850
9883
|
};
|
|
9851
9884
|
|
|
9852
|
-
var _excluded$
|
|
9885
|
+
var _excluded$4F = ["color", "size"];
|
|
9853
9886
|
/**
|
|
9854
9887
|
* @typedef {Object} FitnessProps
|
|
9855
9888
|
* @property {string} [color='currentColor']
|
|
@@ -9864,7 +9897,7 @@
|
|
|
9864
9897
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9865
9898
|
_ref$size = _ref.size,
|
|
9866
9899
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9867
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9900
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4F);
|
|
9868
9901
|
|
|
9869
9902
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9870
9903
|
width: size,
|
|
@@ -9879,7 +9912,7 @@
|
|
|
9879
9912
|
}));
|
|
9880
9913
|
};
|
|
9881
9914
|
|
|
9882
|
-
var _excluded$
|
|
9915
|
+
var _excluded$4G = ["color", "size"];
|
|
9883
9916
|
/**
|
|
9884
9917
|
* @typedef {Object} HotelProps
|
|
9885
9918
|
* @property {string} [color='currentColor']
|
|
@@ -9894,7 +9927,7 @@
|
|
|
9894
9927
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9895
9928
|
_ref$size = _ref.size,
|
|
9896
9929
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9897
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9930
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4G);
|
|
9898
9931
|
|
|
9899
9932
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9900
9933
|
width: size,
|
|
@@ -9909,7 +9942,7 @@
|
|
|
9909
9942
|
}));
|
|
9910
9943
|
};
|
|
9911
9944
|
|
|
9912
|
-
var _excluded$
|
|
9945
|
+
var _excluded$4H = ["color", "size"];
|
|
9913
9946
|
/**
|
|
9914
9947
|
* @typedef {Object} OrganizationProps
|
|
9915
9948
|
* @property {string} [color='currentColor']
|
|
@@ -9924,7 +9957,7 @@
|
|
|
9924
9957
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9925
9958
|
_ref$size = _ref.size,
|
|
9926
9959
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9927
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9960
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4H);
|
|
9928
9961
|
|
|
9929
9962
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9930
9963
|
width: size,
|
|
@@ -9939,7 +9972,7 @@
|
|
|
9939
9972
|
}));
|
|
9940
9973
|
};
|
|
9941
9974
|
|
|
9942
|
-
var _excluded$
|
|
9975
|
+
var _excluded$4I = ["color", "size"];
|
|
9943
9976
|
/**
|
|
9944
9977
|
* @typedef {Object} ProfessionalConsultingProps
|
|
9945
9978
|
* @property {string} [color='currentColor']
|
|
@@ -9954,7 +9987,7 @@
|
|
|
9954
9987
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9955
9988
|
_ref$size = _ref.size,
|
|
9956
9989
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9957
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9990
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4I);
|
|
9958
9991
|
|
|
9959
9992
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9960
9993
|
width: size,
|
|
@@ -9969,7 +10002,7 @@
|
|
|
9969
10002
|
}));
|
|
9970
10003
|
};
|
|
9971
10004
|
|
|
9972
|
-
var _excluded$
|
|
10005
|
+
var _excluded$4J = ["color", "size"];
|
|
9973
10006
|
/**
|
|
9974
10007
|
* @typedef {Object} MessengerListProps
|
|
9975
10008
|
* @property {string} [color='currentColor']
|
|
@@ -9984,7 +10017,7 @@
|
|
|
9984
10017
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9985
10018
|
_ref$size = _ref.size,
|
|
9986
10019
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9987
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10020
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4J);
|
|
9988
10021
|
|
|
9989
10022
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9990
10023
|
width: size,
|
|
@@ -10005,7 +10038,7 @@
|
|
|
10005
10038
|
}));
|
|
10006
10039
|
};
|
|
10007
10040
|
|
|
10008
|
-
var _excluded$
|
|
10041
|
+
var _excluded$4K = ["color", "size"];
|
|
10009
10042
|
/**
|
|
10010
10043
|
* @typedef {Object} IntegromatProps
|
|
10011
10044
|
* @property {string} [color='currentColor']
|
|
@@ -10019,7 +10052,7 @@
|
|
|
10019
10052
|
var _ref$color = _ref.color,
|
|
10020
10053
|
_ref$size = _ref.size,
|
|
10021
10054
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10022
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10055
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4K);
|
|
10023
10056
|
|
|
10024
10057
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10025
10058
|
width: size,
|
|
@@ -10034,7 +10067,7 @@
|
|
|
10034
10067
|
}));
|
|
10035
10068
|
};
|
|
10036
10069
|
|
|
10037
|
-
var _excluded$
|
|
10070
|
+
var _excluded$4L = ["color", "size"];
|
|
10038
10071
|
/**
|
|
10039
10072
|
* @typedef {Object} HubspotProps
|
|
10040
10073
|
* @property {string} [color='currentColor']
|
|
@@ -10048,7 +10081,7 @@
|
|
|
10048
10081
|
var _ref$color = _ref.color,
|
|
10049
10082
|
_ref$size = _ref.size,
|
|
10050
10083
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10051
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10084
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4L);
|
|
10052
10085
|
|
|
10053
10086
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10054
10087
|
width: size,
|
|
@@ -10063,7 +10096,7 @@
|
|
|
10063
10096
|
}));
|
|
10064
10097
|
};
|
|
10065
10098
|
|
|
10066
|
-
var _excluded$
|
|
10099
|
+
var _excluded$4M = ["color", "size"];
|
|
10067
10100
|
/**
|
|
10068
10101
|
* @typedef {Object} KlaviyoProps
|
|
10069
10102
|
* @property {string} [color='currentColor']
|
|
@@ -10077,7 +10110,7 @@
|
|
|
10077
10110
|
var _ref$color = _ref.color,
|
|
10078
10111
|
_ref$size = _ref.size,
|
|
10079
10112
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10080
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10113
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4M);
|
|
10081
10114
|
|
|
10082
10115
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10083
10116
|
width: size,
|
|
@@ -10116,7 +10149,7 @@
|
|
|
10116
10149
|
}))));
|
|
10117
10150
|
};
|
|
10118
10151
|
|
|
10119
|
-
var _excluded$
|
|
10152
|
+
var _excluded$4N = ["color", "size"];
|
|
10120
10153
|
/**
|
|
10121
10154
|
* @typedef {Object} ActivecampaignProps
|
|
10122
10155
|
* @property {string} [color='currentColor']
|
|
@@ -10130,7 +10163,7 @@
|
|
|
10130
10163
|
var _ref$color = _ref.color,
|
|
10131
10164
|
_ref$size = _ref.size,
|
|
10132
10165
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10133
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10166
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4N);
|
|
10134
10167
|
|
|
10135
10168
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10136
10169
|
width: size,
|
|
@@ -10147,7 +10180,7 @@
|
|
|
10147
10180
|
}));
|
|
10148
10181
|
};
|
|
10149
10182
|
|
|
10150
|
-
var _excluded$
|
|
10183
|
+
var _excluded$4O = ["color", "size"];
|
|
10151
10184
|
/**
|
|
10152
10185
|
* @typedef {Object} ChatGptProps
|
|
10153
10186
|
* @property {string} [color='currentColor']
|
|
@@ -10161,7 +10194,7 @@
|
|
|
10161
10194
|
var _ref$color = _ref.color,
|
|
10162
10195
|
_ref$size = _ref.size,
|
|
10163
10196
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10164
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10197
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4O);
|
|
10165
10198
|
|
|
10166
10199
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10167
10200
|
width: size,
|
|
@@ -10176,7 +10209,7 @@
|
|
|
10176
10209
|
}));
|
|
10177
10210
|
};
|
|
10178
10211
|
|
|
10179
|
-
var _excluded$
|
|
10212
|
+
var _excluded$4P = ["color", "size"];
|
|
10180
10213
|
/**
|
|
10181
10214
|
* @typedef {Object} MailChimpProps
|
|
10182
10215
|
* @property {string} [color='currentColor']
|
|
@@ -10190,7 +10223,7 @@
|
|
|
10190
10223
|
var _ref$color = _ref.color,
|
|
10191
10224
|
_ref$size = _ref.size,
|
|
10192
10225
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10193
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10226
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4P);
|
|
10194
10227
|
|
|
10195
10228
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10196
10229
|
width: size,
|
|
@@ -10223,7 +10256,7 @@
|
|
|
10223
10256
|
}));
|
|
10224
10257
|
};
|
|
10225
10258
|
|
|
10226
|
-
var _excluded$
|
|
10259
|
+
var _excluded$4Q = ["color", "size"];
|
|
10227
10260
|
/**
|
|
10228
10261
|
* @typedef {Object} ConvertKitProps
|
|
10229
10262
|
* @property {string} [color='currentColor']
|
|
@@ -10237,7 +10270,7 @@
|
|
|
10237
10270
|
var _ref$color = _ref.color,
|
|
10238
10271
|
_ref$size = _ref.size,
|
|
10239
10272
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10240
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10273
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4Q);
|
|
10241
10274
|
|
|
10242
10275
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10243
10276
|
width: size,
|
|
@@ -10252,7 +10285,7 @@
|
|
|
10252
10285
|
}));
|
|
10253
10286
|
};
|
|
10254
10287
|
|
|
10255
|
-
var _excluded$
|
|
10288
|
+
var _excluded$4R = ["color", "size"];
|
|
10256
10289
|
/**
|
|
10257
10290
|
* @typedef {Object} GoogleSheetsProps
|
|
10258
10291
|
* @property {string} [color='currentColor']
|
|
@@ -10266,7 +10299,7 @@
|
|
|
10266
10299
|
var _ref$color = _ref.color,
|
|
10267
10300
|
_ref$size = _ref.size,
|
|
10268
10301
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10269
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10302
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4R);
|
|
10270
10303
|
|
|
10271
10304
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10272
10305
|
width: size,
|
|
@@ -10292,7 +10325,7 @@
|
|
|
10292
10325
|
}));
|
|
10293
10326
|
};
|
|
10294
10327
|
|
|
10295
|
-
var _excluded$
|
|
10328
|
+
var _excluded$4S = ["color", "size"];
|
|
10296
10329
|
/**
|
|
10297
10330
|
* @typedef {Object} SalesforceProps
|
|
10298
10331
|
* @property {string} [color='currentColor']
|
|
@@ -10306,7 +10339,7 @@
|
|
|
10306
10339
|
var _ref$color = _ref.color,
|
|
10307
10340
|
_ref$size = _ref.size,
|
|
10308
10341
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10309
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10342
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4S);
|
|
10310
10343
|
|
|
10311
10344
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10312
10345
|
width: size,
|
|
@@ -10330,7 +10363,7 @@
|
|
|
10330
10363
|
}))));
|
|
10331
10364
|
};
|
|
10332
10365
|
|
|
10333
|
-
var _excluded$
|
|
10366
|
+
var _excluded$4T = ["color", "size"];
|
|
10334
10367
|
/**
|
|
10335
10368
|
* @typedef {Object} PipedriveProps
|
|
10336
10369
|
* @property {string} [color='currentColor']
|
|
@@ -10344,7 +10377,7 @@
|
|
|
10344
10377
|
var _ref$color = _ref.color,
|
|
10345
10378
|
_ref$size = _ref.size,
|
|
10346
10379
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10347
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10380
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4T);
|
|
10348
10381
|
|
|
10349
10382
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10350
10383
|
width: size,
|
|
@@ -10362,7 +10395,7 @@
|
|
|
10362
10395
|
}));
|
|
10363
10396
|
};
|
|
10364
10397
|
|
|
10365
|
-
var _excluded$
|
|
10398
|
+
var _excluded$4U = ["color", "size"];
|
|
10366
10399
|
/**
|
|
10367
10400
|
* @typedef {Object} WiseagentProps
|
|
10368
10401
|
* @property {string} [color='currentColor']
|
|
@@ -10376,7 +10409,7 @@
|
|
|
10376
10409
|
var _ref$color = _ref.color,
|
|
10377
10410
|
_ref$size = _ref.size,
|
|
10378
10411
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10379
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10412
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4U);
|
|
10380
10413
|
|
|
10381
10414
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10382
10415
|
width: size,
|
|
@@ -10397,7 +10430,7 @@
|
|
|
10397
10430
|
}));
|
|
10398
10431
|
};
|
|
10399
10432
|
|
|
10400
|
-
var _excluded$
|
|
10433
|
+
var _excluded$4V = ["color", "size"];
|
|
10401
10434
|
/**
|
|
10402
10435
|
* @typedef {Object} FlodeskProps
|
|
10403
10436
|
* @property {string} [color='currentColor']
|
|
@@ -10411,7 +10444,7 @@
|
|
|
10411
10444
|
var _ref$color = _ref.color,
|
|
10412
10445
|
_ref$size = _ref.size,
|
|
10413
10446
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10414
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10447
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4V);
|
|
10415
10448
|
|
|
10416
10449
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10417
10450
|
width: size,
|
|
@@ -10426,7 +10459,7 @@
|
|
|
10426
10459
|
}));
|
|
10427
10460
|
};
|
|
10428
10461
|
|
|
10429
|
-
var _excluded$
|
|
10462
|
+
var _excluded$4W = ["color", "size"];
|
|
10430
10463
|
/**
|
|
10431
10464
|
* @typedef {Object} DeepSeekProps
|
|
10432
10465
|
* @property {string} [color='currentColor']
|
|
@@ -10440,7 +10473,7 @@
|
|
|
10440
10473
|
var _ref$color = _ref.color,
|
|
10441
10474
|
_ref$size = _ref.size,
|
|
10442
10475
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10443
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10476
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4W);
|
|
10444
10477
|
|
|
10445
10478
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10446
10479
|
width: size,
|
|
@@ -10455,7 +10488,7 @@
|
|
|
10455
10488
|
}));
|
|
10456
10489
|
};
|
|
10457
10490
|
|
|
10458
|
-
var _excluded$
|
|
10491
|
+
var _excluded$4X = ["color", "size"];
|
|
10459
10492
|
/**
|
|
10460
10493
|
* @typedef {Object} ApptivoProps
|
|
10461
10494
|
* @property {string} [color='currentColor']
|
|
@@ -10469,7 +10502,7 @@
|
|
|
10469
10502
|
var _ref$color = _ref.color,
|
|
10470
10503
|
_ref$size = _ref.size,
|
|
10471
10504
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10472
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10505
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4X);
|
|
10473
10506
|
|
|
10474
10507
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10475
10508
|
width: size,
|
|
@@ -10487,7 +10520,7 @@
|
|
|
10487
10520
|
}));
|
|
10488
10521
|
};
|
|
10489
10522
|
|
|
10490
|
-
var _excluded$
|
|
10523
|
+
var _excluded$4Y = ["color", "size"];
|
|
10491
10524
|
/**
|
|
10492
10525
|
* @typedef {Object} ZillowProps
|
|
10493
10526
|
* @property {string} [color='currentColor']
|
|
@@ -10501,7 +10534,7 @@
|
|
|
10501
10534
|
var _ref$color = _ref.color,
|
|
10502
10535
|
_ref$size = _ref.size,
|
|
10503
10536
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10504
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10537
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4Y);
|
|
10505
10538
|
|
|
10506
10539
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10507
10540
|
width: size,
|
|
@@ -10518,7 +10551,7 @@
|
|
|
10518
10551
|
}));
|
|
10519
10552
|
};
|
|
10520
10553
|
|
|
10521
|
-
var _excluded$
|
|
10554
|
+
var _excluded$4Z = ["color", "size"];
|
|
10522
10555
|
/**
|
|
10523
10556
|
* @typedef {Object} CanvaProps
|
|
10524
10557
|
* @property {string} [color='currentColor']
|
|
@@ -10532,7 +10565,7 @@
|
|
|
10532
10565
|
var _ref$color = _ref.color,
|
|
10533
10566
|
_ref$size = _ref.size,
|
|
10534
10567
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10535
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10568
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4Z);
|
|
10536
10569
|
|
|
10537
10570
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10538
10571
|
width: size,
|
|
@@ -10618,7 +10651,7 @@
|
|
|
10618
10651
|
}))));
|
|
10619
10652
|
};
|
|
10620
10653
|
|
|
10621
|
-
var _excluded$
|
|
10654
|
+
var _excluded$4_ = ["color", "size"];
|
|
10622
10655
|
/**
|
|
10623
10656
|
* @typedef {Object} KajabiProps
|
|
10624
10657
|
* @property {string} [color='currentColor']
|
|
@@ -10632,7 +10665,7 @@
|
|
|
10632
10665
|
var _ref$color = _ref.color,
|
|
10633
10666
|
_ref$size = _ref.size,
|
|
10634
10667
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10635
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10668
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4_);
|
|
10636
10669
|
|
|
10637
10670
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10638
10671
|
width: size,
|
|
@@ -10654,7 +10687,7 @@
|
|
|
10654
10687
|
}));
|
|
10655
10688
|
};
|
|
10656
10689
|
|
|
10657
|
-
var _excluded$
|
|
10690
|
+
var _excluded$4$ = ["color", "size"];
|
|
10658
10691
|
/**
|
|
10659
10692
|
* @typedef {Object} MagentoProps
|
|
10660
10693
|
* @property {string} [color='currentColor']
|
|
@@ -10668,7 +10701,7 @@
|
|
|
10668
10701
|
var _ref$color = _ref.color,
|
|
10669
10702
|
_ref$size = _ref.size,
|
|
10670
10703
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10671
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10704
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4$);
|
|
10672
10705
|
|
|
10673
10706
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10674
10707
|
width: size,
|
|
@@ -10683,7 +10716,7 @@
|
|
|
10683
10716
|
}));
|
|
10684
10717
|
};
|
|
10685
10718
|
|
|
10686
|
-
var _excluded$
|
|
10719
|
+
var _excluded$50 = ["color", "size"];
|
|
10687
10720
|
/**
|
|
10688
10721
|
* @typedef {Object} ArrowDownRightProps
|
|
10689
10722
|
* @property {string} [color='currentColor']
|
|
@@ -10698,7 +10731,7 @@
|
|
|
10698
10731
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
10699
10732
|
_ref$size = _ref.size,
|
|
10700
10733
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10701
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10734
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$50);
|
|
10702
10735
|
|
|
10703
10736
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10704
10737
|
width: size,
|
|
@@ -10716,7 +10749,7 @@
|
|
|
10716
10749
|
}));
|
|
10717
10750
|
};
|
|
10718
10751
|
|
|
10719
|
-
var _excluded$
|
|
10752
|
+
var _excluded$51 = ["color", "size"];
|
|
10720
10753
|
/**
|
|
10721
10754
|
* @typedef {Object} ReturnKeyProps
|
|
10722
10755
|
* @property {string} [color='currentColor']
|
|
@@ -10731,7 +10764,7 @@
|
|
|
10731
10764
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
10732
10765
|
_ref$size = _ref.size,
|
|
10733
10766
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10734
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10767
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$51);
|
|
10735
10768
|
|
|
10736
10769
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10737
10770
|
width: size,
|
|
@@ -10746,7 +10779,7 @@
|
|
|
10746
10779
|
}));
|
|
10747
10780
|
};
|
|
10748
10781
|
|
|
10749
|
-
var _excluded$
|
|
10782
|
+
var _excluded$52 = ["color", "size"];
|
|
10750
10783
|
/**
|
|
10751
10784
|
* @typedef {Object} UnreadProps
|
|
10752
10785
|
* @property {string} [color='currentColor']
|
|
@@ -10761,7 +10794,7 @@
|
|
|
10761
10794
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
10762
10795
|
_ref$size = _ref.size,
|
|
10763
10796
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10764
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10797
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$52);
|
|
10765
10798
|
|
|
10766
10799
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10767
10800
|
width: size,
|
|
@@ -10778,7 +10811,7 @@
|
|
|
10778
10811
|
}));
|
|
10779
10812
|
};
|
|
10780
10813
|
|
|
10781
|
-
var _excluded$
|
|
10814
|
+
var _excluded$53 = ["color", "size"];
|
|
10782
10815
|
/**
|
|
10783
10816
|
* @typedef {Object} PrivacyProps
|
|
10784
10817
|
* @property {string} [color='currentColor']
|
|
@@ -10793,7 +10826,7 @@
|
|
|
10793
10826
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
10794
10827
|
_ref$size = _ref.size,
|
|
10795
10828
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10796
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10829
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$53);
|
|
10797
10830
|
|
|
10798
10831
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10799
10832
|
width: size,
|
|
@@ -10814,7 +10847,7 @@
|
|
|
10814
10847
|
}));
|
|
10815
10848
|
};
|
|
10816
10849
|
|
|
10817
|
-
var _excluded$
|
|
10850
|
+
var _excluded$54 = ["color", "size"];
|
|
10818
10851
|
/**
|
|
10819
10852
|
* @typedef {Object} LocationProps
|
|
10820
10853
|
* @property {string} [color='currentColor']
|
|
@@ -10829,7 +10862,7 @@
|
|
|
10829
10862
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
10830
10863
|
_ref$size = _ref.size,
|
|
10831
10864
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10832
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10865
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$54);
|
|
10833
10866
|
|
|
10834
10867
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10835
10868
|
width: size,
|
|
@@ -10851,7 +10884,7 @@
|
|
|
10851
10884
|
}));
|
|
10852
10885
|
};
|
|
10853
10886
|
|
|
10854
|
-
var _excluded$
|
|
10887
|
+
var _excluded$55 = ["color", "size"];
|
|
10855
10888
|
/**
|
|
10856
10889
|
* @typedef {Object} TikTokProps
|
|
10857
10890
|
* @property {string} [color='currentColor']
|
|
@@ -10865,7 +10898,7 @@
|
|
|
10865
10898
|
var _ref$color = _ref.color,
|
|
10866
10899
|
_ref$size = _ref.size,
|
|
10867
10900
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10868
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10901
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$55);
|
|
10869
10902
|
|
|
10870
10903
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10871
10904
|
width: size,
|
|
@@ -10898,7 +10931,7 @@
|
|
|
10898
10931
|
}));
|
|
10899
10932
|
};
|
|
10900
10933
|
|
|
10901
|
-
var _excluded$
|
|
10934
|
+
var _excluded$56 = ["color", "size"];
|
|
10902
10935
|
/**
|
|
10903
10936
|
* @typedef {Object} ClaudeProps
|
|
10904
10937
|
* @property {string} [color='currentColor']
|
|
@@ -10912,7 +10945,7 @@
|
|
|
10912
10945
|
var _ref$color = _ref.color,
|
|
10913
10946
|
_ref$size = _ref.size,
|
|
10914
10947
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10915
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10948
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$56);
|
|
10916
10949
|
|
|
10917
10950
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10918
10951
|
width: size,
|
|
@@ -10927,7 +10960,7 @@
|
|
|
10927
10960
|
}));
|
|
10928
10961
|
};
|
|
10929
10962
|
|
|
10930
|
-
var _excluded$
|
|
10963
|
+
var _excluded$57 = ["color", "size"];
|
|
10931
10964
|
/**
|
|
10932
10965
|
* @typedef {Object} TikTokChannel2Props
|
|
10933
10966
|
* @property {string} [color='currentColor']
|
|
@@ -10942,7 +10975,7 @@
|
|
|
10942
10975
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
10943
10976
|
_ref$size = _ref.size,
|
|
10944
10977
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10945
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10978
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$57);
|
|
10946
10979
|
|
|
10947
10980
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10948
10981
|
width: size,
|
|
@@ -10959,7 +10992,7 @@
|
|
|
10959
10992
|
}));
|
|
10960
10993
|
};
|
|
10961
10994
|
|
|
10962
|
-
var _excluded$
|
|
10995
|
+
var _excluded$58 = ["color", "size"];
|
|
10963
10996
|
/**
|
|
10964
10997
|
* @typedef {Object} AutomationsPausedFilledProps
|
|
10965
10998
|
* @property {string} [color='currentColor']
|
|
@@ -10974,7 +11007,7 @@
|
|
|
10974
11007
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
10975
11008
|
_ref$size = _ref.size,
|
|
10976
11009
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10977
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11010
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$58);
|
|
10978
11011
|
|
|
10979
11012
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10980
11013
|
width: size,
|
|
@@ -10992,7 +11025,7 @@
|
|
|
10992
11025
|
}));
|
|
10993
11026
|
};
|
|
10994
11027
|
|
|
10995
|
-
var _excluded$
|
|
11028
|
+
var _excluded$59 = ["color", "size"];
|
|
10996
11029
|
/**
|
|
10997
11030
|
* @typedef {Object} AutomationsStoppedFilledProps
|
|
10998
11031
|
* @property {string} [color='currentColor']
|
|
@@ -11007,7 +11040,7 @@
|
|
|
11007
11040
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
11008
11041
|
_ref$size = _ref.size,
|
|
11009
11042
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11010
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11043
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$59);
|
|
11011
11044
|
|
|
11012
11045
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11013
11046
|
width: size,
|
|
@@ -11022,7 +11055,7 @@
|
|
|
11022
11055
|
}));
|
|
11023
11056
|
};
|
|
11024
11057
|
|
|
11025
|
-
var _excluded$
|
|
11058
|
+
var _excluded$5a = ["color", "size"];
|
|
11026
11059
|
/**
|
|
11027
11060
|
* @typedef {Object} BulletProps
|
|
11028
11061
|
* @property {string} [color='currentColor']
|
|
@@ -11037,7 +11070,7 @@
|
|
|
11037
11070
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
11038
11071
|
_ref$size = _ref.size,
|
|
11039
11072
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11040
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11073
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5a);
|
|
11041
11074
|
|
|
11042
11075
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11043
11076
|
width: size,
|
|
@@ -11052,7 +11085,7 @@
|
|
|
11052
11085
|
}));
|
|
11053
11086
|
};
|
|
11054
11087
|
|
|
11055
|
-
var _excluded$
|
|
11088
|
+
var _excluded$5b = ["color", "size"];
|
|
11056
11089
|
/**
|
|
11057
11090
|
* @typedef {Object} NavCollapseProps
|
|
11058
11091
|
* @property {string} [color='currentColor']
|
|
@@ -11067,7 +11100,7 @@
|
|
|
11067
11100
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
11068
11101
|
_ref$size = _ref.size,
|
|
11069
11102
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11070
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11103
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5b);
|
|
11071
11104
|
|
|
11072
11105
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11073
11106
|
width: size,
|
|
@@ -11088,7 +11121,7 @@
|
|
|
11088
11121
|
}));
|
|
11089
11122
|
};
|
|
11090
11123
|
|
|
11091
|
-
var _excluded$
|
|
11124
|
+
var _excluded$5c = ["color", "size"];
|
|
11092
11125
|
/**
|
|
11093
11126
|
* @typedef {Object} NavExpandProps
|
|
11094
11127
|
* @property {string} [color='currentColor']
|
|
@@ -11103,7 +11136,7 @@
|
|
|
11103
11136
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
11104
11137
|
_ref$size = _ref.size,
|
|
11105
11138
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11106
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11139
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5c);
|
|
11107
11140
|
|
|
11108
11141
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11109
11142
|
width: size,
|
|
@@ -11124,7 +11157,7 @@
|
|
|
11124
11157
|
}));
|
|
11125
11158
|
};
|
|
11126
11159
|
|
|
11127
|
-
var _excluded$
|
|
11160
|
+
var _excluded$5d = ["color", "size"];
|
|
11128
11161
|
/**
|
|
11129
11162
|
* @typedef {Object} RetailProps
|
|
11130
11163
|
* @property {string} [color='currentColor']
|
|
@@ -11139,7 +11172,7 @@
|
|
|
11139
11172
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
11140
11173
|
_ref$size = _ref.size,
|
|
11141
11174
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11142
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11175
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5d);
|
|
11143
11176
|
|
|
11144
11177
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11145
11178
|
width: size,
|
|
@@ -11156,7 +11189,7 @@
|
|
|
11156
11189
|
}));
|
|
11157
11190
|
};
|
|
11158
11191
|
|
|
11159
|
-
var _excluded$
|
|
11192
|
+
var _excluded$5e = ["color", "size"];
|
|
11160
11193
|
/**
|
|
11161
11194
|
* @typedef {Object} Property1_MessengerChannelProps
|
|
11162
11195
|
* @property {string} [color='currentColor']
|
|
@@ -11170,7 +11203,7 @@
|
|
|
11170
11203
|
var _ref$color = _ref.color,
|
|
11171
11204
|
_ref$size = _ref.size,
|
|
11172
11205
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11173
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11206
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5e);
|
|
11174
11207
|
|
|
11175
11208
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11176
11209
|
width: size,
|
|
@@ -11205,7 +11238,7 @@
|
|
|
11205
11238
|
}))));
|
|
11206
11239
|
};
|
|
11207
11240
|
|
|
11208
|
-
var _excluded$
|
|
11241
|
+
var _excluded$5f = ["color", "size"];
|
|
11209
11242
|
/**
|
|
11210
11243
|
* @typedef {Object} Property1_EmailChannelProps
|
|
11211
11244
|
* @property {string} [color='currentColor']
|
|
@@ -11219,7 +11252,7 @@
|
|
|
11219
11252
|
var _ref$color = _ref.color,
|
|
11220
11253
|
_ref$size = _ref.size,
|
|
11221
11254
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11222
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11255
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5f);
|
|
11223
11256
|
|
|
11224
11257
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11225
11258
|
width: size,
|
|
@@ -11254,7 +11287,7 @@
|
|
|
11254
11287
|
}))));
|
|
11255
11288
|
};
|
|
11256
11289
|
|
|
11257
|
-
var _excluded$
|
|
11290
|
+
var _excluded$5g = ["color", "size"];
|
|
11258
11291
|
/**
|
|
11259
11292
|
* @typedef {Object} Property1_SmsChannelProps
|
|
11260
11293
|
* @property {string} [color='currentColor']
|
|
@@ -11268,7 +11301,7 @@
|
|
|
11268
11301
|
var _ref$color = _ref.color,
|
|
11269
11302
|
_ref$size = _ref.size,
|
|
11270
11303
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11271
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11304
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5g);
|
|
11272
11305
|
|
|
11273
11306
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11274
11307
|
width: size,
|
|
@@ -11298,7 +11331,7 @@
|
|
|
11298
11331
|
}))));
|
|
11299
11332
|
};
|
|
11300
11333
|
|
|
11301
|
-
var _excluded$
|
|
11334
|
+
var _excluded$5h = ["color", "size"];
|
|
11302
11335
|
/**
|
|
11303
11336
|
* @typedef {Object} Property1_WhatsAppChannelProps
|
|
11304
11337
|
* @property {string} [color='currentColor']
|
|
@@ -11312,7 +11345,7 @@
|
|
|
11312
11345
|
var _ref$color = _ref.color,
|
|
11313
11346
|
_ref$size = _ref.size,
|
|
11314
11347
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11315
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11348
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5h);
|
|
11316
11349
|
|
|
11317
11350
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11318
11351
|
width: size,
|
|
@@ -11344,7 +11377,7 @@
|
|
|
11344
11377
|
}))));
|
|
11345
11378
|
};
|
|
11346
11379
|
|
|
11347
|
-
var _excluded$
|
|
11380
|
+
var _excluded$5i = ["color", "size"];
|
|
11348
11381
|
/**
|
|
11349
11382
|
* @typedef {Object} Property1_InstagramChannelProps
|
|
11350
11383
|
* @property {string} [color='currentColor']
|
|
@@ -11358,7 +11391,7 @@
|
|
|
11358
11391
|
var _ref$color = _ref.color,
|
|
11359
11392
|
_ref$size = _ref.size,
|
|
11360
11393
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11361
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11394
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5i);
|
|
11362
11395
|
|
|
11363
11396
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11364
11397
|
width: size,
|
|
@@ -11426,7 +11459,7 @@
|
|
|
11426
11459
|
}))));
|
|
11427
11460
|
};
|
|
11428
11461
|
|
|
11429
|
-
var _excluded$
|
|
11462
|
+
var _excluded$5j = ["color", "size"];
|
|
11430
11463
|
/**
|
|
11431
11464
|
* @typedef {Object} Property1_WebChatProps
|
|
11432
11465
|
* @property {string} [color='currentColor']
|
|
@@ -11440,7 +11473,7 @@
|
|
|
11440
11473
|
var _ref$color = _ref.color,
|
|
11441
11474
|
_ref$size = _ref.size,
|
|
11442
11475
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11443
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11476
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5j);
|
|
11444
11477
|
|
|
11445
11478
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11446
11479
|
width: size,
|
|
@@ -11472,7 +11505,7 @@
|
|
|
11472
11505
|
}))));
|
|
11473
11506
|
};
|
|
11474
11507
|
|
|
11475
|
-
var _excluded$
|
|
11508
|
+
var _excluded$5k = ["color", "size"];
|
|
11476
11509
|
/**
|
|
11477
11510
|
* @typedef {Object} Property1_TelegramChannelProps
|
|
11478
11511
|
* @property {string} [color='currentColor']
|
|
@@ -11486,7 +11519,7 @@
|
|
|
11486
11519
|
var _ref$color = _ref.color,
|
|
11487
11520
|
_ref$size = _ref.size,
|
|
11488
11521
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11489
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11522
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5k);
|
|
11490
11523
|
|
|
11491
11524
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11492
11525
|
width: size,
|
|
@@ -11518,7 +11551,7 @@
|
|
|
11518
11551
|
}))));
|
|
11519
11552
|
};
|
|
11520
11553
|
|
|
11521
|
-
var _excluded$
|
|
11554
|
+
var _excluded$5l = ["color", "size"];
|
|
11522
11555
|
/**
|
|
11523
11556
|
* @typedef {Object} Property1_TikTokChannelProps
|
|
11524
11557
|
* @property {string} [color='currentColor']
|
|
@@ -11532,7 +11565,7 @@
|
|
|
11532
11565
|
var _ref$color = _ref.color,
|
|
11533
11566
|
_ref$size = _ref.size,
|
|
11534
11567
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11535
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11568
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5l);
|
|
11536
11569
|
|
|
11537
11570
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11538
11571
|
width: size,
|
|
@@ -11564,7 +11597,7 @@
|
|
|
11564
11597
|
}))));
|
|
11565
11598
|
};
|
|
11566
11599
|
|
|
11567
|
-
var _excluded$
|
|
11600
|
+
var _excluded$5m = ["color", "size"];
|
|
11568
11601
|
/**
|
|
11569
11602
|
* @typedef {Object} AiKnowledgeProps
|
|
11570
11603
|
* @property {string} [color='currentColor']
|
|
@@ -11579,7 +11612,7 @@
|
|
|
11579
11612
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
11580
11613
|
_ref$size = _ref.size,
|
|
11581
11614
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11582
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11615
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5m);
|
|
11583
11616
|
|
|
11584
11617
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11585
11618
|
width: size,
|
|
@@ -11635,6 +11668,7 @@
|
|
|
11635
11668
|
exports.ArrowDropUp = ArrowDropUp;
|
|
11636
11669
|
exports.ArrowLeft = ArrowLeft;
|
|
11637
11670
|
exports.ArrowRight = ArrowRight;
|
|
11671
|
+
exports.ArrowTopRight = ArrowTopRight;
|
|
11638
11672
|
exports.ArrowUp = ArrowUp;
|
|
11639
11673
|
exports.Assign = Assign;
|
|
11640
11674
|
exports.AssignGroup = AssignGroup;
|