@manychat/icons 4.2.2 → 4.3.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 +6 -0
- package/dist/index.es.js +217 -31
- package/dist/index.js +222 -30
- package/package.json +1 -1
- package/umd/mcicons.js +210 -30
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -292,6 +292,12 @@ export const Bigcommerce: Icon
|
|
|
292
292
|
export const Woocommerce: Icon
|
|
293
293
|
export const Amazon: Icon
|
|
294
294
|
export const Hotmart: Icon
|
|
295
|
+
export const Creator: Icon
|
|
296
|
+
export const RealEstate: Icon
|
|
297
|
+
export const Fitness: Icon
|
|
298
|
+
export const Hotel: Icon
|
|
299
|
+
export const Organization: Icon
|
|
300
|
+
export const ProfessionalConsulting: Icon
|
|
295
301
|
export const InstagramChannel2: Icon
|
|
296
302
|
export const PopularFilled: Icon
|
|
297
303
|
export const Bricks: Icon
|
package/dist/index.es.js
CHANGED
|
@@ -829,7 +829,7 @@ const Close = props => {
|
|
|
829
829
|
xmlns: "http://www.w3.org/2000/svg",
|
|
830
830
|
preserveAspectRatio: "xMidYMid meet"
|
|
831
831
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
832
|
-
d: "
|
|
832
|
+
d: "M22 2L11.9492 12.0498L2 2.0995V4.18905L10.934 13.1443L2 22H4.13198L11.9492 14.1393L19.9695 22H22L13.066 13.1443L22 4.08955V2Z",
|
|
833
833
|
fill: color
|
|
834
834
|
}));
|
|
835
835
|
};
|
|
@@ -9905,13 +9905,199 @@ Hotmart.defaultProps = {
|
|
|
9905
9905
|
|
|
9906
9906
|
const _excluded$4s = ["color", "size"];
|
|
9907
9907
|
|
|
9908
|
-
const
|
|
9908
|
+
const Creator = props => {
|
|
9909
9909
|
const {
|
|
9910
9910
|
color,
|
|
9911
9911
|
size
|
|
9912
9912
|
} = props,
|
|
9913
9913
|
otherProps = _objectWithoutProperties(props, _excluded$4s);
|
|
9914
9914
|
|
|
9915
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9916
|
+
width: size,
|
|
9917
|
+
height: size,
|
|
9918
|
+
viewBox: "0 0 24 24",
|
|
9919
|
+
fill: "none",
|
|
9920
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9921
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9922
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9923
|
+
d: "M12.2041 8.05769C14.551 8.05769 16.4898 9.97596 16.4898 12.2981C16.4898 13.9135 15.5714 15.3269 14.1429 16.0337V18.1538H10.1633V16.0337C8.83673 15.3269 7.81633 13.9135 7.81633 12.2981C7.91837 9.97596 9.7551 8.05769 12.2041 8.05769ZM12.2041 6.54327C9.04082 6.54327 6.38776 9.16827 6.38776 12.2981C6.38776 14.1154 7.20408 15.8317 8.73469 16.8413V18.1538V19.6683H10.1633H14.1429H15.6735V18.1538V16.8413C17.102 15.7308 18.0204 14.1154 18.0204 12.2981C17.9184 9.16827 15.3673 6.54327 12.2041 6.54327ZM15.5714 20.9856H8.63265V22.5H15.5714V20.9856ZM12.7143 2H11.1837V5.02885H12.7143V2ZM5.06122 11.0865H2V12.601H5.06122V11.0865ZM22 11.0865H18.9388V12.601H22V11.0865ZM19.551 5.43269L18.4286 4.32212L16.2857 6.44231L17.4082 7.55289L19.551 5.43269ZM7.61224 6.44231L5.46939 4.32212L4.34694 5.43269L6.4898 7.55289L7.61224 6.44231Z",
|
|
9924
|
+
fill: color
|
|
9925
|
+
}));
|
|
9926
|
+
};
|
|
9927
|
+
|
|
9928
|
+
Creator.propTypes = {
|
|
9929
|
+
color: PropTypes.string,
|
|
9930
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
9931
|
+
};
|
|
9932
|
+
Creator.defaultProps = {
|
|
9933
|
+
color: 'currentColor',
|
|
9934
|
+
size: '24'
|
|
9935
|
+
};
|
|
9936
|
+
|
|
9937
|
+
const _excluded$4t = ["color", "size"];
|
|
9938
|
+
|
|
9939
|
+
const RealEstate = props => {
|
|
9940
|
+
const {
|
|
9941
|
+
color,
|
|
9942
|
+
size
|
|
9943
|
+
} = props,
|
|
9944
|
+
otherProps = _objectWithoutProperties(props, _excluded$4t);
|
|
9945
|
+
|
|
9946
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9947
|
+
width: size,
|
|
9948
|
+
height: size,
|
|
9949
|
+
viewBox: "0 0 24 24",
|
|
9950
|
+
fill: "none",
|
|
9951
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9952
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9953
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9954
|
+
d: "M22.1 12H20L11.9 4.1L4.00002 12H1.90002L11.9 2L22.1 12ZM17.8 20.6H12.7V12.5H11.2V20.6H6.00005V12.5H4.50005V22.1H19.3V12.5H17.8V20.6ZM14.4 12H16.6L11.9 7.4L7.50005 12H9.60005L11.9 9.5L14.4 12Z",
|
|
9955
|
+
fill: color
|
|
9956
|
+
}));
|
|
9957
|
+
};
|
|
9958
|
+
|
|
9959
|
+
RealEstate.propTypes = {
|
|
9960
|
+
color: PropTypes.string,
|
|
9961
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
9962
|
+
};
|
|
9963
|
+
RealEstate.defaultProps = {
|
|
9964
|
+
color: 'currentColor',
|
|
9965
|
+
size: '24'
|
|
9966
|
+
};
|
|
9967
|
+
|
|
9968
|
+
const _excluded$4u = ["color", "size"];
|
|
9969
|
+
|
|
9970
|
+
const Fitness = props => {
|
|
9971
|
+
const {
|
|
9972
|
+
color,
|
|
9973
|
+
size
|
|
9974
|
+
} = props,
|
|
9975
|
+
otherProps = _objectWithoutProperties(props, _excluded$4u);
|
|
9976
|
+
|
|
9977
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9978
|
+
width: size,
|
|
9979
|
+
height: size,
|
|
9980
|
+
viewBox: "0 0 24 24",
|
|
9981
|
+
fill: "none",
|
|
9982
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9983
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9984
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9985
|
+
d: "M18.8372 6.64417V3H14.2791V11.0613H9.62791V3H5.16279V6.64417H2V17.4663H5.16279V21.1104H9.72093V12.7178H14.3721V21H18.9302V17.3558H22.093V6.64417H18.8372ZM5.16279 15.8098H3.39535V8.30061H5.16279V15.8098ZM8.32558 19.3436H6.55814V17.3558V6.64417V4.65644H8.32558V19.3436ZM17.4419 6.64417V17.4663V19.454H15.6744V4.65644H17.4419V6.64417ZM20.6047 15.8098H18.8372V8.30061H20.6047V15.8098Z",
|
|
9986
|
+
fill: color
|
|
9987
|
+
}));
|
|
9988
|
+
};
|
|
9989
|
+
|
|
9990
|
+
Fitness.propTypes = {
|
|
9991
|
+
color: PropTypes.string,
|
|
9992
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
9993
|
+
};
|
|
9994
|
+
Fitness.defaultProps = {
|
|
9995
|
+
color: 'currentColor',
|
|
9996
|
+
size: '24'
|
|
9997
|
+
};
|
|
9998
|
+
|
|
9999
|
+
const _excluded$4v = ["color", "size"];
|
|
10000
|
+
|
|
10001
|
+
const Hotel = props => {
|
|
10002
|
+
const {
|
|
10003
|
+
color,
|
|
10004
|
+
size
|
|
10005
|
+
} = props,
|
|
10006
|
+
otherProps = _objectWithoutProperties(props, _excluded$4v);
|
|
10007
|
+
|
|
10008
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10009
|
+
width: size,
|
|
10010
|
+
height: size,
|
|
10011
|
+
viewBox: "0 0 24 24",
|
|
10012
|
+
fill: "none",
|
|
10013
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10014
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10015
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10016
|
+
d: "M2 2V7.07463H3.57635V22H20.5222V7.07463H22.0985V2H2ZM18.9458 20.5075H5.05419V7.07463H19.0443V20.5075H18.9458ZM20.5222 5.58209H3.47783V3.49254H20.5222V5.58209ZM10.9655 8.56716H6.63054V12.9453H10.9655V8.56716ZM9.48768 11.4527H8.10837V10.0597H9.48768V11.4527ZM17.3695 8.56716H13.0345V12.9453H17.3695V8.56716ZM15.8916 11.4527H14.5123V10.0597H15.8916V11.4527ZM10.9655 14.6368H6.63054V19.0149H10.9655V14.6368ZM9.48768 17.5224H8.10837V16.1294H9.48768V17.5224ZM17.3695 14.6368H13.0345V19.0149H17.3695V14.6368ZM15.8916 17.5224H14.5123V16.1294H15.8916V17.5224Z",
|
|
10017
|
+
fill: color
|
|
10018
|
+
}));
|
|
10019
|
+
};
|
|
10020
|
+
|
|
10021
|
+
Hotel.propTypes = {
|
|
10022
|
+
color: PropTypes.string,
|
|
10023
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10024
|
+
};
|
|
10025
|
+
Hotel.defaultProps = {
|
|
10026
|
+
color: 'currentColor',
|
|
10027
|
+
size: '24'
|
|
10028
|
+
};
|
|
10029
|
+
|
|
10030
|
+
const _excluded$4w = ["color", "size"];
|
|
10031
|
+
|
|
10032
|
+
const Organization = props => {
|
|
10033
|
+
const {
|
|
10034
|
+
color,
|
|
10035
|
+
size
|
|
10036
|
+
} = props,
|
|
10037
|
+
otherProps = _objectWithoutProperties(props, _excluded$4w);
|
|
10038
|
+
|
|
10039
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10040
|
+
width: size,
|
|
10041
|
+
height: size,
|
|
10042
|
+
viewBox: "0 0 24 24",
|
|
10043
|
+
fill: "none",
|
|
10044
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10045
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10046
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10047
|
+
d: "M19.8431 16.2V11.3H12.7843V7.8H14.9412V2H9.15686V7.8H11.3137V11.2H4.15686V16.1H2V22H7.68627V16.2H5.62745V12.8H11.3137V16.2H9.15686V22H14.8431V16.2H12.7843V12.8H18.4706V16.2H16.3137V22H22V16.2H19.8431ZM10.6275 3.5H13.3725V6.3H10.6275V3.5ZM6.21569 20.5H3.47059V17.7H6.21569V20.5ZM13.3725 20.5H10.6275V17.7H13.3725V20.5ZM20.5294 20.5H17.7843V17.7H20.5294V20.5Z",
|
|
10048
|
+
fill: color
|
|
10049
|
+
}));
|
|
10050
|
+
};
|
|
10051
|
+
|
|
10052
|
+
Organization.propTypes = {
|
|
10053
|
+
color: PropTypes.string,
|
|
10054
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10055
|
+
};
|
|
10056
|
+
Organization.defaultProps = {
|
|
10057
|
+
color: 'currentColor',
|
|
10058
|
+
size: '24'
|
|
10059
|
+
};
|
|
10060
|
+
|
|
10061
|
+
const _excluded$4x = ["color", "size"];
|
|
10062
|
+
|
|
10063
|
+
const ProfessionalConsulting = props => {
|
|
10064
|
+
const {
|
|
10065
|
+
color,
|
|
10066
|
+
size
|
|
10067
|
+
} = props,
|
|
10068
|
+
otherProps = _objectWithoutProperties(props, _excluded$4x);
|
|
10069
|
+
|
|
10070
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10071
|
+
width: size,
|
|
10072
|
+
height: size,
|
|
10073
|
+
viewBox: "0 0 24 24",
|
|
10074
|
+
fill: "none",
|
|
10075
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10076
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10077
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10078
|
+
d: "M7.27053 15.5155C9.39613 15.5155 11.2029 13.5876 11.2029 11.3196C11.2029 9.05155 9.39613 7.12371 7.27053 7.12371C5.14493 7.12371 3.33816 9.05155 3.33816 11.3196C3.33816 13.701 5.14493 15.5155 7.27053 15.5155ZM7.27053 8.82474C8.54589 8.82474 9.6087 9.95876 9.6087 11.3196C9.6087 12.6804 8.54589 13.8144 7.27053 13.8144C5.99517 13.8144 4.93237 12.6804 4.93237 11.3196C4.93237 9.95876 5.99517 8.82474 7.27053 8.82474ZM13.6473 20.2784C13.7536 21.0722 13.5411 21.9794 13.3285 22.8866H11.7343C11.9469 21.9794 12.1594 21.0722 12.0531 20.5052C11.8406 18.2371 8.54589 17.7835 7.37681 17.7835C7.37681 17.7835 7.37681 17.7835 7.27053 17.7835C5.99517 17.7835 2.80676 18.2371 2.5942 20.6186C2.5942 21.1856 2.70048 22.2062 2.91304 23H1.31884C1.10628 21.9794 1 20.9588 1 20.2784C1.42512 16.8763 5.25121 15.9691 7.37681 15.9691C9.39613 15.9691 13.3285 16.8763 13.6473 20.2784ZM17.686 1C14.8164 1 12.372 3.38144 12.372 6.2165C12.372 7.57732 12.9034 8.82474 13.7536 9.73196L12.372 13.2474L17.8985 11.6598C21.2995 10.6392 23 8.82474 23 6.10309C22.8937 3.38144 20.5556 1 17.686 1ZM17.4734 10.0722L15.1353 10.7526L15.7729 9.27835L15.2415 8.82474C14.3913 8.14433 13.9662 7.23711 13.9662 6.2165C13.9662 4.28866 15.6667 2.70103 17.686 2.70103C19.7053 2.70103 21.4058 4.28866 21.4058 6.2165C21.2995 7.35052 20.8744 9.05155 17.4734 10.0722Z",
|
|
10079
|
+
fill: color
|
|
10080
|
+
}));
|
|
10081
|
+
};
|
|
10082
|
+
|
|
10083
|
+
ProfessionalConsulting.propTypes = {
|
|
10084
|
+
color: PropTypes.string,
|
|
10085
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10086
|
+
};
|
|
10087
|
+
ProfessionalConsulting.defaultProps = {
|
|
10088
|
+
color: 'currentColor',
|
|
10089
|
+
size: '24'
|
|
10090
|
+
};
|
|
10091
|
+
|
|
10092
|
+
const _excluded$4y = ["color", "size"];
|
|
10093
|
+
|
|
10094
|
+
const InstagramChannel2 = props => {
|
|
10095
|
+
const {
|
|
10096
|
+
color,
|
|
10097
|
+
size
|
|
10098
|
+
} = props,
|
|
10099
|
+
otherProps = _objectWithoutProperties(props, _excluded$4y);
|
|
10100
|
+
|
|
9915
10101
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9916
10102
|
width: size,
|
|
9917
10103
|
height: size,
|
|
@@ -9946,14 +10132,14 @@ InstagramChannel2.defaultProps = {
|
|
|
9946
10132
|
size: '24'
|
|
9947
10133
|
};
|
|
9948
10134
|
|
|
9949
|
-
const _excluded$
|
|
10135
|
+
const _excluded$4z = ["color", "size"];
|
|
9950
10136
|
|
|
9951
10137
|
const PopularFilled = props => {
|
|
9952
10138
|
const {
|
|
9953
10139
|
color,
|
|
9954
10140
|
size
|
|
9955
10141
|
} = props,
|
|
9956
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10142
|
+
otherProps = _objectWithoutProperties(props, _excluded$4z);
|
|
9957
10143
|
|
|
9958
10144
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9959
10145
|
width: size,
|
|
@@ -9977,14 +10163,14 @@ PopularFilled.defaultProps = {
|
|
|
9977
10163
|
size: '24'
|
|
9978
10164
|
};
|
|
9979
10165
|
|
|
9980
|
-
const _excluded$
|
|
10166
|
+
const _excluded$4A = ["color", "size"];
|
|
9981
10167
|
|
|
9982
10168
|
const Bricks = props => {
|
|
9983
10169
|
const {
|
|
9984
10170
|
color,
|
|
9985
10171
|
size
|
|
9986
10172
|
} = props,
|
|
9987
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10173
|
+
otherProps = _objectWithoutProperties(props, _excluded$4A);
|
|
9988
10174
|
|
|
9989
10175
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9990
10176
|
width: size,
|
|
@@ -10017,14 +10203,14 @@ Bricks.defaultProps = {
|
|
|
10017
10203
|
size: '24'
|
|
10018
10204
|
};
|
|
10019
10205
|
|
|
10020
|
-
const _excluded$
|
|
10206
|
+
const _excluded$4B = ["color", "size"];
|
|
10021
10207
|
|
|
10022
10208
|
const HealthPulse = props => {
|
|
10023
10209
|
const {
|
|
10024
10210
|
color,
|
|
10025
10211
|
size
|
|
10026
10212
|
} = props,
|
|
10027
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10213
|
+
otherProps = _objectWithoutProperties(props, _excluded$4B);
|
|
10028
10214
|
|
|
10029
10215
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10030
10216
|
width: size,
|
|
@@ -10051,14 +10237,14 @@ HealthPulse.defaultProps = {
|
|
|
10051
10237
|
size: '24'
|
|
10052
10238
|
};
|
|
10053
10239
|
|
|
10054
|
-
const _excluded$
|
|
10240
|
+
const _excluded$4C = ["color", "size"];
|
|
10055
10241
|
|
|
10056
10242
|
const Create = props => {
|
|
10057
10243
|
const {
|
|
10058
10244
|
color,
|
|
10059
10245
|
size
|
|
10060
10246
|
} = props,
|
|
10061
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10247
|
+
otherProps = _objectWithoutProperties(props, _excluded$4C);
|
|
10062
10248
|
|
|
10063
10249
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10064
10250
|
width: size,
|
|
@@ -10085,14 +10271,14 @@ Create.defaultProps = {
|
|
|
10085
10271
|
size: '24'
|
|
10086
10272
|
};
|
|
10087
10273
|
|
|
10088
|
-
const _excluded$
|
|
10274
|
+
const _excluded$4D = ["color", "size"];
|
|
10089
10275
|
|
|
10090
10276
|
const GtCheckbox = props => {
|
|
10091
10277
|
const {
|
|
10092
10278
|
color,
|
|
10093
10279
|
size
|
|
10094
10280
|
} = props,
|
|
10095
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10281
|
+
otherProps = _objectWithoutProperties(props, _excluded$4D);
|
|
10096
10282
|
|
|
10097
10283
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10098
10284
|
width: size,
|
|
@@ -10119,14 +10305,14 @@ GtCheckbox.defaultProps = {
|
|
|
10119
10305
|
size: '24'
|
|
10120
10306
|
};
|
|
10121
10307
|
|
|
10122
|
-
const _excluded$
|
|
10308
|
+
const _excluded$4E = ["color", "size"];
|
|
10123
10309
|
|
|
10124
10310
|
const GtFbComment = props => {
|
|
10125
10311
|
const {
|
|
10126
10312
|
color,
|
|
10127
10313
|
size
|
|
10128
10314
|
} = props,
|
|
10129
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10315
|
+
otherProps = _objectWithoutProperties(props, _excluded$4E);
|
|
10130
10316
|
|
|
10131
10317
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10132
10318
|
width: size,
|
|
@@ -10152,14 +10338,14 @@ GtFbComment.defaultProps = {
|
|
|
10152
10338
|
size: '24'
|
|
10153
10339
|
};
|
|
10154
10340
|
|
|
10155
|
-
const _excluded$
|
|
10341
|
+
const _excluded$4F = ["color", "size"];
|
|
10156
10342
|
|
|
10157
10343
|
const GtAdsJson = props => {
|
|
10158
10344
|
const {
|
|
10159
10345
|
color,
|
|
10160
10346
|
size
|
|
10161
10347
|
} = props,
|
|
10162
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10348
|
+
otherProps = _objectWithoutProperties(props, _excluded$4F);
|
|
10163
10349
|
|
|
10164
10350
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10165
10351
|
width: size,
|
|
@@ -10192,14 +10378,14 @@ GtAdsJson.defaultProps = {
|
|
|
10192
10378
|
size: '24'
|
|
10193
10379
|
};
|
|
10194
10380
|
|
|
10195
|
-
const _excluded$
|
|
10381
|
+
const _excluded$4G = ["color", "size"];
|
|
10196
10382
|
|
|
10197
10383
|
const GtFbCode = props => {
|
|
10198
10384
|
const {
|
|
10199
10385
|
color,
|
|
10200
10386
|
size
|
|
10201
10387
|
} = props,
|
|
10202
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10388
|
+
otherProps = _objectWithoutProperties(props, _excluded$4G);
|
|
10203
10389
|
|
|
10204
10390
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10205
10391
|
width: size,
|
|
@@ -10228,14 +10414,14 @@ GtFbCode.defaultProps = {
|
|
|
10228
10414
|
size: '24'
|
|
10229
10415
|
};
|
|
10230
10416
|
|
|
10231
|
-
const _excluded$
|
|
10417
|
+
const _excluded$4H = ["color", "size"];
|
|
10232
10418
|
|
|
10233
10419
|
const GtRef = props => {
|
|
10234
10420
|
const {
|
|
10235
10421
|
color,
|
|
10236
10422
|
size
|
|
10237
10423
|
} = props,
|
|
10238
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10424
|
+
otherProps = _objectWithoutProperties(props, _excluded$4H);
|
|
10239
10425
|
|
|
10240
10426
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10241
10427
|
width: size,
|
|
@@ -10262,14 +10448,14 @@ GtRef.defaultProps = {
|
|
|
10262
10448
|
size: '24'
|
|
10263
10449
|
};
|
|
10264
10450
|
|
|
10265
|
-
const _excluded$
|
|
10451
|
+
const _excluded$4I = ["color", "size"];
|
|
10266
10452
|
|
|
10267
10453
|
const GtCustomerChat = props => {
|
|
10268
10454
|
const {
|
|
10269
10455
|
color,
|
|
10270
10456
|
size
|
|
10271
10457
|
} = props,
|
|
10272
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10458
|
+
otherProps = _objectWithoutProperties(props, _excluded$4I);
|
|
10273
10459
|
|
|
10274
10460
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10275
10461
|
width: size,
|
|
@@ -10298,14 +10484,14 @@ GtCustomerChat.defaultProps = {
|
|
|
10298
10484
|
size: '24'
|
|
10299
10485
|
};
|
|
10300
10486
|
|
|
10301
|
-
const _excluded$
|
|
10487
|
+
const _excluded$4J = ["color", "size"];
|
|
10302
10488
|
|
|
10303
10489
|
const GtTakeover = props => {
|
|
10304
10490
|
const {
|
|
10305
10491
|
color,
|
|
10306
10492
|
size
|
|
10307
10493
|
} = props,
|
|
10308
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10494
|
+
otherProps = _objectWithoutProperties(props, _excluded$4J);
|
|
10309
10495
|
|
|
10310
10496
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10311
10497
|
width: size,
|
|
@@ -10363,14 +10549,14 @@ GtTakeover.defaultProps = {
|
|
|
10363
10549
|
size: '24'
|
|
10364
10550
|
};
|
|
10365
10551
|
|
|
10366
|
-
const _excluded$
|
|
10552
|
+
const _excluded$4K = ["color", "size"];
|
|
10367
10553
|
|
|
10368
10554
|
const FlowPlaceholder = props => {
|
|
10369
10555
|
const {
|
|
10370
10556
|
color,
|
|
10371
10557
|
size
|
|
10372
10558
|
} = props,
|
|
10373
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10559
|
+
otherProps = _objectWithoutProperties(props, _excluded$4K);
|
|
10374
10560
|
|
|
10375
10561
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10376
10562
|
width: size,
|
|
@@ -10449,14 +10635,14 @@ FlowPlaceholder.defaultProps = {
|
|
|
10449
10635
|
size: '24'
|
|
10450
10636
|
};
|
|
10451
10637
|
|
|
10452
|
-
const _excluded$
|
|
10638
|
+
const _excluded$4L = ["color", "size"];
|
|
10453
10639
|
|
|
10454
10640
|
const AddStep = props => {
|
|
10455
10641
|
const {
|
|
10456
10642
|
color,
|
|
10457
10643
|
size
|
|
10458
10644
|
} = props,
|
|
10459
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10645
|
+
otherProps = _objectWithoutProperties(props, _excluded$4L);
|
|
10460
10646
|
|
|
10461
10647
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10462
10648
|
width: size,
|
|
@@ -10492,14 +10678,14 @@ AddStep.defaultProps = {
|
|
|
10492
10678
|
size: '24'
|
|
10493
10679
|
};
|
|
10494
10680
|
|
|
10495
|
-
const _excluded$
|
|
10681
|
+
const _excluded$4M = ["color", "size"];
|
|
10496
10682
|
|
|
10497
10683
|
const Stats = props => {
|
|
10498
10684
|
const {
|
|
10499
10685
|
color,
|
|
10500
10686
|
size
|
|
10501
10687
|
} = props,
|
|
10502
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10688
|
+
otherProps = _objectWithoutProperties(props, _excluded$4M);
|
|
10503
10689
|
|
|
10504
10690
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10505
10691
|
width: size,
|
|
@@ -10539,4 +10725,4 @@ Stats.defaultProps = {
|
|
|
10539
10725
|
size: '24'
|
|
10540
10726
|
};
|
|
10541
10727
|
|
|
10542
|
-
export { Action, ActionMarkConversationAsDone, AddCircle, AddStep, AddTag, Ads, AdsAd, AdsAdSet, Ai, AlignCenter, AlignLeft, AlignRight, AlignWide, All, Amazon, Analytics, Apple, Archive, ArrowDown, ArrowDrag, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, ArrowUp, Assign, AssignGroup, Attach, Attention, Audience, Audio, Automation, Bigcommerce, Bold, Book, Bot, BotRemove, Bricks, Broadcasting, BuilderAudio, BuilderCard, BuilderGallery, BuilderInput, BuilderList, BuilderText, ButtonEmailBlock, Calendar, Camera, CannedResponse, Cart, Cgt20, CheckCircle, CheckboxDone, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, ClearMobile, Close, Cloud, CloudDownload, CloudError, CloudUpload, Community, Condition, ConvertChannels, Copy, CopyToAnotherFlow, Coupon, Create, CreditCard, CufArray, CufBoolean, CufEnum, CufNoIcon, CufNumber, CufText, CustomField, CustomFieldRemove, Dashboard, Data, DefaultReply, Delay, Delete, DeleteForever, DeleteTag, DoubleChevrotBack, DoubleChevrotCollapse, DoubleChevrotExpand, DoubleChevrotForward, DragConnector, DragItem, DubleTick, DuplicateSms, Edit, EmailChannel, ExitFullscreen, Export, Facebook, FacebookMessenger, Faq, FbChat, Female, Filter, Flow, FlowPlaceholder, Folder, FolderAdd, FolderAdsCampaign, FolderOpen, Fullscreen, GoToFlow, Google, GrowthTools, GtAdsJson, GtBar, GtBox, GtButton, GtCheckbox, GtCustomerChat, GtFbCode, GtFbComment, GtLanding, GtModal, GtPageTakeover, GtRef, GtSlideIn, GtTakeover, GuestChatChannel, HeadlineBlockEmail, Health, HealthPulse, Help, Hide, Home, Hotmart, IcGrid_24px_, IcGrid__148x100_, Id, IgLiveComments, Image, Inbox, IncreaseEngagement, Info, InstagramChannel, InstagramChannel2, InstagramChannel3, Italic, Keyboard, Keywords, Link, LiveChat, Logout, MagicWand, Magnet, Male, Mention, Menu, MessageBack, MessageOpen, MessageTemplates, Messenger, MessengerChannel, Mic, Minus, MoreChannels, MoreHor, MoreVert, MosaicView, MoveTo, Nationality, NewCuFs, NewMessage, NewOrphanMobile, NodeAdd, Note, Notification, NotificationMute, OmnichannelWidget, Options, 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, Play, Plus, Popular, PopularFilled, Protect, PublicChangelog, Publish, Qr, Question, Redo, Reels, Retry, Rules, 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, Stats, Stop, 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, Woocommerce, Zapier };
|
|
10728
|
+
export { Action, ActionMarkConversationAsDone, AddCircle, AddStep, AddTag, Ads, AdsAd, AdsAdSet, Ai, AlignCenter, AlignLeft, AlignRight, AlignWide, All, Amazon, Analytics, Apple, Archive, ArrowDown, ArrowDrag, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, ArrowUp, Assign, AssignGroup, Attach, Attention, Audience, Audio, Automation, Bigcommerce, Bold, Book, Bot, BotRemove, Bricks, Broadcasting, BuilderAudio, BuilderCard, BuilderGallery, BuilderInput, BuilderList, BuilderText, ButtonEmailBlock, Calendar, Camera, CannedResponse, Cart, Cgt20, CheckCircle, CheckboxDone, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, ClearMobile, Close, Cloud, CloudDownload, CloudError, CloudUpload, Community, Condition, ConvertChannels, 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, DragConnector, DragItem, DubleTick, DuplicateSms, Edit, EmailChannel, ExitFullscreen, Export, Facebook, FacebookMessenger, Faq, FbChat, Female, Filter, Fitness, Flow, FlowPlaceholder, Folder, FolderAdd, FolderAdsCampaign, FolderOpen, Fullscreen, GoToFlow, Google, GrowthTools, GtAdsJson, GtBar, GtBox, GtButton, GtCheckbox, GtCustomerChat, GtFbCode, GtFbComment, GtLanding, GtModal, GtPageTakeover, GtRef, GtSlideIn, GtTakeover, GuestChatChannel, HeadlineBlockEmail, Health, HealthPulse, Help, Hide, Home, Hotel, Hotmart, IcGrid_24px_, IcGrid__148x100_, Id, IgLiveComments, Image, Inbox, IncreaseEngagement, Info, InstagramChannel, InstagramChannel2, InstagramChannel3, Italic, Keyboard, Keywords, Link, LiveChat, Logout, MagicWand, Magnet, Male, Mention, Menu, MessageBack, MessageOpen, MessageTemplates, Messenger, MessengerChannel, 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, Play, Plus, Popular, PopularFilled, ProfessionalConsulting, Protect, PublicChangelog, Publish, Qr, Question, RealEstate, Redo, Reels, Retry, Rules, 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, Stats, Stop, 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, Woocommerce, Zapier };
|