@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/umd/mcicons.js
CHANGED
|
@@ -9638,11 +9638,42 @@
|
|
|
9638
9638
|
|
|
9639
9639
|
var _excluded$4D = ["color", "size"];
|
|
9640
9640
|
|
|
9641
|
-
var
|
|
9641
|
+
var Basics = function Basics(props) {
|
|
9642
9642
|
var color = props.color,
|
|
9643
9643
|
size = props.size,
|
|
9644
9644
|
otherProps = _objectWithoutProperties(props, _excluded$4D);
|
|
9645
9645
|
|
|
9646
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9647
|
+
width: size,
|
|
9648
|
+
height: size,
|
|
9649
|
+
viewBox: "0 0 24 24",
|
|
9650
|
+
fill: "none",
|
|
9651
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9652
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9653
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9654
|
+
fillRule: "evenodd",
|
|
9655
|
+
clipRule: "evenodd",
|
|
9656
|
+
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",
|
|
9657
|
+
fill: color
|
|
9658
|
+
}));
|
|
9659
|
+
};
|
|
9660
|
+
|
|
9661
|
+
Basics.propTypes = {
|
|
9662
|
+
color: PropTypes.string,
|
|
9663
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
9664
|
+
};
|
|
9665
|
+
Basics.defaultProps = {
|
|
9666
|
+
color: 'currentColor',
|
|
9667
|
+
size: '24'
|
|
9668
|
+
};
|
|
9669
|
+
|
|
9670
|
+
var _excluded$4E = ["color", "size"];
|
|
9671
|
+
|
|
9672
|
+
var Fitness = function Fitness(props) {
|
|
9673
|
+
var color = props.color,
|
|
9674
|
+
size = props.size,
|
|
9675
|
+
otherProps = _objectWithoutProperties(props, _excluded$4E);
|
|
9676
|
+
|
|
9646
9677
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9647
9678
|
width: size,
|
|
9648
9679
|
height: size,
|
|
@@ -9665,12 +9696,12 @@
|
|
|
9665
9696
|
size: '24'
|
|
9666
9697
|
};
|
|
9667
9698
|
|
|
9668
|
-
var _excluded$
|
|
9699
|
+
var _excluded$4F = ["color", "size"];
|
|
9669
9700
|
|
|
9670
9701
|
var Hotel = function Hotel(props) {
|
|
9671
9702
|
var color = props.color,
|
|
9672
9703
|
size = props.size,
|
|
9673
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9704
|
+
otherProps = _objectWithoutProperties(props, _excluded$4F);
|
|
9674
9705
|
|
|
9675
9706
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9676
9707
|
width: size,
|
|
@@ -9694,12 +9725,12 @@
|
|
|
9694
9725
|
size: '24'
|
|
9695
9726
|
};
|
|
9696
9727
|
|
|
9697
|
-
var _excluded$
|
|
9728
|
+
var _excluded$4G = ["color", "size"];
|
|
9698
9729
|
|
|
9699
9730
|
var Organization = function Organization(props) {
|
|
9700
9731
|
var color = props.color,
|
|
9701
9732
|
size = props.size,
|
|
9702
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9733
|
+
otherProps = _objectWithoutProperties(props, _excluded$4G);
|
|
9703
9734
|
|
|
9704
9735
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9705
9736
|
width: size,
|
|
@@ -9723,12 +9754,12 @@
|
|
|
9723
9754
|
size: '24'
|
|
9724
9755
|
};
|
|
9725
9756
|
|
|
9726
|
-
var _excluded$
|
|
9757
|
+
var _excluded$4H = ["color", "size"];
|
|
9727
9758
|
|
|
9728
9759
|
var ProfessionalConsulting = function ProfessionalConsulting(props) {
|
|
9729
9760
|
var color = props.color,
|
|
9730
9761
|
size = props.size,
|
|
9731
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9762
|
+
otherProps = _objectWithoutProperties(props, _excluded$4H);
|
|
9732
9763
|
|
|
9733
9764
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9734
9765
|
width: size,
|
|
@@ -9752,12 +9783,12 @@
|
|
|
9752
9783
|
size: '24'
|
|
9753
9784
|
};
|
|
9754
9785
|
|
|
9755
|
-
var _excluded$
|
|
9786
|
+
var _excluded$4I = ["color", "size"];
|
|
9756
9787
|
|
|
9757
9788
|
var MessengerList = function MessengerList(props) {
|
|
9758
9789
|
var color = props.color,
|
|
9759
9790
|
size = props.size,
|
|
9760
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9791
|
+
otherProps = _objectWithoutProperties(props, _excluded$4I);
|
|
9761
9792
|
|
|
9762
9793
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9763
9794
|
width: size,
|
|
@@ -9787,12 +9818,12 @@
|
|
|
9787
9818
|
size: '24'
|
|
9788
9819
|
};
|
|
9789
9820
|
|
|
9790
|
-
var _excluded$
|
|
9821
|
+
var _excluded$4J = ["color", "size"];
|
|
9791
9822
|
|
|
9792
9823
|
var Integromat = function Integromat(props) {
|
|
9793
9824
|
var color = props.color,
|
|
9794
9825
|
size = props.size,
|
|
9795
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9826
|
+
otherProps = _objectWithoutProperties(props, _excluded$4J);
|
|
9796
9827
|
|
|
9797
9828
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9798
9829
|
width: size,
|
|
@@ -9816,12 +9847,12 @@
|
|
|
9816
9847
|
size: '24'
|
|
9817
9848
|
};
|
|
9818
9849
|
|
|
9819
|
-
var _excluded$
|
|
9850
|
+
var _excluded$4K = ["color", "size"];
|
|
9820
9851
|
|
|
9821
9852
|
var Hubspot = function Hubspot(props) {
|
|
9822
9853
|
var color = props.color,
|
|
9823
9854
|
size = props.size,
|
|
9824
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9855
|
+
otherProps = _objectWithoutProperties(props, _excluded$4K);
|
|
9825
9856
|
|
|
9826
9857
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9827
9858
|
width: size,
|
|
@@ -9845,12 +9876,12 @@
|
|
|
9845
9876
|
size: '24'
|
|
9846
9877
|
};
|
|
9847
9878
|
|
|
9848
|
-
var _excluded$
|
|
9879
|
+
var _excluded$4L = ["color", "size"];
|
|
9849
9880
|
|
|
9850
9881
|
var Klaviyo = function Klaviyo(props) {
|
|
9851
9882
|
var color = props.color,
|
|
9852
9883
|
size = props.size,
|
|
9853
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9884
|
+
otherProps = _objectWithoutProperties(props, _excluded$4L);
|
|
9854
9885
|
|
|
9855
9886
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9856
9887
|
width: size,
|
|
@@ -9898,12 +9929,12 @@
|
|
|
9898
9929
|
size: '24'
|
|
9899
9930
|
};
|
|
9900
9931
|
|
|
9901
|
-
var _excluded$
|
|
9932
|
+
var _excluded$4M = ["color", "size"];
|
|
9902
9933
|
|
|
9903
9934
|
var Activecampaign = function Activecampaign(props) {
|
|
9904
9935
|
var color = props.color,
|
|
9905
9936
|
size = props.size,
|
|
9906
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9937
|
+
otherProps = _objectWithoutProperties(props, _excluded$4M);
|
|
9907
9938
|
|
|
9908
9939
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9909
9940
|
width: size,
|
|
@@ -9929,12 +9960,12 @@
|
|
|
9929
9960
|
size: '24'
|
|
9930
9961
|
};
|
|
9931
9962
|
|
|
9932
|
-
var _excluded$
|
|
9963
|
+
var _excluded$4N = ["color", "size"];
|
|
9933
9964
|
|
|
9934
9965
|
var ChatGpt = function ChatGpt(props) {
|
|
9935
9966
|
var color = props.color,
|
|
9936
9967
|
size = props.size,
|
|
9937
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9968
|
+
otherProps = _objectWithoutProperties(props, _excluded$4N);
|
|
9938
9969
|
|
|
9939
9970
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9940
9971
|
width: size,
|
|
@@ -9958,12 +9989,12 @@
|
|
|
9958
9989
|
size: '24'
|
|
9959
9990
|
};
|
|
9960
9991
|
|
|
9961
|
-
var _excluded$
|
|
9992
|
+
var _excluded$4O = ["color", "size"];
|
|
9962
9993
|
|
|
9963
9994
|
var MailChimp = function MailChimp(props) {
|
|
9964
9995
|
var color = props.color,
|
|
9965
9996
|
size = props.size,
|
|
9966
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9997
|
+
otherProps = _objectWithoutProperties(props, _excluded$4O);
|
|
9967
9998
|
|
|
9968
9999
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9969
10000
|
width: size,
|
|
@@ -10005,12 +10036,12 @@
|
|
|
10005
10036
|
size: '24'
|
|
10006
10037
|
};
|
|
10007
10038
|
|
|
10008
|
-
var _excluded$
|
|
10039
|
+
var _excluded$4P = ["color", "size"];
|
|
10009
10040
|
|
|
10010
10041
|
var ConvertKit = function ConvertKit(props) {
|
|
10011
10042
|
var color = props.color,
|
|
10012
10043
|
size = props.size,
|
|
10013
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10044
|
+
otherProps = _objectWithoutProperties(props, _excluded$4P);
|
|
10014
10045
|
|
|
10015
10046
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10016
10047
|
width: size,
|
|
@@ -10034,12 +10065,12 @@
|
|
|
10034
10065
|
size: '24'
|
|
10035
10066
|
};
|
|
10036
10067
|
|
|
10037
|
-
var _excluded$
|
|
10068
|
+
var _excluded$4Q = ["color", "size"];
|
|
10038
10069
|
|
|
10039
10070
|
var GoogleSheets = function GoogleSheets(props) {
|
|
10040
10071
|
var color = props.color,
|
|
10041
10072
|
size = props.size,
|
|
10042
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10073
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Q);
|
|
10043
10074
|
|
|
10044
10075
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10045
10076
|
width: size,
|
|
@@ -10074,12 +10105,12 @@
|
|
|
10074
10105
|
size: '24'
|
|
10075
10106
|
};
|
|
10076
10107
|
|
|
10077
|
-
var _excluded$
|
|
10108
|
+
var _excluded$4R = ["color", "size"];
|
|
10078
10109
|
|
|
10079
10110
|
var Salesforce = function Salesforce(props) {
|
|
10080
10111
|
var color = props.color,
|
|
10081
10112
|
size = props.size,
|
|
10082
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10113
|
+
otherProps = _objectWithoutProperties(props, _excluded$4R);
|
|
10083
10114
|
|
|
10084
10115
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10085
10116
|
width: size,
|
|
@@ -10112,12 +10143,12 @@
|
|
|
10112
10143
|
size: '24'
|
|
10113
10144
|
};
|
|
10114
10145
|
|
|
10115
|
-
var _excluded$
|
|
10146
|
+
var _excluded$4S = ["color", "size"];
|
|
10116
10147
|
|
|
10117
10148
|
var Pipedrive = function Pipedrive(props) {
|
|
10118
10149
|
var color = props.color,
|
|
10119
10150
|
size = props.size,
|
|
10120
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10151
|
+
otherProps = _objectWithoutProperties(props, _excluded$4S);
|
|
10121
10152
|
|
|
10122
10153
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10123
10154
|
width: size,
|
|
@@ -10144,12 +10175,12 @@
|
|
|
10144
10175
|
size: '24'
|
|
10145
10176
|
};
|
|
10146
10177
|
|
|
10147
|
-
var _excluded$
|
|
10178
|
+
var _excluded$4T = ["color", "size"];
|
|
10148
10179
|
|
|
10149
10180
|
var Wiseagent = function Wiseagent(props) {
|
|
10150
10181
|
var color = props.color,
|
|
10151
10182
|
size = props.size,
|
|
10152
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10183
|
+
otherProps = _objectWithoutProperties(props, _excluded$4T);
|
|
10153
10184
|
|
|
10154
10185
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10155
10186
|
width: size,
|
|
@@ -10179,12 +10210,12 @@
|
|
|
10179
10210
|
size: '24'
|
|
10180
10211
|
};
|
|
10181
10212
|
|
|
10182
|
-
var _excluded$
|
|
10213
|
+
var _excluded$4U = ["color", "size"];
|
|
10183
10214
|
|
|
10184
10215
|
var Apptivo = function Apptivo(props) {
|
|
10185
10216
|
var color = props.color,
|
|
10186
10217
|
size = props.size,
|
|
10187
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10218
|
+
otherProps = _objectWithoutProperties(props, _excluded$4U);
|
|
10188
10219
|
|
|
10189
10220
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10190
10221
|
width: size,
|
|
@@ -10211,12 +10242,12 @@
|
|
|
10211
10242
|
size: '24'
|
|
10212
10243
|
};
|
|
10213
10244
|
|
|
10214
|
-
var _excluded$
|
|
10245
|
+
var _excluded$4V = ["color", "size"];
|
|
10215
10246
|
|
|
10216
10247
|
var Zillow = function Zillow(props) {
|
|
10217
10248
|
var color = props.color,
|
|
10218
10249
|
size = props.size,
|
|
10219
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10250
|
+
otherProps = _objectWithoutProperties(props, _excluded$4V);
|
|
10220
10251
|
|
|
10221
10252
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10222
10253
|
width: size,
|
|
@@ -10242,12 +10273,12 @@
|
|
|
10242
10273
|
size: '24'
|
|
10243
10274
|
};
|
|
10244
10275
|
|
|
10245
|
-
var _excluded$
|
|
10276
|
+
var _excluded$4W = ["color", "size"];
|
|
10246
10277
|
|
|
10247
10278
|
var Canva = function Canva(props) {
|
|
10248
10279
|
var color = props.color,
|
|
10249
10280
|
size = props.size,
|
|
10250
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10281
|
+
otherProps = _objectWithoutProperties(props, _excluded$4W);
|
|
10251
10282
|
|
|
10252
10283
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10253
10284
|
width: size,
|
|
@@ -10342,12 +10373,12 @@
|
|
|
10342
10373
|
size: '24'
|
|
10343
10374
|
};
|
|
10344
10375
|
|
|
10345
|
-
var _excluded$
|
|
10376
|
+
var _excluded$4X = ["color", "size"];
|
|
10346
10377
|
|
|
10347
10378
|
var Kajabi = function Kajabi(props) {
|
|
10348
10379
|
var color = props.color,
|
|
10349
10380
|
size = props.size,
|
|
10350
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10381
|
+
otherProps = _objectWithoutProperties(props, _excluded$4X);
|
|
10351
10382
|
|
|
10352
10383
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10353
10384
|
width: size,
|
|
@@ -10378,12 +10409,12 @@
|
|
|
10378
10409
|
size: '24'
|
|
10379
10410
|
};
|
|
10380
10411
|
|
|
10381
|
-
var _excluded$
|
|
10412
|
+
var _excluded$4Y = ["color", "size"];
|
|
10382
10413
|
|
|
10383
10414
|
var Magento = function Magento(props) {
|
|
10384
10415
|
var color = props.color,
|
|
10385
10416
|
size = props.size,
|
|
10386
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10417
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Y);
|
|
10387
10418
|
|
|
10388
10419
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10389
10420
|
width: size,
|
|
@@ -10407,12 +10438,12 @@
|
|
|
10407
10438
|
size: '24'
|
|
10408
10439
|
};
|
|
10409
10440
|
|
|
10410
|
-
var _excluded$
|
|
10441
|
+
var _excluded$4Z = ["color", "size"];
|
|
10411
10442
|
|
|
10412
10443
|
var ArrowDownRight = function ArrowDownRight(props) {
|
|
10413
10444
|
var color = props.color,
|
|
10414
10445
|
size = props.size,
|
|
10415
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10446
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Z);
|
|
10416
10447
|
|
|
10417
10448
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10418
10449
|
width: size,
|
|
@@ -10472,6 +10503,7 @@
|
|
|
10472
10503
|
exports.Audience = Audience;
|
|
10473
10504
|
exports.Audio = Audio;
|
|
10474
10505
|
exports.Automation = Automation;
|
|
10506
|
+
exports.Basics = Basics;
|
|
10475
10507
|
exports.Bigcommerce = Bigcommerce;
|
|
10476
10508
|
exports.Bold = Bold;
|
|
10477
10509
|
exports.Book = Book;
|