@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.es.js
CHANGED
|
@@ -886,7 +886,12 @@ const Unsubscribed = props => {
|
|
|
886
886
|
xmlns: "http://www.w3.org/2000/svg",
|
|
887
887
|
preserveAspectRatio: "xMidYMid meet"
|
|
888
888
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
889
|
-
d: "
|
|
889
|
+
d: "M12 12.9091L16 16V14.1818L13.1429 12L16 9.81818V8.09091L12 11.0909L8 8V9.72727L10.8571 12L8 14.2727V16L12 12.9091Z",
|
|
890
|
+
fill: color
|
|
891
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
892
|
+
fillRule: "evenodd",
|
|
893
|
+
clipRule: "evenodd",
|
|
894
|
+
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",
|
|
890
895
|
fill: color
|
|
891
896
|
}));
|
|
892
897
|
};
|
|
@@ -7075,7 +7080,7 @@ const Send2 = props => {
|
|
|
7075
7080
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7076
7081
|
fillRule: "evenodd",
|
|
7077
7082
|
clipRule: "evenodd",
|
|
7078
|
-
d: "
|
|
7083
|
+
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",
|
|
7079
7084
|
fill: color
|
|
7080
7085
|
}));
|
|
7081
7086
|
};
|
|
@@ -8281,13 +8286,49 @@ TriggersLines.defaultProps = {
|
|
|
8281
8286
|
|
|
8282
8287
|
const _excluded$3P = ["color", "size"];
|
|
8283
8288
|
|
|
8284
|
-
const
|
|
8289
|
+
const StopRecord = props => {
|
|
8285
8290
|
const {
|
|
8286
8291
|
color,
|
|
8287
8292
|
size
|
|
8288
8293
|
} = props,
|
|
8289
8294
|
otherProps = _objectWithoutProperties(props, _excluded$3P);
|
|
8290
8295
|
|
|
8296
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8297
|
+
width: size,
|
|
8298
|
+
height: size,
|
|
8299
|
+
viewBox: "0 0 24 24",
|
|
8300
|
+
fill: "none",
|
|
8301
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8302
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
8303
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8304
|
+
d: "M16 8H8V16H16V8Z",
|
|
8305
|
+
fill: color
|
|
8306
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8307
|
+
fillRule: "evenodd",
|
|
8308
|
+
clipRule: "evenodd",
|
|
8309
|
+
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",
|
|
8310
|
+
fill: color
|
|
8311
|
+
}));
|
|
8312
|
+
};
|
|
8313
|
+
|
|
8314
|
+
StopRecord.propTypes = {
|
|
8315
|
+
color: PropTypes.string,
|
|
8316
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
8317
|
+
};
|
|
8318
|
+
StopRecord.defaultProps = {
|
|
8319
|
+
color: 'currentColor',
|
|
8320
|
+
size: '24'
|
|
8321
|
+
};
|
|
8322
|
+
|
|
8323
|
+
const _excluded$3Q = ["color", "size"];
|
|
8324
|
+
|
|
8325
|
+
const Cloud = props => {
|
|
8326
|
+
const {
|
|
8327
|
+
color,
|
|
8328
|
+
size
|
|
8329
|
+
} = props,
|
|
8330
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Q);
|
|
8331
|
+
|
|
8291
8332
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8292
8333
|
width: size,
|
|
8293
8334
|
height: size,
|
|
@@ -8310,14 +8351,14 @@ Cloud.defaultProps = {
|
|
|
8310
8351
|
size: '24'
|
|
8311
8352
|
};
|
|
8312
8353
|
|
|
8313
|
-
const _excluded$
|
|
8354
|
+
const _excluded$3R = ["color", "size"];
|
|
8314
8355
|
|
|
8315
8356
|
const CloudError = props => {
|
|
8316
8357
|
const {
|
|
8317
8358
|
color,
|
|
8318
8359
|
size
|
|
8319
8360
|
} = props,
|
|
8320
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8361
|
+
otherProps = _objectWithoutProperties(props, _excluded$3R);
|
|
8321
8362
|
|
|
8322
8363
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8323
8364
|
width: size,
|
|
@@ -8341,14 +8382,14 @@ CloudError.defaultProps = {
|
|
|
8341
8382
|
size: '24'
|
|
8342
8383
|
};
|
|
8343
8384
|
|
|
8344
|
-
const _excluded$
|
|
8385
|
+
const _excluded$3S = ["color", "size"];
|
|
8345
8386
|
|
|
8346
8387
|
const CloudUpload = props => {
|
|
8347
8388
|
const {
|
|
8348
8389
|
color,
|
|
8349
8390
|
size
|
|
8350
8391
|
} = props,
|
|
8351
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8392
|
+
otherProps = _objectWithoutProperties(props, _excluded$3S);
|
|
8352
8393
|
|
|
8353
8394
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8354
8395
|
width: size,
|
|
@@ -8372,14 +8413,14 @@ CloudUpload.defaultProps = {
|
|
|
8372
8413
|
size: '24'
|
|
8373
8414
|
};
|
|
8374
8415
|
|
|
8375
|
-
const _excluded$
|
|
8416
|
+
const _excluded$3T = ["color", "size"];
|
|
8376
8417
|
|
|
8377
8418
|
const CloudDownload = props => {
|
|
8378
8419
|
const {
|
|
8379
8420
|
color,
|
|
8380
8421
|
size
|
|
8381
8422
|
} = props,
|
|
8382
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8423
|
+
otherProps = _objectWithoutProperties(props, _excluded$3T);
|
|
8383
8424
|
|
|
8384
8425
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8385
8426
|
width: size,
|
|
@@ -8403,14 +8444,14 @@ CloudDownload.defaultProps = {
|
|
|
8403
8444
|
size: '24'
|
|
8404
8445
|
};
|
|
8405
8446
|
|
|
8406
|
-
const _excluded$
|
|
8447
|
+
const _excluded$3U = ["color", "size"];
|
|
8407
8448
|
|
|
8408
8449
|
const Popular = props => {
|
|
8409
8450
|
const {
|
|
8410
8451
|
color,
|
|
8411
8452
|
size
|
|
8412
8453
|
} = props,
|
|
8413
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8454
|
+
otherProps = _objectWithoutProperties(props, _excluded$3U);
|
|
8414
8455
|
|
|
8415
8456
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8416
8457
|
width: size,
|
|
@@ -8436,14 +8477,14 @@ Popular.defaultProps = {
|
|
|
8436
8477
|
size: '24'
|
|
8437
8478
|
};
|
|
8438
8479
|
|
|
8439
|
-
const _excluded$
|
|
8480
|
+
const _excluded$3V = ["color", "size"];
|
|
8440
8481
|
|
|
8441
8482
|
const PopularFilled = props => {
|
|
8442
8483
|
const {
|
|
8443
8484
|
color,
|
|
8444
8485
|
size
|
|
8445
8486
|
} = props,
|
|
8446
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8487
|
+
otherProps = _objectWithoutProperties(props, _excluded$3V);
|
|
8447
8488
|
|
|
8448
8489
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8449
8490
|
width: size,
|
|
@@ -8469,14 +8510,14 @@ PopularFilled.defaultProps = {
|
|
|
8469
8510
|
size: '24'
|
|
8470
8511
|
};
|
|
8471
8512
|
|
|
8472
|
-
const _excluded$
|
|
8513
|
+
const _excluded$3W = ["color", "size"];
|
|
8473
8514
|
|
|
8474
8515
|
const AlignLeft = props => {
|
|
8475
8516
|
const {
|
|
8476
8517
|
color,
|
|
8477
8518
|
size
|
|
8478
8519
|
} = props,
|
|
8479
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8520
|
+
otherProps = _objectWithoutProperties(props, _excluded$3W);
|
|
8480
8521
|
|
|
8481
8522
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8482
8523
|
width: size,
|
|
@@ -8509,14 +8550,14 @@ AlignLeft.defaultProps = {
|
|
|
8509
8550
|
size: '24'
|
|
8510
8551
|
};
|
|
8511
8552
|
|
|
8512
|
-
const _excluded$
|
|
8553
|
+
const _excluded$3X = ["color", "size"];
|
|
8513
8554
|
|
|
8514
8555
|
const AlignCenter = props => {
|
|
8515
8556
|
const {
|
|
8516
8557
|
color,
|
|
8517
8558
|
size
|
|
8518
8559
|
} = props,
|
|
8519
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8560
|
+
otherProps = _objectWithoutProperties(props, _excluded$3X);
|
|
8520
8561
|
|
|
8521
8562
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8522
8563
|
width: size,
|
|
@@ -8549,14 +8590,14 @@ AlignCenter.defaultProps = {
|
|
|
8549
8590
|
size: '24'
|
|
8550
8591
|
};
|
|
8551
8592
|
|
|
8552
|
-
const _excluded$
|
|
8593
|
+
const _excluded$3Y = ["color", "size"];
|
|
8553
8594
|
|
|
8554
8595
|
const AlignRight = props => {
|
|
8555
8596
|
const {
|
|
8556
8597
|
color,
|
|
8557
8598
|
size
|
|
8558
8599
|
} = props,
|
|
8559
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8600
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Y);
|
|
8560
8601
|
|
|
8561
8602
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8562
8603
|
width: size,
|
|
@@ -8589,14 +8630,14 @@ AlignRight.defaultProps = {
|
|
|
8589
8630
|
size: '24'
|
|
8590
8631
|
};
|
|
8591
8632
|
|
|
8592
|
-
const _excluded$
|
|
8633
|
+
const _excluded$3Z = ["color", "size"];
|
|
8593
8634
|
|
|
8594
8635
|
const AlignWide = props => {
|
|
8595
8636
|
const {
|
|
8596
8637
|
color,
|
|
8597
8638
|
size
|
|
8598
8639
|
} = props,
|
|
8599
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8640
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Z);
|
|
8600
8641
|
|
|
8601
8642
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8602
8643
|
width: size,
|
|
@@ -8629,14 +8670,14 @@ AlignWide.defaultProps = {
|
|
|
8629
8670
|
size: '24'
|
|
8630
8671
|
};
|
|
8631
8672
|
|
|
8632
|
-
const _excluded$
|
|
8673
|
+
const _excluded$3_ = ["color", "size"];
|
|
8633
8674
|
|
|
8634
8675
|
const Spacing = props => {
|
|
8635
8676
|
const {
|
|
8636
8677
|
color,
|
|
8637
8678
|
size
|
|
8638
8679
|
} = props,
|
|
8639
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8680
|
+
otherProps = _objectWithoutProperties(props, _excluded$3_);
|
|
8640
8681
|
|
|
8641
8682
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8642
8683
|
width: size,
|
|
@@ -8660,14 +8701,14 @@ Spacing.defaultProps = {
|
|
|
8660
8701
|
size: '24'
|
|
8661
8702
|
};
|
|
8662
8703
|
|
|
8663
|
-
const _excluded$
|
|
8704
|
+
const _excluded$3$ = ["color", "size"];
|
|
8664
8705
|
|
|
8665
8706
|
const Bold = props => {
|
|
8666
8707
|
const {
|
|
8667
8708
|
color,
|
|
8668
8709
|
size
|
|
8669
8710
|
} = props,
|
|
8670
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8711
|
+
otherProps = _objectWithoutProperties(props, _excluded$3$);
|
|
8671
8712
|
|
|
8672
8713
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8673
8714
|
width: size,
|
|
@@ -8691,14 +8732,14 @@ Bold.defaultProps = {
|
|
|
8691
8732
|
size: '24'
|
|
8692
8733
|
};
|
|
8693
8734
|
|
|
8694
|
-
const _excluded$
|
|
8735
|
+
const _excluded$40 = ["color", "size"];
|
|
8695
8736
|
|
|
8696
8737
|
const Italic = props => {
|
|
8697
8738
|
const {
|
|
8698
8739
|
color,
|
|
8699
8740
|
size
|
|
8700
8741
|
} = props,
|
|
8701
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8742
|
+
otherProps = _objectWithoutProperties(props, _excluded$40);
|
|
8702
8743
|
|
|
8703
8744
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8704
8745
|
width: size,
|
|
@@ -8722,14 +8763,14 @@ Italic.defaultProps = {
|
|
|
8722
8763
|
size: '24'
|
|
8723
8764
|
};
|
|
8724
8765
|
|
|
8725
|
-
const _excluded$
|
|
8766
|
+
const _excluded$41 = ["color", "size"];
|
|
8726
8767
|
|
|
8727
8768
|
const Underline = props => {
|
|
8728
8769
|
const {
|
|
8729
8770
|
color,
|
|
8730
8771
|
size
|
|
8731
8772
|
} = props,
|
|
8732
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8773
|
+
otherProps = _objectWithoutProperties(props, _excluded$41);
|
|
8733
8774
|
|
|
8734
8775
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8735
8776
|
width: size,
|
|
@@ -8756,14 +8797,14 @@ Underline.defaultProps = {
|
|
|
8756
8797
|
size: '24'
|
|
8757
8798
|
};
|
|
8758
8799
|
|
|
8759
|
-
const _excluded$
|
|
8800
|
+
const _excluded$42 = ["color", "size"];
|
|
8760
8801
|
|
|
8761
8802
|
const SendMessage = props => {
|
|
8762
8803
|
const {
|
|
8763
8804
|
color,
|
|
8764
8805
|
size
|
|
8765
8806
|
} = props,
|
|
8766
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8807
|
+
otherProps = _objectWithoutProperties(props, _excluded$42);
|
|
8767
8808
|
|
|
8768
8809
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8769
8810
|
width: size,
|
|
@@ -8798,14 +8839,14 @@ SendMessage.defaultProps = {
|
|
|
8798
8839
|
size: '24'
|
|
8799
8840
|
};
|
|
8800
8841
|
|
|
8801
|
-
const _excluded$
|
|
8842
|
+
const _excluded$43 = ["color", "size"];
|
|
8802
8843
|
|
|
8803
8844
|
const Undo = props => {
|
|
8804
8845
|
const {
|
|
8805
8846
|
color,
|
|
8806
8847
|
size
|
|
8807
8848
|
} = props,
|
|
8808
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8849
|
+
otherProps = _objectWithoutProperties(props, _excluded$43);
|
|
8809
8850
|
|
|
8810
8851
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8811
8852
|
width: size,
|
|
@@ -8832,14 +8873,14 @@ Undo.defaultProps = {
|
|
|
8832
8873
|
size: '24'
|
|
8833
8874
|
};
|
|
8834
8875
|
|
|
8835
|
-
const _excluded$
|
|
8876
|
+
const _excluded$44 = ["color", "size"];
|
|
8836
8877
|
|
|
8837
8878
|
const Redo = props => {
|
|
8838
8879
|
const {
|
|
8839
8880
|
color,
|
|
8840
8881
|
size
|
|
8841
8882
|
} = props,
|
|
8842
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8883
|
+
otherProps = _objectWithoutProperties(props, _excluded$44);
|
|
8843
8884
|
|
|
8844
8885
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8845
8886
|
width: size,
|
|
@@ -8866,14 +8907,14 @@ Redo.defaultProps = {
|
|
|
8866
8907
|
size: '24'
|
|
8867
8908
|
};
|
|
8868
8909
|
|
|
8869
|
-
const _excluded$
|
|
8910
|
+
const _excluded$45 = ["color", "size"];
|
|
8870
8911
|
|
|
8871
8912
|
const Analytics = props => {
|
|
8872
8913
|
const {
|
|
8873
8914
|
color,
|
|
8874
8915
|
size
|
|
8875
8916
|
} = props,
|
|
8876
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8917
|
+
otherProps = _objectWithoutProperties(props, _excluded$45);
|
|
8877
8918
|
|
|
8878
8919
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8879
8920
|
width: size,
|
|
@@ -8909,14 +8950,14 @@ Analytics.defaultProps = {
|
|
|
8909
8950
|
size: '24'
|
|
8910
8951
|
};
|
|
8911
8952
|
|
|
8912
|
-
const _excluded$
|
|
8953
|
+
const _excluded$46 = ["color", "size"];
|
|
8913
8954
|
|
|
8914
8955
|
const SystemField = props => {
|
|
8915
8956
|
const {
|
|
8916
8957
|
color,
|
|
8917
8958
|
size
|
|
8918
8959
|
} = props,
|
|
8919
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8960
|
+
otherProps = _objectWithoutProperties(props, _excluded$46);
|
|
8920
8961
|
|
|
8921
8962
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8922
8963
|
width: size,
|
|
@@ -8940,14 +8981,14 @@ SystemField.defaultProps = {
|
|
|
8940
8981
|
size: '24'
|
|
8941
8982
|
};
|
|
8942
8983
|
|
|
8943
|
-
const _excluded$
|
|
8984
|
+
const _excluded$47 = ["color", "size"];
|
|
8944
8985
|
|
|
8945
8986
|
const CustomField = props => {
|
|
8946
8987
|
const {
|
|
8947
8988
|
color,
|
|
8948
8989
|
size
|
|
8949
8990
|
} = props,
|
|
8950
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8991
|
+
otherProps = _objectWithoutProperties(props, _excluded$47);
|
|
8951
8992
|
|
|
8952
8993
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8953
8994
|
width: size,
|
|
@@ -8971,14 +9012,14 @@ CustomField.defaultProps = {
|
|
|
8971
9012
|
size: '24'
|
|
8972
9013
|
};
|
|
8973
9014
|
|
|
8974
|
-
const _excluded$
|
|
9015
|
+
const _excluded$48 = ["color", "size"];
|
|
8975
9016
|
|
|
8976
9017
|
const CustomFieldRemove = props => {
|
|
8977
9018
|
const {
|
|
8978
9019
|
color,
|
|
8979
9020
|
size
|
|
8980
9021
|
} = props,
|
|
8981
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9022
|
+
otherProps = _objectWithoutProperties(props, _excluded$48);
|
|
8982
9023
|
|
|
8983
9024
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8984
9025
|
width: size,
|
|
@@ -9002,14 +9043,14 @@ CustomFieldRemove.defaultProps = {
|
|
|
9002
9043
|
size: '24'
|
|
9003
9044
|
};
|
|
9004
9045
|
|
|
9005
|
-
const _excluded$
|
|
9046
|
+
const _excluded$49 = ["color", "size"];
|
|
9006
9047
|
|
|
9007
9048
|
const MessengerChannel = props => {
|
|
9008
9049
|
const {
|
|
9009
9050
|
color,
|
|
9010
9051
|
size
|
|
9011
9052
|
} = props,
|
|
9012
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9053
|
+
otherProps = _objectWithoutProperties(props, _excluded$49);
|
|
9013
9054
|
|
|
9014
9055
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9015
9056
|
width: size,
|
|
@@ -9053,14 +9094,14 @@ MessengerChannel.defaultProps = {
|
|
|
9053
9094
|
size: '24'
|
|
9054
9095
|
};
|
|
9055
9096
|
|
|
9056
|
-
const _excluded$
|
|
9097
|
+
const _excluded$4a = ["color", "size"];
|
|
9057
9098
|
|
|
9058
9099
|
const EmailChannel = props => {
|
|
9059
9100
|
const {
|
|
9060
9101
|
color,
|
|
9061
9102
|
size
|
|
9062
9103
|
} = props,
|
|
9063
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9104
|
+
otherProps = _objectWithoutProperties(props, _excluded$4a);
|
|
9064
9105
|
|
|
9065
9106
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9066
9107
|
width: size,
|
|
@@ -9104,14 +9145,14 @@ EmailChannel.defaultProps = {
|
|
|
9104
9145
|
size: '24'
|
|
9105
9146
|
};
|
|
9106
9147
|
|
|
9107
|
-
const _excluded$
|
|
9148
|
+
const _excluded$4b = ["color", "size"];
|
|
9108
9149
|
|
|
9109
9150
|
const GuestChatChannel = props => {
|
|
9110
9151
|
const {
|
|
9111
9152
|
color,
|
|
9112
9153
|
size
|
|
9113
9154
|
} = props,
|
|
9114
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9155
|
+
otherProps = _objectWithoutProperties(props, _excluded$4b);
|
|
9115
9156
|
|
|
9116
9157
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9117
9158
|
width: size,
|
|
@@ -9158,14 +9199,14 @@ GuestChatChannel.defaultProps = {
|
|
|
9158
9199
|
size: '24'
|
|
9159
9200
|
};
|
|
9160
9201
|
|
|
9161
|
-
const _excluded$
|
|
9202
|
+
const _excluded$4c = ["color", "size"];
|
|
9162
9203
|
|
|
9163
9204
|
const SmsChannel = props => {
|
|
9164
9205
|
const {
|
|
9165
9206
|
color,
|
|
9166
9207
|
size
|
|
9167
9208
|
} = props,
|
|
9168
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9209
|
+
otherProps = _objectWithoutProperties(props, _excluded$4c);
|
|
9169
9210
|
|
|
9170
9211
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9171
9212
|
width: size,
|
|
@@ -9204,14 +9245,14 @@ SmsChannel.defaultProps = {
|
|
|
9204
9245
|
size: '24'
|
|
9205
9246
|
};
|
|
9206
9247
|
|
|
9207
|
-
const _excluded$
|
|
9248
|
+
const _excluded$4d = ["color", "size"];
|
|
9208
9249
|
|
|
9209
9250
|
const Triggers = props => {
|
|
9210
9251
|
const {
|
|
9211
9252
|
color,
|
|
9212
9253
|
size
|
|
9213
9254
|
} = props,
|
|
9214
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9255
|
+
otherProps = _objectWithoutProperties(props, _excluded$4d);
|
|
9215
9256
|
|
|
9216
9257
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9217
9258
|
width: size,
|
|
@@ -9237,14 +9278,14 @@ Triggers.defaultProps = {
|
|
|
9237
9278
|
size: '24'
|
|
9238
9279
|
};
|
|
9239
9280
|
|
|
9240
|
-
const _excluded$
|
|
9281
|
+
const _excluded$4e = ["color", "size"];
|
|
9241
9282
|
|
|
9242
9283
|
const StartFlow = props => {
|
|
9243
9284
|
const {
|
|
9244
9285
|
color,
|
|
9245
9286
|
size
|
|
9246
9287
|
} = props,
|
|
9247
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9288
|
+
otherProps = _objectWithoutProperties(props, _excluded$4e);
|
|
9248
9289
|
|
|
9249
9290
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9250
9291
|
width: size,
|
|
@@ -9275,14 +9316,14 @@ StartFlow.defaultProps = {
|
|
|
9275
9316
|
size: '24'
|
|
9276
9317
|
};
|
|
9277
9318
|
|
|
9278
|
-
const _excluded$
|
|
9319
|
+
const _excluded$4f = ["color", "size"];
|
|
9279
9320
|
|
|
9280
9321
|
const WhatsAppChannel = props => {
|
|
9281
9322
|
const {
|
|
9282
9323
|
color,
|
|
9283
9324
|
size
|
|
9284
9325
|
} = props,
|
|
9285
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9326
|
+
otherProps = _objectWithoutProperties(props, _excluded$4f);
|
|
9286
9327
|
|
|
9287
9328
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9288
9329
|
width: size,
|
|
@@ -9323,14 +9364,14 @@ WhatsAppChannel.defaultProps = {
|
|
|
9323
9364
|
size: '24'
|
|
9324
9365
|
};
|
|
9325
9366
|
|
|
9326
|
-
const _excluded$
|
|
9367
|
+
const _excluded$4g = ["color", "size"];
|
|
9327
9368
|
|
|
9328
9369
|
const InstagramChannel = props => {
|
|
9329
9370
|
const {
|
|
9330
9371
|
color,
|
|
9331
9372
|
size
|
|
9332
9373
|
} = props,
|
|
9333
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9374
|
+
otherProps = _objectWithoutProperties(props, _excluded$4g);
|
|
9334
9375
|
|
|
9335
9376
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9336
9377
|
width: size,
|
|
@@ -9407,14 +9448,14 @@ InstagramChannel.defaultProps = {
|
|
|
9407
9448
|
size: '24'
|
|
9408
9449
|
};
|
|
9409
9450
|
|
|
9410
|
-
const _excluded$
|
|
9451
|
+
const _excluded$4h = ["color", "size"];
|
|
9411
9452
|
|
|
9412
9453
|
const WebChat = props => {
|
|
9413
9454
|
const {
|
|
9414
9455
|
color,
|
|
9415
9456
|
size
|
|
9416
9457
|
} = props,
|
|
9417
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9458
|
+
otherProps = _objectWithoutProperties(props, _excluded$4h);
|
|
9418
9459
|
|
|
9419
9460
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9420
9461
|
width: size,
|
|
@@ -9455,14 +9496,14 @@ WebChat.defaultProps = {
|
|
|
9455
9496
|
size: '24'
|
|
9456
9497
|
};
|
|
9457
9498
|
|
|
9458
|
-
const _excluded$
|
|
9499
|
+
const _excluded$4i = ["color", "size"];
|
|
9459
9500
|
|
|
9460
9501
|
const TelegramChannel = props => {
|
|
9461
9502
|
const {
|
|
9462
9503
|
color,
|
|
9463
9504
|
size
|
|
9464
9505
|
} = props,
|
|
9465
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9506
|
+
otherProps = _objectWithoutProperties(props, _excluded$4i);
|
|
9466
9507
|
|
|
9467
9508
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9468
9509
|
width: size,
|
|
@@ -9503,14 +9544,14 @@ TelegramChannel.defaultProps = {
|
|
|
9503
9544
|
size: '24'
|
|
9504
9545
|
};
|
|
9505
9546
|
|
|
9506
|
-
const _excluded$
|
|
9547
|
+
const _excluded$4j = ["color", "size"];
|
|
9507
9548
|
|
|
9508
9549
|
const Apple = props => {
|
|
9509
9550
|
const {
|
|
9510
9551
|
color,
|
|
9511
9552
|
size
|
|
9512
9553
|
} = props,
|
|
9513
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9554
|
+
otherProps = _objectWithoutProperties(props, _excluded$4j);
|
|
9514
9555
|
|
|
9515
9556
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9516
9557
|
width: size,
|
|
@@ -9534,14 +9575,14 @@ Apple.defaultProps = {
|
|
|
9534
9575
|
size: '24'
|
|
9535
9576
|
};
|
|
9536
9577
|
|
|
9537
|
-
const _excluded$
|
|
9578
|
+
const _excluded$4k = ["color", "size"];
|
|
9538
9579
|
|
|
9539
9580
|
const Google = props => {
|
|
9540
9581
|
const {
|
|
9541
9582
|
color,
|
|
9542
9583
|
size
|
|
9543
9584
|
} = props,
|
|
9544
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9585
|
+
otherProps = _objectWithoutProperties(props, _excluded$4k);
|
|
9545
9586
|
|
|
9546
9587
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9547
9588
|
width: size,
|
|
@@ -9582,14 +9623,14 @@ Google.defaultProps = {
|
|
|
9582
9623
|
size: '24'
|
|
9583
9624
|
};
|
|
9584
9625
|
|
|
9585
|
-
const _excluded$
|
|
9626
|
+
const _excluded$4l = ["color", "size"];
|
|
9586
9627
|
|
|
9587
9628
|
const Facebook = props => {
|
|
9588
9629
|
const {
|
|
9589
9630
|
color,
|
|
9590
9631
|
size
|
|
9591
9632
|
} = props,
|
|
9592
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9633
|
+
otherProps = _objectWithoutProperties(props, _excluded$4l);
|
|
9593
9634
|
|
|
9594
9635
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9595
9636
|
width: size,
|
|
@@ -9615,14 +9656,14 @@ Facebook.defaultProps = {
|
|
|
9615
9656
|
size: '24'
|
|
9616
9657
|
};
|
|
9617
9658
|
|
|
9618
|
-
const _excluded$
|
|
9659
|
+
const _excluded$4m = ["color", "size"];
|
|
9619
9660
|
|
|
9620
9661
|
const OmnichannelWidget = props => {
|
|
9621
9662
|
const {
|
|
9622
9663
|
color,
|
|
9623
9664
|
size
|
|
9624
9665
|
} = props,
|
|
9625
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9666
|
+
otherProps = _objectWithoutProperties(props, _excluded$4m);
|
|
9626
9667
|
|
|
9627
9668
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9628
9669
|
width: size,
|
|
@@ -9646,14 +9687,14 @@ OmnichannelWidget.defaultProps = {
|
|
|
9646
9687
|
size: '24'
|
|
9647
9688
|
};
|
|
9648
9689
|
|
|
9649
|
-
const _excluded$
|
|
9690
|
+
const _excluded$4n = ["color", "size"];
|
|
9650
9691
|
|
|
9651
9692
|
const IncreaseEngagement = props => {
|
|
9652
9693
|
const {
|
|
9653
9694
|
color,
|
|
9654
9695
|
size
|
|
9655
9696
|
} = props,
|
|
9656
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9697
|
+
otherProps = _objectWithoutProperties(props, _excluded$4n);
|
|
9657
9698
|
|
|
9658
9699
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9659
9700
|
width: size,
|
|
@@ -9677,14 +9718,14 @@ IncreaseEngagement.defaultProps = {
|
|
|
9677
9718
|
size: '24'
|
|
9678
9719
|
};
|
|
9679
9720
|
|
|
9680
|
-
const _excluded$
|
|
9721
|
+
const _excluded$4o = ["color", "size"];
|
|
9681
9722
|
|
|
9682
9723
|
const ShowcaseProducts = props => {
|
|
9683
9724
|
const {
|
|
9684
9725
|
color,
|
|
9685
9726
|
size
|
|
9686
9727
|
} = props,
|
|
9687
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9728
|
+
otherProps = _objectWithoutProperties(props, _excluded$4o);
|
|
9688
9729
|
|
|
9689
9730
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9690
9731
|
width: size,
|
|
@@ -9708,14 +9749,14 @@ ShowcaseProducts.defaultProps = {
|
|
|
9708
9749
|
size: '24'
|
|
9709
9750
|
};
|
|
9710
9751
|
|
|
9711
|
-
const _excluded$
|
|
9752
|
+
const _excluded$4p = ["color", "size"];
|
|
9712
9753
|
|
|
9713
9754
|
const Faq = props => {
|
|
9714
9755
|
const {
|
|
9715
9756
|
color,
|
|
9716
9757
|
size
|
|
9717
9758
|
} = props,
|
|
9718
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9759
|
+
otherProps = _objectWithoutProperties(props, _excluded$4p);
|
|
9719
9760
|
|
|
9720
9761
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9721
9762
|
width: size,
|
|
@@ -9739,14 +9780,14 @@ Faq.defaultProps = {
|
|
|
9739
9780
|
size: '24'
|
|
9740
9781
|
};
|
|
9741
9782
|
|
|
9742
|
-
const _excluded$
|
|
9783
|
+
const _excluded$4q = ["color", "size"];
|
|
9743
9784
|
|
|
9744
9785
|
const WebsiteRedirect = props => {
|
|
9745
9786
|
const {
|
|
9746
9787
|
color,
|
|
9747
9788
|
size
|
|
9748
9789
|
} = props,
|
|
9749
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9790
|
+
otherProps = _objectWithoutProperties(props, _excluded$4q);
|
|
9750
9791
|
|
|
9751
9792
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9752
9793
|
width: size,
|
|
@@ -9770,14 +9811,14 @@ WebsiteRedirect.defaultProps = {
|
|
|
9770
9811
|
size: '24'
|
|
9771
9812
|
};
|
|
9772
9813
|
|
|
9773
|
-
const _excluded$
|
|
9814
|
+
const _excluded$4r = ["color", "size"];
|
|
9774
9815
|
|
|
9775
9816
|
const Telegram = props => {
|
|
9776
9817
|
const {
|
|
9777
9818
|
color,
|
|
9778
9819
|
size
|
|
9779
9820
|
} = props,
|
|
9780
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9821
|
+
otherProps = _objectWithoutProperties(props, _excluded$4r);
|
|
9781
9822
|
|
|
9782
9823
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9783
9824
|
width: size,
|
|
@@ -9803,14 +9844,14 @@ Telegram.defaultProps = {
|
|
|
9803
9844
|
size: '24'
|
|
9804
9845
|
};
|
|
9805
9846
|
|
|
9806
|
-
const _excluded$
|
|
9847
|
+
const _excluded$4s = ["color", "size"];
|
|
9807
9848
|
|
|
9808
9849
|
const Tap = props => {
|
|
9809
9850
|
const {
|
|
9810
9851
|
color,
|
|
9811
9852
|
size
|
|
9812
9853
|
} = props,
|
|
9813
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9854
|
+
otherProps = _objectWithoutProperties(props, _excluded$4s);
|
|
9814
9855
|
|
|
9815
9856
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9816
9857
|
width: size,
|
|
@@ -9839,14 +9880,14 @@ Tap.defaultProps = {
|
|
|
9839
9880
|
size: '24'
|
|
9840
9881
|
};
|
|
9841
9882
|
|
|
9842
|
-
const _excluded$
|
|
9883
|
+
const _excluded$4t = ["color", "size"];
|
|
9843
9884
|
|
|
9844
9885
|
const NewOrphanMobile = props => {
|
|
9845
9886
|
const {
|
|
9846
9887
|
color,
|
|
9847
9888
|
size
|
|
9848
9889
|
} = props,
|
|
9849
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9890
|
+
otherProps = _objectWithoutProperties(props, _excluded$4t);
|
|
9850
9891
|
|
|
9851
9892
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9852
9893
|
width: size,
|
|
@@ -9878,14 +9919,14 @@ NewOrphanMobile.defaultProps = {
|
|
|
9878
9919
|
size: '24'
|
|
9879
9920
|
};
|
|
9880
9921
|
|
|
9881
|
-
const _excluded$
|
|
9922
|
+
const _excluded$4u = ["color", "size"];
|
|
9882
9923
|
|
|
9883
9924
|
const Export = props => {
|
|
9884
9925
|
const {
|
|
9885
9926
|
color,
|
|
9886
9927
|
size
|
|
9887
9928
|
} = props,
|
|
9888
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9929
|
+
otherProps = _objectWithoutProperties(props, _excluded$4u);
|
|
9889
9930
|
|
|
9890
9931
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9891
9932
|
width: size,
|
|
@@ -9912,14 +9953,14 @@ Export.defaultProps = {
|
|
|
9912
9953
|
size: '24'
|
|
9913
9954
|
};
|
|
9914
9955
|
|
|
9915
|
-
const _excluded$
|
|
9956
|
+
const _excluded$4v = ["color", "size"];
|
|
9916
9957
|
|
|
9917
9958
|
const Ai = props => {
|
|
9918
9959
|
const {
|
|
9919
9960
|
color,
|
|
9920
9961
|
size
|
|
9921
9962
|
} = props,
|
|
9922
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9963
|
+
otherProps = _objectWithoutProperties(props, _excluded$4v);
|
|
9923
9964
|
|
|
9924
9965
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9925
9966
|
width: size,
|
|
@@ -9945,14 +9986,14 @@ Ai.defaultProps = {
|
|
|
9945
9986
|
size: '24'
|
|
9946
9987
|
};
|
|
9947
9988
|
|
|
9948
|
-
const _excluded$
|
|
9989
|
+
const _excluded$4w = ["color", "size"];
|
|
9949
9990
|
|
|
9950
9991
|
const Bigcommerce = props => {
|
|
9951
9992
|
const {
|
|
9952
9993
|
color,
|
|
9953
9994
|
size
|
|
9954
9995
|
} = props,
|
|
9955
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9996
|
+
otherProps = _objectWithoutProperties(props, _excluded$4w);
|
|
9956
9997
|
|
|
9957
9998
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9958
9999
|
width: size,
|
|
@@ -9976,14 +10017,14 @@ Bigcommerce.defaultProps = {
|
|
|
9976
10017
|
size: '24'
|
|
9977
10018
|
};
|
|
9978
10019
|
|
|
9979
|
-
const _excluded$
|
|
10020
|
+
const _excluded$4x = ["color", "size"];
|
|
9980
10021
|
|
|
9981
10022
|
const Woocommerce = props => {
|
|
9982
10023
|
const {
|
|
9983
10024
|
color,
|
|
9984
10025
|
size
|
|
9985
10026
|
} = props,
|
|
9986
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10027
|
+
otherProps = _objectWithoutProperties(props, _excluded$4x);
|
|
9987
10028
|
|
|
9988
10029
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9989
10030
|
width: size,
|
|
@@ -10010,14 +10051,14 @@ Woocommerce.defaultProps = {
|
|
|
10010
10051
|
size: '24'
|
|
10011
10052
|
};
|
|
10012
10053
|
|
|
10013
|
-
const _excluded$
|
|
10054
|
+
const _excluded$4y = ["color", "size"];
|
|
10014
10055
|
|
|
10015
10056
|
const Amazon = props => {
|
|
10016
10057
|
const {
|
|
10017
10058
|
color,
|
|
10018
10059
|
size
|
|
10019
10060
|
} = props,
|
|
10020
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10061
|
+
otherProps = _objectWithoutProperties(props, _excluded$4y);
|
|
10021
10062
|
|
|
10022
10063
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10023
10064
|
width: size,
|
|
@@ -10044,14 +10085,14 @@ Amazon.defaultProps = {
|
|
|
10044
10085
|
size: '24'
|
|
10045
10086
|
};
|
|
10046
10087
|
|
|
10047
|
-
const _excluded$
|
|
10088
|
+
const _excluded$4z = ["color", "size"];
|
|
10048
10089
|
|
|
10049
10090
|
const Hotmart = props => {
|
|
10050
10091
|
const {
|
|
10051
10092
|
color,
|
|
10052
10093
|
size
|
|
10053
10094
|
} = props,
|
|
10054
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10095
|
+
otherProps = _objectWithoutProperties(props, _excluded$4z);
|
|
10055
10096
|
|
|
10056
10097
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10057
10098
|
width: size,
|
|
@@ -10075,14 +10116,14 @@ Hotmart.defaultProps = {
|
|
|
10075
10116
|
size: '24'
|
|
10076
10117
|
};
|
|
10077
10118
|
|
|
10078
|
-
const _excluded$
|
|
10119
|
+
const _excluded$4A = ["color", "size"];
|
|
10079
10120
|
|
|
10080
10121
|
const Creator = props => {
|
|
10081
10122
|
const {
|
|
10082
10123
|
color,
|
|
10083
10124
|
size
|
|
10084
10125
|
} = props,
|
|
10085
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10126
|
+
otherProps = _objectWithoutProperties(props, _excluded$4A);
|
|
10086
10127
|
|
|
10087
10128
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10088
10129
|
width: size,
|
|
@@ -10106,14 +10147,14 @@ Creator.defaultProps = {
|
|
|
10106
10147
|
size: '24'
|
|
10107
10148
|
};
|
|
10108
10149
|
|
|
10109
|
-
const _excluded$
|
|
10150
|
+
const _excluded$4B = ["color", "size"];
|
|
10110
10151
|
|
|
10111
10152
|
const InstagramDmList = props => {
|
|
10112
10153
|
const {
|
|
10113
10154
|
color,
|
|
10114
10155
|
size
|
|
10115
10156
|
} = props,
|
|
10116
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10157
|
+
otherProps = _objectWithoutProperties(props, _excluded$4B);
|
|
10117
10158
|
|
|
10118
10159
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10119
10160
|
width: size,
|
|
@@ -10148,14 +10189,14 @@ InstagramDmList.defaultProps = {
|
|
|
10148
10189
|
size: '24'
|
|
10149
10190
|
};
|
|
10150
10191
|
|
|
10151
|
-
const _excluded$
|
|
10192
|
+
const _excluded$4C = ["color", "size"];
|
|
10152
10193
|
|
|
10153
10194
|
const RealEstate = props => {
|
|
10154
10195
|
const {
|
|
10155
10196
|
color,
|
|
10156
10197
|
size
|
|
10157
10198
|
} = props,
|
|
10158
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10199
|
+
otherProps = _objectWithoutProperties(props, _excluded$4C);
|
|
10159
10200
|
|
|
10160
10201
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10161
10202
|
width: size,
|
|
@@ -10179,14 +10220,14 @@ RealEstate.defaultProps = {
|
|
|
10179
10220
|
size: '24'
|
|
10180
10221
|
};
|
|
10181
10222
|
|
|
10182
|
-
const _excluded$
|
|
10223
|
+
const _excluded$4D = ["color", "size"];
|
|
10183
10224
|
|
|
10184
10225
|
const Fitness = props => {
|
|
10185
10226
|
const {
|
|
10186
10227
|
color,
|
|
10187
10228
|
size
|
|
10188
10229
|
} = props,
|
|
10189
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10230
|
+
otherProps = _objectWithoutProperties(props, _excluded$4D);
|
|
10190
10231
|
|
|
10191
10232
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10192
10233
|
width: size,
|
|
@@ -10210,14 +10251,14 @@ Fitness.defaultProps = {
|
|
|
10210
10251
|
size: '24'
|
|
10211
10252
|
};
|
|
10212
10253
|
|
|
10213
|
-
const _excluded$
|
|
10254
|
+
const _excluded$4E = ["color", "size"];
|
|
10214
10255
|
|
|
10215
10256
|
const Hotel = props => {
|
|
10216
10257
|
const {
|
|
10217
10258
|
color,
|
|
10218
10259
|
size
|
|
10219
10260
|
} = props,
|
|
10220
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10261
|
+
otherProps = _objectWithoutProperties(props, _excluded$4E);
|
|
10221
10262
|
|
|
10222
10263
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10223
10264
|
width: size,
|
|
@@ -10241,14 +10282,14 @@ Hotel.defaultProps = {
|
|
|
10241
10282
|
size: '24'
|
|
10242
10283
|
};
|
|
10243
10284
|
|
|
10244
|
-
const _excluded$
|
|
10285
|
+
const _excluded$4F = ["color", "size"];
|
|
10245
10286
|
|
|
10246
10287
|
const Organization = props => {
|
|
10247
10288
|
const {
|
|
10248
10289
|
color,
|
|
10249
10290
|
size
|
|
10250
10291
|
} = props,
|
|
10251
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10292
|
+
otherProps = _objectWithoutProperties(props, _excluded$4F);
|
|
10252
10293
|
|
|
10253
10294
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10254
10295
|
width: size,
|
|
@@ -10272,14 +10313,14 @@ Organization.defaultProps = {
|
|
|
10272
10313
|
size: '24'
|
|
10273
10314
|
};
|
|
10274
10315
|
|
|
10275
|
-
const _excluded$
|
|
10316
|
+
const _excluded$4G = ["color", "size"];
|
|
10276
10317
|
|
|
10277
10318
|
const ProfessionalConsulting = props => {
|
|
10278
10319
|
const {
|
|
10279
10320
|
color,
|
|
10280
10321
|
size
|
|
10281
10322
|
} = props,
|
|
10282
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10323
|
+
otherProps = _objectWithoutProperties(props, _excluded$4G);
|
|
10283
10324
|
|
|
10284
10325
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10285
10326
|
width: size,
|
|
@@ -10303,14 +10344,14 @@ ProfessionalConsulting.defaultProps = {
|
|
|
10303
10344
|
size: '24'
|
|
10304
10345
|
};
|
|
10305
10346
|
|
|
10306
|
-
const _excluded$
|
|
10347
|
+
const _excluded$4H = ["color", "size"];
|
|
10307
10348
|
|
|
10308
10349
|
const MessengerList = props => {
|
|
10309
10350
|
const {
|
|
10310
10351
|
color,
|
|
10311
10352
|
size
|
|
10312
10353
|
} = props,
|
|
10313
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10354
|
+
otherProps = _objectWithoutProperties(props, _excluded$4H);
|
|
10314
10355
|
|
|
10315
10356
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10316
10357
|
width: size,
|
|
@@ -10340,14 +10381,14 @@ MessengerList.defaultProps = {
|
|
|
10340
10381
|
size: '24'
|
|
10341
10382
|
};
|
|
10342
10383
|
|
|
10343
|
-
const _excluded$
|
|
10384
|
+
const _excluded$4I = ["color", "size"];
|
|
10344
10385
|
|
|
10345
10386
|
const Integromat = props => {
|
|
10346
10387
|
const {
|
|
10347
10388
|
color,
|
|
10348
10389
|
size
|
|
10349
10390
|
} = props,
|
|
10350
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10391
|
+
otherProps = _objectWithoutProperties(props, _excluded$4I);
|
|
10351
10392
|
|
|
10352
10393
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10353
10394
|
width: size,
|
|
@@ -10371,14 +10412,14 @@ Integromat.defaultProps = {
|
|
|
10371
10412
|
size: '24'
|
|
10372
10413
|
};
|
|
10373
10414
|
|
|
10374
|
-
const _excluded$
|
|
10415
|
+
const _excluded$4J = ["color", "size"];
|
|
10375
10416
|
|
|
10376
10417
|
const Hubspot = props => {
|
|
10377
10418
|
const {
|
|
10378
10419
|
color,
|
|
10379
10420
|
size
|
|
10380
10421
|
} = props,
|
|
10381
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10422
|
+
otherProps = _objectWithoutProperties(props, _excluded$4J);
|
|
10382
10423
|
|
|
10383
10424
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10384
10425
|
width: size,
|
|
@@ -10402,14 +10443,14 @@ Hubspot.defaultProps = {
|
|
|
10402
10443
|
size: '24'
|
|
10403
10444
|
};
|
|
10404
10445
|
|
|
10405
|
-
const _excluded$
|
|
10446
|
+
const _excluded$4K = ["color", "size"];
|
|
10406
10447
|
|
|
10407
10448
|
const Klaviyo = props => {
|
|
10408
10449
|
const {
|
|
10409
10450
|
color,
|
|
10410
10451
|
size
|
|
10411
10452
|
} = props,
|
|
10412
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10453
|
+
otherProps = _objectWithoutProperties(props, _excluded$4K);
|
|
10413
10454
|
|
|
10414
10455
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10415
10456
|
width: size,
|
|
@@ -10457,14 +10498,14 @@ Klaviyo.defaultProps = {
|
|
|
10457
10498
|
size: '24'
|
|
10458
10499
|
};
|
|
10459
10500
|
|
|
10460
|
-
const _excluded$
|
|
10501
|
+
const _excluded$4L = ["color", "size"];
|
|
10461
10502
|
|
|
10462
10503
|
const Activecampaign = props => {
|
|
10463
10504
|
const {
|
|
10464
10505
|
color,
|
|
10465
10506
|
size
|
|
10466
10507
|
} = props,
|
|
10467
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10508
|
+
otherProps = _objectWithoutProperties(props, _excluded$4L);
|
|
10468
10509
|
|
|
10469
10510
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10470
10511
|
width: size,
|
|
@@ -10490,14 +10531,14 @@ Activecampaign.defaultProps = {
|
|
|
10490
10531
|
size: '24'
|
|
10491
10532
|
};
|
|
10492
10533
|
|
|
10493
|
-
const _excluded$
|
|
10534
|
+
const _excluded$4M = ["color", "size"];
|
|
10494
10535
|
|
|
10495
10536
|
const ChatGpt = props => {
|
|
10496
10537
|
const {
|
|
10497
10538
|
color,
|
|
10498
10539
|
size
|
|
10499
10540
|
} = props,
|
|
10500
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10541
|
+
otherProps = _objectWithoutProperties(props, _excluded$4M);
|
|
10501
10542
|
|
|
10502
10543
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10503
10544
|
width: size,
|
|
@@ -10521,14 +10562,14 @@ ChatGpt.defaultProps = {
|
|
|
10521
10562
|
size: '24'
|
|
10522
10563
|
};
|
|
10523
10564
|
|
|
10524
|
-
const _excluded$
|
|
10565
|
+
const _excluded$4N = ["color", "size"];
|
|
10525
10566
|
|
|
10526
10567
|
const MailChimp = props => {
|
|
10527
10568
|
const {
|
|
10528
10569
|
color,
|
|
10529
10570
|
size
|
|
10530
10571
|
} = props,
|
|
10531
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10572
|
+
otherProps = _objectWithoutProperties(props, _excluded$4N);
|
|
10532
10573
|
|
|
10533
10574
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10534
10575
|
width: size,
|
|
@@ -10570,14 +10611,14 @@ MailChimp.defaultProps = {
|
|
|
10570
10611
|
size: '24'
|
|
10571
10612
|
};
|
|
10572
10613
|
|
|
10573
|
-
const _excluded$
|
|
10614
|
+
const _excluded$4O = ["color", "size"];
|
|
10574
10615
|
|
|
10575
10616
|
const ConvertKit = props => {
|
|
10576
10617
|
const {
|
|
10577
10618
|
color,
|
|
10578
10619
|
size
|
|
10579
10620
|
} = props,
|
|
10580
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10621
|
+
otherProps = _objectWithoutProperties(props, _excluded$4O);
|
|
10581
10622
|
|
|
10582
10623
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10583
10624
|
width: size,
|
|
@@ -10601,14 +10642,14 @@ ConvertKit.defaultProps = {
|
|
|
10601
10642
|
size: '24'
|
|
10602
10643
|
};
|
|
10603
10644
|
|
|
10604
|
-
const _excluded$
|
|
10645
|
+
const _excluded$4P = ["color", "size"];
|
|
10605
10646
|
|
|
10606
10647
|
const GoogleSheets = props => {
|
|
10607
10648
|
const {
|
|
10608
10649
|
color,
|
|
10609
10650
|
size
|
|
10610
10651
|
} = props,
|
|
10611
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10652
|
+
otherProps = _objectWithoutProperties(props, _excluded$4P);
|
|
10612
10653
|
|
|
10613
10654
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10614
10655
|
width: size,
|
|
@@ -10643,14 +10684,14 @@ GoogleSheets.defaultProps = {
|
|
|
10643
10684
|
size: '24'
|
|
10644
10685
|
};
|
|
10645
10686
|
|
|
10646
|
-
const _excluded$
|
|
10687
|
+
const _excluded$4Q = ["color", "size"];
|
|
10647
10688
|
|
|
10648
10689
|
const Salesforce = props => {
|
|
10649
10690
|
const {
|
|
10650
10691
|
color,
|
|
10651
10692
|
size
|
|
10652
10693
|
} = props,
|
|
10653
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10694
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Q);
|
|
10654
10695
|
|
|
10655
10696
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10656
10697
|
width: size,
|
|
@@ -10683,4 +10724,346 @@ Salesforce.defaultProps = {
|
|
|
10683
10724
|
size: '24'
|
|
10684
10725
|
};
|
|
10685
10726
|
|
|
10686
|
-
|
|
10727
|
+
const _excluded$4R = ["color", "size"];
|
|
10728
|
+
|
|
10729
|
+
const Pipedrive = props => {
|
|
10730
|
+
const {
|
|
10731
|
+
color,
|
|
10732
|
+
size
|
|
10733
|
+
} = props,
|
|
10734
|
+
otherProps = _objectWithoutProperties(props, _excluded$4R);
|
|
10735
|
+
|
|
10736
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10737
|
+
width: size,
|
|
10738
|
+
height: size,
|
|
10739
|
+
viewBox: "0 0 24 24",
|
|
10740
|
+
fill: "none",
|
|
10741
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10742
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10743
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10744
|
+
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",
|
|
10745
|
+
fill: "#231F1F"
|
|
10746
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10747
|
+
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",
|
|
10748
|
+
fill: "#3B3B3C"
|
|
10749
|
+
}));
|
|
10750
|
+
};
|
|
10751
|
+
|
|
10752
|
+
Pipedrive.propTypes = {
|
|
10753
|
+
color: PropTypes.string,
|
|
10754
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10755
|
+
};
|
|
10756
|
+
Pipedrive.defaultProps = {
|
|
10757
|
+
color: 'currentColor',
|
|
10758
|
+
size: '24'
|
|
10759
|
+
};
|
|
10760
|
+
|
|
10761
|
+
const _excluded$4S = ["color", "size"];
|
|
10762
|
+
|
|
10763
|
+
const Wiseagent = props => {
|
|
10764
|
+
const {
|
|
10765
|
+
color,
|
|
10766
|
+
size
|
|
10767
|
+
} = props,
|
|
10768
|
+
otherProps = _objectWithoutProperties(props, _excluded$4S);
|
|
10769
|
+
|
|
10770
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10771
|
+
width: size,
|
|
10772
|
+
height: size,
|
|
10773
|
+
viewBox: "0 0 24 24",
|
|
10774
|
+
fill: "none",
|
|
10775
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10776
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10777
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10778
|
+
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",
|
|
10779
|
+
fill: "#00559B"
|
|
10780
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10781
|
+
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",
|
|
10782
|
+
fill: "#00559B"
|
|
10783
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10784
|
+
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",
|
|
10785
|
+
fill: "#00559B"
|
|
10786
|
+
}));
|
|
10787
|
+
};
|
|
10788
|
+
|
|
10789
|
+
Wiseagent.propTypes = {
|
|
10790
|
+
color: PropTypes.string,
|
|
10791
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10792
|
+
};
|
|
10793
|
+
Wiseagent.defaultProps = {
|
|
10794
|
+
color: 'currentColor',
|
|
10795
|
+
size: '24'
|
|
10796
|
+
};
|
|
10797
|
+
|
|
10798
|
+
const _excluded$4T = ["color", "size"];
|
|
10799
|
+
|
|
10800
|
+
const Apptivo = props => {
|
|
10801
|
+
const {
|
|
10802
|
+
color,
|
|
10803
|
+
size
|
|
10804
|
+
} = props,
|
|
10805
|
+
otherProps = _objectWithoutProperties(props, _excluded$4T);
|
|
10806
|
+
|
|
10807
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10808
|
+
width: size,
|
|
10809
|
+
height: size,
|
|
10810
|
+
viewBox: "0 0 24 24",
|
|
10811
|
+
fill: "none",
|
|
10812
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10813
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10814
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10815
|
+
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",
|
|
10816
|
+
fill: "#1FADE4"
|
|
10817
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10818
|
+
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",
|
|
10819
|
+
fill: "#1FADE4"
|
|
10820
|
+
}));
|
|
10821
|
+
};
|
|
10822
|
+
|
|
10823
|
+
Apptivo.propTypes = {
|
|
10824
|
+
color: PropTypes.string,
|
|
10825
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10826
|
+
};
|
|
10827
|
+
Apptivo.defaultProps = {
|
|
10828
|
+
color: 'currentColor',
|
|
10829
|
+
size: '24'
|
|
10830
|
+
};
|
|
10831
|
+
|
|
10832
|
+
const _excluded$4U = ["color", "size"];
|
|
10833
|
+
|
|
10834
|
+
const Zillow = props => {
|
|
10835
|
+
const {
|
|
10836
|
+
color,
|
|
10837
|
+
size
|
|
10838
|
+
} = props,
|
|
10839
|
+
otherProps = _objectWithoutProperties(props, _excluded$4U);
|
|
10840
|
+
|
|
10841
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10842
|
+
width: size,
|
|
10843
|
+
height: size,
|
|
10844
|
+
viewBox: "0 0 24 24",
|
|
10845
|
+
fill: "none",
|
|
10846
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10847
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10848
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10849
|
+
fillRule: "evenodd",
|
|
10850
|
+
clipRule: "evenodd",
|
|
10851
|
+
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",
|
|
10852
|
+
fill: "#006AFF"
|
|
10853
|
+
}));
|
|
10854
|
+
};
|
|
10855
|
+
|
|
10856
|
+
Zillow.propTypes = {
|
|
10857
|
+
color: PropTypes.string,
|
|
10858
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10859
|
+
};
|
|
10860
|
+
Zillow.defaultProps = {
|
|
10861
|
+
color: 'currentColor',
|
|
10862
|
+
size: '24'
|
|
10863
|
+
};
|
|
10864
|
+
|
|
10865
|
+
const _excluded$4V = ["color", "size"];
|
|
10866
|
+
|
|
10867
|
+
const Canva = props => {
|
|
10868
|
+
const {
|
|
10869
|
+
color,
|
|
10870
|
+
size
|
|
10871
|
+
} = props,
|
|
10872
|
+
otherProps = _objectWithoutProperties(props, _excluded$4V);
|
|
10873
|
+
|
|
10874
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10875
|
+
width: size,
|
|
10876
|
+
height: size,
|
|
10877
|
+
viewBox: "0 0 24 24",
|
|
10878
|
+
fill: "none",
|
|
10879
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10880
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10881
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10882
|
+
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",
|
|
10883
|
+
fill: "#7D2AE7"
|
|
10884
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10885
|
+
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",
|
|
10886
|
+
fill: "url(#paint0_radial_9151_260)"
|
|
10887
|
+
}), /*#__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: "url(#paint1_radial_9151_260)"
|
|
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(#paint2_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(#paint3_radial_9151_260)"
|
|
10896
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10897
|
+
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",
|
|
10898
|
+
fill: "white"
|
|
10899
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
10900
|
+
id: "paint0_radial_9151_260",
|
|
10901
|
+
cx: "0",
|
|
10902
|
+
cy: "0",
|
|
10903
|
+
r: "1",
|
|
10904
|
+
gradientUnits: "userSpaceOnUse",
|
|
10905
|
+
gradientTransform: "translate(5.24957 20.4991) rotate(-49.416) scale(17.0151)"
|
|
10906
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
10907
|
+
stopColor: "#6420FF"
|
|
10908
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
10909
|
+
offset: "1",
|
|
10910
|
+
stopColor: "#6420FF",
|
|
10911
|
+
stopOpacity: "0"
|
|
10912
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
10913
|
+
id: "paint1_radial_9151_260",
|
|
10914
|
+
cx: "0",
|
|
10915
|
+
cy: "0",
|
|
10916
|
+
r: "1",
|
|
10917
|
+
gradientUnits: "userSpaceOnUse",
|
|
10918
|
+
gradientTransform: "translate(6.82417 3.50101) rotate(54.703) scale(19.1877)"
|
|
10919
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
10920
|
+
stopColor: "#00C4CC"
|
|
10921
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
10922
|
+
offset: "1",
|
|
10923
|
+
stopColor: "#00C4CC",
|
|
10924
|
+
stopOpacity: "0"
|
|
10925
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
10926
|
+
id: "paint2_radial_9151_260",
|
|
10927
|
+
cx: "0",
|
|
10928
|
+
cy: "0",
|
|
10929
|
+
r: "1",
|
|
10930
|
+
gradientUnits: "userSpaceOnUse",
|
|
10931
|
+
gradientTransform: "translate(5.24947 20.4989) rotate(-45.1954) scale(16.8092 7.73075)"
|
|
10932
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
10933
|
+
stopColor: "#6420FF"
|
|
10934
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
10935
|
+
offset: "1",
|
|
10936
|
+
stopColor: "#6420FF",
|
|
10937
|
+
stopOpacity: "0"
|
|
10938
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
10939
|
+
id: "paint3_radial_9151_260",
|
|
10940
|
+
cx: "0",
|
|
10941
|
+
cy: "0",
|
|
10942
|
+
r: "1",
|
|
10943
|
+
gradientUnits: "userSpaceOnUse",
|
|
10944
|
+
gradientTransform: "translate(9.99684 3.96421) rotate(66.5198) scale(17.3205 29.0157)"
|
|
10945
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
10946
|
+
stopColor: "#00C4CC",
|
|
10947
|
+
stopOpacity: "0.725916"
|
|
10948
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
10949
|
+
offset: "0.0001",
|
|
10950
|
+
stopColor: "#00C4CC"
|
|
10951
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
10952
|
+
offset: "1",
|
|
10953
|
+
stopColor: "#00C4CC",
|
|
10954
|
+
stopOpacity: "0"
|
|
10955
|
+
}))));
|
|
10956
|
+
};
|
|
10957
|
+
|
|
10958
|
+
Canva.propTypes = {
|
|
10959
|
+
color: PropTypes.string,
|
|
10960
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10961
|
+
};
|
|
10962
|
+
Canva.defaultProps = {
|
|
10963
|
+
color: 'currentColor',
|
|
10964
|
+
size: '24'
|
|
10965
|
+
};
|
|
10966
|
+
|
|
10967
|
+
const _excluded$4W = ["color", "size"];
|
|
10968
|
+
|
|
10969
|
+
const Kajabi = props => {
|
|
10970
|
+
const {
|
|
10971
|
+
color,
|
|
10972
|
+
size
|
|
10973
|
+
} = props,
|
|
10974
|
+
otherProps = _objectWithoutProperties(props, _excluded$4W);
|
|
10975
|
+
|
|
10976
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10977
|
+
width: size,
|
|
10978
|
+
height: size,
|
|
10979
|
+
viewBox: "0 0 24 24",
|
|
10980
|
+
fill: "none",
|
|
10981
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10982
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10983
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10984
|
+
fillRule: "evenodd",
|
|
10985
|
+
clipRule: "evenodd",
|
|
10986
|
+
d: "M2 22.2294V2H21.9996L2 22.2294Z",
|
|
10987
|
+
fill: "#2B74E7"
|
|
10988
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10989
|
+
fillRule: "evenodd",
|
|
10990
|
+
clipRule: "evenodd",
|
|
10991
|
+
d: "M6 22.2295L14.0004 14.1379L22.0002 22.2295H6Z",
|
|
10992
|
+
fill: "#2B74E7"
|
|
10993
|
+
}));
|
|
10994
|
+
};
|
|
10995
|
+
|
|
10996
|
+
Kajabi.propTypes = {
|
|
10997
|
+
color: PropTypes.string,
|
|
10998
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10999
|
+
};
|
|
11000
|
+
Kajabi.defaultProps = {
|
|
11001
|
+
color: 'currentColor',
|
|
11002
|
+
size: '24'
|
|
11003
|
+
};
|
|
11004
|
+
|
|
11005
|
+
const _excluded$4X = ["color", "size"];
|
|
11006
|
+
|
|
11007
|
+
const Magento = props => {
|
|
11008
|
+
const {
|
|
11009
|
+
color,
|
|
11010
|
+
size
|
|
11011
|
+
} = props,
|
|
11012
|
+
otherProps = _objectWithoutProperties(props, _excluded$4X);
|
|
11013
|
+
|
|
11014
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11015
|
+
width: size,
|
|
11016
|
+
height: size,
|
|
11017
|
+
viewBox: "0 0 24 24",
|
|
11018
|
+
fill: "none",
|
|
11019
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11020
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
11021
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11022
|
+
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",
|
|
11023
|
+
fill: "#EC6737"
|
|
11024
|
+
}));
|
|
11025
|
+
};
|
|
11026
|
+
|
|
11027
|
+
Magento.propTypes = {
|
|
11028
|
+
color: PropTypes.string,
|
|
11029
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
11030
|
+
};
|
|
11031
|
+
Magento.defaultProps = {
|
|
11032
|
+
color: 'currentColor',
|
|
11033
|
+
size: '24'
|
|
11034
|
+
};
|
|
11035
|
+
|
|
11036
|
+
const _excluded$4Y = ["color", "size"];
|
|
11037
|
+
|
|
11038
|
+
const ArrowDownRight = props => {
|
|
11039
|
+
const {
|
|
11040
|
+
color,
|
|
11041
|
+
size
|
|
11042
|
+
} = props,
|
|
11043
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Y);
|
|
11044
|
+
|
|
11045
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11046
|
+
width: size,
|
|
11047
|
+
height: size,
|
|
11048
|
+
viewBox: "0 0 24 24",
|
|
11049
|
+
fill: "none",
|
|
11050
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11051
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
11052
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11053
|
+
fillRule: "evenodd",
|
|
11054
|
+
clipRule: "evenodd",
|
|
11055
|
+
d: "M3.70005 2.59998H2.30005V14.3H15V12.9H3.70005V2.59998ZM15 6.5V8.57042L19.9296 13.5L15 18.4296L15 20.5L22 13.5L15 6.5Z",
|
|
11056
|
+
fill: color
|
|
11057
|
+
}));
|
|
11058
|
+
};
|
|
11059
|
+
|
|
11060
|
+
ArrowDownRight.propTypes = {
|
|
11061
|
+
color: PropTypes.string,
|
|
11062
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
11063
|
+
};
|
|
11064
|
+
ArrowDownRight.defaultProps = {
|
|
11065
|
+
color: 'currentColor',
|
|
11066
|
+
size: '24'
|
|
11067
|
+
};
|
|
11068
|
+
|
|
11069
|
+
export { Action, ActionMarkConversationAsDone, Activecampaign, AddCircle, AddTag, Ads, AdsAd, AdsAdSet, Ai, AlignCenter, AlignLeft, AlignRight, AlignWide, All, Amazon, Analytics, Apple, Apptivo, Archive, ArrowDown, ArrowDownRight, ArrowDrag, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, ArrowUp, Assign, AssignGroup, Attach, Attention, Audience, Audio, Automation, Bigcommerce, Bold, Book, Bot, BotRemove, Broadcasting, BuilderAudio, BuilderCard, BuilderGallery, BuilderInput, BuilderList, BuilderText, ButtonEmailBlock, Calendar, Camera, CannedResponse, Canva, Cart, Cgt20, ChatGpt, CheckCircle, CheckboxDone, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, ClearMobile, Close, Cloud, CloudDownload, CloudError, CloudUpload, Community, Condition, ConvertChannels, ConvertKit, Copy, CopyToAnotherFlow, Coupon, Create, Creator, CreditCard, CufArray, CufBoolean, CufEnum, CufNoIcon, CufNumber, CufText, CustomField, CustomFieldRemove, Dashboard, Data, DefaultReply, Delay, Delete, DeleteForever, DeleteTag, DoubleChevrotBack, DoubleChevrotCollapse, DoubleChevrotExpand, DoubleChevrotForward, DoubleTick, DragConnector, DragItem, DuplicateSms, Edit, EmailChannel, ExitFullscreen, Export, Facebook, FacebookMessenger, Faq, FbChat, Female, Filter, Fitness, Flow, Folder, FolderAdd, FolderAdsCampaign, FolderOpen, Fullscreen, GoToFlow, Google, GoogleSheets, GrowthTools, GtAdsJson, GtBar, GtBox, GtButton, GtCheckbox, GtCustomerChat, GtFbCode, GtFbComment, GtLanding, GtModal, GtPageTakeover, GtRef, GtSlideIn, GtTakeover, GuestChatChannel, HeadlineBlockEmail, Health, Help, Hide, Home, Hotel, Hotmart, Hubspot, Id, IgLiveComments, Image, Inbox, IncreaseEngagement, Info, InstagramChannel, InstagramChannel3, InstagramDmList, Integromat, Italic, Kajabi, Keyboard, Keywords, Klaviyo, Link, LiveChat, Logout, Magento, MagicWand, Magnet, MailChimp, Male, Mention, Menu, MessageBack, MessageOpen, MessageTemplates, Messenger, MessengerChannel, MessengerList, Mic, Minus, MoreChannels, MoreHor, MoreVert, MosaicView, MoveTo, Nationality, NewCuFs, NewMessage, NewOrphanMobile, NodeAdd, Note, Notification, NotificationMute, OmnichannelWidget, Options, Organization, 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, Pipedrive, Play, Plus, Popular, PopularFilled, ProfessionalConsulting, Protect, PublicChangelog, Publish, Qr, Question, RealEstate, Redo, Reels, Retry, Rules, Salesforce, 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, Stop, StopRecord, 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, Wiseagent, Woocommerce, Zapier, Zillow };
|