@manychat/icons 4.10.0 → 4.12.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 +9 -0
- package/dist/index.es.js +515 -132
- package/dist/index.js +523 -131
- package/package.json +1 -1
- package/umd/mcicons.js +505 -131
- package/umd/mcicons.min.js +1 -1
package/dist/index.js
CHANGED
|
@@ -892,7 +892,12 @@ const Unsubscribed = props => {
|
|
|
892
892
|
xmlns: "http://www.w3.org/2000/svg",
|
|
893
893
|
preserveAspectRatio: "xMidYMid meet"
|
|
894
894
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
895
|
-
d: "
|
|
895
|
+
d: "M12 12.9091L16 16V14.1818L13.1429 12L16 9.81818V8.09091L12 11.0909L8 8V9.72727L10.8571 12L8 14.2727V16L12 12.9091Z",
|
|
896
|
+
fill: color
|
|
897
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
898
|
+
fillRule: "evenodd",
|
|
899
|
+
clipRule: "evenodd",
|
|
900
|
+
d: "M11.9881 2C14.6579 2 17.1371 3.04762 19.0441 4.95238C20.9511 6.85714 22 9.33333 22 12C22 14.6667 20.9511 17.1429 19.0441 19.0476C17.1371 20.9524 14.6579 22 11.9881 22C9.31824 22 6.83909 20.9524 4.93206 19.0476C1.02265 15.1429 1.02265 8.85714 4.93206 4.95238C6.83909 3.04762 9.31824 2 11.9881 2ZM11.9881 20.5714C14.2765 20.5714 16.4696 19.7143 18.0906 18.0952C19.7116 16.4762 20.5697 14.381 20.5697 12.0952C20.5697 9.80952 19.7116 7.61905 18.0906 6C16.4696 4.38095 14.2765 3.52381 11.9881 3.52381C9.69964 3.52381 7.50656 4.38095 5.88558 6C2.54827 9.33333 2.54827 14.7619 5.88558 18.0952C7.50656 19.7143 9.69964 20.5714 11.9881 20.5714Z",
|
|
896
901
|
fill: color
|
|
897
902
|
}));
|
|
898
903
|
};
|
|
@@ -7081,7 +7086,7 @@ const Send2 = props => {
|
|
|
7081
7086
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7082
7087
|
fillRule: "evenodd",
|
|
7083
7088
|
clipRule: "evenodd",
|
|
7084
|
-
d: "
|
|
7089
|
+
d: "M2.42521 21.4931L21.5902 11.848L2.41837 2.32471L6.51107 11.8543L2.42521 21.4931ZM5.40109 18.3162L7.801 12.6546L13.9132 12.6546L13.9132 11.1546L7.84308 11.1546L5.40794 5.48459L18.2361 11.8567L5.40109 18.3162Z",
|
|
7085
7090
|
fill: color
|
|
7086
7091
|
}));
|
|
7087
7092
|
};
|
|
@@ -8287,13 +8292,49 @@ TriggersLines.defaultProps = {
|
|
|
8287
8292
|
|
|
8288
8293
|
const _excluded$3P = ["color", "size"];
|
|
8289
8294
|
|
|
8290
|
-
const
|
|
8295
|
+
const StopRecord = props => {
|
|
8291
8296
|
const {
|
|
8292
8297
|
color,
|
|
8293
8298
|
size
|
|
8294
8299
|
} = props,
|
|
8295
8300
|
otherProps = _objectWithoutProperties(props, _excluded$3P);
|
|
8296
8301
|
|
|
8302
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8303
|
+
width: size,
|
|
8304
|
+
height: size,
|
|
8305
|
+
viewBox: "0 0 24 24",
|
|
8306
|
+
fill: "none",
|
|
8307
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8308
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
8309
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8310
|
+
d: "M16 8H8V16H16V8Z",
|
|
8311
|
+
fill: color
|
|
8312
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8313
|
+
fillRule: "evenodd",
|
|
8314
|
+
clipRule: "evenodd",
|
|
8315
|
+
d: "M2 12C2 6.5098 6.5098 2 12 2C17.5882 2 22 6.5098 22 12C22 17.4902 17.4902 22 12 22C6.5098 22 2 17.4902 2 12ZM3.47059 12.098C3.47059 16.8039 7.29412 20.6275 12 20.6275C16.8039 20.6275 20.6275 16.8039 20.6275 12C20.6275 7.29412 16.7059 3.56863 12 3.56863C7.29412 3.56863 3.47059 7.39216 3.47059 12.098Z",
|
|
8316
|
+
fill: color
|
|
8317
|
+
}));
|
|
8318
|
+
};
|
|
8319
|
+
|
|
8320
|
+
StopRecord.propTypes = {
|
|
8321
|
+
color: PropTypes.string,
|
|
8322
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
8323
|
+
};
|
|
8324
|
+
StopRecord.defaultProps = {
|
|
8325
|
+
color: 'currentColor',
|
|
8326
|
+
size: '24'
|
|
8327
|
+
};
|
|
8328
|
+
|
|
8329
|
+
const _excluded$3Q = ["color", "size"];
|
|
8330
|
+
|
|
8331
|
+
const Cloud = props => {
|
|
8332
|
+
const {
|
|
8333
|
+
color,
|
|
8334
|
+
size
|
|
8335
|
+
} = props,
|
|
8336
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Q);
|
|
8337
|
+
|
|
8297
8338
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8298
8339
|
width: size,
|
|
8299
8340
|
height: size,
|
|
@@ -8316,14 +8357,14 @@ Cloud.defaultProps = {
|
|
|
8316
8357
|
size: '24'
|
|
8317
8358
|
};
|
|
8318
8359
|
|
|
8319
|
-
const _excluded$
|
|
8360
|
+
const _excluded$3R = ["color", "size"];
|
|
8320
8361
|
|
|
8321
8362
|
const CloudError = props => {
|
|
8322
8363
|
const {
|
|
8323
8364
|
color,
|
|
8324
8365
|
size
|
|
8325
8366
|
} = props,
|
|
8326
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8367
|
+
otherProps = _objectWithoutProperties(props, _excluded$3R);
|
|
8327
8368
|
|
|
8328
8369
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8329
8370
|
width: size,
|
|
@@ -8347,14 +8388,14 @@ CloudError.defaultProps = {
|
|
|
8347
8388
|
size: '24'
|
|
8348
8389
|
};
|
|
8349
8390
|
|
|
8350
|
-
const _excluded$
|
|
8391
|
+
const _excluded$3S = ["color", "size"];
|
|
8351
8392
|
|
|
8352
8393
|
const CloudUpload = props => {
|
|
8353
8394
|
const {
|
|
8354
8395
|
color,
|
|
8355
8396
|
size
|
|
8356
8397
|
} = props,
|
|
8357
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8398
|
+
otherProps = _objectWithoutProperties(props, _excluded$3S);
|
|
8358
8399
|
|
|
8359
8400
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8360
8401
|
width: size,
|
|
@@ -8378,14 +8419,14 @@ CloudUpload.defaultProps = {
|
|
|
8378
8419
|
size: '24'
|
|
8379
8420
|
};
|
|
8380
8421
|
|
|
8381
|
-
const _excluded$
|
|
8422
|
+
const _excluded$3T = ["color", "size"];
|
|
8382
8423
|
|
|
8383
8424
|
const CloudDownload = props => {
|
|
8384
8425
|
const {
|
|
8385
8426
|
color,
|
|
8386
8427
|
size
|
|
8387
8428
|
} = props,
|
|
8388
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8429
|
+
otherProps = _objectWithoutProperties(props, _excluded$3T);
|
|
8389
8430
|
|
|
8390
8431
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8391
8432
|
width: size,
|
|
@@ -8409,14 +8450,14 @@ CloudDownload.defaultProps = {
|
|
|
8409
8450
|
size: '24'
|
|
8410
8451
|
};
|
|
8411
8452
|
|
|
8412
|
-
const _excluded$
|
|
8453
|
+
const _excluded$3U = ["color", "size"];
|
|
8413
8454
|
|
|
8414
8455
|
const Popular = props => {
|
|
8415
8456
|
const {
|
|
8416
8457
|
color,
|
|
8417
8458
|
size
|
|
8418
8459
|
} = props,
|
|
8419
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8460
|
+
otherProps = _objectWithoutProperties(props, _excluded$3U);
|
|
8420
8461
|
|
|
8421
8462
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8422
8463
|
width: size,
|
|
@@ -8442,14 +8483,14 @@ Popular.defaultProps = {
|
|
|
8442
8483
|
size: '24'
|
|
8443
8484
|
};
|
|
8444
8485
|
|
|
8445
|
-
const _excluded$
|
|
8486
|
+
const _excluded$3V = ["color", "size"];
|
|
8446
8487
|
|
|
8447
8488
|
const PopularFilled = props => {
|
|
8448
8489
|
const {
|
|
8449
8490
|
color,
|
|
8450
8491
|
size
|
|
8451
8492
|
} = props,
|
|
8452
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8493
|
+
otherProps = _objectWithoutProperties(props, _excluded$3V);
|
|
8453
8494
|
|
|
8454
8495
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8455
8496
|
width: size,
|
|
@@ -8475,14 +8516,14 @@ PopularFilled.defaultProps = {
|
|
|
8475
8516
|
size: '24'
|
|
8476
8517
|
};
|
|
8477
8518
|
|
|
8478
|
-
const _excluded$
|
|
8519
|
+
const _excluded$3W = ["color", "size"];
|
|
8479
8520
|
|
|
8480
8521
|
const AlignLeft = props => {
|
|
8481
8522
|
const {
|
|
8482
8523
|
color,
|
|
8483
8524
|
size
|
|
8484
8525
|
} = props,
|
|
8485
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8526
|
+
otherProps = _objectWithoutProperties(props, _excluded$3W);
|
|
8486
8527
|
|
|
8487
8528
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8488
8529
|
width: size,
|
|
@@ -8515,14 +8556,14 @@ AlignLeft.defaultProps = {
|
|
|
8515
8556
|
size: '24'
|
|
8516
8557
|
};
|
|
8517
8558
|
|
|
8518
|
-
const _excluded$
|
|
8559
|
+
const _excluded$3X = ["color", "size"];
|
|
8519
8560
|
|
|
8520
8561
|
const AlignCenter = props => {
|
|
8521
8562
|
const {
|
|
8522
8563
|
color,
|
|
8523
8564
|
size
|
|
8524
8565
|
} = props,
|
|
8525
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8566
|
+
otherProps = _objectWithoutProperties(props, _excluded$3X);
|
|
8526
8567
|
|
|
8527
8568
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8528
8569
|
width: size,
|
|
@@ -8555,14 +8596,14 @@ AlignCenter.defaultProps = {
|
|
|
8555
8596
|
size: '24'
|
|
8556
8597
|
};
|
|
8557
8598
|
|
|
8558
|
-
const _excluded$
|
|
8599
|
+
const _excluded$3Y = ["color", "size"];
|
|
8559
8600
|
|
|
8560
8601
|
const AlignRight = props => {
|
|
8561
8602
|
const {
|
|
8562
8603
|
color,
|
|
8563
8604
|
size
|
|
8564
8605
|
} = props,
|
|
8565
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8606
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Y);
|
|
8566
8607
|
|
|
8567
8608
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8568
8609
|
width: size,
|
|
@@ -8595,14 +8636,14 @@ AlignRight.defaultProps = {
|
|
|
8595
8636
|
size: '24'
|
|
8596
8637
|
};
|
|
8597
8638
|
|
|
8598
|
-
const _excluded$
|
|
8639
|
+
const _excluded$3Z = ["color", "size"];
|
|
8599
8640
|
|
|
8600
8641
|
const AlignWide = props => {
|
|
8601
8642
|
const {
|
|
8602
8643
|
color,
|
|
8603
8644
|
size
|
|
8604
8645
|
} = props,
|
|
8605
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8646
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Z);
|
|
8606
8647
|
|
|
8607
8648
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8608
8649
|
width: size,
|
|
@@ -8635,14 +8676,14 @@ AlignWide.defaultProps = {
|
|
|
8635
8676
|
size: '24'
|
|
8636
8677
|
};
|
|
8637
8678
|
|
|
8638
|
-
const _excluded$
|
|
8679
|
+
const _excluded$3_ = ["color", "size"];
|
|
8639
8680
|
|
|
8640
8681
|
const Spacing = props => {
|
|
8641
8682
|
const {
|
|
8642
8683
|
color,
|
|
8643
8684
|
size
|
|
8644
8685
|
} = props,
|
|
8645
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8686
|
+
otherProps = _objectWithoutProperties(props, _excluded$3_);
|
|
8646
8687
|
|
|
8647
8688
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8648
8689
|
width: size,
|
|
@@ -8666,14 +8707,14 @@ Spacing.defaultProps = {
|
|
|
8666
8707
|
size: '24'
|
|
8667
8708
|
};
|
|
8668
8709
|
|
|
8669
|
-
const _excluded$
|
|
8710
|
+
const _excluded$3$ = ["color", "size"];
|
|
8670
8711
|
|
|
8671
8712
|
const Bold = props => {
|
|
8672
8713
|
const {
|
|
8673
8714
|
color,
|
|
8674
8715
|
size
|
|
8675
8716
|
} = props,
|
|
8676
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8717
|
+
otherProps = _objectWithoutProperties(props, _excluded$3$);
|
|
8677
8718
|
|
|
8678
8719
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8679
8720
|
width: size,
|
|
@@ -8697,14 +8738,14 @@ Bold.defaultProps = {
|
|
|
8697
8738
|
size: '24'
|
|
8698
8739
|
};
|
|
8699
8740
|
|
|
8700
|
-
const _excluded$
|
|
8741
|
+
const _excluded$40 = ["color", "size"];
|
|
8701
8742
|
|
|
8702
8743
|
const Italic = props => {
|
|
8703
8744
|
const {
|
|
8704
8745
|
color,
|
|
8705
8746
|
size
|
|
8706
8747
|
} = props,
|
|
8707
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8748
|
+
otherProps = _objectWithoutProperties(props, _excluded$40);
|
|
8708
8749
|
|
|
8709
8750
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8710
8751
|
width: size,
|
|
@@ -8728,14 +8769,14 @@ Italic.defaultProps = {
|
|
|
8728
8769
|
size: '24'
|
|
8729
8770
|
};
|
|
8730
8771
|
|
|
8731
|
-
const _excluded$
|
|
8772
|
+
const _excluded$41 = ["color", "size"];
|
|
8732
8773
|
|
|
8733
8774
|
const Underline = props => {
|
|
8734
8775
|
const {
|
|
8735
8776
|
color,
|
|
8736
8777
|
size
|
|
8737
8778
|
} = props,
|
|
8738
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8779
|
+
otherProps = _objectWithoutProperties(props, _excluded$41);
|
|
8739
8780
|
|
|
8740
8781
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8741
8782
|
width: size,
|
|
@@ -8762,14 +8803,14 @@ Underline.defaultProps = {
|
|
|
8762
8803
|
size: '24'
|
|
8763
8804
|
};
|
|
8764
8805
|
|
|
8765
|
-
const _excluded$
|
|
8806
|
+
const _excluded$42 = ["color", "size"];
|
|
8766
8807
|
|
|
8767
8808
|
const SendMessage = props => {
|
|
8768
8809
|
const {
|
|
8769
8810
|
color,
|
|
8770
8811
|
size
|
|
8771
8812
|
} = props,
|
|
8772
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8813
|
+
otherProps = _objectWithoutProperties(props, _excluded$42);
|
|
8773
8814
|
|
|
8774
8815
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8775
8816
|
width: size,
|
|
@@ -8804,14 +8845,14 @@ SendMessage.defaultProps = {
|
|
|
8804
8845
|
size: '24'
|
|
8805
8846
|
};
|
|
8806
8847
|
|
|
8807
|
-
const _excluded$
|
|
8848
|
+
const _excluded$43 = ["color", "size"];
|
|
8808
8849
|
|
|
8809
8850
|
const Undo = props => {
|
|
8810
8851
|
const {
|
|
8811
8852
|
color,
|
|
8812
8853
|
size
|
|
8813
8854
|
} = props,
|
|
8814
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8855
|
+
otherProps = _objectWithoutProperties(props, _excluded$43);
|
|
8815
8856
|
|
|
8816
8857
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8817
8858
|
width: size,
|
|
@@ -8838,14 +8879,14 @@ Undo.defaultProps = {
|
|
|
8838
8879
|
size: '24'
|
|
8839
8880
|
};
|
|
8840
8881
|
|
|
8841
|
-
const _excluded$
|
|
8882
|
+
const _excluded$44 = ["color", "size"];
|
|
8842
8883
|
|
|
8843
8884
|
const Redo = props => {
|
|
8844
8885
|
const {
|
|
8845
8886
|
color,
|
|
8846
8887
|
size
|
|
8847
8888
|
} = props,
|
|
8848
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8889
|
+
otherProps = _objectWithoutProperties(props, _excluded$44);
|
|
8849
8890
|
|
|
8850
8891
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8851
8892
|
width: size,
|
|
@@ -8872,14 +8913,14 @@ Redo.defaultProps = {
|
|
|
8872
8913
|
size: '24'
|
|
8873
8914
|
};
|
|
8874
8915
|
|
|
8875
|
-
const _excluded$
|
|
8916
|
+
const _excluded$45 = ["color", "size"];
|
|
8876
8917
|
|
|
8877
8918
|
const Analytics = props => {
|
|
8878
8919
|
const {
|
|
8879
8920
|
color,
|
|
8880
8921
|
size
|
|
8881
8922
|
} = props,
|
|
8882
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8923
|
+
otherProps = _objectWithoutProperties(props, _excluded$45);
|
|
8883
8924
|
|
|
8884
8925
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8885
8926
|
width: size,
|
|
@@ -8915,14 +8956,14 @@ Analytics.defaultProps = {
|
|
|
8915
8956
|
size: '24'
|
|
8916
8957
|
};
|
|
8917
8958
|
|
|
8918
|
-
const _excluded$
|
|
8959
|
+
const _excluded$46 = ["color", "size"];
|
|
8919
8960
|
|
|
8920
8961
|
const SystemField = props => {
|
|
8921
8962
|
const {
|
|
8922
8963
|
color,
|
|
8923
8964
|
size
|
|
8924
8965
|
} = props,
|
|
8925
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8966
|
+
otherProps = _objectWithoutProperties(props, _excluded$46);
|
|
8926
8967
|
|
|
8927
8968
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8928
8969
|
width: size,
|
|
@@ -8946,14 +8987,14 @@ SystemField.defaultProps = {
|
|
|
8946
8987
|
size: '24'
|
|
8947
8988
|
};
|
|
8948
8989
|
|
|
8949
|
-
const _excluded$
|
|
8990
|
+
const _excluded$47 = ["color", "size"];
|
|
8950
8991
|
|
|
8951
8992
|
const CustomField = props => {
|
|
8952
8993
|
const {
|
|
8953
8994
|
color,
|
|
8954
8995
|
size
|
|
8955
8996
|
} = props,
|
|
8956
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8997
|
+
otherProps = _objectWithoutProperties(props, _excluded$47);
|
|
8957
8998
|
|
|
8958
8999
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8959
9000
|
width: size,
|
|
@@ -8977,14 +9018,14 @@ CustomField.defaultProps = {
|
|
|
8977
9018
|
size: '24'
|
|
8978
9019
|
};
|
|
8979
9020
|
|
|
8980
|
-
const _excluded$
|
|
9021
|
+
const _excluded$48 = ["color", "size"];
|
|
8981
9022
|
|
|
8982
9023
|
const CustomFieldRemove = props => {
|
|
8983
9024
|
const {
|
|
8984
9025
|
color,
|
|
8985
9026
|
size
|
|
8986
9027
|
} = props,
|
|
8987
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9028
|
+
otherProps = _objectWithoutProperties(props, _excluded$48);
|
|
8988
9029
|
|
|
8989
9030
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8990
9031
|
width: size,
|
|
@@ -9008,14 +9049,14 @@ CustomFieldRemove.defaultProps = {
|
|
|
9008
9049
|
size: '24'
|
|
9009
9050
|
};
|
|
9010
9051
|
|
|
9011
|
-
const _excluded$
|
|
9052
|
+
const _excluded$49 = ["color", "size"];
|
|
9012
9053
|
|
|
9013
9054
|
const MessengerChannel = props => {
|
|
9014
9055
|
const {
|
|
9015
9056
|
color,
|
|
9016
9057
|
size
|
|
9017
9058
|
} = props,
|
|
9018
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9059
|
+
otherProps = _objectWithoutProperties(props, _excluded$49);
|
|
9019
9060
|
|
|
9020
9061
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9021
9062
|
width: size,
|
|
@@ -9059,14 +9100,14 @@ MessengerChannel.defaultProps = {
|
|
|
9059
9100
|
size: '24'
|
|
9060
9101
|
};
|
|
9061
9102
|
|
|
9062
|
-
const _excluded$
|
|
9103
|
+
const _excluded$4a = ["color", "size"];
|
|
9063
9104
|
|
|
9064
9105
|
const EmailChannel = props => {
|
|
9065
9106
|
const {
|
|
9066
9107
|
color,
|
|
9067
9108
|
size
|
|
9068
9109
|
} = props,
|
|
9069
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9110
|
+
otherProps = _objectWithoutProperties(props, _excluded$4a);
|
|
9070
9111
|
|
|
9071
9112
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9072
9113
|
width: size,
|
|
@@ -9110,14 +9151,14 @@ EmailChannel.defaultProps = {
|
|
|
9110
9151
|
size: '24'
|
|
9111
9152
|
};
|
|
9112
9153
|
|
|
9113
|
-
const _excluded$
|
|
9154
|
+
const _excluded$4b = ["color", "size"];
|
|
9114
9155
|
|
|
9115
9156
|
const GuestChatChannel = props => {
|
|
9116
9157
|
const {
|
|
9117
9158
|
color,
|
|
9118
9159
|
size
|
|
9119
9160
|
} = props,
|
|
9120
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9161
|
+
otherProps = _objectWithoutProperties(props, _excluded$4b);
|
|
9121
9162
|
|
|
9122
9163
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9123
9164
|
width: size,
|
|
@@ -9164,14 +9205,14 @@ GuestChatChannel.defaultProps = {
|
|
|
9164
9205
|
size: '24'
|
|
9165
9206
|
};
|
|
9166
9207
|
|
|
9167
|
-
const _excluded$
|
|
9208
|
+
const _excluded$4c = ["color", "size"];
|
|
9168
9209
|
|
|
9169
9210
|
const SmsChannel = props => {
|
|
9170
9211
|
const {
|
|
9171
9212
|
color,
|
|
9172
9213
|
size
|
|
9173
9214
|
} = props,
|
|
9174
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9215
|
+
otherProps = _objectWithoutProperties(props, _excluded$4c);
|
|
9175
9216
|
|
|
9176
9217
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9177
9218
|
width: size,
|
|
@@ -9210,14 +9251,14 @@ SmsChannel.defaultProps = {
|
|
|
9210
9251
|
size: '24'
|
|
9211
9252
|
};
|
|
9212
9253
|
|
|
9213
|
-
const _excluded$
|
|
9254
|
+
const _excluded$4d = ["color", "size"];
|
|
9214
9255
|
|
|
9215
9256
|
const Triggers = props => {
|
|
9216
9257
|
const {
|
|
9217
9258
|
color,
|
|
9218
9259
|
size
|
|
9219
9260
|
} = props,
|
|
9220
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9261
|
+
otherProps = _objectWithoutProperties(props, _excluded$4d);
|
|
9221
9262
|
|
|
9222
9263
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9223
9264
|
width: size,
|
|
@@ -9243,14 +9284,14 @@ Triggers.defaultProps = {
|
|
|
9243
9284
|
size: '24'
|
|
9244
9285
|
};
|
|
9245
9286
|
|
|
9246
|
-
const _excluded$
|
|
9287
|
+
const _excluded$4e = ["color", "size"];
|
|
9247
9288
|
|
|
9248
9289
|
const StartFlow = props => {
|
|
9249
9290
|
const {
|
|
9250
9291
|
color,
|
|
9251
9292
|
size
|
|
9252
9293
|
} = props,
|
|
9253
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9294
|
+
otherProps = _objectWithoutProperties(props, _excluded$4e);
|
|
9254
9295
|
|
|
9255
9296
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9256
9297
|
width: size,
|
|
@@ -9281,14 +9322,14 @@ StartFlow.defaultProps = {
|
|
|
9281
9322
|
size: '24'
|
|
9282
9323
|
};
|
|
9283
9324
|
|
|
9284
|
-
const _excluded$
|
|
9325
|
+
const _excluded$4f = ["color", "size"];
|
|
9285
9326
|
|
|
9286
9327
|
const WhatsAppChannel = props => {
|
|
9287
9328
|
const {
|
|
9288
9329
|
color,
|
|
9289
9330
|
size
|
|
9290
9331
|
} = props,
|
|
9291
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9332
|
+
otherProps = _objectWithoutProperties(props, _excluded$4f);
|
|
9292
9333
|
|
|
9293
9334
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9294
9335
|
width: size,
|
|
@@ -9329,14 +9370,14 @@ WhatsAppChannel.defaultProps = {
|
|
|
9329
9370
|
size: '24'
|
|
9330
9371
|
};
|
|
9331
9372
|
|
|
9332
|
-
const _excluded$
|
|
9373
|
+
const _excluded$4g = ["color", "size"];
|
|
9333
9374
|
|
|
9334
9375
|
const InstagramChannel = props => {
|
|
9335
9376
|
const {
|
|
9336
9377
|
color,
|
|
9337
9378
|
size
|
|
9338
9379
|
} = props,
|
|
9339
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9380
|
+
otherProps = _objectWithoutProperties(props, _excluded$4g);
|
|
9340
9381
|
|
|
9341
9382
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9342
9383
|
width: size,
|
|
@@ -9413,14 +9454,14 @@ InstagramChannel.defaultProps = {
|
|
|
9413
9454
|
size: '24'
|
|
9414
9455
|
};
|
|
9415
9456
|
|
|
9416
|
-
const _excluded$
|
|
9457
|
+
const _excluded$4h = ["color", "size"];
|
|
9417
9458
|
|
|
9418
9459
|
const WebChat = props => {
|
|
9419
9460
|
const {
|
|
9420
9461
|
color,
|
|
9421
9462
|
size
|
|
9422
9463
|
} = props,
|
|
9423
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9464
|
+
otherProps = _objectWithoutProperties(props, _excluded$4h);
|
|
9424
9465
|
|
|
9425
9466
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9426
9467
|
width: size,
|
|
@@ -9461,14 +9502,14 @@ WebChat.defaultProps = {
|
|
|
9461
9502
|
size: '24'
|
|
9462
9503
|
};
|
|
9463
9504
|
|
|
9464
|
-
const _excluded$
|
|
9505
|
+
const _excluded$4i = ["color", "size"];
|
|
9465
9506
|
|
|
9466
9507
|
const TelegramChannel = props => {
|
|
9467
9508
|
const {
|
|
9468
9509
|
color,
|
|
9469
9510
|
size
|
|
9470
9511
|
} = props,
|
|
9471
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9512
|
+
otherProps = _objectWithoutProperties(props, _excluded$4i);
|
|
9472
9513
|
|
|
9473
9514
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9474
9515
|
width: size,
|
|
@@ -9509,14 +9550,14 @@ TelegramChannel.defaultProps = {
|
|
|
9509
9550
|
size: '24'
|
|
9510
9551
|
};
|
|
9511
9552
|
|
|
9512
|
-
const _excluded$
|
|
9553
|
+
const _excluded$4j = ["color", "size"];
|
|
9513
9554
|
|
|
9514
9555
|
const Apple = props => {
|
|
9515
9556
|
const {
|
|
9516
9557
|
color,
|
|
9517
9558
|
size
|
|
9518
9559
|
} = props,
|
|
9519
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9560
|
+
otherProps = _objectWithoutProperties(props, _excluded$4j);
|
|
9520
9561
|
|
|
9521
9562
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9522
9563
|
width: size,
|
|
@@ -9540,14 +9581,14 @@ Apple.defaultProps = {
|
|
|
9540
9581
|
size: '24'
|
|
9541
9582
|
};
|
|
9542
9583
|
|
|
9543
|
-
const _excluded$
|
|
9584
|
+
const _excluded$4k = ["color", "size"];
|
|
9544
9585
|
|
|
9545
9586
|
const Google = props => {
|
|
9546
9587
|
const {
|
|
9547
9588
|
color,
|
|
9548
9589
|
size
|
|
9549
9590
|
} = props,
|
|
9550
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9591
|
+
otherProps = _objectWithoutProperties(props, _excluded$4k);
|
|
9551
9592
|
|
|
9552
9593
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9553
9594
|
width: size,
|
|
@@ -9588,14 +9629,14 @@ Google.defaultProps = {
|
|
|
9588
9629
|
size: '24'
|
|
9589
9630
|
};
|
|
9590
9631
|
|
|
9591
|
-
const _excluded$
|
|
9632
|
+
const _excluded$4l = ["color", "size"];
|
|
9592
9633
|
|
|
9593
9634
|
const Facebook = props => {
|
|
9594
9635
|
const {
|
|
9595
9636
|
color,
|
|
9596
9637
|
size
|
|
9597
9638
|
} = props,
|
|
9598
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9639
|
+
otherProps = _objectWithoutProperties(props, _excluded$4l);
|
|
9599
9640
|
|
|
9600
9641
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9601
9642
|
width: size,
|
|
@@ -9621,14 +9662,14 @@ Facebook.defaultProps = {
|
|
|
9621
9662
|
size: '24'
|
|
9622
9663
|
};
|
|
9623
9664
|
|
|
9624
|
-
const _excluded$
|
|
9665
|
+
const _excluded$4m = ["color", "size"];
|
|
9625
9666
|
|
|
9626
9667
|
const OmnichannelWidget = props => {
|
|
9627
9668
|
const {
|
|
9628
9669
|
color,
|
|
9629
9670
|
size
|
|
9630
9671
|
} = props,
|
|
9631
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9672
|
+
otherProps = _objectWithoutProperties(props, _excluded$4m);
|
|
9632
9673
|
|
|
9633
9674
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9634
9675
|
width: size,
|
|
@@ -9652,14 +9693,14 @@ OmnichannelWidget.defaultProps = {
|
|
|
9652
9693
|
size: '24'
|
|
9653
9694
|
};
|
|
9654
9695
|
|
|
9655
|
-
const _excluded$
|
|
9696
|
+
const _excluded$4n = ["color", "size"];
|
|
9656
9697
|
|
|
9657
9698
|
const IncreaseEngagement = props => {
|
|
9658
9699
|
const {
|
|
9659
9700
|
color,
|
|
9660
9701
|
size
|
|
9661
9702
|
} = props,
|
|
9662
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9703
|
+
otherProps = _objectWithoutProperties(props, _excluded$4n);
|
|
9663
9704
|
|
|
9664
9705
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9665
9706
|
width: size,
|
|
@@ -9683,14 +9724,14 @@ IncreaseEngagement.defaultProps = {
|
|
|
9683
9724
|
size: '24'
|
|
9684
9725
|
};
|
|
9685
9726
|
|
|
9686
|
-
const _excluded$
|
|
9727
|
+
const _excluded$4o = ["color", "size"];
|
|
9687
9728
|
|
|
9688
9729
|
const ShowcaseProducts = props => {
|
|
9689
9730
|
const {
|
|
9690
9731
|
color,
|
|
9691
9732
|
size
|
|
9692
9733
|
} = props,
|
|
9693
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9734
|
+
otherProps = _objectWithoutProperties(props, _excluded$4o);
|
|
9694
9735
|
|
|
9695
9736
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9696
9737
|
width: size,
|
|
@@ -9714,14 +9755,14 @@ ShowcaseProducts.defaultProps = {
|
|
|
9714
9755
|
size: '24'
|
|
9715
9756
|
};
|
|
9716
9757
|
|
|
9717
|
-
const _excluded$
|
|
9758
|
+
const _excluded$4p = ["color", "size"];
|
|
9718
9759
|
|
|
9719
9760
|
const Faq = props => {
|
|
9720
9761
|
const {
|
|
9721
9762
|
color,
|
|
9722
9763
|
size
|
|
9723
9764
|
} = props,
|
|
9724
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9765
|
+
otherProps = _objectWithoutProperties(props, _excluded$4p);
|
|
9725
9766
|
|
|
9726
9767
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9727
9768
|
width: size,
|
|
@@ -9745,14 +9786,14 @@ Faq.defaultProps = {
|
|
|
9745
9786
|
size: '24'
|
|
9746
9787
|
};
|
|
9747
9788
|
|
|
9748
|
-
const _excluded$
|
|
9789
|
+
const _excluded$4q = ["color", "size"];
|
|
9749
9790
|
|
|
9750
9791
|
const WebsiteRedirect = props => {
|
|
9751
9792
|
const {
|
|
9752
9793
|
color,
|
|
9753
9794
|
size
|
|
9754
9795
|
} = props,
|
|
9755
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9796
|
+
otherProps = _objectWithoutProperties(props, _excluded$4q);
|
|
9756
9797
|
|
|
9757
9798
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9758
9799
|
width: size,
|
|
@@ -9776,14 +9817,14 @@ WebsiteRedirect.defaultProps = {
|
|
|
9776
9817
|
size: '24'
|
|
9777
9818
|
};
|
|
9778
9819
|
|
|
9779
|
-
const _excluded$
|
|
9820
|
+
const _excluded$4r = ["color", "size"];
|
|
9780
9821
|
|
|
9781
9822
|
const Telegram = props => {
|
|
9782
9823
|
const {
|
|
9783
9824
|
color,
|
|
9784
9825
|
size
|
|
9785
9826
|
} = props,
|
|
9786
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9827
|
+
otherProps = _objectWithoutProperties(props, _excluded$4r);
|
|
9787
9828
|
|
|
9788
9829
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9789
9830
|
width: size,
|
|
@@ -9809,14 +9850,14 @@ Telegram.defaultProps = {
|
|
|
9809
9850
|
size: '24'
|
|
9810
9851
|
};
|
|
9811
9852
|
|
|
9812
|
-
const _excluded$
|
|
9853
|
+
const _excluded$4s = ["color", "size"];
|
|
9813
9854
|
|
|
9814
9855
|
const Tap = props => {
|
|
9815
9856
|
const {
|
|
9816
9857
|
color,
|
|
9817
9858
|
size
|
|
9818
9859
|
} = props,
|
|
9819
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9860
|
+
otherProps = _objectWithoutProperties(props, _excluded$4s);
|
|
9820
9861
|
|
|
9821
9862
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9822
9863
|
width: size,
|
|
@@ -9845,14 +9886,14 @@ Tap.defaultProps = {
|
|
|
9845
9886
|
size: '24'
|
|
9846
9887
|
};
|
|
9847
9888
|
|
|
9848
|
-
const _excluded$
|
|
9889
|
+
const _excluded$4t = ["color", "size"];
|
|
9849
9890
|
|
|
9850
9891
|
const NewOrphanMobile = props => {
|
|
9851
9892
|
const {
|
|
9852
9893
|
color,
|
|
9853
9894
|
size
|
|
9854
9895
|
} = props,
|
|
9855
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9896
|
+
otherProps = _objectWithoutProperties(props, _excluded$4t);
|
|
9856
9897
|
|
|
9857
9898
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9858
9899
|
width: size,
|
|
@@ -9884,14 +9925,14 @@ NewOrphanMobile.defaultProps = {
|
|
|
9884
9925
|
size: '24'
|
|
9885
9926
|
};
|
|
9886
9927
|
|
|
9887
|
-
const _excluded$
|
|
9928
|
+
const _excluded$4u = ["color", "size"];
|
|
9888
9929
|
|
|
9889
9930
|
const Export = props => {
|
|
9890
9931
|
const {
|
|
9891
9932
|
color,
|
|
9892
9933
|
size
|
|
9893
9934
|
} = props,
|
|
9894
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9935
|
+
otherProps = _objectWithoutProperties(props, _excluded$4u);
|
|
9895
9936
|
|
|
9896
9937
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9897
9938
|
width: size,
|
|
@@ -9918,14 +9959,14 @@ Export.defaultProps = {
|
|
|
9918
9959
|
size: '24'
|
|
9919
9960
|
};
|
|
9920
9961
|
|
|
9921
|
-
const _excluded$
|
|
9962
|
+
const _excluded$4v = ["color", "size"];
|
|
9922
9963
|
|
|
9923
9964
|
const Ai = props => {
|
|
9924
9965
|
const {
|
|
9925
9966
|
color,
|
|
9926
9967
|
size
|
|
9927
9968
|
} = props,
|
|
9928
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9969
|
+
otherProps = _objectWithoutProperties(props, _excluded$4v);
|
|
9929
9970
|
|
|
9930
9971
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9931
9972
|
width: size,
|
|
@@ -9951,14 +9992,14 @@ Ai.defaultProps = {
|
|
|
9951
9992
|
size: '24'
|
|
9952
9993
|
};
|
|
9953
9994
|
|
|
9954
|
-
const _excluded$
|
|
9995
|
+
const _excluded$4w = ["color", "size"];
|
|
9955
9996
|
|
|
9956
9997
|
const Bigcommerce = props => {
|
|
9957
9998
|
const {
|
|
9958
9999
|
color,
|
|
9959
10000
|
size
|
|
9960
10001
|
} = props,
|
|
9961
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10002
|
+
otherProps = _objectWithoutProperties(props, _excluded$4w);
|
|
9962
10003
|
|
|
9963
10004
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9964
10005
|
width: size,
|
|
@@ -9982,14 +10023,14 @@ Bigcommerce.defaultProps = {
|
|
|
9982
10023
|
size: '24'
|
|
9983
10024
|
};
|
|
9984
10025
|
|
|
9985
|
-
const _excluded$
|
|
10026
|
+
const _excluded$4x = ["color", "size"];
|
|
9986
10027
|
|
|
9987
10028
|
const Woocommerce = props => {
|
|
9988
10029
|
const {
|
|
9989
10030
|
color,
|
|
9990
10031
|
size
|
|
9991
10032
|
} = props,
|
|
9992
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10033
|
+
otherProps = _objectWithoutProperties(props, _excluded$4x);
|
|
9993
10034
|
|
|
9994
10035
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9995
10036
|
width: size,
|
|
@@ -10016,14 +10057,14 @@ Woocommerce.defaultProps = {
|
|
|
10016
10057
|
size: '24'
|
|
10017
10058
|
};
|
|
10018
10059
|
|
|
10019
|
-
const _excluded$
|
|
10060
|
+
const _excluded$4y = ["color", "size"];
|
|
10020
10061
|
|
|
10021
10062
|
const Amazon = props => {
|
|
10022
10063
|
const {
|
|
10023
10064
|
color,
|
|
10024
10065
|
size
|
|
10025
10066
|
} = props,
|
|
10026
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10067
|
+
otherProps = _objectWithoutProperties(props, _excluded$4y);
|
|
10027
10068
|
|
|
10028
10069
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10029
10070
|
width: size,
|
|
@@ -10050,14 +10091,14 @@ Amazon.defaultProps = {
|
|
|
10050
10091
|
size: '24'
|
|
10051
10092
|
};
|
|
10052
10093
|
|
|
10053
|
-
const _excluded$
|
|
10094
|
+
const _excluded$4z = ["color", "size"];
|
|
10054
10095
|
|
|
10055
10096
|
const Hotmart = props => {
|
|
10056
10097
|
const {
|
|
10057
10098
|
color,
|
|
10058
10099
|
size
|
|
10059
10100
|
} = props,
|
|
10060
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10101
|
+
otherProps = _objectWithoutProperties(props, _excluded$4z);
|
|
10061
10102
|
|
|
10062
10103
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10063
10104
|
width: size,
|
|
@@ -10081,14 +10122,14 @@ Hotmart.defaultProps = {
|
|
|
10081
10122
|
size: '24'
|
|
10082
10123
|
};
|
|
10083
10124
|
|
|
10084
|
-
const _excluded$
|
|
10125
|
+
const _excluded$4A = ["color", "size"];
|
|
10085
10126
|
|
|
10086
10127
|
const Creator = props => {
|
|
10087
10128
|
const {
|
|
10088
10129
|
color,
|
|
10089
10130
|
size
|
|
10090
10131
|
} = props,
|
|
10091
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10132
|
+
otherProps = _objectWithoutProperties(props, _excluded$4A);
|
|
10092
10133
|
|
|
10093
10134
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10094
10135
|
width: size,
|
|
@@ -10112,14 +10153,14 @@ Creator.defaultProps = {
|
|
|
10112
10153
|
size: '24'
|
|
10113
10154
|
};
|
|
10114
10155
|
|
|
10115
|
-
const _excluded$
|
|
10156
|
+
const _excluded$4B = ["color", "size"];
|
|
10116
10157
|
|
|
10117
10158
|
const InstagramDmList = props => {
|
|
10118
10159
|
const {
|
|
10119
10160
|
color,
|
|
10120
10161
|
size
|
|
10121
10162
|
} = props,
|
|
10122
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10163
|
+
otherProps = _objectWithoutProperties(props, _excluded$4B);
|
|
10123
10164
|
|
|
10124
10165
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10125
10166
|
width: size,
|
|
@@ -10154,14 +10195,14 @@ InstagramDmList.defaultProps = {
|
|
|
10154
10195
|
size: '24'
|
|
10155
10196
|
};
|
|
10156
10197
|
|
|
10157
|
-
const _excluded$
|
|
10198
|
+
const _excluded$4C = ["color", "size"];
|
|
10158
10199
|
|
|
10159
10200
|
const RealEstate = props => {
|
|
10160
10201
|
const {
|
|
10161
10202
|
color,
|
|
10162
10203
|
size
|
|
10163
10204
|
} = props,
|
|
10164
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10205
|
+
otherProps = _objectWithoutProperties(props, _excluded$4C);
|
|
10165
10206
|
|
|
10166
10207
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10167
10208
|
width: size,
|
|
@@ -10185,14 +10226,14 @@ RealEstate.defaultProps = {
|
|
|
10185
10226
|
size: '24'
|
|
10186
10227
|
};
|
|
10187
10228
|
|
|
10188
|
-
const _excluded$
|
|
10229
|
+
const _excluded$4D = ["color", "size"];
|
|
10189
10230
|
|
|
10190
10231
|
const Fitness = props => {
|
|
10191
10232
|
const {
|
|
10192
10233
|
color,
|
|
10193
10234
|
size
|
|
10194
10235
|
} = props,
|
|
10195
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10236
|
+
otherProps = _objectWithoutProperties(props, _excluded$4D);
|
|
10196
10237
|
|
|
10197
10238
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10198
10239
|
width: size,
|
|
@@ -10216,14 +10257,14 @@ Fitness.defaultProps = {
|
|
|
10216
10257
|
size: '24'
|
|
10217
10258
|
};
|
|
10218
10259
|
|
|
10219
|
-
const _excluded$
|
|
10260
|
+
const _excluded$4E = ["color", "size"];
|
|
10220
10261
|
|
|
10221
10262
|
const Hotel = props => {
|
|
10222
10263
|
const {
|
|
10223
10264
|
color,
|
|
10224
10265
|
size
|
|
10225
10266
|
} = props,
|
|
10226
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10267
|
+
otherProps = _objectWithoutProperties(props, _excluded$4E);
|
|
10227
10268
|
|
|
10228
10269
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10229
10270
|
width: size,
|
|
@@ -10247,14 +10288,14 @@ Hotel.defaultProps = {
|
|
|
10247
10288
|
size: '24'
|
|
10248
10289
|
};
|
|
10249
10290
|
|
|
10250
|
-
const _excluded$
|
|
10291
|
+
const _excluded$4F = ["color", "size"];
|
|
10251
10292
|
|
|
10252
10293
|
const Organization = props => {
|
|
10253
10294
|
const {
|
|
10254
10295
|
color,
|
|
10255
10296
|
size
|
|
10256
10297
|
} = props,
|
|
10257
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10298
|
+
otherProps = _objectWithoutProperties(props, _excluded$4F);
|
|
10258
10299
|
|
|
10259
10300
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10260
10301
|
width: size,
|
|
@@ -10278,14 +10319,14 @@ Organization.defaultProps = {
|
|
|
10278
10319
|
size: '24'
|
|
10279
10320
|
};
|
|
10280
10321
|
|
|
10281
|
-
const _excluded$
|
|
10322
|
+
const _excluded$4G = ["color", "size"];
|
|
10282
10323
|
|
|
10283
10324
|
const ProfessionalConsulting = props => {
|
|
10284
10325
|
const {
|
|
10285
10326
|
color,
|
|
10286
10327
|
size
|
|
10287
10328
|
} = props,
|
|
10288
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10329
|
+
otherProps = _objectWithoutProperties(props, _excluded$4G);
|
|
10289
10330
|
|
|
10290
10331
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10291
10332
|
width: size,
|
|
@@ -10309,14 +10350,14 @@ ProfessionalConsulting.defaultProps = {
|
|
|
10309
10350
|
size: '24'
|
|
10310
10351
|
};
|
|
10311
10352
|
|
|
10312
|
-
const _excluded$
|
|
10353
|
+
const _excluded$4H = ["color", "size"];
|
|
10313
10354
|
|
|
10314
10355
|
const MessengerList = props => {
|
|
10315
10356
|
const {
|
|
10316
10357
|
color,
|
|
10317
10358
|
size
|
|
10318
10359
|
} = props,
|
|
10319
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10360
|
+
otherProps = _objectWithoutProperties(props, _excluded$4H);
|
|
10320
10361
|
|
|
10321
10362
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10322
10363
|
width: size,
|
|
@@ -10346,14 +10387,14 @@ MessengerList.defaultProps = {
|
|
|
10346
10387
|
size: '24'
|
|
10347
10388
|
};
|
|
10348
10389
|
|
|
10349
|
-
const _excluded$
|
|
10390
|
+
const _excluded$4I = ["color", "size"];
|
|
10350
10391
|
|
|
10351
10392
|
const Integromat = props => {
|
|
10352
10393
|
const {
|
|
10353
10394
|
color,
|
|
10354
10395
|
size
|
|
10355
10396
|
} = props,
|
|
10356
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10397
|
+
otherProps = _objectWithoutProperties(props, _excluded$4I);
|
|
10357
10398
|
|
|
10358
10399
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10359
10400
|
width: size,
|
|
@@ -10377,14 +10418,14 @@ Integromat.defaultProps = {
|
|
|
10377
10418
|
size: '24'
|
|
10378
10419
|
};
|
|
10379
10420
|
|
|
10380
|
-
const _excluded$
|
|
10421
|
+
const _excluded$4J = ["color", "size"];
|
|
10381
10422
|
|
|
10382
10423
|
const Hubspot = props => {
|
|
10383
10424
|
const {
|
|
10384
10425
|
color,
|
|
10385
10426
|
size
|
|
10386
10427
|
} = props,
|
|
10387
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10428
|
+
otherProps = _objectWithoutProperties(props, _excluded$4J);
|
|
10388
10429
|
|
|
10389
10430
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10390
10431
|
width: size,
|
|
@@ -10408,14 +10449,14 @@ Hubspot.defaultProps = {
|
|
|
10408
10449
|
size: '24'
|
|
10409
10450
|
};
|
|
10410
10451
|
|
|
10411
|
-
const _excluded$
|
|
10452
|
+
const _excluded$4K = ["color", "size"];
|
|
10412
10453
|
|
|
10413
10454
|
const Klaviyo = props => {
|
|
10414
10455
|
const {
|
|
10415
10456
|
color,
|
|
10416
10457
|
size
|
|
10417
10458
|
} = props,
|
|
10418
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10459
|
+
otherProps = _objectWithoutProperties(props, _excluded$4K);
|
|
10419
10460
|
|
|
10420
10461
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10421
10462
|
width: size,
|
|
@@ -10463,14 +10504,14 @@ Klaviyo.defaultProps = {
|
|
|
10463
10504
|
size: '24'
|
|
10464
10505
|
};
|
|
10465
10506
|
|
|
10466
|
-
const _excluded$
|
|
10507
|
+
const _excluded$4L = ["color", "size"];
|
|
10467
10508
|
|
|
10468
10509
|
const Activecampaign = props => {
|
|
10469
10510
|
const {
|
|
10470
10511
|
color,
|
|
10471
10512
|
size
|
|
10472
10513
|
} = props,
|
|
10473
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10514
|
+
otherProps = _objectWithoutProperties(props, _excluded$4L);
|
|
10474
10515
|
|
|
10475
10516
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10476
10517
|
width: size,
|
|
@@ -10496,14 +10537,14 @@ Activecampaign.defaultProps = {
|
|
|
10496
10537
|
size: '24'
|
|
10497
10538
|
};
|
|
10498
10539
|
|
|
10499
|
-
const _excluded$
|
|
10540
|
+
const _excluded$4M = ["color", "size"];
|
|
10500
10541
|
|
|
10501
10542
|
const ChatGpt = props => {
|
|
10502
10543
|
const {
|
|
10503
10544
|
color,
|
|
10504
10545
|
size
|
|
10505
10546
|
} = props,
|
|
10506
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10547
|
+
otherProps = _objectWithoutProperties(props, _excluded$4M);
|
|
10507
10548
|
|
|
10508
10549
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10509
10550
|
width: size,
|
|
@@ -10527,14 +10568,14 @@ ChatGpt.defaultProps = {
|
|
|
10527
10568
|
size: '24'
|
|
10528
10569
|
};
|
|
10529
10570
|
|
|
10530
|
-
const _excluded$
|
|
10571
|
+
const _excluded$4N = ["color", "size"];
|
|
10531
10572
|
|
|
10532
10573
|
const MailChimp = props => {
|
|
10533
10574
|
const {
|
|
10534
10575
|
color,
|
|
10535
10576
|
size
|
|
10536
10577
|
} = props,
|
|
10537
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10578
|
+
otherProps = _objectWithoutProperties(props, _excluded$4N);
|
|
10538
10579
|
|
|
10539
10580
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10540
10581
|
width: size,
|
|
@@ -10576,14 +10617,14 @@ MailChimp.defaultProps = {
|
|
|
10576
10617
|
size: '24'
|
|
10577
10618
|
};
|
|
10578
10619
|
|
|
10579
|
-
const _excluded$
|
|
10620
|
+
const _excluded$4O = ["color", "size"];
|
|
10580
10621
|
|
|
10581
10622
|
const ConvertKit = props => {
|
|
10582
10623
|
const {
|
|
10583
10624
|
color,
|
|
10584
10625
|
size
|
|
10585
10626
|
} = props,
|
|
10586
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10627
|
+
otherProps = _objectWithoutProperties(props, _excluded$4O);
|
|
10587
10628
|
|
|
10588
10629
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10589
10630
|
width: size,
|
|
@@ -10607,14 +10648,14 @@ ConvertKit.defaultProps = {
|
|
|
10607
10648
|
size: '24'
|
|
10608
10649
|
};
|
|
10609
10650
|
|
|
10610
|
-
const _excluded$
|
|
10651
|
+
const _excluded$4P = ["color", "size"];
|
|
10611
10652
|
|
|
10612
10653
|
const GoogleSheets = props => {
|
|
10613
10654
|
const {
|
|
10614
10655
|
color,
|
|
10615
10656
|
size
|
|
10616
10657
|
} = props,
|
|
10617
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10658
|
+
otherProps = _objectWithoutProperties(props, _excluded$4P);
|
|
10618
10659
|
|
|
10619
10660
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10620
10661
|
width: size,
|
|
@@ -10649,14 +10690,14 @@ GoogleSheets.defaultProps = {
|
|
|
10649
10690
|
size: '24'
|
|
10650
10691
|
};
|
|
10651
10692
|
|
|
10652
|
-
const _excluded$
|
|
10693
|
+
const _excluded$4Q = ["color", "size"];
|
|
10653
10694
|
|
|
10654
10695
|
const Salesforce = props => {
|
|
10655
10696
|
const {
|
|
10656
10697
|
color,
|
|
10657
10698
|
size
|
|
10658
10699
|
} = props,
|
|
10659
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10700
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Q);
|
|
10660
10701
|
|
|
10661
10702
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10662
10703
|
width: size,
|
|
@@ -10689,6 +10730,348 @@ Salesforce.defaultProps = {
|
|
|
10689
10730
|
size: '24'
|
|
10690
10731
|
};
|
|
10691
10732
|
|
|
10733
|
+
const _excluded$4R = ["color", "size"];
|
|
10734
|
+
|
|
10735
|
+
const Pipedrive = props => {
|
|
10736
|
+
const {
|
|
10737
|
+
color,
|
|
10738
|
+
size
|
|
10739
|
+
} = props,
|
|
10740
|
+
otherProps = _objectWithoutProperties(props, _excluded$4R);
|
|
10741
|
+
|
|
10742
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10743
|
+
width: size,
|
|
10744
|
+
height: size,
|
|
10745
|
+
viewBox: "0 0 24 24",
|
|
10746
|
+
fill: "none",
|
|
10747
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10748
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10749
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10750
|
+
d: "M13.142 1C10.7541 1 9.37313 2.07155 8.70692 2.81183C8.62775 2.17407 8.20708 1.3466 6.56528 1.3466H3V5.07825H4.46121C4.70857 5.07825 4.78811 5.15706 4.78811 5.40406V22.4435H9.03784V16.0481C9.03784 15.8755 9.03455 15.7142 9.03018 15.5698C9.69383 16.1794 10.9617 17.0189 12.9421 17.0189C17.0958 17.0189 20 13.7262 20 9.01019C20 4.2194 17.2425 1 13.142 1ZM12.2788 13.3172C9.99082 13.3172 8.95137 11.1267 8.95137 9.09703C8.95137 5.90025 10.6997 4.76083 12.3353 4.76083C14.3416 4.76083 15.6908 6.49057 15.6908 9.06711C15.6908 12.0052 13.9757 13.3172 12.2788 13.3172Z",
|
|
10751
|
+
fill: "#231F1F"
|
|
10752
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10753
|
+
d: "M13.142 1C10.7541 1 9.37277 2.07155 8.70692 2.81146C8.62739 2.17407 8.20708 1.3466 6.56528 1.3466H3V5.07825H4.46121C4.70857 5.07825 4.78811 5.15706 4.78811 5.40369V14.8992C6.74113 14.2198 8.74195 13.5649 10.7814 12.9352C9.53257 12.2205 8.95137 10.6144 8.95137 9.09666C8.95137 5.90025 10.6997 4.76083 12.3353 4.76083C14.3416 4.76083 15.6908 6.49057 15.6908 9.06711C15.6908 10.1492 15.4558 11.0074 15.0768 11.6634C16.6642 11.2139 18.2736 10.7779 19.9077 10.3583C19.9606 9.92304 20 9.47501 20 9.01019C20 4.2194 17.2425 1 13.142 1Z",
|
|
10754
|
+
fill: "#3B3B3C"
|
|
10755
|
+
}));
|
|
10756
|
+
};
|
|
10757
|
+
|
|
10758
|
+
Pipedrive.propTypes = {
|
|
10759
|
+
color: PropTypes.string,
|
|
10760
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10761
|
+
};
|
|
10762
|
+
Pipedrive.defaultProps = {
|
|
10763
|
+
color: 'currentColor',
|
|
10764
|
+
size: '24'
|
|
10765
|
+
};
|
|
10766
|
+
|
|
10767
|
+
const _excluded$4S = ["color", "size"];
|
|
10768
|
+
|
|
10769
|
+
const Wiseagent = props => {
|
|
10770
|
+
const {
|
|
10771
|
+
color,
|
|
10772
|
+
size
|
|
10773
|
+
} = props,
|
|
10774
|
+
otherProps = _objectWithoutProperties(props, _excluded$4S);
|
|
10775
|
+
|
|
10776
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10777
|
+
width: size,
|
|
10778
|
+
height: size,
|
|
10779
|
+
viewBox: "0 0 24 24",
|
|
10780
|
+
fill: "none",
|
|
10781
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10782
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10783
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10784
|
+
d: "M6.40583 12.8027C6.49478 13.4182 7.96306 14.1535 8.87332 13.1893C9.97097 11.9019 8.81817 11.0142 8.75472 11.0082C8.43984 11.0325 8.76895 12.2322 8.39892 12.5441C7.85217 13.1454 6.40049 12.5761 6.40583 12.8027Z",
|
|
10785
|
+
fill: "#00559B"
|
|
10786
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10787
|
+
d: "M15.8992 12.725C15.6027 12.9112 16.7994 14.1636 18.0904 13.2753C19.3849 12.2209 18.228 10.7479 18.0524 10.8564C17.8259 10.9815 18.2861 11.6273 17.6812 12.3105C17.1612 12.8732 15.952 12.5921 15.8992 12.725Z",
|
|
10788
|
+
fill: "#00559B"
|
|
10789
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10790
|
+
d: "M19.6352 8.21577C19.6352 8.21577 21.3549 11.1843 21.088 14.4227C21.0252 15.2583 19.7834 19.0927 14.0704 16.4983C15.2487 18.4291 16.3191 20.1796 16.3191 20.1796H21.378C21.4681 18.6011 23.326 15.2939 20.192 8.28515C22.2847 6.77121 22.4324 5.6611 22.8771 5.25489C23.1191 5.05327 22.9655 4.31735 22.7455 4.0167L18.4165 5.32546C18.4165 5.32546 13.8611 2.40788 7.66952 5.22999C4.86935 3.72376 3.06603 5.05802 3.20005 5.4915C3.35245 6.14381 4.25441 7.00782 5.32893 7.72594C4.40088 8.73998 1.27338 17.7886 1 20.179H6.2131C6.57543 18.3579 6.98401 17.8978 6.98401 17.8978C10.6126 18.9059 13.1548 15.8892 13.1548 15.8892C7.01722 18.0875 5.0941 16.4822 4.62444 12.6769C4.49576 11.5615 5.85434 8.59232 7.05576 8.4583C5.01405 6.23869 4.59361 5.8651 4.72407 5.54369C4.97372 5.12028 10.3274 7.71349 13.5124 14.7578C13.1014 12.0721 13.3078 10.8778 13.3078 10.8778C11.5507 8.0177 9.37026 6.40354 9.37026 6.40354C11.8561 5.46067 15.126 5.76488 16.5332 6.43023C15.2659 7.81193 15.0252 10.2397 15.0252 10.2397C17.7874 6.90878 21.4237 4.96195 22.417 4.66545C22.1151 5.92084 19.6352 8.21577 19.6352 8.21577Z",
|
|
10791
|
+
fill: "#00559B"
|
|
10792
|
+
}));
|
|
10793
|
+
};
|
|
10794
|
+
|
|
10795
|
+
Wiseagent.propTypes = {
|
|
10796
|
+
color: PropTypes.string,
|
|
10797
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10798
|
+
};
|
|
10799
|
+
Wiseagent.defaultProps = {
|
|
10800
|
+
color: 'currentColor',
|
|
10801
|
+
size: '24'
|
|
10802
|
+
};
|
|
10803
|
+
|
|
10804
|
+
const _excluded$4T = ["color", "size"];
|
|
10805
|
+
|
|
10806
|
+
const Apptivo = props => {
|
|
10807
|
+
const {
|
|
10808
|
+
color,
|
|
10809
|
+
size
|
|
10810
|
+
} = props,
|
|
10811
|
+
otherProps = _objectWithoutProperties(props, _excluded$4T);
|
|
10812
|
+
|
|
10813
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10814
|
+
width: size,
|
|
10815
|
+
height: size,
|
|
10816
|
+
viewBox: "0 0 24 24",
|
|
10817
|
+
fill: "none",
|
|
10818
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10819
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10820
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10821
|
+
d: "M12.4983 8.84533C8.81355 12.2194 8.54718 17.8575 8.63597 18.3015C8.63597 18.3015 15.5172 19.0118 19.202 14.9719C22.8868 10.9319 23.1532 5.02735 23.1532 5.02735C22.4428 4.84976 16.1831 5.4713 12.4983 8.84533Z",
|
|
10822
|
+
fill: "#1FADE4"
|
|
10823
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10824
|
+
d: "M5.79467 13.196C8.05882 14.9274 8.05882 18.3015 8.05882 18.3015C8.05882 18.3015 4.50721 18.479 2.7758 16.2593C1.0444 14.0395 1 11.8642 1 11.8642C1 11.8642 3.53052 11.4646 5.79467 13.196Z",
|
|
10825
|
+
fill: "#1FADE4"
|
|
10826
|
+
}));
|
|
10827
|
+
};
|
|
10828
|
+
|
|
10829
|
+
Apptivo.propTypes = {
|
|
10830
|
+
color: PropTypes.string,
|
|
10831
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10832
|
+
};
|
|
10833
|
+
Apptivo.defaultProps = {
|
|
10834
|
+
color: 'currentColor',
|
|
10835
|
+
size: '24'
|
|
10836
|
+
};
|
|
10837
|
+
|
|
10838
|
+
const _excluded$4U = ["color", "size"];
|
|
10839
|
+
|
|
10840
|
+
const Zillow = props => {
|
|
10841
|
+
const {
|
|
10842
|
+
color,
|
|
10843
|
+
size
|
|
10844
|
+
} = props,
|
|
10845
|
+
otherProps = _objectWithoutProperties(props, _excluded$4U);
|
|
10846
|
+
|
|
10847
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10848
|
+
width: size,
|
|
10849
|
+
height: size,
|
|
10850
|
+
viewBox: "0 0 24 24",
|
|
10851
|
+
fill: "none",
|
|
10852
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10853
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10854
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10855
|
+
fillRule: "evenodd",
|
|
10856
|
+
clipRule: "evenodd",
|
|
10857
|
+
d: "M3 12.0148V8.65944L12.0092 1.15894L21 8.65944V11.7292C18.7004 12.1711 13.6008 13.7444 11.4294 14.7319C11.4123 14.7392 11.3903 14.7367 11.4159 14.7013C12.6634 13.023 14.8995 10.682 16.9098 9.02684C16.9232 9.01707 16.9342 9.00609 16.9415 8.99266C16.9501 8.97802 16.9562 8.96337 16.9586 8.9475C16.9599 8.93163 16.9599 8.91577 16.955 8.90112C16.9513 8.88525 16.944 8.8706 16.9342 8.8584C16.662 8.50809 15.6648 7.22647 15.356 6.85786C15.3023 6.79439 15.2608 6.76021 15.1693 6.78462C12.2447 7.55359 5.7927 10.2645 3 12.0148ZM5.98067 17.5417C5.93429 17.4843 5.93063 17.455 5.99044 17.361C7.2867 15.3531 9.93416 12.2309 11.6222 10.9078C11.6527 10.8834 11.6442 10.8626 11.6088 10.8748C9.84994 11.4814 4.85163 13.7481 3.00122 14.8527V22.0212H21V15.1212C18.5417 15.5619 11.195 17.8663 7.85427 19.6826C7.79325 19.7241 7.70902 19.7119 7.6602 19.652L5.98067 17.5417Z",
|
|
10858
|
+
fill: "#006AFF"
|
|
10859
|
+
}));
|
|
10860
|
+
};
|
|
10861
|
+
|
|
10862
|
+
Zillow.propTypes = {
|
|
10863
|
+
color: PropTypes.string,
|
|
10864
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10865
|
+
};
|
|
10866
|
+
Zillow.defaultProps = {
|
|
10867
|
+
color: 'currentColor',
|
|
10868
|
+
size: '24'
|
|
10869
|
+
};
|
|
10870
|
+
|
|
10871
|
+
const _excluded$4V = ["color", "size"];
|
|
10872
|
+
|
|
10873
|
+
const Canva = props => {
|
|
10874
|
+
const {
|
|
10875
|
+
color,
|
|
10876
|
+
size
|
|
10877
|
+
} = props,
|
|
10878
|
+
otherProps = _objectWithoutProperties(props, _excluded$4V);
|
|
10879
|
+
|
|
10880
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10881
|
+
width: size,
|
|
10882
|
+
height: size,
|
|
10883
|
+
viewBox: "0 0 24 24",
|
|
10884
|
+
fill: "none",
|
|
10885
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10886
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10887
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10888
|
+
d: "M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z",
|
|
10889
|
+
fill: "#7D2AE7"
|
|
10890
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10891
|
+
d: "M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z",
|
|
10892
|
+
fill: "url(#paint0_radial_9151_260)"
|
|
10893
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10894
|
+
d: "M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z",
|
|
10895
|
+
fill: "url(#paint1_radial_9151_260)"
|
|
10896
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10897
|
+
d: "M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z",
|
|
10898
|
+
fill: "url(#paint2_radial_9151_260)"
|
|
10899
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10900
|
+
d: "M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z",
|
|
10901
|
+
fill: "url(#paint3_radial_9151_260)"
|
|
10902
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10903
|
+
d: "M16.7495 14.2566C16.6588 14.2566 16.5789 14.3332 16.4957 14.5007C15.5569 16.4044 13.9354 17.7513 12.059 17.7513C9.88932 17.7513 8.54571 15.7928 8.54571 13.087C8.54571 8.50364 11.0994 5.85365 13.3424 5.85365C14.3906 5.85365 15.0306 6.51232 15.0306 7.5605C15.0306 8.80453 14.3239 9.4632 14.3239 9.90195C14.3239 10.0989 14.4464 10.2181 14.6893 10.2181C15.6653 10.2181 16.8108 9.09667 16.8108 7.51236C16.8108 5.97619 15.4738 4.84705 13.2308 4.84705C9.52387 4.84705 6.22943 8.28372 6.22943 13.0388C6.22943 16.7195 8.33126 19.1518 11.5743 19.1518C15.0164 19.1518 17.0067 15.7271 17.0067 14.6155C17.0067 14.3694 16.8808 14.2566 16.7495 14.2566Z",
|
|
10904
|
+
fill: "white"
|
|
10905
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
10906
|
+
id: "paint0_radial_9151_260",
|
|
10907
|
+
cx: "0",
|
|
10908
|
+
cy: "0",
|
|
10909
|
+
r: "1",
|
|
10910
|
+
gradientUnits: "userSpaceOnUse",
|
|
10911
|
+
gradientTransform: "translate(5.24957 20.4991) rotate(-49.416) scale(17.0151)"
|
|
10912
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
10913
|
+
stopColor: "#6420FF"
|
|
10914
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
10915
|
+
offset: "1",
|
|
10916
|
+
stopColor: "#6420FF",
|
|
10917
|
+
stopOpacity: "0"
|
|
10918
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
10919
|
+
id: "paint1_radial_9151_260",
|
|
10920
|
+
cx: "0",
|
|
10921
|
+
cy: "0",
|
|
10922
|
+
r: "1",
|
|
10923
|
+
gradientUnits: "userSpaceOnUse",
|
|
10924
|
+
gradientTransform: "translate(6.82417 3.50101) rotate(54.703) scale(19.1877)"
|
|
10925
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
10926
|
+
stopColor: "#00C4CC"
|
|
10927
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
10928
|
+
offset: "1",
|
|
10929
|
+
stopColor: "#00C4CC",
|
|
10930
|
+
stopOpacity: "0"
|
|
10931
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
10932
|
+
id: "paint2_radial_9151_260",
|
|
10933
|
+
cx: "0",
|
|
10934
|
+
cy: "0",
|
|
10935
|
+
r: "1",
|
|
10936
|
+
gradientUnits: "userSpaceOnUse",
|
|
10937
|
+
gradientTransform: "translate(5.24947 20.4989) rotate(-45.1954) scale(16.8092 7.73075)"
|
|
10938
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
10939
|
+
stopColor: "#6420FF"
|
|
10940
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
10941
|
+
offset: "1",
|
|
10942
|
+
stopColor: "#6420FF",
|
|
10943
|
+
stopOpacity: "0"
|
|
10944
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
10945
|
+
id: "paint3_radial_9151_260",
|
|
10946
|
+
cx: "0",
|
|
10947
|
+
cy: "0",
|
|
10948
|
+
r: "1",
|
|
10949
|
+
gradientUnits: "userSpaceOnUse",
|
|
10950
|
+
gradientTransform: "translate(9.99684 3.96421) rotate(66.5198) scale(17.3205 29.0157)"
|
|
10951
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
10952
|
+
stopColor: "#00C4CC",
|
|
10953
|
+
stopOpacity: "0.725916"
|
|
10954
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
10955
|
+
offset: "0.0001",
|
|
10956
|
+
stopColor: "#00C4CC"
|
|
10957
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
10958
|
+
offset: "1",
|
|
10959
|
+
stopColor: "#00C4CC",
|
|
10960
|
+
stopOpacity: "0"
|
|
10961
|
+
}))));
|
|
10962
|
+
};
|
|
10963
|
+
|
|
10964
|
+
Canva.propTypes = {
|
|
10965
|
+
color: PropTypes.string,
|
|
10966
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10967
|
+
};
|
|
10968
|
+
Canva.defaultProps = {
|
|
10969
|
+
color: 'currentColor',
|
|
10970
|
+
size: '24'
|
|
10971
|
+
};
|
|
10972
|
+
|
|
10973
|
+
const _excluded$4W = ["color", "size"];
|
|
10974
|
+
|
|
10975
|
+
const Kajabi = props => {
|
|
10976
|
+
const {
|
|
10977
|
+
color,
|
|
10978
|
+
size
|
|
10979
|
+
} = props,
|
|
10980
|
+
otherProps = _objectWithoutProperties(props, _excluded$4W);
|
|
10981
|
+
|
|
10982
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10983
|
+
width: size,
|
|
10984
|
+
height: size,
|
|
10985
|
+
viewBox: "0 0 24 24",
|
|
10986
|
+
fill: "none",
|
|
10987
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10988
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10989
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10990
|
+
fillRule: "evenodd",
|
|
10991
|
+
clipRule: "evenodd",
|
|
10992
|
+
d: "M2 22.2294V2H21.9996L2 22.2294Z",
|
|
10993
|
+
fill: "#2B74E7"
|
|
10994
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10995
|
+
fillRule: "evenodd",
|
|
10996
|
+
clipRule: "evenodd",
|
|
10997
|
+
d: "M6 22.2295L14.0004 14.1379L22.0002 22.2295H6Z",
|
|
10998
|
+
fill: "#2B74E7"
|
|
10999
|
+
}));
|
|
11000
|
+
};
|
|
11001
|
+
|
|
11002
|
+
Kajabi.propTypes = {
|
|
11003
|
+
color: PropTypes.string,
|
|
11004
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
11005
|
+
};
|
|
11006
|
+
Kajabi.defaultProps = {
|
|
11007
|
+
color: 'currentColor',
|
|
11008
|
+
size: '24'
|
|
11009
|
+
};
|
|
11010
|
+
|
|
11011
|
+
const _excluded$4X = ["color", "size"];
|
|
11012
|
+
|
|
11013
|
+
const Magento = props => {
|
|
11014
|
+
const {
|
|
11015
|
+
color,
|
|
11016
|
+
size
|
|
11017
|
+
} = props,
|
|
11018
|
+
otherProps = _objectWithoutProperties(props, _excluded$4X);
|
|
11019
|
+
|
|
11020
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11021
|
+
width: size,
|
|
11022
|
+
height: size,
|
|
11023
|
+
viewBox: "0 0 24 24",
|
|
11024
|
+
fill: "none",
|
|
11025
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11026
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
11027
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11028
|
+
d: "M13.2716 16.0061V3.79581L12.0708 3.06196L10.8692 3.79972V15.9966L7.75775 14.0809V3.63896L12.0708 0.999878L16.4204 3.65775V14.0876L13.2716 16.0061ZM12.0708 22.4355L3 16.9398V6.49652L5.35587 5.10866V15.553L12.0727 19.6371L18.7957 15.5589L18.8234 15.5431L18.8205 5.12426L21.1531 6.49652V16.9398L12.0708 22.4355Z",
|
|
11029
|
+
fill: "#EC6737"
|
|
11030
|
+
}));
|
|
11031
|
+
};
|
|
11032
|
+
|
|
11033
|
+
Magento.propTypes = {
|
|
11034
|
+
color: PropTypes.string,
|
|
11035
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
11036
|
+
};
|
|
11037
|
+
Magento.defaultProps = {
|
|
11038
|
+
color: 'currentColor',
|
|
11039
|
+
size: '24'
|
|
11040
|
+
};
|
|
11041
|
+
|
|
11042
|
+
const _excluded$4Y = ["color", "size"];
|
|
11043
|
+
|
|
11044
|
+
const ArrowDownRight = props => {
|
|
11045
|
+
const {
|
|
11046
|
+
color,
|
|
11047
|
+
size
|
|
11048
|
+
} = props,
|
|
11049
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Y);
|
|
11050
|
+
|
|
11051
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11052
|
+
width: size,
|
|
11053
|
+
height: size,
|
|
11054
|
+
viewBox: "0 0 24 24",
|
|
11055
|
+
fill: "none",
|
|
11056
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11057
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
11058
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11059
|
+
fillRule: "evenodd",
|
|
11060
|
+
clipRule: "evenodd",
|
|
11061
|
+
d: "M3.70005 2.59998H2.30005V14.3H15V12.9H3.70005V2.59998ZM15 6.5V8.57042L19.9296 13.5L15 18.4296L15 20.5L22 13.5L15 6.5Z",
|
|
11062
|
+
fill: color
|
|
11063
|
+
}));
|
|
11064
|
+
};
|
|
11065
|
+
|
|
11066
|
+
ArrowDownRight.propTypes = {
|
|
11067
|
+
color: PropTypes.string,
|
|
11068
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
11069
|
+
};
|
|
11070
|
+
ArrowDownRight.defaultProps = {
|
|
11071
|
+
color: 'currentColor',
|
|
11072
|
+
size: '24'
|
|
11073
|
+
};
|
|
11074
|
+
|
|
10692
11075
|
exports.Action = Action;
|
|
10693
11076
|
exports.ActionMarkConversationAsDone = ActionMarkConversationAsDone;
|
|
10694
11077
|
exports.Activecampaign = Activecampaign;
|
|
@@ -10706,8 +11089,10 @@ exports.All = All;
|
|
|
10706
11089
|
exports.Amazon = Amazon;
|
|
10707
11090
|
exports.Analytics = Analytics;
|
|
10708
11091
|
exports.Apple = Apple;
|
|
11092
|
+
exports.Apptivo = Apptivo;
|
|
10709
11093
|
exports.Archive = Archive;
|
|
10710
11094
|
exports.ArrowDown = ArrowDown;
|
|
11095
|
+
exports.ArrowDownRight = ArrowDownRight;
|
|
10711
11096
|
exports.ArrowDrag = ArrowDrag;
|
|
10712
11097
|
exports.ArrowDropDown = ArrowDropDown;
|
|
10713
11098
|
exports.ArrowDropUp = ArrowDropUp;
|
|
@@ -10737,6 +11122,7 @@ exports.ButtonEmailBlock = ButtonEmailBlock;
|
|
|
10737
11122
|
exports.Calendar = Calendar;
|
|
10738
11123
|
exports.Camera = Camera;
|
|
10739
11124
|
exports.CannedResponse = CannedResponse;
|
|
11125
|
+
exports.Canva = Canva;
|
|
10740
11126
|
exports.Cart = Cart;
|
|
10741
11127
|
exports.Cgt20 = Cgt20;
|
|
10742
11128
|
exports.ChatGpt = ChatGpt;
|
|
@@ -10840,12 +11226,14 @@ exports.InstagramChannel3 = InstagramChannel3;
|
|
|
10840
11226
|
exports.InstagramDmList = InstagramDmList;
|
|
10841
11227
|
exports.Integromat = Integromat;
|
|
10842
11228
|
exports.Italic = Italic;
|
|
11229
|
+
exports.Kajabi = Kajabi;
|
|
10843
11230
|
exports.Keyboard = Keyboard;
|
|
10844
11231
|
exports.Keywords = Keywords;
|
|
10845
11232
|
exports.Klaviyo = Klaviyo;
|
|
10846
11233
|
exports.Link = Link;
|
|
10847
11234
|
exports.LiveChat = LiveChat;
|
|
10848
11235
|
exports.Logout = Logout;
|
|
11236
|
+
exports.Magento = Magento;
|
|
10849
11237
|
exports.MagicWand = MagicWand;
|
|
10850
11238
|
exports.Magnet = Magnet;
|
|
10851
11239
|
exports.MailChimp = MailChimp;
|
|
@@ -10908,6 +11296,7 @@ exports.OtnRequest = OtnRequest;
|
|
|
10908
11296
|
exports.Pause = Pause;
|
|
10909
11297
|
exports.PhoneOutgoing = PhoneOutgoing;
|
|
10910
11298
|
exports.Pin = Pin;
|
|
11299
|
+
exports.Pipedrive = Pipedrive;
|
|
10911
11300
|
exports.Play = Play;
|
|
10912
11301
|
exports.Plus = Plus;
|
|
10913
11302
|
exports.Popular = Popular;
|
|
@@ -10954,6 +11343,7 @@ exports.Star = Star;
|
|
|
10954
11343
|
exports.Starred = Starred;
|
|
10955
11344
|
exports.StartFlow = StartFlow;
|
|
10956
11345
|
exports.Stop = Stop;
|
|
11346
|
+
exports.StopRecord = StopRecord;
|
|
10957
11347
|
exports.SystemField = SystemField;
|
|
10958
11348
|
exports.TableView = TableView;
|
|
10959
11349
|
exports.Tap = Tap;
|
|
@@ -10995,5 +11385,7 @@ exports.WebsiteRedirect = WebsiteRedirect;
|
|
|
10995
11385
|
exports.WelcomeMessage = WelcomeMessage;
|
|
10996
11386
|
exports.WhatsAppChannel = WhatsAppChannel;
|
|
10997
11387
|
exports.WhatsAppWidget = WhatsAppWidget;
|
|
11388
|
+
exports.Wiseagent = Wiseagent;
|
|
10998
11389
|
exports.Woocommerce = Woocommerce;
|
|
10999
11390
|
exports.Zapier = Zapier;
|
|
11391
|
+
exports.Zillow = Zillow;
|