@manychat/icons 1.43.2 → 1.44.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -1
- package/dist/index.es.js +155 -110
- package/dist/index.js +156 -110
- package/package.json +1 -1
- package/umd/mcicons.js +152 -112
- package/umd/mcicons.min.js +1 -1
package/dist/index.es.js
CHANGED
|
@@ -8058,29 +8058,12 @@ DubleTick.defaultProps = {
|
|
|
8058
8058
|
|
|
8059
8059
|
const _excluded$3J = ["color", "size"];
|
|
8060
8060
|
|
|
8061
|
-
const Check = props => {
|
|
8062
|
-
const otherProps = _objectWithoutProperties(props, _excluded$3J);
|
|
8063
|
-
|
|
8064
|
-
return null;
|
|
8065
|
-
};
|
|
8066
|
-
|
|
8067
|
-
Check.propTypes = {
|
|
8068
|
-
color: PropTypes.string,
|
|
8069
|
-
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
8070
|
-
};
|
|
8071
|
-
Check.defaultProps = {
|
|
8072
|
-
color: 'currentColor',
|
|
8073
|
-
size: '24'
|
|
8074
|
-
};
|
|
8075
|
-
|
|
8076
|
-
const _excluded$3K = ["color", "size"];
|
|
8077
|
-
|
|
8078
8061
|
const CheckCircle = props => {
|
|
8079
8062
|
const {
|
|
8080
8063
|
color,
|
|
8081
8064
|
size
|
|
8082
8065
|
} = props,
|
|
8083
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8066
|
+
otherProps = _objectWithoutProperties(props, _excluded$3J);
|
|
8084
8067
|
|
|
8085
8068
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8086
8069
|
width: size,
|
|
@@ -8104,14 +8087,14 @@ CheckCircle.defaultProps = {
|
|
|
8104
8087
|
size: '24'
|
|
8105
8088
|
};
|
|
8106
8089
|
|
|
8107
|
-
const _excluded$
|
|
8090
|
+
const _excluded$3K = ["color", "size"];
|
|
8108
8091
|
|
|
8109
8092
|
const Time = props => {
|
|
8110
8093
|
const {
|
|
8111
8094
|
color,
|
|
8112
8095
|
size
|
|
8113
8096
|
} = props,
|
|
8114
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8097
|
+
otherProps = _objectWithoutProperties(props, _excluded$3K);
|
|
8115
8098
|
|
|
8116
8099
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8117
8100
|
width: size,
|
|
@@ -8135,14 +8118,14 @@ Time.defaultProps = {
|
|
|
8135
8118
|
size: '24'
|
|
8136
8119
|
};
|
|
8137
8120
|
|
|
8138
|
-
const _excluded$
|
|
8121
|
+
const _excluded$3L = ["color", "size"];
|
|
8139
8122
|
|
|
8140
8123
|
const Nationality = props => {
|
|
8141
8124
|
const {
|
|
8142
8125
|
color,
|
|
8143
8126
|
size
|
|
8144
8127
|
} = props,
|
|
8145
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8128
|
+
otherProps = _objectWithoutProperties(props, _excluded$3L);
|
|
8146
8129
|
|
|
8147
8130
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8148
8131
|
width: size,
|
|
@@ -8166,14 +8149,14 @@ Nationality.defaultProps = {
|
|
|
8166
8149
|
size: '24'
|
|
8167
8150
|
};
|
|
8168
8151
|
|
|
8169
|
-
const _excluded$
|
|
8152
|
+
const _excluded$3M = ["color", "size"];
|
|
8170
8153
|
|
|
8171
8154
|
const Mention = props => {
|
|
8172
8155
|
const {
|
|
8173
8156
|
color,
|
|
8174
8157
|
size
|
|
8175
8158
|
} = props,
|
|
8176
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8159
|
+
otherProps = _objectWithoutProperties(props, _excluded$3M);
|
|
8177
8160
|
|
|
8178
8161
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8179
8162
|
width: size,
|
|
@@ -8197,14 +8180,14 @@ Mention.defaultProps = {
|
|
|
8197
8180
|
size: '24'
|
|
8198
8181
|
};
|
|
8199
8182
|
|
|
8200
|
-
const _excluded$
|
|
8183
|
+
const _excluded$3N = ["color", "size"];
|
|
8201
8184
|
|
|
8202
8185
|
const Question = props => {
|
|
8203
8186
|
const {
|
|
8204
8187
|
color,
|
|
8205
8188
|
size
|
|
8206
8189
|
} = props,
|
|
8207
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8190
|
+
otherProps = _objectWithoutProperties(props, _excluded$3N);
|
|
8208
8191
|
|
|
8209
8192
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8210
8193
|
width: size,
|
|
@@ -8231,14 +8214,14 @@ Question.defaultProps = {
|
|
|
8231
8214
|
size: '24'
|
|
8232
8215
|
};
|
|
8233
8216
|
|
|
8234
|
-
const _excluded$
|
|
8217
|
+
const _excluded$3O = ["color", "size"];
|
|
8235
8218
|
|
|
8236
8219
|
const AddCircle = props => {
|
|
8237
8220
|
const {
|
|
8238
8221
|
color,
|
|
8239
8222
|
size
|
|
8240
8223
|
} = props,
|
|
8241
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8224
|
+
otherProps = _objectWithoutProperties(props, _excluded$3O);
|
|
8242
8225
|
|
|
8243
8226
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8244
8227
|
width: size,
|
|
@@ -8265,14 +8248,14 @@ AddCircle.defaultProps = {
|
|
|
8265
8248
|
size: '24'
|
|
8266
8249
|
};
|
|
8267
8250
|
|
|
8268
|
-
const _excluded$
|
|
8251
|
+
const _excluded$3P = ["color", "size"];
|
|
8269
8252
|
|
|
8270
8253
|
const Unsubscribed = props => {
|
|
8271
8254
|
const {
|
|
8272
8255
|
color,
|
|
8273
8256
|
size
|
|
8274
8257
|
} = props,
|
|
8275
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8258
|
+
otherProps = _objectWithoutProperties(props, _excluded$3P);
|
|
8276
8259
|
|
|
8277
8260
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8278
8261
|
width: size,
|
|
@@ -8299,14 +8282,14 @@ Unsubscribed.defaultProps = {
|
|
|
8299
8282
|
size: '24'
|
|
8300
8283
|
};
|
|
8301
8284
|
|
|
8302
|
-
const _excluded$
|
|
8285
|
+
const _excluded$3Q = ["color", "size"];
|
|
8303
8286
|
|
|
8304
8287
|
const Smile = props => {
|
|
8305
8288
|
const {
|
|
8306
8289
|
color,
|
|
8307
8290
|
size
|
|
8308
8291
|
} = props,
|
|
8309
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8292
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Q);
|
|
8310
8293
|
|
|
8311
8294
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8312
8295
|
width: size,
|
|
@@ -8333,14 +8316,14 @@ Smile.defaultProps = {
|
|
|
8333
8316
|
size: '24'
|
|
8334
8317
|
};
|
|
8335
8318
|
|
|
8336
|
-
const _excluded$
|
|
8319
|
+
const _excluded$3R = ["color", "size"];
|
|
8337
8320
|
|
|
8338
8321
|
const TimeAdd = props => {
|
|
8339
8322
|
const {
|
|
8340
8323
|
color,
|
|
8341
8324
|
size
|
|
8342
8325
|
} = props,
|
|
8343
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8326
|
+
otherProps = _objectWithoutProperties(props, _excluded$3R);
|
|
8344
8327
|
|
|
8345
8328
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8346
8329
|
width: size,
|
|
@@ -8364,14 +8347,14 @@ TimeAdd.defaultProps = {
|
|
|
8364
8347
|
size: '24'
|
|
8365
8348
|
};
|
|
8366
8349
|
|
|
8367
|
-
const _excluded$
|
|
8350
|
+
const _excluded$3S = ["color", "size"];
|
|
8368
8351
|
|
|
8369
8352
|
const Retry = props => {
|
|
8370
8353
|
const {
|
|
8371
8354
|
color,
|
|
8372
8355
|
size
|
|
8373
8356
|
} = props,
|
|
8374
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8357
|
+
otherProps = _objectWithoutProperties(props, _excluded$3S);
|
|
8375
8358
|
|
|
8376
8359
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8377
8360
|
width: size,
|
|
@@ -8398,14 +8381,14 @@ Retry.defaultProps = {
|
|
|
8398
8381
|
size: '24'
|
|
8399
8382
|
};
|
|
8400
8383
|
|
|
8401
|
-
const _excluded$
|
|
8384
|
+
const _excluded$3T = ["color", "size"];
|
|
8402
8385
|
|
|
8403
8386
|
const Stop = props => {
|
|
8404
8387
|
const {
|
|
8405
8388
|
color,
|
|
8406
8389
|
size
|
|
8407
8390
|
} = props,
|
|
8408
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8391
|
+
otherProps = _objectWithoutProperties(props, _excluded$3T);
|
|
8409
8392
|
|
|
8410
8393
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8411
8394
|
width: size,
|
|
@@ -8432,14 +8415,14 @@ Stop.defaultProps = {
|
|
|
8432
8415
|
size: '24'
|
|
8433
8416
|
};
|
|
8434
8417
|
|
|
8435
|
-
const _excluded$
|
|
8418
|
+
const _excluded$3U = ["color", "size"];
|
|
8436
8419
|
|
|
8437
8420
|
const Info = props => {
|
|
8438
8421
|
const {
|
|
8439
8422
|
color,
|
|
8440
8423
|
size
|
|
8441
8424
|
} = props,
|
|
8442
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8425
|
+
otherProps = _objectWithoutProperties(props, _excluded$3U);
|
|
8443
8426
|
|
|
8444
8427
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8445
8428
|
width: size,
|
|
@@ -8466,14 +8449,14 @@ Info.defaultProps = {
|
|
|
8466
8449
|
size: '24'
|
|
8467
8450
|
};
|
|
8468
8451
|
|
|
8469
|
-
const _excluded$
|
|
8452
|
+
const _excluded$3V = ["color", "size"];
|
|
8470
8453
|
|
|
8471
8454
|
const Attention = props => {
|
|
8472
8455
|
const {
|
|
8473
8456
|
color,
|
|
8474
8457
|
size
|
|
8475
8458
|
} = props,
|
|
8476
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8459
|
+
otherProps = _objectWithoutProperties(props, _excluded$3V);
|
|
8477
8460
|
|
|
8478
8461
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8479
8462
|
width: size,
|
|
@@ -8500,14 +8483,14 @@ Attention.defaultProps = {
|
|
|
8500
8483
|
size: '24'
|
|
8501
8484
|
};
|
|
8502
8485
|
|
|
8503
|
-
const _excluded$
|
|
8486
|
+
const _excluded$3W = ["color", "size"];
|
|
8504
8487
|
|
|
8505
8488
|
const Help = props => {
|
|
8506
8489
|
const {
|
|
8507
8490
|
color,
|
|
8508
8491
|
size
|
|
8509
8492
|
} = props,
|
|
8510
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8493
|
+
otherProps = _objectWithoutProperties(props, _excluded$3W);
|
|
8511
8494
|
|
|
8512
8495
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8513
8496
|
width: size,
|
|
@@ -8534,14 +8517,14 @@ Help.defaultProps = {
|
|
|
8534
8517
|
size: '24'
|
|
8535
8518
|
};
|
|
8536
8519
|
|
|
8537
|
-
const _excluded$
|
|
8520
|
+
const _excluded$3X = ["color", "size"];
|
|
8538
8521
|
|
|
8539
8522
|
const Spinner = props => {
|
|
8540
8523
|
const {
|
|
8541
8524
|
color,
|
|
8542
8525
|
size
|
|
8543
8526
|
} = props,
|
|
8544
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8527
|
+
otherProps = _objectWithoutProperties(props, _excluded$3X);
|
|
8545
8528
|
|
|
8546
8529
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8547
8530
|
width: size,
|
|
@@ -8568,14 +8551,14 @@ Spinner.defaultProps = {
|
|
|
8568
8551
|
size: '24'
|
|
8569
8552
|
};
|
|
8570
8553
|
|
|
8571
|
-
const _excluded$
|
|
8554
|
+
const _excluded$3Y = ["color", "size"];
|
|
8572
8555
|
|
|
8573
8556
|
const Settings = props => {
|
|
8574
8557
|
const {
|
|
8575
8558
|
color,
|
|
8576
8559
|
size
|
|
8577
8560
|
} = props,
|
|
8578
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8561
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Y);
|
|
8579
8562
|
|
|
8580
8563
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8581
8564
|
width: size,
|
|
@@ -8600,14 +8583,14 @@ Settings.defaultProps = {
|
|
|
8600
8583
|
size: '24'
|
|
8601
8584
|
};
|
|
8602
8585
|
|
|
8603
|
-
const _excluded$
|
|
8586
|
+
const _excluded$3Z = ["color", "size"];
|
|
8604
8587
|
|
|
8605
8588
|
const Dashboard = props => {
|
|
8606
8589
|
const {
|
|
8607
8590
|
color,
|
|
8608
8591
|
size
|
|
8609
8592
|
} = props,
|
|
8610
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8593
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Z);
|
|
8611
8594
|
|
|
8612
8595
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8613
8596
|
width: size,
|
|
@@ -8631,14 +8614,14 @@ Dashboard.defaultProps = {
|
|
|
8631
8614
|
size: '24'
|
|
8632
8615
|
};
|
|
8633
8616
|
|
|
8634
|
-
const _excluded$
|
|
8617
|
+
const _excluded$3_ = ["color", "size"];
|
|
8635
8618
|
|
|
8636
8619
|
const WebChat = props => {
|
|
8637
8620
|
const {
|
|
8638
8621
|
color,
|
|
8639
8622
|
size
|
|
8640
8623
|
} = props,
|
|
8641
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8624
|
+
otherProps = _objectWithoutProperties(props, _excluded$3_);
|
|
8642
8625
|
|
|
8643
8626
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8644
8627
|
width: size,
|
|
@@ -8679,14 +8662,14 @@ WebChat.defaultProps = {
|
|
|
8679
8662
|
size: '24'
|
|
8680
8663
|
};
|
|
8681
8664
|
|
|
8682
|
-
const _excluded$
|
|
8665
|
+
const _excluded$3$ = ["color", "size"];
|
|
8683
8666
|
|
|
8684
8667
|
const SortUp = props => {
|
|
8685
8668
|
const {
|
|
8686
8669
|
color,
|
|
8687
8670
|
size
|
|
8688
8671
|
} = props,
|
|
8689
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8672
|
+
otherProps = _objectWithoutProperties(props, _excluded$3$);
|
|
8690
8673
|
|
|
8691
8674
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8692
8675
|
width: size,
|
|
@@ -8719,14 +8702,14 @@ SortUp.defaultProps = {
|
|
|
8719
8702
|
size: '24'
|
|
8720
8703
|
};
|
|
8721
8704
|
|
|
8722
|
-
const _excluded$
|
|
8705
|
+
const _excluded$40 = ["color", "size"];
|
|
8723
8706
|
|
|
8724
8707
|
const SortDown = props => {
|
|
8725
8708
|
const {
|
|
8726
8709
|
color,
|
|
8727
8710
|
size
|
|
8728
8711
|
} = props,
|
|
8729
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8712
|
+
otherProps = _objectWithoutProperties(props, _excluded$40);
|
|
8730
8713
|
|
|
8731
8714
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8732
8715
|
width: size,
|
|
@@ -8759,14 +8742,14 @@ SortDown.defaultProps = {
|
|
|
8759
8742
|
size: '24'
|
|
8760
8743
|
};
|
|
8761
8744
|
|
|
8762
|
-
const _excluded$
|
|
8745
|
+
const _excluded$41 = ["color", "size"];
|
|
8763
8746
|
|
|
8764
8747
|
const Apple = props => {
|
|
8765
8748
|
const {
|
|
8766
8749
|
color,
|
|
8767
8750
|
size
|
|
8768
8751
|
} = props,
|
|
8769
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8752
|
+
otherProps = _objectWithoutProperties(props, _excluded$41);
|
|
8770
8753
|
|
|
8771
8754
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8772
8755
|
width: size,
|
|
@@ -8790,14 +8773,14 @@ Apple.defaultProps = {
|
|
|
8790
8773
|
size: '24'
|
|
8791
8774
|
};
|
|
8792
8775
|
|
|
8793
|
-
const _excluded$
|
|
8776
|
+
const _excluded$42 = ["color", "size"];
|
|
8794
8777
|
|
|
8795
8778
|
const Google = props => {
|
|
8796
8779
|
const {
|
|
8797
8780
|
color,
|
|
8798
8781
|
size
|
|
8799
8782
|
} = props,
|
|
8800
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8783
|
+
otherProps = _objectWithoutProperties(props, _excluded$42);
|
|
8801
8784
|
|
|
8802
8785
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8803
8786
|
width: size,
|
|
@@ -8838,14 +8821,14 @@ Google.defaultProps = {
|
|
|
8838
8821
|
size: '24'
|
|
8839
8822
|
};
|
|
8840
8823
|
|
|
8841
|
-
const _excluded$
|
|
8824
|
+
const _excluded$43 = ["color", "size"];
|
|
8842
8825
|
|
|
8843
8826
|
const Facebook = props => {
|
|
8844
8827
|
const {
|
|
8845
8828
|
color,
|
|
8846
8829
|
size
|
|
8847
8830
|
} = props,
|
|
8848
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8831
|
+
otherProps = _objectWithoutProperties(props, _excluded$43);
|
|
8849
8832
|
|
|
8850
8833
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8851
8834
|
width: size,
|
|
@@ -8871,14 +8854,14 @@ Facebook.defaultProps = {
|
|
|
8871
8854
|
size: '24'
|
|
8872
8855
|
};
|
|
8873
8856
|
|
|
8874
|
-
const _excluded$
|
|
8857
|
+
const _excluded$44 = ["color", "size"];
|
|
8875
8858
|
|
|
8876
8859
|
const MessageTemplates = props => {
|
|
8877
8860
|
const {
|
|
8878
8861
|
color,
|
|
8879
8862
|
size
|
|
8880
8863
|
} = props,
|
|
8881
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8864
|
+
otherProps = _objectWithoutProperties(props, _excluded$44);
|
|
8882
8865
|
|
|
8883
8866
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8884
8867
|
width: size,
|
|
@@ -8902,14 +8885,14 @@ MessageTemplates.defaultProps = {
|
|
|
8902
8885
|
size: '24'
|
|
8903
8886
|
};
|
|
8904
8887
|
|
|
8905
|
-
const _excluded$
|
|
8888
|
+
const _excluded$45 = ["color", "size"];
|
|
8906
8889
|
|
|
8907
8890
|
const OmnichannelWidget = props => {
|
|
8908
8891
|
const {
|
|
8909
8892
|
color,
|
|
8910
8893
|
size
|
|
8911
8894
|
} = props,
|
|
8912
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8895
|
+
otherProps = _objectWithoutProperties(props, _excluded$45);
|
|
8913
8896
|
|
|
8914
8897
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8915
8898
|
width: size,
|
|
@@ -8939,14 +8922,14 @@ OmnichannelWidget.defaultProps = {
|
|
|
8939
8922
|
size: '24'
|
|
8940
8923
|
};
|
|
8941
8924
|
|
|
8942
|
-
const _excluded$
|
|
8925
|
+
const _excluded$46 = ["color", "size"];
|
|
8943
8926
|
|
|
8944
8927
|
const IncreaseEngagement = props => {
|
|
8945
8928
|
const {
|
|
8946
8929
|
color,
|
|
8947
8930
|
size
|
|
8948
8931
|
} = props,
|
|
8949
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8932
|
+
otherProps = _objectWithoutProperties(props, _excluded$46);
|
|
8950
8933
|
|
|
8951
8934
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8952
8935
|
width: size,
|
|
@@ -8970,14 +8953,14 @@ IncreaseEngagement.defaultProps = {
|
|
|
8970
8953
|
size: '24'
|
|
8971
8954
|
};
|
|
8972
8955
|
|
|
8973
|
-
const _excluded$
|
|
8956
|
+
const _excluded$47 = ["color", "size"];
|
|
8974
8957
|
|
|
8975
8958
|
const ShowcaseProducts = props => {
|
|
8976
8959
|
const {
|
|
8977
8960
|
color,
|
|
8978
8961
|
size
|
|
8979
8962
|
} = props,
|
|
8980
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8963
|
+
otherProps = _objectWithoutProperties(props, _excluded$47);
|
|
8981
8964
|
|
|
8982
8965
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8983
8966
|
width: size,
|
|
@@ -9001,14 +8984,14 @@ ShowcaseProducts.defaultProps = {
|
|
|
9001
8984
|
size: '24'
|
|
9002
8985
|
};
|
|
9003
8986
|
|
|
9004
|
-
const _excluded$
|
|
8987
|
+
const _excluded$48 = ["color", "size"];
|
|
9005
8988
|
|
|
9006
8989
|
const Faq = props => {
|
|
9007
8990
|
const {
|
|
9008
8991
|
color,
|
|
9009
8992
|
size
|
|
9010
8993
|
} = props,
|
|
9011
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8994
|
+
otherProps = _objectWithoutProperties(props, _excluded$48);
|
|
9012
8995
|
|
|
9013
8996
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9014
8997
|
width: size,
|
|
@@ -9032,14 +9015,14 @@ Faq.defaultProps = {
|
|
|
9032
9015
|
size: '24'
|
|
9033
9016
|
};
|
|
9034
9017
|
|
|
9035
|
-
const _excluded$
|
|
9018
|
+
const _excluded$49 = ["color", "size"];
|
|
9036
9019
|
|
|
9037
9020
|
const WebsiteRedirect = props => {
|
|
9038
9021
|
const {
|
|
9039
9022
|
color,
|
|
9040
9023
|
size
|
|
9041
9024
|
} = props,
|
|
9042
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9025
|
+
otherProps = _objectWithoutProperties(props, _excluded$49);
|
|
9043
9026
|
|
|
9044
9027
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9045
9028
|
width: size,
|
|
@@ -9065,14 +9048,14 @@ WebsiteRedirect.defaultProps = {
|
|
|
9065
9048
|
size: '24'
|
|
9066
9049
|
};
|
|
9067
9050
|
|
|
9068
|
-
const _excluded$
|
|
9051
|
+
const _excluded$4a = ["color", "size"];
|
|
9069
9052
|
|
|
9070
9053
|
const TriggerIgStoryReply = props => {
|
|
9071
9054
|
const {
|
|
9072
9055
|
color,
|
|
9073
9056
|
size
|
|
9074
9057
|
} = props,
|
|
9075
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9058
|
+
otherProps = _objectWithoutProperties(props, _excluded$4a);
|
|
9076
9059
|
|
|
9077
9060
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9078
9061
|
width: size,
|
|
@@ -9099,14 +9082,14 @@ TriggerIgStoryReply.defaultProps = {
|
|
|
9099
9082
|
size: '24'
|
|
9100
9083
|
};
|
|
9101
9084
|
|
|
9102
|
-
const _excluded$
|
|
9085
|
+
const _excluded$4b = ["color", "size"];
|
|
9103
9086
|
|
|
9104
9087
|
const IgLiveComments = props => {
|
|
9105
9088
|
const {
|
|
9106
9089
|
color,
|
|
9107
9090
|
size
|
|
9108
9091
|
} = props,
|
|
9109
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9092
|
+
otherProps = _objectWithoutProperties(props, _excluded$4b);
|
|
9110
9093
|
|
|
9111
9094
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9112
9095
|
width: size,
|
|
@@ -9141,14 +9124,14 @@ IgLiveComments.defaultProps = {
|
|
|
9141
9124
|
size: '24'
|
|
9142
9125
|
};
|
|
9143
9126
|
|
|
9144
|
-
const _excluded$
|
|
9127
|
+
const _excluded$4c = ["color", "size"];
|
|
9145
9128
|
|
|
9146
9129
|
const TelegramChannel = props => {
|
|
9147
9130
|
const {
|
|
9148
9131
|
color,
|
|
9149
9132
|
size
|
|
9150
9133
|
} = props,
|
|
9151
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9134
|
+
otherProps = _objectWithoutProperties(props, _excluded$4c);
|
|
9152
9135
|
|
|
9153
9136
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9154
9137
|
width: size,
|
|
@@ -9189,14 +9172,14 @@ TelegramChannel.defaultProps = {
|
|
|
9189
9172
|
size: '24'
|
|
9190
9173
|
};
|
|
9191
9174
|
|
|
9192
|
-
const _excluded$
|
|
9175
|
+
const _excluded$4d = ["color", "size"];
|
|
9193
9176
|
|
|
9194
9177
|
const TelegramChannel2 = props => {
|
|
9195
9178
|
const {
|
|
9196
9179
|
color,
|
|
9197
9180
|
size
|
|
9198
9181
|
} = props,
|
|
9199
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9182
|
+
otherProps = _objectWithoutProperties(props, _excluded$4d);
|
|
9200
9183
|
|
|
9201
9184
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9202
9185
|
width: size,
|
|
@@ -9227,14 +9210,14 @@ TelegramChannel2.defaultProps = {
|
|
|
9227
9210
|
size: '24'
|
|
9228
9211
|
};
|
|
9229
9212
|
|
|
9230
|
-
const _excluded$
|
|
9213
|
+
const _excluded$4e = ["color", "size"];
|
|
9231
9214
|
|
|
9232
9215
|
const Telegram = props => {
|
|
9233
9216
|
const {
|
|
9234
9217
|
color,
|
|
9235
9218
|
size
|
|
9236
9219
|
} = props,
|
|
9237
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9220
|
+
otherProps = _objectWithoutProperties(props, _excluded$4e);
|
|
9238
9221
|
|
|
9239
9222
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9240
9223
|
width: size,
|
|
@@ -9260,15 +9243,77 @@ Telegram.defaultProps = {
|
|
|
9260
9243
|
size: '24'
|
|
9261
9244
|
};
|
|
9262
9245
|
|
|
9246
|
+
const _excluded$4f = ["color", "size"];
|
|
9247
|
+
|
|
9248
|
+
const Tap = props => {
|
|
9249
|
+
const {
|
|
9250
|
+
color,
|
|
9251
|
+
size
|
|
9252
|
+
} = props,
|
|
9253
|
+
otherProps = _objectWithoutProperties(props, _excluded$4f);
|
|
9254
|
+
|
|
9255
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9256
|
+
width: size,
|
|
9257
|
+
height: size,
|
|
9258
|
+
viewBox: "0 0 24 24",
|
|
9259
|
+
fill: "none",
|
|
9260
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9261
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9262
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9263
|
+
d: "M16 22.9999L16 22.2499H16V22.9999ZM12 22.9999L12 23.7499H12V22.9999ZM8 14.9997L7.32918 15.3351C7.48474 15.6462 7.83379 15.8095 8.17231 15.7296C8.51084 15.6497 8.75 15.3475 8.75 14.9997H8ZM4 13.9997H3.25V14.3103L3.46963 14.53L4 13.9997ZM7 12.9997L7.67082 12.6643L7.61639 12.5554L7.53033 12.4693L7 12.9997ZM7 18.9999L6.28849 19.2371L6.30534 19.2877L6.32918 19.3354L7 18.9999ZM11 10.9997H10.25H11ZM10.25 12.9997C10.25 13.4139 10.5858 13.7497 11 13.7497C11.4142 13.7497 11.75 13.4139 11.75 12.9997H10.25ZM13.25 13.9997C13.25 14.4139 13.5858 14.7497 14 14.7497C14.4142 14.7497 14.75 14.4139 14.75 13.9997H13.25ZM16.25 14.9997C16.25 15.4139 16.5858 15.7497 17 15.7497C17.4142 15.7497 17.75 15.4139 17.75 14.9997H16.25ZM13.9725 6L14.718 6.08241L14.718 6.08241L13.9725 6ZM5.02746 6L4.28201 6.08241L5.02746 6ZM13.0368 6.75006C12.8988 7.1406 13.1035 7.56909 13.494 7.70713C13.8845 7.84517 14.313 7.64047 14.4511 7.24994L13.0368 6.75006ZM4.54893 7.24993C4.68696 7.64047 5.11546 7.84516 5.50599 7.70713C5.89653 7.56909 6.10122 7.1406 5.96319 6.75007L4.54893 7.24993ZM16 22.2499H12V23.7499H16V22.2499ZM19.25 13.9999V17.9997H20.75V13.9999H19.25ZM19.25 17.9997C19.25 19.5123 18.6094 20.5712 17.8646 21.2628C17.4879 21.6127 17.0858 21.8664 16.7318 22.0303C16.3612 22.2018 16.0989 22.2499 16 22.2499L16 23.7499C16.4011 23.75 16.8888 23.6106 17.362 23.3915C17.8517 23.1648 18.3871 22.8246 18.8854 22.362C19.8906 21.4286 20.75 19.9873 20.75 17.9997H19.25ZM8.75 14.9997V5.99994H7.25V14.9997H8.75ZM4.75 13.9997C4.75 13.6506 4.96055 13.3945 5.34051 13.2805C5.74246 13.16 6.19343 13.2538 6.46967 13.53L7.53033 12.4693C6.80657 11.7456 5.75754 11.5894 4.90949 11.8438C4.03945 12.1048 3.25 12.8488 3.25 13.9997H4.75ZM6.32918 13.3351L7.32918 15.3351L8.67082 14.6643L7.67082 12.6643L6.32918 13.3351ZM12 22.2499C11.5254 22.2499 10.9433 22.2465 10.2471 21.8487C9.53972 21.4445 8.62807 20.579 7.67082 18.6645L6.32918 19.3354C7.37184 21.4207 8.46017 22.5552 9.50284 23.151C10.5566 23.7532 11.4746 23.7499 12 23.7499L12 22.2499ZM16.25 11.9997V13.9997H17.75V11.9997H16.25ZM10.25 10.9997L10.25 12.9997H11.75L11.75 10.9997H10.25ZM11.75 10.9997V5.99994H10.25V10.9997H11.75ZM13.25 11.9997V13.9997H14.75V11.9997H13.25ZM16.25 13.9997V14.9997H17.75V13.9997H16.25ZM14.75 11.9997C14.75 11.7033 14.8537 11.5361 14.967 11.4354C15.0941 11.3224 15.2848 11.2499 15.5 11.2499C15.7152 11.2499 15.9059 11.3224 16.033 11.4354C16.1463 11.5361 16.25 11.7033 16.25 11.9997H17.75C17.75 11.2962 17.4787 10.7135 17.0295 10.3142C16.5941 9.92726 16.0348 9.74987 15.5 9.74987C14.9652 9.74987 14.4059 9.92726 13.9705 10.3142C13.5213 10.7135 13.25 11.2962 13.25 11.9997H14.75ZM17.75 13.9997C17.75 13.7032 17.8537 13.536 17.967 13.4353C18.0941 13.3223 18.2847 13.2498 18.4999 13.2498C18.7151 13.2498 18.9058 13.3224 19.0329 13.4354C19.1463 13.5362 19.25 13.7035 19.25 13.9999H20.75C20.75 13.2964 20.4787 12.7137 20.0296 12.3144C19.5942 11.9273 19.0349 11.7498 18.5001 11.7498C17.9653 11.7498 17.4059 11.9271 16.9705 12.3141C16.5213 12.7134 16.25 13.2961 16.25 13.9997H17.75ZM14.75 11.9997V10.9997H13.25V11.9997H14.75ZM14.75 10.9997C14.75 10.2962 14.4787 9.71347 14.0295 9.31422C13.5941 8.92724 13.0348 8.74982 12.5 8.74981C11.9652 8.74979 11.4059 8.92718 10.9705 9.31417C10.5213 9.71343 10.25 10.2962 10.25 10.9997H11.75C11.75 10.7032 11.8537 10.536 11.967 10.4353C12.0941 10.3224 12.2848 10.2498 12.5 10.2498C12.7152 10.2498 12.9059 10.3224 13.033 10.4354C13.1463 10.5361 13.25 10.7033 13.25 10.9997H14.75ZM8.75 5.99994C8.75 5.70348 8.85372 5.53625 8.96701 5.43554C9.09411 5.32257 9.28479 5.24999 9.5 5.24999C9.7152 5.24999 9.90588 5.32257 10.033 5.43555C10.1463 5.53625 10.25 5.70349 10.25 5.99994H11.75C11.75 5.29643 11.4787 4.71369 11.0295 4.31442C10.5941 3.92741 10.0348 3.75 9.5 3.74999C8.96521 3.74999 8.40589 3.9274 7.97049 4.31441C7.52128 4.71369 7.25 5.29643 7.25 5.99994H8.75ZM7 18.9999C7.71151 18.7628 7.71146 18.7626 7.71141 18.7625C7.71139 18.7624 7.71133 18.7622 7.71128 18.7621C7.71119 18.7618 7.71108 18.7615 7.71096 18.7611C7.71071 18.7604 7.7104 18.7594 7.71003 18.7583C7.70929 18.7561 7.7083 18.7532 7.70706 18.7496C7.70458 18.7423 7.70111 18.7322 7.69665 18.7194C7.68774 18.6937 7.67484 18.6572 7.65797 18.6108C7.62424 18.5181 7.57455 18.3856 7.50886 18.2214C7.37764 17.8933 7.18176 17.4364 6.92083 16.9145C6.40318 15.8792 5.61056 14.5497 4.53037 13.4694L3.46963 14.53C4.38944 15.4499 5.09682 16.6206 5.57917 17.5853C5.81824 18.0634 5.99736 18.4815 6.11614 18.7785C6.17545 18.9268 6.21951 19.0443 6.24828 19.1234C6.26266 19.163 6.2732 19.1929 6.27991 19.2121C6.28326 19.2218 6.28565 19.2288 6.28708 19.233C6.2878 19.2351 6.28827 19.2365 6.28851 19.2372C6.28862 19.2375 6.28868 19.2377 6.28868 19.2377C6.28868 19.2377 6.28866 19.2376 6.28863 19.2375C6.28861 19.2375 6.28858 19.2374 6.28857 19.2374C6.28853 19.2372 6.28849 19.2371 7 18.9999ZM5.75 5.5C5.75 3.42893 7.42893 1.75 9.5 1.75V0.25C6.6005 0.25 4.25 2.6005 4.25 5.5H5.75ZM9.5 1.75C11.5711 1.75 13.25 3.42893 13.25 5.5H14.75C14.75 2.6005 12.3995 0.25 9.5 0.25V1.75ZM13.25 5.5C13.25 5.64142 13.2422 5.78074 13.2271 5.91759L14.718 6.08241C14.7392 5.89093 14.75 5.69659 14.75 5.5H13.25ZM5.77292 5.91759C5.75779 5.78074 5.75 5.64142 5.75 5.5H4.25C4.25 5.69659 4.26084 5.89093 4.28201 6.08241L5.77292 5.91759ZM13.2271 5.91759C13.1951 6.20655 13.1304 6.48523 13.0368 6.75006L14.4511 7.24994C14.5825 6.87795 14.6733 6.48691 14.718 6.08241L13.2271 5.91759ZM5.96319 6.75007C5.86958 6.48523 5.80487 6.20655 5.77292 5.91759L4.28201 6.08241C4.32672 6.48691 4.41745 6.87795 4.54893 7.24993L5.96319 6.75007Z",
|
|
9264
|
+
fill: color
|
|
9265
|
+
}));
|
|
9266
|
+
};
|
|
9267
|
+
|
|
9268
|
+
Tap.propTypes = {
|
|
9269
|
+
color: PropTypes.string,
|
|
9270
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
9271
|
+
};
|
|
9272
|
+
Tap.defaultProps = {
|
|
9273
|
+
color: 'currentColor',
|
|
9274
|
+
size: '24'
|
|
9275
|
+
};
|
|
9276
|
+
|
|
9263
9277
|
const _excluded$4g = ["color", "size"];
|
|
9264
9278
|
|
|
9265
|
-
const
|
|
9279
|
+
const VideoCircleTg = props => {
|
|
9266
9280
|
const {
|
|
9267
9281
|
color,
|
|
9268
9282
|
size
|
|
9269
9283
|
} = props,
|
|
9270
9284
|
otherProps = _objectWithoutProperties(props, _excluded$4g);
|
|
9271
9285
|
|
|
9286
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9287
|
+
width: size,
|
|
9288
|
+
height: size,
|
|
9289
|
+
viewBox: "0 0 24 24",
|
|
9290
|
+
fill: "none",
|
|
9291
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9292
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9293
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9294
|
+
d: "M11 10.5L11.3859 9.85688C11.1542 9.71786 10.8656 9.71422 10.6305 9.84735C10.3953 9.98048 10.25 10.2298 10.25 10.5H11ZM11 13.5H10.25C10.25 13.7702 10.3953 14.0195 10.6305 14.1526C10.8656 14.2858 11.1542 14.2821 11.3859 14.1431L11 13.5ZM13.5 12L13.8859 12.6431C14.1118 12.5076 14.25 12.2634 14.25 12C14.25 11.7366 14.1118 11.4924 13.8859 11.3569L13.5 12ZM10.25 10.5V13.5H11.75V10.5H10.25ZM11.3859 14.1431L13.8859 12.6431L13.1141 11.3569L10.6141 12.8569L11.3859 14.1431ZM13.8859 11.3569L11.3859 9.85688L10.6141 11.1431L13.1141 12.6431L13.8859 11.3569ZM20.25 12C20.25 16.5563 16.5563 20.25 12 20.25V21.75C17.3848 21.75 21.75 17.3848 21.75 12H20.25ZM12 20.25C7.44365 20.25 3.75 16.5563 3.75 12H2.25C2.25 17.3848 6.61522 21.75 12 21.75V20.25ZM3.75 12C3.75 7.44365 7.44365 3.75 12 3.75V2.25C6.61522 2.25 2.25 6.61522 2.25 12H3.75ZM12 3.75C16.5563 3.75 20.25 7.44365 20.25 12H21.75C21.75 6.61522 17.3848 2.25 12 2.25V3.75Z",
|
|
9295
|
+
fill: color
|
|
9296
|
+
}));
|
|
9297
|
+
};
|
|
9298
|
+
|
|
9299
|
+
VideoCircleTg.propTypes = {
|
|
9300
|
+
color: PropTypes.string,
|
|
9301
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
9302
|
+
};
|
|
9303
|
+
VideoCircleTg.defaultProps = {
|
|
9304
|
+
color: 'currentColor',
|
|
9305
|
+
size: '24'
|
|
9306
|
+
};
|
|
9307
|
+
|
|
9308
|
+
const _excluded$4h = ["color", "size"];
|
|
9309
|
+
|
|
9310
|
+
const Create = props => {
|
|
9311
|
+
const {
|
|
9312
|
+
color,
|
|
9313
|
+
size
|
|
9314
|
+
} = props,
|
|
9315
|
+
otherProps = _objectWithoutProperties(props, _excluded$4h);
|
|
9316
|
+
|
|
9272
9317
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9273
9318
|
width: size,
|
|
9274
9319
|
height: size,
|
|
@@ -9294,14 +9339,14 @@ Create.defaultProps = {
|
|
|
9294
9339
|
size: '24'
|
|
9295
9340
|
};
|
|
9296
9341
|
|
|
9297
|
-
const _excluded$
|
|
9342
|
+
const _excluded$4i = ["color", "size"];
|
|
9298
9343
|
|
|
9299
9344
|
const GtCheckbox = props => {
|
|
9300
9345
|
const {
|
|
9301
9346
|
color,
|
|
9302
9347
|
size
|
|
9303
9348
|
} = props,
|
|
9304
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9349
|
+
otherProps = _objectWithoutProperties(props, _excluded$4i);
|
|
9305
9350
|
|
|
9306
9351
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9307
9352
|
width: size,
|
|
@@ -9328,14 +9373,14 @@ GtCheckbox.defaultProps = {
|
|
|
9328
9373
|
size: '24'
|
|
9329
9374
|
};
|
|
9330
9375
|
|
|
9331
|
-
const _excluded$
|
|
9376
|
+
const _excluded$4j = ["color", "size"];
|
|
9332
9377
|
|
|
9333
9378
|
const GtFbComment = props => {
|
|
9334
9379
|
const {
|
|
9335
9380
|
color,
|
|
9336
9381
|
size
|
|
9337
9382
|
} = props,
|
|
9338
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9383
|
+
otherProps = _objectWithoutProperties(props, _excluded$4j);
|
|
9339
9384
|
|
|
9340
9385
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9341
9386
|
width: size,
|
|
@@ -9359,14 +9404,14 @@ GtFbComment.defaultProps = {
|
|
|
9359
9404
|
size: '24'
|
|
9360
9405
|
};
|
|
9361
9406
|
|
|
9362
|
-
const _excluded$
|
|
9407
|
+
const _excluded$4k = ["color", "size"];
|
|
9363
9408
|
|
|
9364
9409
|
const GtAdsJson = props => {
|
|
9365
9410
|
const {
|
|
9366
9411
|
color,
|
|
9367
9412
|
size
|
|
9368
9413
|
} = props,
|
|
9369
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9414
|
+
otherProps = _objectWithoutProperties(props, _excluded$4k);
|
|
9370
9415
|
|
|
9371
9416
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9372
9417
|
width: size,
|
|
@@ -9399,14 +9444,14 @@ GtAdsJson.defaultProps = {
|
|
|
9399
9444
|
size: '24'
|
|
9400
9445
|
};
|
|
9401
9446
|
|
|
9402
|
-
const _excluded$
|
|
9447
|
+
const _excluded$4l = ["color", "size"];
|
|
9403
9448
|
|
|
9404
9449
|
const GtFbCode = props => {
|
|
9405
9450
|
const {
|
|
9406
9451
|
color,
|
|
9407
9452
|
size
|
|
9408
9453
|
} = props,
|
|
9409
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9454
|
+
otherProps = _objectWithoutProperties(props, _excluded$4l);
|
|
9410
9455
|
|
|
9411
9456
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9412
9457
|
width: size,
|
|
@@ -9435,14 +9480,14 @@ GtFbCode.defaultProps = {
|
|
|
9435
9480
|
size: '24'
|
|
9436
9481
|
};
|
|
9437
9482
|
|
|
9438
|
-
const _excluded$
|
|
9483
|
+
const _excluded$4m = ["color", "size"];
|
|
9439
9484
|
|
|
9440
9485
|
const GtRef = props => {
|
|
9441
9486
|
const {
|
|
9442
9487
|
color,
|
|
9443
9488
|
size
|
|
9444
9489
|
} = props,
|
|
9445
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9490
|
+
otherProps = _objectWithoutProperties(props, _excluded$4m);
|
|
9446
9491
|
|
|
9447
9492
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9448
9493
|
width: size,
|
|
@@ -9466,14 +9511,14 @@ GtRef.defaultProps = {
|
|
|
9466
9511
|
size: '24'
|
|
9467
9512
|
};
|
|
9468
9513
|
|
|
9469
|
-
const _excluded$
|
|
9514
|
+
const _excluded$4n = ["color", "size"];
|
|
9470
9515
|
|
|
9471
9516
|
const GtCustomerChat = props => {
|
|
9472
9517
|
const {
|
|
9473
9518
|
color,
|
|
9474
9519
|
size
|
|
9475
9520
|
} = props,
|
|
9476
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9521
|
+
otherProps = _objectWithoutProperties(props, _excluded$4n);
|
|
9477
9522
|
|
|
9478
9523
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9479
9524
|
width: size,
|
|
@@ -9502,14 +9547,14 @@ GtCustomerChat.defaultProps = {
|
|
|
9502
9547
|
size: '24'
|
|
9503
9548
|
};
|
|
9504
9549
|
|
|
9505
|
-
const _excluded$
|
|
9550
|
+
const _excluded$4o = ["color", "size"];
|
|
9506
9551
|
|
|
9507
9552
|
const GtTakeover = props => {
|
|
9508
9553
|
const {
|
|
9509
9554
|
color,
|
|
9510
9555
|
size
|
|
9511
9556
|
} = props,
|
|
9512
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9557
|
+
otherProps = _objectWithoutProperties(props, _excluded$4o);
|
|
9513
9558
|
|
|
9514
9559
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9515
9560
|
width: size,
|
|
@@ -9567,14 +9612,14 @@ GtTakeover.defaultProps = {
|
|
|
9567
9612
|
size: '24'
|
|
9568
9613
|
};
|
|
9569
9614
|
|
|
9570
|
-
const _excluded$
|
|
9615
|
+
const _excluded$4p = ["color", "size"];
|
|
9571
9616
|
|
|
9572
9617
|
const FlowPlaceholder = props => {
|
|
9573
9618
|
const {
|
|
9574
9619
|
color,
|
|
9575
9620
|
size
|
|
9576
9621
|
} = props,
|
|
9577
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9622
|
+
otherProps = _objectWithoutProperties(props, _excluded$4p);
|
|
9578
9623
|
|
|
9579
9624
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9580
9625
|
width: size,
|
|
@@ -9653,14 +9698,14 @@ FlowPlaceholder.defaultProps = {
|
|
|
9653
9698
|
size: '24'
|
|
9654
9699
|
};
|
|
9655
9700
|
|
|
9656
|
-
const _excluded$
|
|
9701
|
+
const _excluded$4q = ["color", "size"];
|
|
9657
9702
|
|
|
9658
9703
|
const AddStep = props => {
|
|
9659
9704
|
const {
|
|
9660
9705
|
color,
|
|
9661
9706
|
size
|
|
9662
9707
|
} = props,
|
|
9663
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9708
|
+
otherProps = _objectWithoutProperties(props, _excluded$4q);
|
|
9664
9709
|
|
|
9665
9710
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9666
9711
|
width: size,
|
|
@@ -9696,14 +9741,14 @@ AddStep.defaultProps = {
|
|
|
9696
9741
|
size: '24'
|
|
9697
9742
|
};
|
|
9698
9743
|
|
|
9699
|
-
const _excluded$
|
|
9744
|
+
const _excluded$4r = ["color", "size"];
|
|
9700
9745
|
|
|
9701
9746
|
const Stats = props => {
|
|
9702
9747
|
const {
|
|
9703
9748
|
color,
|
|
9704
9749
|
size
|
|
9705
9750
|
} = props,
|
|
9706
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9751
|
+
otherProps = _objectWithoutProperties(props, _excluded$4r);
|
|
9707
9752
|
|
|
9708
9753
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9709
9754
|
width: size,
|
|
@@ -9743,14 +9788,14 @@ Stats.defaultProps = {
|
|
|
9743
9788
|
size: '24'
|
|
9744
9789
|
};
|
|
9745
9790
|
|
|
9746
|
-
const _excluded$
|
|
9791
|
+
const _excluded$4s = ["color", "size"];
|
|
9747
9792
|
|
|
9748
9793
|
const Coursor = props => {
|
|
9749
9794
|
const {
|
|
9750
9795
|
color,
|
|
9751
9796
|
size
|
|
9752
9797
|
} = props,
|
|
9753
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9798
|
+
otherProps = _objectWithoutProperties(props, _excluded$4s);
|
|
9754
9799
|
|
|
9755
9800
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9756
9801
|
width: size,
|
|
@@ -9774,14 +9819,14 @@ Coursor.defaultProps = {
|
|
|
9774
9819
|
size: '24'
|
|
9775
9820
|
};
|
|
9776
9821
|
|
|
9777
|
-
const _excluded$
|
|
9822
|
+
const _excluded$4t = ["color", "size"];
|
|
9778
9823
|
|
|
9779
9824
|
const CoursorFullcolor = props => {
|
|
9780
9825
|
const {
|
|
9781
9826
|
color,
|
|
9782
9827
|
size
|
|
9783
9828
|
} = props,
|
|
9784
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9829
|
+
otherProps = _objectWithoutProperties(props, _excluded$4t);
|
|
9785
9830
|
|
|
9786
9831
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9787
9832
|
width: size,
|
|
@@ -9842,4 +9887,4 @@ CoursorFullcolor.defaultProps = {
|
|
|
9842
9887
|
size: '24'
|
|
9843
9888
|
};
|
|
9844
9889
|
|
|
9845
|
-
export { Action, ActionMarkConversationAsDone, AddCircle, AddStep, AddTag, Ads, AdsAd, AdsAdSet, AlignCenter, AlignLeft, AlignRight, AlignWide, Analytics, Apple, Archive, ArrowDown, ArrowDrag, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, ArrowUp, Assign, Attach, Attention, Audience, Audio, Automation, Bold, Book, Bot, BotRemove, Broadcasting, BuilderAudio, BuilderCard, BuilderGallery, BuilderInput, BuilderList, BuilderText, ButtonEmailBlock, Calendar, Camera, Cart, Cgt20,
|
|
9890
|
+
export { Action, ActionMarkConversationAsDone, AddCircle, AddStep, AddTag, Ads, AdsAd, AdsAdSet, AlignCenter, AlignLeft, AlignRight, AlignWide, Analytics, Apple, Archive, ArrowDown, ArrowDrag, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, ArrowUp, Assign, Attach, Attention, Audience, Audio, Automation, Bold, Book, Bot, BotRemove, Broadcasting, BuilderAudio, BuilderCard, BuilderGallery, BuilderInput, BuilderList, BuilderText, ButtonEmailBlock, Calendar, Camera, Cart, Cgt20, CheckCircle, CheckboxDone, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, ClearMobile, Close, Cloud, CloudDownload, CloudError, CloudUpload, Community, Condition, ConvertChannels, Copy, CopyToAnotherFlow, Coupon, Coursor, CoursorFullcolor, Create, CreditCard, CufArray, CufBoolean, CufEnum, CufNoIcon, CufNumber, CufText, CustomField, CustomFieldRemove, Dashboard, Data, DefaultReply, Delay, Delete, DeleteForever, DeleteTag, DoubleChevrotBack, DoubleChevrotCollapse, DoubleChevrotExpand, DoubleChevrotForward, DragConnector, DragItem, DubleTick, DuplicateSms, Edit, EmailChannel, ExitFullscreen, Facebook, FacebookMessenger, Faq, FbChat, Female, Filter, Flow, FlowPlaceholder, Folder, FolderAdd, FolderAdsCampaign, FolderOpen, Fullscreen, GoToFlow, Google, GrowthTools, GtAdsJson, GtBar, GtBox, GtButton, GtCheckbox, GtCustomerChat, GtFbCode, GtFbComment, GtLanding, GtModal, GtPageTakeover, GtRef, GtSlideIn, GtTakeover, GuestChatChannel, HeadlineBlockEmail, Health, Help, Hide, Home, IcGrid_24px_, IcGrid__148x100_, Id, IgLiveComments, Image, Inbox, IncreaseEngagement, Info, InstagramChannel, InstagramChannel2, Italic, Keyboard, Keywords, Link, LiveChat, Logout, MagicWand, Magnet, Male, Mention, Menu, MessageBack, MessageOpen, MessageTemplates, Messenger, MessengerChannel, Mic, Minus, MoreChannels, MoreHor, MoreVert, MosaicView, MoveTo, Nationality, NewCuFs, NewMessage, NodeAdd, Note, Notification, NotificationMute, OmnichannelWidget, Options, OrphanAction, OrphanAction2, OrphanAdStatistics, OrphanAdsCampaignMessages, OrphanAdsCampaignTraffic, OrphanArchive, OrphanBuilderSelect, OrphanBuyButton, OrphanCall, OrphanCardQuadrant, OrphanClicked, OrphanDesktop, OrphanFbChat, OrphanFullScreenPreview, OrphanFullText, OrphanIntegration, OrphanIntegromat, OrphanLiveChatDone, OrphanLongArrow, OrphanMainMenu, OrphanMinimizedChat, OrphanMobile, OrphanOpen, OrphanRestore, OrphanSplit, OrphanSubscribedNoInfo, OrphanTableView, OrphanTriggerZap, OtnRequest, Pause, PhoneOutgoing, Pin, Play, Plus, Popular, Protect, PublicChangelog, Publish, Qr, Question, Redo, Retry, Rules, Search, SelectAll, Send, Send2, SendMessage, Sequences, SequencesAdd, SequencesRemove, Settings, Share, Shopify, ShopifyDeprecated, Show, ShowFlow, ShowcaseProducts, Smile, Sms, SmsChannel, SolidArrowUnsorted, Sort, SortDown, SortUp, Spacing, Spinner, SponsoredMessages, SponsoredMessages2, Star, Starred, StartFlow, Stats, Stop, SystemField, TableView, Tap, Telegram, TelegramChannel, TelegramChannel2, TemplateMediaBg, TemplateStore, TemplateTextMedia, Templates, Text, ThumbDown, ThumbUp, Tick, Ticket, Time, TimeAdd, Transgender, TriggerFbAds, TriggerFbComments, TriggerFbComments20, TriggerIgStoryReply, TriggerNewSubscriber, Triggers, TriggersLines, Unassign, Underline, Undo, Unpin, Unprotect, Unsubscribed, User, UserAdd, Video, VideoCircleTg, Warning, WebChat, WebsiteRedirect, WelcomeMessage, WhatsAppChannel, WhatsAppWidget, Zapier };
|