@manychat/icons 4.12.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 +1 -0
- package/dist/index.es.js +77 -44
- package/dist/index.js +77 -43
- package/package.json +1 -1
- package/umd/mcicons.js +75 -43
- package/umd/mcicons.min.js +1 -1
package/dist/index.js
CHANGED
|
@@ -10228,13 +10228,46 @@ RealEstate.defaultProps = {
|
|
|
10228
10228
|
|
|
10229
10229
|
const _excluded$4D = ["color", "size"];
|
|
10230
10230
|
|
|
10231
|
-
const
|
|
10231
|
+
const Basics = props => {
|
|
10232
10232
|
const {
|
|
10233
10233
|
color,
|
|
10234
10234
|
size
|
|
10235
10235
|
} = props,
|
|
10236
10236
|
otherProps = _objectWithoutProperties(props, _excluded$4D);
|
|
10237
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"];
|
|
10263
|
+
|
|
10264
|
+
const Fitness = props => {
|
|
10265
|
+
const {
|
|
10266
|
+
color,
|
|
10267
|
+
size
|
|
10268
|
+
} = props,
|
|
10269
|
+
otherProps = _objectWithoutProperties(props, _excluded$4E);
|
|
10270
|
+
|
|
10238
10271
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10239
10272
|
width: size,
|
|
10240
10273
|
height: size,
|
|
@@ -10257,14 +10290,14 @@ Fitness.defaultProps = {
|
|
|
10257
10290
|
size: '24'
|
|
10258
10291
|
};
|
|
10259
10292
|
|
|
10260
|
-
const _excluded$
|
|
10293
|
+
const _excluded$4F = ["color", "size"];
|
|
10261
10294
|
|
|
10262
10295
|
const Hotel = props => {
|
|
10263
10296
|
const {
|
|
10264
10297
|
color,
|
|
10265
10298
|
size
|
|
10266
10299
|
} = props,
|
|
10267
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10300
|
+
otherProps = _objectWithoutProperties(props, _excluded$4F);
|
|
10268
10301
|
|
|
10269
10302
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10270
10303
|
width: size,
|
|
@@ -10288,14 +10321,14 @@ Hotel.defaultProps = {
|
|
|
10288
10321
|
size: '24'
|
|
10289
10322
|
};
|
|
10290
10323
|
|
|
10291
|
-
const _excluded$
|
|
10324
|
+
const _excluded$4G = ["color", "size"];
|
|
10292
10325
|
|
|
10293
10326
|
const Organization = props => {
|
|
10294
10327
|
const {
|
|
10295
10328
|
color,
|
|
10296
10329
|
size
|
|
10297
10330
|
} = props,
|
|
10298
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10331
|
+
otherProps = _objectWithoutProperties(props, _excluded$4G);
|
|
10299
10332
|
|
|
10300
10333
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10301
10334
|
width: size,
|
|
@@ -10319,14 +10352,14 @@ Organization.defaultProps = {
|
|
|
10319
10352
|
size: '24'
|
|
10320
10353
|
};
|
|
10321
10354
|
|
|
10322
|
-
const _excluded$
|
|
10355
|
+
const _excluded$4H = ["color", "size"];
|
|
10323
10356
|
|
|
10324
10357
|
const ProfessionalConsulting = props => {
|
|
10325
10358
|
const {
|
|
10326
10359
|
color,
|
|
10327
10360
|
size
|
|
10328
10361
|
} = props,
|
|
10329
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10362
|
+
otherProps = _objectWithoutProperties(props, _excluded$4H);
|
|
10330
10363
|
|
|
10331
10364
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10332
10365
|
width: size,
|
|
@@ -10350,14 +10383,14 @@ ProfessionalConsulting.defaultProps = {
|
|
|
10350
10383
|
size: '24'
|
|
10351
10384
|
};
|
|
10352
10385
|
|
|
10353
|
-
const _excluded$
|
|
10386
|
+
const _excluded$4I = ["color", "size"];
|
|
10354
10387
|
|
|
10355
10388
|
const MessengerList = props => {
|
|
10356
10389
|
const {
|
|
10357
10390
|
color,
|
|
10358
10391
|
size
|
|
10359
10392
|
} = props,
|
|
10360
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10393
|
+
otherProps = _objectWithoutProperties(props, _excluded$4I);
|
|
10361
10394
|
|
|
10362
10395
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10363
10396
|
width: size,
|
|
@@ -10387,14 +10420,14 @@ MessengerList.defaultProps = {
|
|
|
10387
10420
|
size: '24'
|
|
10388
10421
|
};
|
|
10389
10422
|
|
|
10390
|
-
const _excluded$
|
|
10423
|
+
const _excluded$4J = ["color", "size"];
|
|
10391
10424
|
|
|
10392
10425
|
const Integromat = props => {
|
|
10393
10426
|
const {
|
|
10394
10427
|
color,
|
|
10395
10428
|
size
|
|
10396
10429
|
} = props,
|
|
10397
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10430
|
+
otherProps = _objectWithoutProperties(props, _excluded$4J);
|
|
10398
10431
|
|
|
10399
10432
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10400
10433
|
width: size,
|
|
@@ -10418,14 +10451,14 @@ Integromat.defaultProps = {
|
|
|
10418
10451
|
size: '24'
|
|
10419
10452
|
};
|
|
10420
10453
|
|
|
10421
|
-
const _excluded$
|
|
10454
|
+
const _excluded$4K = ["color", "size"];
|
|
10422
10455
|
|
|
10423
10456
|
const Hubspot = props => {
|
|
10424
10457
|
const {
|
|
10425
10458
|
color,
|
|
10426
10459
|
size
|
|
10427
10460
|
} = props,
|
|
10428
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10461
|
+
otherProps = _objectWithoutProperties(props, _excluded$4K);
|
|
10429
10462
|
|
|
10430
10463
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10431
10464
|
width: size,
|
|
@@ -10449,14 +10482,14 @@ Hubspot.defaultProps = {
|
|
|
10449
10482
|
size: '24'
|
|
10450
10483
|
};
|
|
10451
10484
|
|
|
10452
|
-
const _excluded$
|
|
10485
|
+
const _excluded$4L = ["color", "size"];
|
|
10453
10486
|
|
|
10454
10487
|
const Klaviyo = props => {
|
|
10455
10488
|
const {
|
|
10456
10489
|
color,
|
|
10457
10490
|
size
|
|
10458
10491
|
} = props,
|
|
10459
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10492
|
+
otherProps = _objectWithoutProperties(props, _excluded$4L);
|
|
10460
10493
|
|
|
10461
10494
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10462
10495
|
width: size,
|
|
@@ -10504,14 +10537,14 @@ Klaviyo.defaultProps = {
|
|
|
10504
10537
|
size: '24'
|
|
10505
10538
|
};
|
|
10506
10539
|
|
|
10507
|
-
const _excluded$
|
|
10540
|
+
const _excluded$4M = ["color", "size"];
|
|
10508
10541
|
|
|
10509
10542
|
const Activecampaign = props => {
|
|
10510
10543
|
const {
|
|
10511
10544
|
color,
|
|
10512
10545
|
size
|
|
10513
10546
|
} = props,
|
|
10514
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10547
|
+
otherProps = _objectWithoutProperties(props, _excluded$4M);
|
|
10515
10548
|
|
|
10516
10549
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10517
10550
|
width: size,
|
|
@@ -10537,14 +10570,14 @@ Activecampaign.defaultProps = {
|
|
|
10537
10570
|
size: '24'
|
|
10538
10571
|
};
|
|
10539
10572
|
|
|
10540
|
-
const _excluded$
|
|
10573
|
+
const _excluded$4N = ["color", "size"];
|
|
10541
10574
|
|
|
10542
10575
|
const ChatGpt = props => {
|
|
10543
10576
|
const {
|
|
10544
10577
|
color,
|
|
10545
10578
|
size
|
|
10546
10579
|
} = props,
|
|
10547
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10580
|
+
otherProps = _objectWithoutProperties(props, _excluded$4N);
|
|
10548
10581
|
|
|
10549
10582
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10550
10583
|
width: size,
|
|
@@ -10568,14 +10601,14 @@ ChatGpt.defaultProps = {
|
|
|
10568
10601
|
size: '24'
|
|
10569
10602
|
};
|
|
10570
10603
|
|
|
10571
|
-
const _excluded$
|
|
10604
|
+
const _excluded$4O = ["color", "size"];
|
|
10572
10605
|
|
|
10573
10606
|
const MailChimp = props => {
|
|
10574
10607
|
const {
|
|
10575
10608
|
color,
|
|
10576
10609
|
size
|
|
10577
10610
|
} = props,
|
|
10578
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10611
|
+
otherProps = _objectWithoutProperties(props, _excluded$4O);
|
|
10579
10612
|
|
|
10580
10613
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10581
10614
|
width: size,
|
|
@@ -10617,14 +10650,14 @@ MailChimp.defaultProps = {
|
|
|
10617
10650
|
size: '24'
|
|
10618
10651
|
};
|
|
10619
10652
|
|
|
10620
|
-
const _excluded$
|
|
10653
|
+
const _excluded$4P = ["color", "size"];
|
|
10621
10654
|
|
|
10622
10655
|
const ConvertKit = props => {
|
|
10623
10656
|
const {
|
|
10624
10657
|
color,
|
|
10625
10658
|
size
|
|
10626
10659
|
} = props,
|
|
10627
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10660
|
+
otherProps = _objectWithoutProperties(props, _excluded$4P);
|
|
10628
10661
|
|
|
10629
10662
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10630
10663
|
width: size,
|
|
@@ -10648,14 +10681,14 @@ ConvertKit.defaultProps = {
|
|
|
10648
10681
|
size: '24'
|
|
10649
10682
|
};
|
|
10650
10683
|
|
|
10651
|
-
const _excluded$
|
|
10684
|
+
const _excluded$4Q = ["color", "size"];
|
|
10652
10685
|
|
|
10653
10686
|
const GoogleSheets = props => {
|
|
10654
10687
|
const {
|
|
10655
10688
|
color,
|
|
10656
10689
|
size
|
|
10657
10690
|
} = props,
|
|
10658
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10691
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Q);
|
|
10659
10692
|
|
|
10660
10693
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10661
10694
|
width: size,
|
|
@@ -10690,14 +10723,14 @@ GoogleSheets.defaultProps = {
|
|
|
10690
10723
|
size: '24'
|
|
10691
10724
|
};
|
|
10692
10725
|
|
|
10693
|
-
const _excluded$
|
|
10726
|
+
const _excluded$4R = ["color", "size"];
|
|
10694
10727
|
|
|
10695
10728
|
const Salesforce = props => {
|
|
10696
10729
|
const {
|
|
10697
10730
|
color,
|
|
10698
10731
|
size
|
|
10699
10732
|
} = props,
|
|
10700
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10733
|
+
otherProps = _objectWithoutProperties(props, _excluded$4R);
|
|
10701
10734
|
|
|
10702
10735
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10703
10736
|
width: size,
|
|
@@ -10730,14 +10763,14 @@ Salesforce.defaultProps = {
|
|
|
10730
10763
|
size: '24'
|
|
10731
10764
|
};
|
|
10732
10765
|
|
|
10733
|
-
const _excluded$
|
|
10766
|
+
const _excluded$4S = ["color", "size"];
|
|
10734
10767
|
|
|
10735
10768
|
const Pipedrive = props => {
|
|
10736
10769
|
const {
|
|
10737
10770
|
color,
|
|
10738
10771
|
size
|
|
10739
10772
|
} = props,
|
|
10740
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10773
|
+
otherProps = _objectWithoutProperties(props, _excluded$4S);
|
|
10741
10774
|
|
|
10742
10775
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10743
10776
|
width: size,
|
|
@@ -10764,14 +10797,14 @@ Pipedrive.defaultProps = {
|
|
|
10764
10797
|
size: '24'
|
|
10765
10798
|
};
|
|
10766
10799
|
|
|
10767
|
-
const _excluded$
|
|
10800
|
+
const _excluded$4T = ["color", "size"];
|
|
10768
10801
|
|
|
10769
10802
|
const Wiseagent = props => {
|
|
10770
10803
|
const {
|
|
10771
10804
|
color,
|
|
10772
10805
|
size
|
|
10773
10806
|
} = props,
|
|
10774
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10807
|
+
otherProps = _objectWithoutProperties(props, _excluded$4T);
|
|
10775
10808
|
|
|
10776
10809
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10777
10810
|
width: size,
|
|
@@ -10801,14 +10834,14 @@ Wiseagent.defaultProps = {
|
|
|
10801
10834
|
size: '24'
|
|
10802
10835
|
};
|
|
10803
10836
|
|
|
10804
|
-
const _excluded$
|
|
10837
|
+
const _excluded$4U = ["color", "size"];
|
|
10805
10838
|
|
|
10806
10839
|
const Apptivo = props => {
|
|
10807
10840
|
const {
|
|
10808
10841
|
color,
|
|
10809
10842
|
size
|
|
10810
10843
|
} = props,
|
|
10811
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10844
|
+
otherProps = _objectWithoutProperties(props, _excluded$4U);
|
|
10812
10845
|
|
|
10813
10846
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10814
10847
|
width: size,
|
|
@@ -10835,14 +10868,14 @@ Apptivo.defaultProps = {
|
|
|
10835
10868
|
size: '24'
|
|
10836
10869
|
};
|
|
10837
10870
|
|
|
10838
|
-
const _excluded$
|
|
10871
|
+
const _excluded$4V = ["color", "size"];
|
|
10839
10872
|
|
|
10840
10873
|
const Zillow = props => {
|
|
10841
10874
|
const {
|
|
10842
10875
|
color,
|
|
10843
10876
|
size
|
|
10844
10877
|
} = props,
|
|
10845
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10878
|
+
otherProps = _objectWithoutProperties(props, _excluded$4V);
|
|
10846
10879
|
|
|
10847
10880
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10848
10881
|
width: size,
|
|
@@ -10868,14 +10901,14 @@ Zillow.defaultProps = {
|
|
|
10868
10901
|
size: '24'
|
|
10869
10902
|
};
|
|
10870
10903
|
|
|
10871
|
-
const _excluded$
|
|
10904
|
+
const _excluded$4W = ["color", "size"];
|
|
10872
10905
|
|
|
10873
10906
|
const Canva = props => {
|
|
10874
10907
|
const {
|
|
10875
10908
|
color,
|
|
10876
10909
|
size
|
|
10877
10910
|
} = props,
|
|
10878
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10911
|
+
otherProps = _objectWithoutProperties(props, _excluded$4W);
|
|
10879
10912
|
|
|
10880
10913
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10881
10914
|
width: size,
|
|
@@ -10970,14 +11003,14 @@ Canva.defaultProps = {
|
|
|
10970
11003
|
size: '24'
|
|
10971
11004
|
};
|
|
10972
11005
|
|
|
10973
|
-
const _excluded$
|
|
11006
|
+
const _excluded$4X = ["color", "size"];
|
|
10974
11007
|
|
|
10975
11008
|
const Kajabi = props => {
|
|
10976
11009
|
const {
|
|
10977
11010
|
color,
|
|
10978
11011
|
size
|
|
10979
11012
|
} = props,
|
|
10980
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11013
|
+
otherProps = _objectWithoutProperties(props, _excluded$4X);
|
|
10981
11014
|
|
|
10982
11015
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10983
11016
|
width: size,
|
|
@@ -11008,14 +11041,14 @@ Kajabi.defaultProps = {
|
|
|
11008
11041
|
size: '24'
|
|
11009
11042
|
};
|
|
11010
11043
|
|
|
11011
|
-
const _excluded$
|
|
11044
|
+
const _excluded$4Y = ["color", "size"];
|
|
11012
11045
|
|
|
11013
11046
|
const Magento = props => {
|
|
11014
11047
|
const {
|
|
11015
11048
|
color,
|
|
11016
11049
|
size
|
|
11017
11050
|
} = props,
|
|
11018
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11051
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Y);
|
|
11019
11052
|
|
|
11020
11053
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11021
11054
|
width: size,
|
|
@@ -11039,14 +11072,14 @@ Magento.defaultProps = {
|
|
|
11039
11072
|
size: '24'
|
|
11040
11073
|
};
|
|
11041
11074
|
|
|
11042
|
-
const _excluded$
|
|
11075
|
+
const _excluded$4Z = ["color", "size"];
|
|
11043
11076
|
|
|
11044
11077
|
const ArrowDownRight = props => {
|
|
11045
11078
|
const {
|
|
11046
11079
|
color,
|
|
11047
11080
|
size
|
|
11048
11081
|
} = props,
|
|
11049
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11082
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Z);
|
|
11050
11083
|
|
|
11051
11084
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11052
11085
|
width: size,
|
|
@@ -11106,6 +11139,7 @@ exports.Attention = Attention;
|
|
|
11106
11139
|
exports.Audience = Audience;
|
|
11107
11140
|
exports.Audio = Audio;
|
|
11108
11141
|
exports.Automation = Automation;
|
|
11142
|
+
exports.Basics = Basics;
|
|
11109
11143
|
exports.Bigcommerce = Bigcommerce;
|
|
11110
11144
|
exports.Bold = Bold;
|
|
11111
11145
|
exports.Book = Book;
|