@manychat/icons 4.23.1 → 4.24.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 +203 -170
- package/dist/index.js +203 -169
- package/package.json +1 -1
- package/umd/mcicons.js +201 -169
- package/umd/mcicons.min.js +1 -1
package/dist/index.js
CHANGED
|
@@ -8254,13 +8254,46 @@ Pause.defaultProps = {
|
|
|
8254
8254
|
|
|
8255
8255
|
const _excluded$3O = ["color", "size"];
|
|
8256
8256
|
|
|
8257
|
-
const
|
|
8257
|
+
const Stop2 = props => {
|
|
8258
8258
|
const {
|
|
8259
8259
|
color,
|
|
8260
8260
|
size
|
|
8261
8261
|
} = props,
|
|
8262
8262
|
otherProps = _objectWithoutProperties(props, _excluded$3O);
|
|
8263
8263
|
|
|
8264
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8265
|
+
width: size,
|
|
8266
|
+
height: size,
|
|
8267
|
+
viewBox: "0 0 24 24",
|
|
8268
|
+
fill: "none",
|
|
8269
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8270
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
8271
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8272
|
+
fillRule: "evenodd",
|
|
8273
|
+
clipRule: "evenodd",
|
|
8274
|
+
d: "M18.5 5.5H5.5V18.5H18.5V5.5ZM4 4V20H20V4H4Z",
|
|
8275
|
+
fill: color
|
|
8276
|
+
}));
|
|
8277
|
+
};
|
|
8278
|
+
|
|
8279
|
+
Stop2.propTypes = {
|
|
8280
|
+
color: PropTypes.string,
|
|
8281
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
8282
|
+
};
|
|
8283
|
+
Stop2.defaultProps = {
|
|
8284
|
+
color: 'currentColor',
|
|
8285
|
+
size: '24'
|
|
8286
|
+
};
|
|
8287
|
+
|
|
8288
|
+
const _excluded$3P = ["color", "size"];
|
|
8289
|
+
|
|
8290
|
+
const TriggersLines = props => {
|
|
8291
|
+
const {
|
|
8292
|
+
color,
|
|
8293
|
+
size
|
|
8294
|
+
} = props,
|
|
8295
|
+
otherProps = _objectWithoutProperties(props, _excluded$3P);
|
|
8296
|
+
|
|
8264
8297
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8265
8298
|
width: size,
|
|
8266
8299
|
height: size,
|
|
@@ -8285,14 +8318,14 @@ TriggersLines.defaultProps = {
|
|
|
8285
8318
|
size: '24'
|
|
8286
8319
|
};
|
|
8287
8320
|
|
|
8288
|
-
const _excluded$
|
|
8321
|
+
const _excluded$3Q = ["color", "size"];
|
|
8289
8322
|
|
|
8290
8323
|
const StopRecord = props => {
|
|
8291
8324
|
const {
|
|
8292
8325
|
color,
|
|
8293
8326
|
size
|
|
8294
8327
|
} = props,
|
|
8295
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8328
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Q);
|
|
8296
8329
|
|
|
8297
8330
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8298
8331
|
width: size,
|
|
@@ -8321,14 +8354,14 @@ StopRecord.defaultProps = {
|
|
|
8321
8354
|
size: '24'
|
|
8322
8355
|
};
|
|
8323
8356
|
|
|
8324
|
-
const _excluded$
|
|
8357
|
+
const _excluded$3R = ["color", "size"];
|
|
8325
8358
|
|
|
8326
8359
|
const Cloud = props => {
|
|
8327
8360
|
const {
|
|
8328
8361
|
color,
|
|
8329
8362
|
size
|
|
8330
8363
|
} = props,
|
|
8331
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8364
|
+
otherProps = _objectWithoutProperties(props, _excluded$3R);
|
|
8332
8365
|
|
|
8333
8366
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8334
8367
|
width: size,
|
|
@@ -8352,14 +8385,14 @@ Cloud.defaultProps = {
|
|
|
8352
8385
|
size: '24'
|
|
8353
8386
|
};
|
|
8354
8387
|
|
|
8355
|
-
const _excluded$
|
|
8388
|
+
const _excluded$3S = ["color", "size"];
|
|
8356
8389
|
|
|
8357
8390
|
const CloudError = props => {
|
|
8358
8391
|
const {
|
|
8359
8392
|
color,
|
|
8360
8393
|
size
|
|
8361
8394
|
} = props,
|
|
8362
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8395
|
+
otherProps = _objectWithoutProperties(props, _excluded$3S);
|
|
8363
8396
|
|
|
8364
8397
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8365
8398
|
width: size,
|
|
@@ -8383,14 +8416,14 @@ CloudError.defaultProps = {
|
|
|
8383
8416
|
size: '24'
|
|
8384
8417
|
};
|
|
8385
8418
|
|
|
8386
|
-
const _excluded$
|
|
8419
|
+
const _excluded$3T = ["color", "size"];
|
|
8387
8420
|
|
|
8388
8421
|
const CloudUpload = props => {
|
|
8389
8422
|
const {
|
|
8390
8423
|
color,
|
|
8391
8424
|
size
|
|
8392
8425
|
} = props,
|
|
8393
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8426
|
+
otherProps = _objectWithoutProperties(props, _excluded$3T);
|
|
8394
8427
|
|
|
8395
8428
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8396
8429
|
width: size,
|
|
@@ -8414,14 +8447,14 @@ CloudUpload.defaultProps = {
|
|
|
8414
8447
|
size: '24'
|
|
8415
8448
|
};
|
|
8416
8449
|
|
|
8417
|
-
const _excluded$
|
|
8450
|
+
const _excluded$3U = ["color", "size"];
|
|
8418
8451
|
|
|
8419
8452
|
const CloudDownload = props => {
|
|
8420
8453
|
const {
|
|
8421
8454
|
color,
|
|
8422
8455
|
size
|
|
8423
8456
|
} = props,
|
|
8424
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8457
|
+
otherProps = _objectWithoutProperties(props, _excluded$3U);
|
|
8425
8458
|
|
|
8426
8459
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8427
8460
|
width: size,
|
|
@@ -8445,14 +8478,14 @@ CloudDownload.defaultProps = {
|
|
|
8445
8478
|
size: '24'
|
|
8446
8479
|
};
|
|
8447
8480
|
|
|
8448
|
-
const _excluded$
|
|
8481
|
+
const _excluded$3V = ["color", "size"];
|
|
8449
8482
|
|
|
8450
8483
|
const Popular = props => {
|
|
8451
8484
|
const {
|
|
8452
8485
|
color,
|
|
8453
8486
|
size
|
|
8454
8487
|
} = props,
|
|
8455
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8488
|
+
otherProps = _objectWithoutProperties(props, _excluded$3V);
|
|
8456
8489
|
|
|
8457
8490
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8458
8491
|
width: size,
|
|
@@ -8478,14 +8511,14 @@ Popular.defaultProps = {
|
|
|
8478
8511
|
size: '24'
|
|
8479
8512
|
};
|
|
8480
8513
|
|
|
8481
|
-
const _excluded$
|
|
8514
|
+
const _excluded$3W = ["color", "size"];
|
|
8482
8515
|
|
|
8483
8516
|
const PopularFilled = props => {
|
|
8484
8517
|
const {
|
|
8485
8518
|
color,
|
|
8486
8519
|
size
|
|
8487
8520
|
} = props,
|
|
8488
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8521
|
+
otherProps = _objectWithoutProperties(props, _excluded$3W);
|
|
8489
8522
|
|
|
8490
8523
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8491
8524
|
width: size,
|
|
@@ -8511,14 +8544,14 @@ PopularFilled.defaultProps = {
|
|
|
8511
8544
|
size: '24'
|
|
8512
8545
|
};
|
|
8513
8546
|
|
|
8514
|
-
const _excluded$
|
|
8547
|
+
const _excluded$3X = ["color", "size"];
|
|
8515
8548
|
|
|
8516
8549
|
const AlignLeft = props => {
|
|
8517
8550
|
const {
|
|
8518
8551
|
color,
|
|
8519
8552
|
size
|
|
8520
8553
|
} = props,
|
|
8521
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8554
|
+
otherProps = _objectWithoutProperties(props, _excluded$3X);
|
|
8522
8555
|
|
|
8523
8556
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8524
8557
|
width: size,
|
|
@@ -8551,14 +8584,14 @@ AlignLeft.defaultProps = {
|
|
|
8551
8584
|
size: '24'
|
|
8552
8585
|
};
|
|
8553
8586
|
|
|
8554
|
-
const _excluded$
|
|
8587
|
+
const _excluded$3Y = ["color", "size"];
|
|
8555
8588
|
|
|
8556
8589
|
const AlignCenter = props => {
|
|
8557
8590
|
const {
|
|
8558
8591
|
color,
|
|
8559
8592
|
size
|
|
8560
8593
|
} = props,
|
|
8561
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8594
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Y);
|
|
8562
8595
|
|
|
8563
8596
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8564
8597
|
width: size,
|
|
@@ -8591,14 +8624,14 @@ AlignCenter.defaultProps = {
|
|
|
8591
8624
|
size: '24'
|
|
8592
8625
|
};
|
|
8593
8626
|
|
|
8594
|
-
const _excluded$
|
|
8627
|
+
const _excluded$3Z = ["color", "size"];
|
|
8595
8628
|
|
|
8596
8629
|
const AlignRight = props => {
|
|
8597
8630
|
const {
|
|
8598
8631
|
color,
|
|
8599
8632
|
size
|
|
8600
8633
|
} = props,
|
|
8601
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8634
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Z);
|
|
8602
8635
|
|
|
8603
8636
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8604
8637
|
width: size,
|
|
@@ -8631,14 +8664,14 @@ AlignRight.defaultProps = {
|
|
|
8631
8664
|
size: '24'
|
|
8632
8665
|
};
|
|
8633
8666
|
|
|
8634
|
-
const _excluded$
|
|
8667
|
+
const _excluded$3_ = ["color", "size"];
|
|
8635
8668
|
|
|
8636
8669
|
const AlignWide = props => {
|
|
8637
8670
|
const {
|
|
8638
8671
|
color,
|
|
8639
8672
|
size
|
|
8640
8673
|
} = props,
|
|
8641
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8674
|
+
otherProps = _objectWithoutProperties(props, _excluded$3_);
|
|
8642
8675
|
|
|
8643
8676
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8644
8677
|
width: size,
|
|
@@ -8671,14 +8704,14 @@ AlignWide.defaultProps = {
|
|
|
8671
8704
|
size: '24'
|
|
8672
8705
|
};
|
|
8673
8706
|
|
|
8674
|
-
const _excluded$
|
|
8707
|
+
const _excluded$3$ = ["color", "size"];
|
|
8675
8708
|
|
|
8676
8709
|
const Spacing = props => {
|
|
8677
8710
|
const {
|
|
8678
8711
|
color,
|
|
8679
8712
|
size
|
|
8680
8713
|
} = props,
|
|
8681
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8714
|
+
otherProps = _objectWithoutProperties(props, _excluded$3$);
|
|
8682
8715
|
|
|
8683
8716
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8684
8717
|
width: size,
|
|
@@ -8702,14 +8735,14 @@ Spacing.defaultProps = {
|
|
|
8702
8735
|
size: '24'
|
|
8703
8736
|
};
|
|
8704
8737
|
|
|
8705
|
-
const _excluded$
|
|
8738
|
+
const _excluded$40 = ["color", "size"];
|
|
8706
8739
|
|
|
8707
8740
|
const Bold = props => {
|
|
8708
8741
|
const {
|
|
8709
8742
|
color,
|
|
8710
8743
|
size
|
|
8711
8744
|
} = props,
|
|
8712
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8745
|
+
otherProps = _objectWithoutProperties(props, _excluded$40);
|
|
8713
8746
|
|
|
8714
8747
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8715
8748
|
width: size,
|
|
@@ -8733,14 +8766,14 @@ Bold.defaultProps = {
|
|
|
8733
8766
|
size: '24'
|
|
8734
8767
|
};
|
|
8735
8768
|
|
|
8736
|
-
const _excluded$
|
|
8769
|
+
const _excluded$41 = ["color", "size"];
|
|
8737
8770
|
|
|
8738
8771
|
const Italic = props => {
|
|
8739
8772
|
const {
|
|
8740
8773
|
color,
|
|
8741
8774
|
size
|
|
8742
8775
|
} = props,
|
|
8743
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8776
|
+
otherProps = _objectWithoutProperties(props, _excluded$41);
|
|
8744
8777
|
|
|
8745
8778
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8746
8779
|
width: size,
|
|
@@ -8764,14 +8797,14 @@ Italic.defaultProps = {
|
|
|
8764
8797
|
size: '24'
|
|
8765
8798
|
};
|
|
8766
8799
|
|
|
8767
|
-
const _excluded$
|
|
8800
|
+
const _excluded$42 = ["color", "size"];
|
|
8768
8801
|
|
|
8769
8802
|
const Underline = props => {
|
|
8770
8803
|
const {
|
|
8771
8804
|
color,
|
|
8772
8805
|
size
|
|
8773
8806
|
} = props,
|
|
8774
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8807
|
+
otherProps = _objectWithoutProperties(props, _excluded$42);
|
|
8775
8808
|
|
|
8776
8809
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8777
8810
|
width: size,
|
|
@@ -8798,14 +8831,14 @@ Underline.defaultProps = {
|
|
|
8798
8831
|
size: '24'
|
|
8799
8832
|
};
|
|
8800
8833
|
|
|
8801
|
-
const _excluded$
|
|
8834
|
+
const _excluded$43 = ["color", "size"];
|
|
8802
8835
|
|
|
8803
8836
|
const SendMessage = props => {
|
|
8804
8837
|
const {
|
|
8805
8838
|
color,
|
|
8806
8839
|
size
|
|
8807
8840
|
} = props,
|
|
8808
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8841
|
+
otherProps = _objectWithoutProperties(props, _excluded$43);
|
|
8809
8842
|
|
|
8810
8843
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8811
8844
|
width: size,
|
|
@@ -8840,14 +8873,14 @@ SendMessage.defaultProps = {
|
|
|
8840
8873
|
size: '24'
|
|
8841
8874
|
};
|
|
8842
8875
|
|
|
8843
|
-
const _excluded$
|
|
8876
|
+
const _excluded$44 = ["color", "size"];
|
|
8844
8877
|
|
|
8845
8878
|
const Undo = props => {
|
|
8846
8879
|
const {
|
|
8847
8880
|
color,
|
|
8848
8881
|
size
|
|
8849
8882
|
} = props,
|
|
8850
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8883
|
+
otherProps = _objectWithoutProperties(props, _excluded$44);
|
|
8851
8884
|
|
|
8852
8885
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8853
8886
|
width: size,
|
|
@@ -8874,14 +8907,14 @@ Undo.defaultProps = {
|
|
|
8874
8907
|
size: '24'
|
|
8875
8908
|
};
|
|
8876
8909
|
|
|
8877
|
-
const _excluded$
|
|
8910
|
+
const _excluded$45 = ["color", "size"];
|
|
8878
8911
|
|
|
8879
8912
|
const Redo = props => {
|
|
8880
8913
|
const {
|
|
8881
8914
|
color,
|
|
8882
8915
|
size
|
|
8883
8916
|
} = props,
|
|
8884
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8917
|
+
otherProps = _objectWithoutProperties(props, _excluded$45);
|
|
8885
8918
|
|
|
8886
8919
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8887
8920
|
width: size,
|
|
@@ -8908,14 +8941,14 @@ Redo.defaultProps = {
|
|
|
8908
8941
|
size: '24'
|
|
8909
8942
|
};
|
|
8910
8943
|
|
|
8911
|
-
const _excluded$
|
|
8944
|
+
const _excluded$46 = ["color", "size"];
|
|
8912
8945
|
|
|
8913
8946
|
const Analytics = props => {
|
|
8914
8947
|
const {
|
|
8915
8948
|
color,
|
|
8916
8949
|
size
|
|
8917
8950
|
} = props,
|
|
8918
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8951
|
+
otherProps = _objectWithoutProperties(props, _excluded$46);
|
|
8919
8952
|
|
|
8920
8953
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8921
8954
|
width: size,
|
|
@@ -8951,14 +8984,14 @@ Analytics.defaultProps = {
|
|
|
8951
8984
|
size: '24'
|
|
8952
8985
|
};
|
|
8953
8986
|
|
|
8954
|
-
const _excluded$
|
|
8987
|
+
const _excluded$47 = ["color", "size"];
|
|
8955
8988
|
|
|
8956
8989
|
const SystemField = props => {
|
|
8957
8990
|
const {
|
|
8958
8991
|
color,
|
|
8959
8992
|
size
|
|
8960
8993
|
} = props,
|
|
8961
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8994
|
+
otherProps = _objectWithoutProperties(props, _excluded$47);
|
|
8962
8995
|
|
|
8963
8996
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8964
8997
|
width: size,
|
|
@@ -8982,14 +9015,14 @@ SystemField.defaultProps = {
|
|
|
8982
9015
|
size: '24'
|
|
8983
9016
|
};
|
|
8984
9017
|
|
|
8985
|
-
const _excluded$
|
|
9018
|
+
const _excluded$48 = ["color", "size"];
|
|
8986
9019
|
|
|
8987
9020
|
const CustomField = props => {
|
|
8988
9021
|
const {
|
|
8989
9022
|
color,
|
|
8990
9023
|
size
|
|
8991
9024
|
} = props,
|
|
8992
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9025
|
+
otherProps = _objectWithoutProperties(props, _excluded$48);
|
|
8993
9026
|
|
|
8994
9027
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8995
9028
|
width: size,
|
|
@@ -9013,14 +9046,14 @@ CustomField.defaultProps = {
|
|
|
9013
9046
|
size: '24'
|
|
9014
9047
|
};
|
|
9015
9048
|
|
|
9016
|
-
const _excluded$
|
|
9049
|
+
const _excluded$49 = ["color", "size"];
|
|
9017
9050
|
|
|
9018
9051
|
const CustomFieldRemove = props => {
|
|
9019
9052
|
const {
|
|
9020
9053
|
color,
|
|
9021
9054
|
size
|
|
9022
9055
|
} = props,
|
|
9023
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9056
|
+
otherProps = _objectWithoutProperties(props, _excluded$49);
|
|
9024
9057
|
|
|
9025
9058
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9026
9059
|
width: size,
|
|
@@ -9044,14 +9077,14 @@ CustomFieldRemove.defaultProps = {
|
|
|
9044
9077
|
size: '24'
|
|
9045
9078
|
};
|
|
9046
9079
|
|
|
9047
|
-
const _excluded$
|
|
9080
|
+
const _excluded$4a = ["color", "size"];
|
|
9048
9081
|
|
|
9049
9082
|
const MessengerChannel = props => {
|
|
9050
9083
|
const {
|
|
9051
9084
|
color,
|
|
9052
9085
|
size
|
|
9053
9086
|
} = props,
|
|
9054
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9087
|
+
otherProps = _objectWithoutProperties(props, _excluded$4a);
|
|
9055
9088
|
|
|
9056
9089
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9057
9090
|
width: size,
|
|
@@ -9095,14 +9128,14 @@ MessengerChannel.defaultProps = {
|
|
|
9095
9128
|
size: '24'
|
|
9096
9129
|
};
|
|
9097
9130
|
|
|
9098
|
-
const _excluded$
|
|
9131
|
+
const _excluded$4b = ["color", "size"];
|
|
9099
9132
|
|
|
9100
9133
|
const EmailChannel = props => {
|
|
9101
9134
|
const {
|
|
9102
9135
|
color,
|
|
9103
9136
|
size
|
|
9104
9137
|
} = props,
|
|
9105
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9138
|
+
otherProps = _objectWithoutProperties(props, _excluded$4b);
|
|
9106
9139
|
|
|
9107
9140
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9108
9141
|
width: size,
|
|
@@ -9146,14 +9179,14 @@ EmailChannel.defaultProps = {
|
|
|
9146
9179
|
size: '24'
|
|
9147
9180
|
};
|
|
9148
9181
|
|
|
9149
|
-
const _excluded$
|
|
9182
|
+
const _excluded$4c = ["color", "size"];
|
|
9150
9183
|
|
|
9151
9184
|
const GuestChatChannel = props => {
|
|
9152
9185
|
const {
|
|
9153
9186
|
color,
|
|
9154
9187
|
size
|
|
9155
9188
|
} = props,
|
|
9156
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9189
|
+
otherProps = _objectWithoutProperties(props, _excluded$4c);
|
|
9157
9190
|
|
|
9158
9191
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9159
9192
|
width: size,
|
|
@@ -9200,14 +9233,14 @@ GuestChatChannel.defaultProps = {
|
|
|
9200
9233
|
size: '24'
|
|
9201
9234
|
};
|
|
9202
9235
|
|
|
9203
|
-
const _excluded$
|
|
9236
|
+
const _excluded$4d = ["color", "size"];
|
|
9204
9237
|
|
|
9205
9238
|
const SmsChannel = props => {
|
|
9206
9239
|
const {
|
|
9207
9240
|
color,
|
|
9208
9241
|
size
|
|
9209
9242
|
} = props,
|
|
9210
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9243
|
+
otherProps = _objectWithoutProperties(props, _excluded$4d);
|
|
9211
9244
|
|
|
9212
9245
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9213
9246
|
width: size,
|
|
@@ -9246,14 +9279,14 @@ SmsChannel.defaultProps = {
|
|
|
9246
9279
|
size: '24'
|
|
9247
9280
|
};
|
|
9248
9281
|
|
|
9249
|
-
const _excluded$
|
|
9282
|
+
const _excluded$4e = ["color", "size"];
|
|
9250
9283
|
|
|
9251
9284
|
const Triggers = props => {
|
|
9252
9285
|
const {
|
|
9253
9286
|
color,
|
|
9254
9287
|
size
|
|
9255
9288
|
} = props,
|
|
9256
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9289
|
+
otherProps = _objectWithoutProperties(props, _excluded$4e);
|
|
9257
9290
|
|
|
9258
9291
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9259
9292
|
width: size,
|
|
@@ -9279,14 +9312,14 @@ Triggers.defaultProps = {
|
|
|
9279
9312
|
size: '24'
|
|
9280
9313
|
};
|
|
9281
9314
|
|
|
9282
|
-
const _excluded$
|
|
9315
|
+
const _excluded$4f = ["color", "size"];
|
|
9283
9316
|
|
|
9284
9317
|
const StartFlow = props => {
|
|
9285
9318
|
const {
|
|
9286
9319
|
color,
|
|
9287
9320
|
size
|
|
9288
9321
|
} = props,
|
|
9289
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9322
|
+
otherProps = _objectWithoutProperties(props, _excluded$4f);
|
|
9290
9323
|
|
|
9291
9324
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9292
9325
|
width: size,
|
|
@@ -9317,14 +9350,14 @@ StartFlow.defaultProps = {
|
|
|
9317
9350
|
size: '24'
|
|
9318
9351
|
};
|
|
9319
9352
|
|
|
9320
|
-
const _excluded$
|
|
9353
|
+
const _excluded$4g = ["color", "size"];
|
|
9321
9354
|
|
|
9322
9355
|
const WhatsAppChannel = props => {
|
|
9323
9356
|
const {
|
|
9324
9357
|
color,
|
|
9325
9358
|
size
|
|
9326
9359
|
} = props,
|
|
9327
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9360
|
+
otherProps = _objectWithoutProperties(props, _excluded$4g);
|
|
9328
9361
|
|
|
9329
9362
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9330
9363
|
width: size,
|
|
@@ -9365,14 +9398,14 @@ WhatsAppChannel.defaultProps = {
|
|
|
9365
9398
|
size: '24'
|
|
9366
9399
|
};
|
|
9367
9400
|
|
|
9368
|
-
const _excluded$
|
|
9401
|
+
const _excluded$4h = ["color", "size"];
|
|
9369
9402
|
|
|
9370
9403
|
const InstagramChannel = props => {
|
|
9371
9404
|
const {
|
|
9372
9405
|
color,
|
|
9373
9406
|
size
|
|
9374
9407
|
} = props,
|
|
9375
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9408
|
+
otherProps = _objectWithoutProperties(props, _excluded$4h);
|
|
9376
9409
|
|
|
9377
9410
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9378
9411
|
width: size,
|
|
@@ -9449,14 +9482,14 @@ InstagramChannel.defaultProps = {
|
|
|
9449
9482
|
size: '24'
|
|
9450
9483
|
};
|
|
9451
9484
|
|
|
9452
|
-
const _excluded$
|
|
9485
|
+
const _excluded$4i = ["color", "size"];
|
|
9453
9486
|
|
|
9454
9487
|
const WebChat = props => {
|
|
9455
9488
|
const {
|
|
9456
9489
|
color,
|
|
9457
9490
|
size
|
|
9458
9491
|
} = props,
|
|
9459
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9492
|
+
otherProps = _objectWithoutProperties(props, _excluded$4i);
|
|
9460
9493
|
|
|
9461
9494
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9462
9495
|
width: size,
|
|
@@ -9497,14 +9530,14 @@ WebChat.defaultProps = {
|
|
|
9497
9530
|
size: '24'
|
|
9498
9531
|
};
|
|
9499
9532
|
|
|
9500
|
-
const _excluded$
|
|
9533
|
+
const _excluded$4j = ["color", "size"];
|
|
9501
9534
|
|
|
9502
9535
|
const TelegramChannel = props => {
|
|
9503
9536
|
const {
|
|
9504
9537
|
color,
|
|
9505
9538
|
size
|
|
9506
9539
|
} = props,
|
|
9507
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9540
|
+
otherProps = _objectWithoutProperties(props, _excluded$4j);
|
|
9508
9541
|
|
|
9509
9542
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9510
9543
|
width: size,
|
|
@@ -9545,14 +9578,14 @@ TelegramChannel.defaultProps = {
|
|
|
9545
9578
|
size: '24'
|
|
9546
9579
|
};
|
|
9547
9580
|
|
|
9548
|
-
const _excluded$
|
|
9581
|
+
const _excluded$4k = ["color", "size"];
|
|
9549
9582
|
|
|
9550
9583
|
const Apple = props => {
|
|
9551
9584
|
const {
|
|
9552
9585
|
color,
|
|
9553
9586
|
size
|
|
9554
9587
|
} = props,
|
|
9555
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9588
|
+
otherProps = _objectWithoutProperties(props, _excluded$4k);
|
|
9556
9589
|
|
|
9557
9590
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9558
9591
|
width: size,
|
|
@@ -9576,14 +9609,14 @@ Apple.defaultProps = {
|
|
|
9576
9609
|
size: '24'
|
|
9577
9610
|
};
|
|
9578
9611
|
|
|
9579
|
-
const _excluded$
|
|
9612
|
+
const _excluded$4l = ["color", "size"];
|
|
9580
9613
|
|
|
9581
9614
|
const Google = props => {
|
|
9582
9615
|
const {
|
|
9583
9616
|
color,
|
|
9584
9617
|
size
|
|
9585
9618
|
} = props,
|
|
9586
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9619
|
+
otherProps = _objectWithoutProperties(props, _excluded$4l);
|
|
9587
9620
|
|
|
9588
9621
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9589
9622
|
width: size,
|
|
@@ -9624,14 +9657,14 @@ Google.defaultProps = {
|
|
|
9624
9657
|
size: '24'
|
|
9625
9658
|
};
|
|
9626
9659
|
|
|
9627
|
-
const _excluded$
|
|
9660
|
+
const _excluded$4m = ["color", "size"];
|
|
9628
9661
|
|
|
9629
9662
|
const Facebook = props => {
|
|
9630
9663
|
const {
|
|
9631
9664
|
color,
|
|
9632
9665
|
size
|
|
9633
9666
|
} = props,
|
|
9634
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9667
|
+
otherProps = _objectWithoutProperties(props, _excluded$4m);
|
|
9635
9668
|
|
|
9636
9669
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9637
9670
|
width: size,
|
|
@@ -9657,14 +9690,14 @@ Facebook.defaultProps = {
|
|
|
9657
9690
|
size: '24'
|
|
9658
9691
|
};
|
|
9659
9692
|
|
|
9660
|
-
const _excluded$
|
|
9693
|
+
const _excluded$4n = ["color", "size"];
|
|
9661
9694
|
|
|
9662
9695
|
const OmnichannelWidget = props => {
|
|
9663
9696
|
const {
|
|
9664
9697
|
color,
|
|
9665
9698
|
size
|
|
9666
9699
|
} = props,
|
|
9667
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9700
|
+
otherProps = _objectWithoutProperties(props, _excluded$4n);
|
|
9668
9701
|
|
|
9669
9702
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9670
9703
|
width: size,
|
|
@@ -9688,14 +9721,14 @@ OmnichannelWidget.defaultProps = {
|
|
|
9688
9721
|
size: '24'
|
|
9689
9722
|
};
|
|
9690
9723
|
|
|
9691
|
-
const _excluded$
|
|
9724
|
+
const _excluded$4o = ["color", "size"];
|
|
9692
9725
|
|
|
9693
9726
|
const IncreaseEngagement = props => {
|
|
9694
9727
|
const {
|
|
9695
9728
|
color,
|
|
9696
9729
|
size
|
|
9697
9730
|
} = props,
|
|
9698
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9731
|
+
otherProps = _objectWithoutProperties(props, _excluded$4o);
|
|
9699
9732
|
|
|
9700
9733
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9701
9734
|
width: size,
|
|
@@ -9719,14 +9752,14 @@ IncreaseEngagement.defaultProps = {
|
|
|
9719
9752
|
size: '24'
|
|
9720
9753
|
};
|
|
9721
9754
|
|
|
9722
|
-
const _excluded$
|
|
9755
|
+
const _excluded$4p = ["color", "size"];
|
|
9723
9756
|
|
|
9724
9757
|
const ShowcaseProducts = props => {
|
|
9725
9758
|
const {
|
|
9726
9759
|
color,
|
|
9727
9760
|
size
|
|
9728
9761
|
} = props,
|
|
9729
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9762
|
+
otherProps = _objectWithoutProperties(props, _excluded$4p);
|
|
9730
9763
|
|
|
9731
9764
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9732
9765
|
width: size,
|
|
@@ -9750,14 +9783,14 @@ ShowcaseProducts.defaultProps = {
|
|
|
9750
9783
|
size: '24'
|
|
9751
9784
|
};
|
|
9752
9785
|
|
|
9753
|
-
const _excluded$
|
|
9786
|
+
const _excluded$4q = ["color", "size"];
|
|
9754
9787
|
|
|
9755
9788
|
const Faq = props => {
|
|
9756
9789
|
const {
|
|
9757
9790
|
color,
|
|
9758
9791
|
size
|
|
9759
9792
|
} = props,
|
|
9760
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9793
|
+
otherProps = _objectWithoutProperties(props, _excluded$4q);
|
|
9761
9794
|
|
|
9762
9795
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9763
9796
|
width: size,
|
|
@@ -9781,14 +9814,14 @@ Faq.defaultProps = {
|
|
|
9781
9814
|
size: '24'
|
|
9782
9815
|
};
|
|
9783
9816
|
|
|
9784
|
-
const _excluded$
|
|
9817
|
+
const _excluded$4r = ["color", "size"];
|
|
9785
9818
|
|
|
9786
9819
|
const WebsiteRedirect = props => {
|
|
9787
9820
|
const {
|
|
9788
9821
|
color,
|
|
9789
9822
|
size
|
|
9790
9823
|
} = props,
|
|
9791
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9824
|
+
otherProps = _objectWithoutProperties(props, _excluded$4r);
|
|
9792
9825
|
|
|
9793
9826
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9794
9827
|
width: size,
|
|
@@ -9812,14 +9845,14 @@ WebsiteRedirect.defaultProps = {
|
|
|
9812
9845
|
size: '24'
|
|
9813
9846
|
};
|
|
9814
9847
|
|
|
9815
|
-
const _excluded$
|
|
9848
|
+
const _excluded$4s = ["color", "size"];
|
|
9816
9849
|
|
|
9817
9850
|
const Telegram = props => {
|
|
9818
9851
|
const {
|
|
9819
9852
|
color,
|
|
9820
9853
|
size
|
|
9821
9854
|
} = props,
|
|
9822
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9855
|
+
otherProps = _objectWithoutProperties(props, _excluded$4s);
|
|
9823
9856
|
|
|
9824
9857
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9825
9858
|
width: size,
|
|
@@ -9845,14 +9878,14 @@ Telegram.defaultProps = {
|
|
|
9845
9878
|
size: '24'
|
|
9846
9879
|
};
|
|
9847
9880
|
|
|
9848
|
-
const _excluded$
|
|
9881
|
+
const _excluded$4t = ["color", "size"];
|
|
9849
9882
|
|
|
9850
9883
|
const Tap = props => {
|
|
9851
9884
|
const {
|
|
9852
9885
|
color,
|
|
9853
9886
|
size
|
|
9854
9887
|
} = props,
|
|
9855
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9888
|
+
otherProps = _objectWithoutProperties(props, _excluded$4t);
|
|
9856
9889
|
|
|
9857
9890
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9858
9891
|
width: size,
|
|
@@ -9881,14 +9914,14 @@ Tap.defaultProps = {
|
|
|
9881
9914
|
size: '24'
|
|
9882
9915
|
};
|
|
9883
9916
|
|
|
9884
|
-
const _excluded$
|
|
9917
|
+
const _excluded$4u = ["color", "size"];
|
|
9885
9918
|
|
|
9886
9919
|
const NewOrphanMobile = props => {
|
|
9887
9920
|
const {
|
|
9888
9921
|
color,
|
|
9889
9922
|
size
|
|
9890
9923
|
} = props,
|
|
9891
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9924
|
+
otherProps = _objectWithoutProperties(props, _excluded$4u);
|
|
9892
9925
|
|
|
9893
9926
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9894
9927
|
width: size,
|
|
@@ -9920,14 +9953,14 @@ NewOrphanMobile.defaultProps = {
|
|
|
9920
9953
|
size: '24'
|
|
9921
9954
|
};
|
|
9922
9955
|
|
|
9923
|
-
const _excluded$
|
|
9956
|
+
const _excluded$4v = ["color", "size"];
|
|
9924
9957
|
|
|
9925
9958
|
const Export = props => {
|
|
9926
9959
|
const {
|
|
9927
9960
|
color,
|
|
9928
9961
|
size
|
|
9929
9962
|
} = props,
|
|
9930
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9963
|
+
otherProps = _objectWithoutProperties(props, _excluded$4v);
|
|
9931
9964
|
|
|
9932
9965
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9933
9966
|
width: size,
|
|
@@ -9954,14 +9987,14 @@ Export.defaultProps = {
|
|
|
9954
9987
|
size: '24'
|
|
9955
9988
|
};
|
|
9956
9989
|
|
|
9957
|
-
const _excluded$
|
|
9990
|
+
const _excluded$4w = ["color", "size"];
|
|
9958
9991
|
|
|
9959
9992
|
const Ai = props => {
|
|
9960
9993
|
const {
|
|
9961
9994
|
color,
|
|
9962
9995
|
size
|
|
9963
9996
|
} = props,
|
|
9964
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9997
|
+
otherProps = _objectWithoutProperties(props, _excluded$4w);
|
|
9965
9998
|
|
|
9966
9999
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9967
10000
|
width: size,
|
|
@@ -9992,14 +10025,14 @@ Ai.defaultProps = {
|
|
|
9992
10025
|
size: '24'
|
|
9993
10026
|
};
|
|
9994
10027
|
|
|
9995
|
-
const _excluded$
|
|
10028
|
+
const _excluded$4x = ["color", "size"];
|
|
9996
10029
|
|
|
9997
10030
|
const AiFilled = props => {
|
|
9998
10031
|
const {
|
|
9999
10032
|
color,
|
|
10000
10033
|
size
|
|
10001
10034
|
} = props,
|
|
10002
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10035
|
+
otherProps = _objectWithoutProperties(props, _excluded$4x);
|
|
10003
10036
|
|
|
10004
10037
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10005
10038
|
width: size,
|
|
@@ -10028,14 +10061,14 @@ AiFilled.defaultProps = {
|
|
|
10028
10061
|
size: '24'
|
|
10029
10062
|
};
|
|
10030
10063
|
|
|
10031
|
-
const _excluded$
|
|
10064
|
+
const _excluded$4y = ["color", "size"];
|
|
10032
10065
|
|
|
10033
10066
|
const Bigcommerce = props => {
|
|
10034
10067
|
const {
|
|
10035
10068
|
color,
|
|
10036
10069
|
size
|
|
10037
10070
|
} = props,
|
|
10038
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10071
|
+
otherProps = _objectWithoutProperties(props, _excluded$4y);
|
|
10039
10072
|
|
|
10040
10073
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10041
10074
|
width: size,
|
|
@@ -10059,14 +10092,14 @@ Bigcommerce.defaultProps = {
|
|
|
10059
10092
|
size: '24'
|
|
10060
10093
|
};
|
|
10061
10094
|
|
|
10062
|
-
const _excluded$
|
|
10095
|
+
const _excluded$4z = ["color", "size"];
|
|
10063
10096
|
|
|
10064
10097
|
const Woocommerce = props => {
|
|
10065
10098
|
const {
|
|
10066
10099
|
color,
|
|
10067
10100
|
size
|
|
10068
10101
|
} = props,
|
|
10069
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10102
|
+
otherProps = _objectWithoutProperties(props, _excluded$4z);
|
|
10070
10103
|
|
|
10071
10104
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10072
10105
|
width: size,
|
|
@@ -10093,14 +10126,14 @@ Woocommerce.defaultProps = {
|
|
|
10093
10126
|
size: '24'
|
|
10094
10127
|
};
|
|
10095
10128
|
|
|
10096
|
-
const _excluded$
|
|
10129
|
+
const _excluded$4A = ["color", "size"];
|
|
10097
10130
|
|
|
10098
10131
|
const Amazon = props => {
|
|
10099
10132
|
const {
|
|
10100
10133
|
color,
|
|
10101
10134
|
size
|
|
10102
10135
|
} = props,
|
|
10103
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10136
|
+
otherProps = _objectWithoutProperties(props, _excluded$4A);
|
|
10104
10137
|
|
|
10105
10138
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10106
10139
|
width: size,
|
|
@@ -10127,14 +10160,14 @@ Amazon.defaultProps = {
|
|
|
10127
10160
|
size: '24'
|
|
10128
10161
|
};
|
|
10129
10162
|
|
|
10130
|
-
const _excluded$
|
|
10163
|
+
const _excluded$4B = ["color", "size"];
|
|
10131
10164
|
|
|
10132
10165
|
const Hotmart = props => {
|
|
10133
10166
|
const {
|
|
10134
10167
|
color,
|
|
10135
10168
|
size
|
|
10136
10169
|
} = props,
|
|
10137
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10170
|
+
otherProps = _objectWithoutProperties(props, _excluded$4B);
|
|
10138
10171
|
|
|
10139
10172
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10140
10173
|
width: size,
|
|
@@ -10158,14 +10191,14 @@ Hotmart.defaultProps = {
|
|
|
10158
10191
|
size: '24'
|
|
10159
10192
|
};
|
|
10160
10193
|
|
|
10161
|
-
const _excluded$
|
|
10194
|
+
const _excluded$4C = ["color", "size"];
|
|
10162
10195
|
|
|
10163
10196
|
const Creator = props => {
|
|
10164
10197
|
const {
|
|
10165
10198
|
color,
|
|
10166
10199
|
size
|
|
10167
10200
|
} = props,
|
|
10168
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10201
|
+
otherProps = _objectWithoutProperties(props, _excluded$4C);
|
|
10169
10202
|
|
|
10170
10203
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10171
10204
|
width: size,
|
|
@@ -10189,14 +10222,14 @@ Creator.defaultProps = {
|
|
|
10189
10222
|
size: '24'
|
|
10190
10223
|
};
|
|
10191
10224
|
|
|
10192
|
-
const _excluded$
|
|
10225
|
+
const _excluded$4D = ["color", "size"];
|
|
10193
10226
|
|
|
10194
10227
|
const InstagramDmList = props => {
|
|
10195
10228
|
const {
|
|
10196
10229
|
color,
|
|
10197
10230
|
size
|
|
10198
10231
|
} = props,
|
|
10199
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10232
|
+
otherProps = _objectWithoutProperties(props, _excluded$4D);
|
|
10200
10233
|
|
|
10201
10234
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10202
10235
|
width: size,
|
|
@@ -10231,14 +10264,14 @@ InstagramDmList.defaultProps = {
|
|
|
10231
10264
|
size: '24'
|
|
10232
10265
|
};
|
|
10233
10266
|
|
|
10234
|
-
const _excluded$
|
|
10267
|
+
const _excluded$4E = ["color", "size"];
|
|
10235
10268
|
|
|
10236
10269
|
const RealEstate = props => {
|
|
10237
10270
|
const {
|
|
10238
10271
|
color,
|
|
10239
10272
|
size
|
|
10240
10273
|
} = props,
|
|
10241
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10274
|
+
otherProps = _objectWithoutProperties(props, _excluded$4E);
|
|
10242
10275
|
|
|
10243
10276
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10244
10277
|
width: size,
|
|
@@ -10262,14 +10295,14 @@ RealEstate.defaultProps = {
|
|
|
10262
10295
|
size: '24'
|
|
10263
10296
|
};
|
|
10264
10297
|
|
|
10265
|
-
const _excluded$
|
|
10298
|
+
const _excluded$4F = ["color", "size"];
|
|
10266
10299
|
|
|
10267
10300
|
const Basics = props => {
|
|
10268
10301
|
const {
|
|
10269
10302
|
color,
|
|
10270
10303
|
size
|
|
10271
10304
|
} = props,
|
|
10272
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10305
|
+
otherProps = _objectWithoutProperties(props, _excluded$4F);
|
|
10273
10306
|
|
|
10274
10307
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10275
10308
|
width: size,
|
|
@@ -10305,14 +10338,14 @@ Basics.defaultProps = {
|
|
|
10305
10338
|
size: '24'
|
|
10306
10339
|
};
|
|
10307
10340
|
|
|
10308
|
-
const _excluded$
|
|
10341
|
+
const _excluded$4G = ["color", "size"];
|
|
10309
10342
|
|
|
10310
10343
|
const Fitness = props => {
|
|
10311
10344
|
const {
|
|
10312
10345
|
color,
|
|
10313
10346
|
size
|
|
10314
10347
|
} = props,
|
|
10315
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10348
|
+
otherProps = _objectWithoutProperties(props, _excluded$4G);
|
|
10316
10349
|
|
|
10317
10350
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10318
10351
|
width: size,
|
|
@@ -10336,14 +10369,14 @@ Fitness.defaultProps = {
|
|
|
10336
10369
|
size: '24'
|
|
10337
10370
|
};
|
|
10338
10371
|
|
|
10339
|
-
const _excluded$
|
|
10372
|
+
const _excluded$4H = ["color", "size"];
|
|
10340
10373
|
|
|
10341
10374
|
const Hotel = props => {
|
|
10342
10375
|
const {
|
|
10343
10376
|
color,
|
|
10344
10377
|
size
|
|
10345
10378
|
} = props,
|
|
10346
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10379
|
+
otherProps = _objectWithoutProperties(props, _excluded$4H);
|
|
10347
10380
|
|
|
10348
10381
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10349
10382
|
width: size,
|
|
@@ -10367,14 +10400,14 @@ Hotel.defaultProps = {
|
|
|
10367
10400
|
size: '24'
|
|
10368
10401
|
};
|
|
10369
10402
|
|
|
10370
|
-
const _excluded$
|
|
10403
|
+
const _excluded$4I = ["color", "size"];
|
|
10371
10404
|
|
|
10372
10405
|
const Organization = props => {
|
|
10373
10406
|
const {
|
|
10374
10407
|
color,
|
|
10375
10408
|
size
|
|
10376
10409
|
} = props,
|
|
10377
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10410
|
+
otherProps = _objectWithoutProperties(props, _excluded$4I);
|
|
10378
10411
|
|
|
10379
10412
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10380
10413
|
width: size,
|
|
@@ -10398,14 +10431,14 @@ Organization.defaultProps = {
|
|
|
10398
10431
|
size: '24'
|
|
10399
10432
|
};
|
|
10400
10433
|
|
|
10401
|
-
const _excluded$
|
|
10434
|
+
const _excluded$4J = ["color", "size"];
|
|
10402
10435
|
|
|
10403
10436
|
const ProfessionalConsulting = props => {
|
|
10404
10437
|
const {
|
|
10405
10438
|
color,
|
|
10406
10439
|
size
|
|
10407
10440
|
} = props,
|
|
10408
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10441
|
+
otherProps = _objectWithoutProperties(props, _excluded$4J);
|
|
10409
10442
|
|
|
10410
10443
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10411
10444
|
width: size,
|
|
@@ -10429,14 +10462,14 @@ ProfessionalConsulting.defaultProps = {
|
|
|
10429
10462
|
size: '24'
|
|
10430
10463
|
};
|
|
10431
10464
|
|
|
10432
|
-
const _excluded$
|
|
10465
|
+
const _excluded$4K = ["color", "size"];
|
|
10433
10466
|
|
|
10434
10467
|
const MessengerList = props => {
|
|
10435
10468
|
const {
|
|
10436
10469
|
color,
|
|
10437
10470
|
size
|
|
10438
10471
|
} = props,
|
|
10439
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10472
|
+
otherProps = _objectWithoutProperties(props, _excluded$4K);
|
|
10440
10473
|
|
|
10441
10474
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10442
10475
|
width: size,
|
|
@@ -10466,14 +10499,14 @@ MessengerList.defaultProps = {
|
|
|
10466
10499
|
size: '24'
|
|
10467
10500
|
};
|
|
10468
10501
|
|
|
10469
|
-
const _excluded$
|
|
10502
|
+
const _excluded$4L = ["color", "size"];
|
|
10470
10503
|
|
|
10471
10504
|
const Integromat = props => {
|
|
10472
10505
|
const {
|
|
10473
10506
|
color,
|
|
10474
10507
|
size
|
|
10475
10508
|
} = props,
|
|
10476
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10509
|
+
otherProps = _objectWithoutProperties(props, _excluded$4L);
|
|
10477
10510
|
|
|
10478
10511
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10479
10512
|
width: size,
|
|
@@ -10497,14 +10530,14 @@ Integromat.defaultProps = {
|
|
|
10497
10530
|
size: '24'
|
|
10498
10531
|
};
|
|
10499
10532
|
|
|
10500
|
-
const _excluded$
|
|
10533
|
+
const _excluded$4M = ["color", "size"];
|
|
10501
10534
|
|
|
10502
10535
|
const Hubspot = props => {
|
|
10503
10536
|
const {
|
|
10504
10537
|
color,
|
|
10505
10538
|
size
|
|
10506
10539
|
} = props,
|
|
10507
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10540
|
+
otherProps = _objectWithoutProperties(props, _excluded$4M);
|
|
10508
10541
|
|
|
10509
10542
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10510
10543
|
width: size,
|
|
@@ -10528,14 +10561,14 @@ Hubspot.defaultProps = {
|
|
|
10528
10561
|
size: '24'
|
|
10529
10562
|
};
|
|
10530
10563
|
|
|
10531
|
-
const _excluded$
|
|
10564
|
+
const _excluded$4N = ["color", "size"];
|
|
10532
10565
|
|
|
10533
10566
|
const Klaviyo = props => {
|
|
10534
10567
|
const {
|
|
10535
10568
|
color,
|
|
10536
10569
|
size
|
|
10537
10570
|
} = props,
|
|
10538
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10571
|
+
otherProps = _objectWithoutProperties(props, _excluded$4N);
|
|
10539
10572
|
|
|
10540
10573
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10541
10574
|
width: size,
|
|
@@ -10583,14 +10616,14 @@ Klaviyo.defaultProps = {
|
|
|
10583
10616
|
size: '24'
|
|
10584
10617
|
};
|
|
10585
10618
|
|
|
10586
|
-
const _excluded$
|
|
10619
|
+
const _excluded$4O = ["color", "size"];
|
|
10587
10620
|
|
|
10588
10621
|
const Activecampaign = props => {
|
|
10589
10622
|
const {
|
|
10590
10623
|
color,
|
|
10591
10624
|
size
|
|
10592
10625
|
} = props,
|
|
10593
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10626
|
+
otherProps = _objectWithoutProperties(props, _excluded$4O);
|
|
10594
10627
|
|
|
10595
10628
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10596
10629
|
width: size,
|
|
@@ -10616,14 +10649,14 @@ Activecampaign.defaultProps = {
|
|
|
10616
10649
|
size: '24'
|
|
10617
10650
|
};
|
|
10618
10651
|
|
|
10619
|
-
const _excluded$
|
|
10652
|
+
const _excluded$4P = ["color", "size"];
|
|
10620
10653
|
|
|
10621
10654
|
const ChatGpt = props => {
|
|
10622
10655
|
const {
|
|
10623
10656
|
color,
|
|
10624
10657
|
size
|
|
10625
10658
|
} = props,
|
|
10626
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10659
|
+
otherProps = _objectWithoutProperties(props, _excluded$4P);
|
|
10627
10660
|
|
|
10628
10661
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10629
10662
|
width: size,
|
|
@@ -10647,14 +10680,14 @@ ChatGpt.defaultProps = {
|
|
|
10647
10680
|
size: '24'
|
|
10648
10681
|
};
|
|
10649
10682
|
|
|
10650
|
-
const _excluded$
|
|
10683
|
+
const _excluded$4Q = ["color", "size"];
|
|
10651
10684
|
|
|
10652
10685
|
const MailChimp = props => {
|
|
10653
10686
|
const {
|
|
10654
10687
|
color,
|
|
10655
10688
|
size
|
|
10656
10689
|
} = props,
|
|
10657
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10690
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Q);
|
|
10658
10691
|
|
|
10659
10692
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10660
10693
|
width: size,
|
|
@@ -10696,14 +10729,14 @@ MailChimp.defaultProps = {
|
|
|
10696
10729
|
size: '24'
|
|
10697
10730
|
};
|
|
10698
10731
|
|
|
10699
|
-
const _excluded$
|
|
10732
|
+
const _excluded$4R = ["color", "size"];
|
|
10700
10733
|
|
|
10701
10734
|
const ConvertKit = props => {
|
|
10702
10735
|
const {
|
|
10703
10736
|
color,
|
|
10704
10737
|
size
|
|
10705
10738
|
} = props,
|
|
10706
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10739
|
+
otherProps = _objectWithoutProperties(props, _excluded$4R);
|
|
10707
10740
|
|
|
10708
10741
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10709
10742
|
width: size,
|
|
@@ -10727,14 +10760,14 @@ ConvertKit.defaultProps = {
|
|
|
10727
10760
|
size: '24'
|
|
10728
10761
|
};
|
|
10729
10762
|
|
|
10730
|
-
const _excluded$
|
|
10763
|
+
const _excluded$4S = ["color", "size"];
|
|
10731
10764
|
|
|
10732
10765
|
const GoogleSheets = props => {
|
|
10733
10766
|
const {
|
|
10734
10767
|
color,
|
|
10735
10768
|
size
|
|
10736
10769
|
} = props,
|
|
10737
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10770
|
+
otherProps = _objectWithoutProperties(props, _excluded$4S);
|
|
10738
10771
|
|
|
10739
10772
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10740
10773
|
width: size,
|
|
@@ -10769,14 +10802,14 @@ GoogleSheets.defaultProps = {
|
|
|
10769
10802
|
size: '24'
|
|
10770
10803
|
};
|
|
10771
10804
|
|
|
10772
|
-
const _excluded$
|
|
10805
|
+
const _excluded$4T = ["color", "size"];
|
|
10773
10806
|
|
|
10774
10807
|
const Salesforce = props => {
|
|
10775
10808
|
const {
|
|
10776
10809
|
color,
|
|
10777
10810
|
size
|
|
10778
10811
|
} = props,
|
|
10779
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10812
|
+
otherProps = _objectWithoutProperties(props, _excluded$4T);
|
|
10780
10813
|
|
|
10781
10814
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10782
10815
|
width: size,
|
|
@@ -10809,14 +10842,14 @@ Salesforce.defaultProps = {
|
|
|
10809
10842
|
size: '24'
|
|
10810
10843
|
};
|
|
10811
10844
|
|
|
10812
|
-
const _excluded$
|
|
10845
|
+
const _excluded$4U = ["color", "size"];
|
|
10813
10846
|
|
|
10814
10847
|
const Pipedrive = props => {
|
|
10815
10848
|
const {
|
|
10816
10849
|
color,
|
|
10817
10850
|
size
|
|
10818
10851
|
} = props,
|
|
10819
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10852
|
+
otherProps = _objectWithoutProperties(props, _excluded$4U);
|
|
10820
10853
|
|
|
10821
10854
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10822
10855
|
width: size,
|
|
@@ -10843,14 +10876,14 @@ Pipedrive.defaultProps = {
|
|
|
10843
10876
|
size: '24'
|
|
10844
10877
|
};
|
|
10845
10878
|
|
|
10846
|
-
const _excluded$
|
|
10879
|
+
const _excluded$4V = ["color", "size"];
|
|
10847
10880
|
|
|
10848
10881
|
const Wiseagent = props => {
|
|
10849
10882
|
const {
|
|
10850
10883
|
color,
|
|
10851
10884
|
size
|
|
10852
10885
|
} = props,
|
|
10853
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10886
|
+
otherProps = _objectWithoutProperties(props, _excluded$4V);
|
|
10854
10887
|
|
|
10855
10888
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10856
10889
|
width: size,
|
|
@@ -10880,14 +10913,14 @@ Wiseagent.defaultProps = {
|
|
|
10880
10913
|
size: '24'
|
|
10881
10914
|
};
|
|
10882
10915
|
|
|
10883
|
-
const _excluded$
|
|
10916
|
+
const _excluded$4W = ["color", "size"];
|
|
10884
10917
|
|
|
10885
10918
|
const Flodesk = props => {
|
|
10886
10919
|
const {
|
|
10887
10920
|
color,
|
|
10888
10921
|
size
|
|
10889
10922
|
} = props,
|
|
10890
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10923
|
+
otherProps = _objectWithoutProperties(props, _excluded$4W);
|
|
10891
10924
|
|
|
10892
10925
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10893
10926
|
width: size,
|
|
@@ -10911,14 +10944,14 @@ Flodesk.defaultProps = {
|
|
|
10911
10944
|
size: '24'
|
|
10912
10945
|
};
|
|
10913
10946
|
|
|
10914
|
-
const _excluded$
|
|
10947
|
+
const _excluded$4X = ["color", "size"];
|
|
10915
10948
|
|
|
10916
10949
|
const Apptivo = props => {
|
|
10917
10950
|
const {
|
|
10918
10951
|
color,
|
|
10919
10952
|
size
|
|
10920
10953
|
} = props,
|
|
10921
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10954
|
+
otherProps = _objectWithoutProperties(props, _excluded$4X);
|
|
10922
10955
|
|
|
10923
10956
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10924
10957
|
width: size,
|
|
@@ -10945,14 +10978,14 @@ Apptivo.defaultProps = {
|
|
|
10945
10978
|
size: '24'
|
|
10946
10979
|
};
|
|
10947
10980
|
|
|
10948
|
-
const _excluded$
|
|
10981
|
+
const _excluded$4Y = ["color", "size"];
|
|
10949
10982
|
|
|
10950
10983
|
const Zillow = props => {
|
|
10951
10984
|
const {
|
|
10952
10985
|
color,
|
|
10953
10986
|
size
|
|
10954
10987
|
} = props,
|
|
10955
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10988
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Y);
|
|
10956
10989
|
|
|
10957
10990
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10958
10991
|
width: size,
|
|
@@ -10978,14 +11011,14 @@ Zillow.defaultProps = {
|
|
|
10978
11011
|
size: '24'
|
|
10979
11012
|
};
|
|
10980
11013
|
|
|
10981
|
-
const _excluded$
|
|
11014
|
+
const _excluded$4Z = ["color", "size"];
|
|
10982
11015
|
|
|
10983
11016
|
const Canva = props => {
|
|
10984
11017
|
const {
|
|
10985
11018
|
color,
|
|
10986
11019
|
size
|
|
10987
11020
|
} = props,
|
|
10988
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11021
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Z);
|
|
10989
11022
|
|
|
10990
11023
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10991
11024
|
width: size,
|
|
@@ -11080,14 +11113,14 @@ Canva.defaultProps = {
|
|
|
11080
11113
|
size: '24'
|
|
11081
11114
|
};
|
|
11082
11115
|
|
|
11083
|
-
const _excluded$
|
|
11116
|
+
const _excluded$4_ = ["color", "size"];
|
|
11084
11117
|
|
|
11085
11118
|
const Kajabi = props => {
|
|
11086
11119
|
const {
|
|
11087
11120
|
color,
|
|
11088
11121
|
size
|
|
11089
11122
|
} = props,
|
|
11090
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11123
|
+
otherProps = _objectWithoutProperties(props, _excluded$4_);
|
|
11091
11124
|
|
|
11092
11125
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11093
11126
|
width: size,
|
|
@@ -11118,14 +11151,14 @@ Kajabi.defaultProps = {
|
|
|
11118
11151
|
size: '24'
|
|
11119
11152
|
};
|
|
11120
11153
|
|
|
11121
|
-
const _excluded$
|
|
11154
|
+
const _excluded$4$ = ["color", "size"];
|
|
11122
11155
|
|
|
11123
11156
|
const Magento = props => {
|
|
11124
11157
|
const {
|
|
11125
11158
|
color,
|
|
11126
11159
|
size
|
|
11127
11160
|
} = props,
|
|
11128
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11161
|
+
otherProps = _objectWithoutProperties(props, _excluded$4$);
|
|
11129
11162
|
|
|
11130
11163
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11131
11164
|
width: size,
|
|
@@ -11149,14 +11182,14 @@ Magento.defaultProps = {
|
|
|
11149
11182
|
size: '24'
|
|
11150
11183
|
};
|
|
11151
11184
|
|
|
11152
|
-
const _excluded$
|
|
11185
|
+
const _excluded$50 = ["color", "size"];
|
|
11153
11186
|
|
|
11154
11187
|
const ArrowDownRight = props => {
|
|
11155
11188
|
const {
|
|
11156
11189
|
color,
|
|
11157
11190
|
size
|
|
11158
11191
|
} = props,
|
|
11159
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11192
|
+
otherProps = _objectWithoutProperties(props, _excluded$50);
|
|
11160
11193
|
|
|
11161
11194
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11162
11195
|
width: size,
|
|
@@ -11183,14 +11216,14 @@ ArrowDownRight.defaultProps = {
|
|
|
11183
11216
|
size: '24'
|
|
11184
11217
|
};
|
|
11185
11218
|
|
|
11186
|
-
const _excluded$
|
|
11219
|
+
const _excluded$51 = ["color", "size"];
|
|
11187
11220
|
|
|
11188
11221
|
const ReturnKey = props => {
|
|
11189
11222
|
const {
|
|
11190
11223
|
color,
|
|
11191
11224
|
size
|
|
11192
11225
|
} = props,
|
|
11193
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11226
|
+
otherProps = _objectWithoutProperties(props, _excluded$51);
|
|
11194
11227
|
|
|
11195
11228
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11196
11229
|
width: size,
|
|
@@ -11214,14 +11247,14 @@ ReturnKey.defaultProps = {
|
|
|
11214
11247
|
size: '24'
|
|
11215
11248
|
};
|
|
11216
11249
|
|
|
11217
|
-
const _excluded$
|
|
11250
|
+
const _excluded$52 = ["color", "size"];
|
|
11218
11251
|
|
|
11219
11252
|
const Unread = props => {
|
|
11220
11253
|
const {
|
|
11221
11254
|
color,
|
|
11222
11255
|
size
|
|
11223
11256
|
} = props,
|
|
11224
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11257
|
+
otherProps = _objectWithoutProperties(props, _excluded$52);
|
|
11225
11258
|
|
|
11226
11259
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11227
11260
|
width: size,
|
|
@@ -11247,14 +11280,14 @@ Unread.defaultProps = {
|
|
|
11247
11280
|
size: '24'
|
|
11248
11281
|
};
|
|
11249
11282
|
|
|
11250
|
-
const _excluded$
|
|
11283
|
+
const _excluded$53 = ["color", "size"];
|
|
11251
11284
|
|
|
11252
11285
|
const Privacy = props => {
|
|
11253
11286
|
const {
|
|
11254
11287
|
color,
|
|
11255
11288
|
size
|
|
11256
11289
|
} = props,
|
|
11257
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11290
|
+
otherProps = _objectWithoutProperties(props, _excluded$53);
|
|
11258
11291
|
|
|
11259
11292
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11260
11293
|
width: size,
|
|
@@ -11284,14 +11317,14 @@ Privacy.defaultProps = {
|
|
|
11284
11317
|
size: '24'
|
|
11285
11318
|
};
|
|
11286
11319
|
|
|
11287
|
-
const _excluded$
|
|
11320
|
+
const _excluded$54 = ["color", "size"];
|
|
11288
11321
|
|
|
11289
11322
|
const Location = props => {
|
|
11290
11323
|
const {
|
|
11291
11324
|
color,
|
|
11292
11325
|
size
|
|
11293
11326
|
} = props,
|
|
11294
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11327
|
+
otherProps = _objectWithoutProperties(props, _excluded$54);
|
|
11295
11328
|
|
|
11296
11329
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11297
11330
|
width: size,
|
|
@@ -11322,14 +11355,14 @@ Location.defaultProps = {
|
|
|
11322
11355
|
size: '24'
|
|
11323
11356
|
};
|
|
11324
11357
|
|
|
11325
|
-
const _excluded$
|
|
11358
|
+
const _excluded$55 = ["color", "size"];
|
|
11326
11359
|
|
|
11327
11360
|
const TikTok = props => {
|
|
11328
11361
|
const {
|
|
11329
11362
|
color,
|
|
11330
11363
|
size
|
|
11331
11364
|
} = props,
|
|
11332
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11365
|
+
otherProps = _objectWithoutProperties(props, _excluded$55);
|
|
11333
11366
|
|
|
11334
11367
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11335
11368
|
width: size,
|
|
@@ -11371,14 +11404,14 @@ TikTok.defaultProps = {
|
|
|
11371
11404
|
size: '24'
|
|
11372
11405
|
};
|
|
11373
11406
|
|
|
11374
|
-
const _excluded$
|
|
11407
|
+
const _excluded$56 = ["color", "size"];
|
|
11375
11408
|
|
|
11376
11409
|
const TikTokChannel = props => {
|
|
11377
11410
|
const {
|
|
11378
11411
|
color,
|
|
11379
11412
|
size
|
|
11380
11413
|
} = props,
|
|
11381
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11414
|
+
otherProps = _objectWithoutProperties(props, _excluded$56);
|
|
11382
11415
|
|
|
11383
11416
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11384
11417
|
width: size,
|
|
@@ -11419,14 +11452,14 @@ TikTokChannel.defaultProps = {
|
|
|
11419
11452
|
size: '24'
|
|
11420
11453
|
};
|
|
11421
11454
|
|
|
11422
|
-
const _excluded$
|
|
11455
|
+
const _excluded$57 = ["color", "size"];
|
|
11423
11456
|
|
|
11424
11457
|
const TikTokChannel2 = props => {
|
|
11425
11458
|
const {
|
|
11426
11459
|
color,
|
|
11427
11460
|
size
|
|
11428
11461
|
} = props,
|
|
11429
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11462
|
+
otherProps = _objectWithoutProperties(props, _excluded$57);
|
|
11430
11463
|
|
|
11431
11464
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11432
11465
|
width: size,
|
|
@@ -11729,6 +11762,7 @@ exports.Star = Star;
|
|
|
11729
11762
|
exports.Starred = Starred;
|
|
11730
11763
|
exports.StartFlow = StartFlow;
|
|
11731
11764
|
exports.Stop = Stop;
|
|
11765
|
+
exports.Stop2 = Stop2;
|
|
11732
11766
|
exports.StopRecord = StopRecord;
|
|
11733
11767
|
exports.SystemField = SystemField;
|
|
11734
11768
|
exports.TableView = TableView;
|