@manychat/icons 4.11.0 → 4.13.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 +3 -0
- package/dist/index.es.js +253 -146
- package/dist/index.js +255 -145
- package/package.json +1 -1
- package/umd/mcicons.js +249 -145
- 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,47 @@ RealEstate.defaultProps = {
|
|
|
10185
10226
|
size: '24'
|
|
10186
10227
|
};
|
|
10187
10228
|
|
|
10188
|
-
const _excluded$
|
|
10229
|
+
const _excluded$4D = ["color", "size"];
|
|
10230
|
+
|
|
10231
|
+
const Basics = props => {
|
|
10232
|
+
const {
|
|
10233
|
+
color,
|
|
10234
|
+
size
|
|
10235
|
+
} = props,
|
|
10236
|
+
otherProps = _objectWithoutProperties(props, _excluded$4D);
|
|
10237
|
+
|
|
10238
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10239
|
+
width: size,
|
|
10240
|
+
height: size,
|
|
10241
|
+
viewBox: "0 0 24 24",
|
|
10242
|
+
fill: "none",
|
|
10243
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10244
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10245
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10246
|
+
fillRule: "evenodd",
|
|
10247
|
+
clipRule: "evenodd",
|
|
10248
|
+
d: "M12.1365 1.95117L17.4088 11.4773H6.8642L12.1365 1.95117ZM9.4088 9.97726H14.8642L12.1365 5.04881L9.4088 9.97726ZM2.75 13.25H11.25V21.75H2.75V13.25ZM4.25 14.75V20.25H9.75V14.75H4.25ZM14.25 17.5C14.25 15.9812 15.4812 14.75 17 14.75C18.5188 14.75 19.75 15.9812 19.75 17.5C19.75 19.0188 18.5188 20.25 17 20.25C15.4812 20.25 14.25 19.0188 14.25 17.5ZM17 13.25C14.6528 13.25 12.75 15.1528 12.75 17.5C12.75 19.8472 14.6528 21.75 17 21.75C19.3472 21.75 21.25 19.8472 21.25 17.5C21.25 15.1528 19.3472 13.25 17 13.25Z",
|
|
10249
|
+
fill: color
|
|
10250
|
+
}));
|
|
10251
|
+
};
|
|
10252
|
+
|
|
10253
|
+
Basics.propTypes = {
|
|
10254
|
+
color: PropTypes.string,
|
|
10255
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10256
|
+
};
|
|
10257
|
+
Basics.defaultProps = {
|
|
10258
|
+
color: 'currentColor',
|
|
10259
|
+
size: '24'
|
|
10260
|
+
};
|
|
10261
|
+
|
|
10262
|
+
const _excluded$4E = ["color", "size"];
|
|
10189
10263
|
|
|
10190
10264
|
const Fitness = props => {
|
|
10191
10265
|
const {
|
|
10192
10266
|
color,
|
|
10193
10267
|
size
|
|
10194
10268
|
} = props,
|
|
10195
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10269
|
+
otherProps = _objectWithoutProperties(props, _excluded$4E);
|
|
10196
10270
|
|
|
10197
10271
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10198
10272
|
width: size,
|
|
@@ -10216,14 +10290,14 @@ Fitness.defaultProps = {
|
|
|
10216
10290
|
size: '24'
|
|
10217
10291
|
};
|
|
10218
10292
|
|
|
10219
|
-
const _excluded$
|
|
10293
|
+
const _excluded$4F = ["color", "size"];
|
|
10220
10294
|
|
|
10221
10295
|
const Hotel = props => {
|
|
10222
10296
|
const {
|
|
10223
10297
|
color,
|
|
10224
10298
|
size
|
|
10225
10299
|
} = props,
|
|
10226
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10300
|
+
otherProps = _objectWithoutProperties(props, _excluded$4F);
|
|
10227
10301
|
|
|
10228
10302
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10229
10303
|
width: size,
|
|
@@ -10247,14 +10321,14 @@ Hotel.defaultProps = {
|
|
|
10247
10321
|
size: '24'
|
|
10248
10322
|
};
|
|
10249
10323
|
|
|
10250
|
-
const _excluded$
|
|
10324
|
+
const _excluded$4G = ["color", "size"];
|
|
10251
10325
|
|
|
10252
10326
|
const Organization = props => {
|
|
10253
10327
|
const {
|
|
10254
10328
|
color,
|
|
10255
10329
|
size
|
|
10256
10330
|
} = props,
|
|
10257
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10331
|
+
otherProps = _objectWithoutProperties(props, _excluded$4G);
|
|
10258
10332
|
|
|
10259
10333
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10260
10334
|
width: size,
|
|
@@ -10278,14 +10352,14 @@ Organization.defaultProps = {
|
|
|
10278
10352
|
size: '24'
|
|
10279
10353
|
};
|
|
10280
10354
|
|
|
10281
|
-
const _excluded$
|
|
10355
|
+
const _excluded$4H = ["color", "size"];
|
|
10282
10356
|
|
|
10283
10357
|
const ProfessionalConsulting = props => {
|
|
10284
10358
|
const {
|
|
10285
10359
|
color,
|
|
10286
10360
|
size
|
|
10287
10361
|
} = props,
|
|
10288
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10362
|
+
otherProps = _objectWithoutProperties(props, _excluded$4H);
|
|
10289
10363
|
|
|
10290
10364
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10291
10365
|
width: size,
|
|
@@ -10309,14 +10383,14 @@ ProfessionalConsulting.defaultProps = {
|
|
|
10309
10383
|
size: '24'
|
|
10310
10384
|
};
|
|
10311
10385
|
|
|
10312
|
-
const _excluded$
|
|
10386
|
+
const _excluded$4I = ["color", "size"];
|
|
10313
10387
|
|
|
10314
10388
|
const MessengerList = props => {
|
|
10315
10389
|
const {
|
|
10316
10390
|
color,
|
|
10317
10391
|
size
|
|
10318
10392
|
} = props,
|
|
10319
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10393
|
+
otherProps = _objectWithoutProperties(props, _excluded$4I);
|
|
10320
10394
|
|
|
10321
10395
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10322
10396
|
width: size,
|
|
@@ -10346,14 +10420,14 @@ MessengerList.defaultProps = {
|
|
|
10346
10420
|
size: '24'
|
|
10347
10421
|
};
|
|
10348
10422
|
|
|
10349
|
-
const _excluded$
|
|
10423
|
+
const _excluded$4J = ["color", "size"];
|
|
10350
10424
|
|
|
10351
10425
|
const Integromat = props => {
|
|
10352
10426
|
const {
|
|
10353
10427
|
color,
|
|
10354
10428
|
size
|
|
10355
10429
|
} = props,
|
|
10356
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10430
|
+
otherProps = _objectWithoutProperties(props, _excluded$4J);
|
|
10357
10431
|
|
|
10358
10432
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10359
10433
|
width: size,
|
|
@@ -10377,14 +10451,14 @@ Integromat.defaultProps = {
|
|
|
10377
10451
|
size: '24'
|
|
10378
10452
|
};
|
|
10379
10453
|
|
|
10380
|
-
const _excluded$
|
|
10454
|
+
const _excluded$4K = ["color", "size"];
|
|
10381
10455
|
|
|
10382
10456
|
const Hubspot = props => {
|
|
10383
10457
|
const {
|
|
10384
10458
|
color,
|
|
10385
10459
|
size
|
|
10386
10460
|
} = props,
|
|
10387
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10461
|
+
otherProps = _objectWithoutProperties(props, _excluded$4K);
|
|
10388
10462
|
|
|
10389
10463
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10390
10464
|
width: size,
|
|
@@ -10408,14 +10482,14 @@ Hubspot.defaultProps = {
|
|
|
10408
10482
|
size: '24'
|
|
10409
10483
|
};
|
|
10410
10484
|
|
|
10411
|
-
const _excluded$
|
|
10485
|
+
const _excluded$4L = ["color", "size"];
|
|
10412
10486
|
|
|
10413
10487
|
const Klaviyo = props => {
|
|
10414
10488
|
const {
|
|
10415
10489
|
color,
|
|
10416
10490
|
size
|
|
10417
10491
|
} = props,
|
|
10418
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10492
|
+
otherProps = _objectWithoutProperties(props, _excluded$4L);
|
|
10419
10493
|
|
|
10420
10494
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10421
10495
|
width: size,
|
|
@@ -10463,14 +10537,14 @@ Klaviyo.defaultProps = {
|
|
|
10463
10537
|
size: '24'
|
|
10464
10538
|
};
|
|
10465
10539
|
|
|
10466
|
-
const _excluded$
|
|
10540
|
+
const _excluded$4M = ["color", "size"];
|
|
10467
10541
|
|
|
10468
10542
|
const Activecampaign = props => {
|
|
10469
10543
|
const {
|
|
10470
10544
|
color,
|
|
10471
10545
|
size
|
|
10472
10546
|
} = props,
|
|
10473
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10547
|
+
otherProps = _objectWithoutProperties(props, _excluded$4M);
|
|
10474
10548
|
|
|
10475
10549
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10476
10550
|
width: size,
|
|
@@ -10496,14 +10570,14 @@ Activecampaign.defaultProps = {
|
|
|
10496
10570
|
size: '24'
|
|
10497
10571
|
};
|
|
10498
10572
|
|
|
10499
|
-
const _excluded$
|
|
10573
|
+
const _excluded$4N = ["color", "size"];
|
|
10500
10574
|
|
|
10501
10575
|
const ChatGpt = props => {
|
|
10502
10576
|
const {
|
|
10503
10577
|
color,
|
|
10504
10578
|
size
|
|
10505
10579
|
} = props,
|
|
10506
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10580
|
+
otherProps = _objectWithoutProperties(props, _excluded$4N);
|
|
10507
10581
|
|
|
10508
10582
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10509
10583
|
width: size,
|
|
@@ -10527,14 +10601,14 @@ ChatGpt.defaultProps = {
|
|
|
10527
10601
|
size: '24'
|
|
10528
10602
|
};
|
|
10529
10603
|
|
|
10530
|
-
const _excluded$
|
|
10604
|
+
const _excluded$4O = ["color", "size"];
|
|
10531
10605
|
|
|
10532
10606
|
const MailChimp = props => {
|
|
10533
10607
|
const {
|
|
10534
10608
|
color,
|
|
10535
10609
|
size
|
|
10536
10610
|
} = props,
|
|
10537
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10611
|
+
otherProps = _objectWithoutProperties(props, _excluded$4O);
|
|
10538
10612
|
|
|
10539
10613
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10540
10614
|
width: size,
|
|
@@ -10576,14 +10650,14 @@ MailChimp.defaultProps = {
|
|
|
10576
10650
|
size: '24'
|
|
10577
10651
|
};
|
|
10578
10652
|
|
|
10579
|
-
const _excluded$
|
|
10653
|
+
const _excluded$4P = ["color", "size"];
|
|
10580
10654
|
|
|
10581
10655
|
const ConvertKit = props => {
|
|
10582
10656
|
const {
|
|
10583
10657
|
color,
|
|
10584
10658
|
size
|
|
10585
10659
|
} = props,
|
|
10586
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10660
|
+
otherProps = _objectWithoutProperties(props, _excluded$4P);
|
|
10587
10661
|
|
|
10588
10662
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10589
10663
|
width: size,
|
|
@@ -10607,14 +10681,14 @@ ConvertKit.defaultProps = {
|
|
|
10607
10681
|
size: '24'
|
|
10608
10682
|
};
|
|
10609
10683
|
|
|
10610
|
-
const _excluded$
|
|
10684
|
+
const _excluded$4Q = ["color", "size"];
|
|
10611
10685
|
|
|
10612
10686
|
const GoogleSheets = props => {
|
|
10613
10687
|
const {
|
|
10614
10688
|
color,
|
|
10615
10689
|
size
|
|
10616
10690
|
} = props,
|
|
10617
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10691
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Q);
|
|
10618
10692
|
|
|
10619
10693
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10620
10694
|
width: size,
|
|
@@ -10649,14 +10723,14 @@ GoogleSheets.defaultProps = {
|
|
|
10649
10723
|
size: '24'
|
|
10650
10724
|
};
|
|
10651
10725
|
|
|
10652
|
-
const _excluded$
|
|
10726
|
+
const _excluded$4R = ["color", "size"];
|
|
10653
10727
|
|
|
10654
10728
|
const Salesforce = props => {
|
|
10655
10729
|
const {
|
|
10656
10730
|
color,
|
|
10657
10731
|
size
|
|
10658
10732
|
} = props,
|
|
10659
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10733
|
+
otherProps = _objectWithoutProperties(props, _excluded$4R);
|
|
10660
10734
|
|
|
10661
10735
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10662
10736
|
width: size,
|
|
@@ -10689,14 +10763,14 @@ Salesforce.defaultProps = {
|
|
|
10689
10763
|
size: '24'
|
|
10690
10764
|
};
|
|
10691
10765
|
|
|
10692
|
-
const _excluded$
|
|
10766
|
+
const _excluded$4S = ["color", "size"];
|
|
10693
10767
|
|
|
10694
10768
|
const Pipedrive = props => {
|
|
10695
10769
|
const {
|
|
10696
10770
|
color,
|
|
10697
10771
|
size
|
|
10698
10772
|
} = props,
|
|
10699
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10773
|
+
otherProps = _objectWithoutProperties(props, _excluded$4S);
|
|
10700
10774
|
|
|
10701
10775
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10702
10776
|
width: size,
|
|
@@ -10723,14 +10797,14 @@ Pipedrive.defaultProps = {
|
|
|
10723
10797
|
size: '24'
|
|
10724
10798
|
};
|
|
10725
10799
|
|
|
10726
|
-
const _excluded$
|
|
10800
|
+
const _excluded$4T = ["color", "size"];
|
|
10727
10801
|
|
|
10728
10802
|
const Wiseagent = props => {
|
|
10729
10803
|
const {
|
|
10730
10804
|
color,
|
|
10731
10805
|
size
|
|
10732
10806
|
} = props,
|
|
10733
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10807
|
+
otherProps = _objectWithoutProperties(props, _excluded$4T);
|
|
10734
10808
|
|
|
10735
10809
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10736
10810
|
width: size,
|
|
@@ -10760,14 +10834,14 @@ Wiseagent.defaultProps = {
|
|
|
10760
10834
|
size: '24'
|
|
10761
10835
|
};
|
|
10762
10836
|
|
|
10763
|
-
const _excluded$
|
|
10837
|
+
const _excluded$4U = ["color", "size"];
|
|
10764
10838
|
|
|
10765
10839
|
const Apptivo = props => {
|
|
10766
10840
|
const {
|
|
10767
10841
|
color,
|
|
10768
10842
|
size
|
|
10769
10843
|
} = props,
|
|
10770
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10844
|
+
otherProps = _objectWithoutProperties(props, _excluded$4U);
|
|
10771
10845
|
|
|
10772
10846
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10773
10847
|
width: size,
|
|
@@ -10794,14 +10868,14 @@ Apptivo.defaultProps = {
|
|
|
10794
10868
|
size: '24'
|
|
10795
10869
|
};
|
|
10796
10870
|
|
|
10797
|
-
const _excluded$
|
|
10871
|
+
const _excluded$4V = ["color", "size"];
|
|
10798
10872
|
|
|
10799
10873
|
const Zillow = props => {
|
|
10800
10874
|
const {
|
|
10801
10875
|
color,
|
|
10802
10876
|
size
|
|
10803
10877
|
} = props,
|
|
10804
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10878
|
+
otherProps = _objectWithoutProperties(props, _excluded$4V);
|
|
10805
10879
|
|
|
10806
10880
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10807
10881
|
width: size,
|
|
@@ -10827,14 +10901,14 @@ Zillow.defaultProps = {
|
|
|
10827
10901
|
size: '24'
|
|
10828
10902
|
};
|
|
10829
10903
|
|
|
10830
|
-
const _excluded$
|
|
10904
|
+
const _excluded$4W = ["color", "size"];
|
|
10831
10905
|
|
|
10832
10906
|
const Canva = props => {
|
|
10833
10907
|
const {
|
|
10834
10908
|
color,
|
|
10835
10909
|
size
|
|
10836
10910
|
} = props,
|
|
10837
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10911
|
+
otherProps = _objectWithoutProperties(props, _excluded$4W);
|
|
10838
10912
|
|
|
10839
10913
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10840
10914
|
width: size,
|
|
@@ -10929,14 +11003,14 @@ Canva.defaultProps = {
|
|
|
10929
11003
|
size: '24'
|
|
10930
11004
|
};
|
|
10931
11005
|
|
|
10932
|
-
const _excluded$
|
|
11006
|
+
const _excluded$4X = ["color", "size"];
|
|
10933
11007
|
|
|
10934
11008
|
const Kajabi = props => {
|
|
10935
11009
|
const {
|
|
10936
11010
|
color,
|
|
10937
11011
|
size
|
|
10938
11012
|
} = props,
|
|
10939
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11013
|
+
otherProps = _objectWithoutProperties(props, _excluded$4X);
|
|
10940
11014
|
|
|
10941
11015
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10942
11016
|
width: size,
|
|
@@ -10967,14 +11041,14 @@ Kajabi.defaultProps = {
|
|
|
10967
11041
|
size: '24'
|
|
10968
11042
|
};
|
|
10969
11043
|
|
|
10970
|
-
const _excluded$
|
|
11044
|
+
const _excluded$4Y = ["color", "size"];
|
|
10971
11045
|
|
|
10972
11046
|
const Magento = props => {
|
|
10973
11047
|
const {
|
|
10974
11048
|
color,
|
|
10975
11049
|
size
|
|
10976
11050
|
} = props,
|
|
10977
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11051
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Y);
|
|
10978
11052
|
|
|
10979
11053
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10980
11054
|
width: size,
|
|
@@ -10998,6 +11072,39 @@ Magento.defaultProps = {
|
|
|
10998
11072
|
size: '24'
|
|
10999
11073
|
};
|
|
11000
11074
|
|
|
11075
|
+
const _excluded$4Z = ["color", "size"];
|
|
11076
|
+
|
|
11077
|
+
const ArrowDownRight = props => {
|
|
11078
|
+
const {
|
|
11079
|
+
color,
|
|
11080
|
+
size
|
|
11081
|
+
} = props,
|
|
11082
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Z);
|
|
11083
|
+
|
|
11084
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11085
|
+
width: size,
|
|
11086
|
+
height: size,
|
|
11087
|
+
viewBox: "0 0 24 24",
|
|
11088
|
+
fill: "none",
|
|
11089
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11090
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
11091
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11092
|
+
fillRule: "evenodd",
|
|
11093
|
+
clipRule: "evenodd",
|
|
11094
|
+
d: "M3.70005 2.59998H2.30005V14.3H15V12.9H3.70005V2.59998ZM15 6.5V8.57042L19.9296 13.5L15 18.4296L15 20.5L22 13.5L15 6.5Z",
|
|
11095
|
+
fill: color
|
|
11096
|
+
}));
|
|
11097
|
+
};
|
|
11098
|
+
|
|
11099
|
+
ArrowDownRight.propTypes = {
|
|
11100
|
+
color: PropTypes.string,
|
|
11101
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
11102
|
+
};
|
|
11103
|
+
ArrowDownRight.defaultProps = {
|
|
11104
|
+
color: 'currentColor',
|
|
11105
|
+
size: '24'
|
|
11106
|
+
};
|
|
11107
|
+
|
|
11001
11108
|
exports.Action = Action;
|
|
11002
11109
|
exports.ActionMarkConversationAsDone = ActionMarkConversationAsDone;
|
|
11003
11110
|
exports.Activecampaign = Activecampaign;
|
|
@@ -11018,6 +11125,7 @@ exports.Apple = Apple;
|
|
|
11018
11125
|
exports.Apptivo = Apptivo;
|
|
11019
11126
|
exports.Archive = Archive;
|
|
11020
11127
|
exports.ArrowDown = ArrowDown;
|
|
11128
|
+
exports.ArrowDownRight = ArrowDownRight;
|
|
11021
11129
|
exports.ArrowDrag = ArrowDrag;
|
|
11022
11130
|
exports.ArrowDropDown = ArrowDropDown;
|
|
11023
11131
|
exports.ArrowDropUp = ArrowDropUp;
|
|
@@ -11031,6 +11139,7 @@ exports.Attention = Attention;
|
|
|
11031
11139
|
exports.Audience = Audience;
|
|
11032
11140
|
exports.Audio = Audio;
|
|
11033
11141
|
exports.Automation = Automation;
|
|
11142
|
+
exports.Basics = Basics;
|
|
11034
11143
|
exports.Bigcommerce = Bigcommerce;
|
|
11035
11144
|
exports.Bold = Bold;
|
|
11036
11145
|
exports.Book = Book;
|
|
@@ -11268,6 +11377,7 @@ exports.Star = Star;
|
|
|
11268
11377
|
exports.Starred = Starred;
|
|
11269
11378
|
exports.StartFlow = StartFlow;
|
|
11270
11379
|
exports.Stop = Stop;
|
|
11380
|
+
exports.StopRecord = StopRecord;
|
|
11271
11381
|
exports.SystemField = SystemField;
|
|
11272
11382
|
exports.TableView = TableView;
|
|
11273
11383
|
exports.Tap = Tap;
|