@manychat/icons 4.2.1 → 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 +220 -37
- package/dist/index.js +225 -36
- package/package.json +1 -1
- package/umd/mcicons.js +213 -36
- 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
|
@@ -860,13 +860,10 @@ const Plus = props => {
|
|
|
860
860
|
xmlns: "http://www.w3.org/2000/svg",
|
|
861
861
|
preserveAspectRatio: "xMidYMid meet"
|
|
862
862
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
d: "M11.9507 22V2",
|
|
868
|
-
stroke: color,
|
|
869
|
-
strokeWidth: "1.5"
|
|
863
|
+
fillRule: "evenodd",
|
|
864
|
+
clipRule: "evenodd",
|
|
865
|
+
d: "M12.7007 11.2007V2H11.2007V11.2007H2V12.7007H11.2007V22H12.7007V12.7007H22V11.2007H12.7007Z",
|
|
866
|
+
fill: color
|
|
870
867
|
}));
|
|
871
868
|
};
|
|
872
869
|
|
|
@@ -9908,13 +9905,199 @@ Hotmart.defaultProps = {
|
|
|
9908
9905
|
|
|
9909
9906
|
const _excluded$4s = ["color", "size"];
|
|
9910
9907
|
|
|
9911
|
-
const
|
|
9908
|
+
const Creator = props => {
|
|
9912
9909
|
const {
|
|
9913
9910
|
color,
|
|
9914
9911
|
size
|
|
9915
9912
|
} = props,
|
|
9916
9913
|
otherProps = _objectWithoutProperties(props, _excluded$4s);
|
|
9917
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
|
+
|
|
9918
10101
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9919
10102
|
width: size,
|
|
9920
10103
|
height: size,
|
|
@@ -9949,14 +10132,14 @@ InstagramChannel2.defaultProps = {
|
|
|
9949
10132
|
size: '24'
|
|
9950
10133
|
};
|
|
9951
10134
|
|
|
9952
|
-
const _excluded$
|
|
10135
|
+
const _excluded$4z = ["color", "size"];
|
|
9953
10136
|
|
|
9954
10137
|
const PopularFilled = props => {
|
|
9955
10138
|
const {
|
|
9956
10139
|
color,
|
|
9957
10140
|
size
|
|
9958
10141
|
} = props,
|
|
9959
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10142
|
+
otherProps = _objectWithoutProperties(props, _excluded$4z);
|
|
9960
10143
|
|
|
9961
10144
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9962
10145
|
width: size,
|
|
@@ -9980,14 +10163,14 @@ PopularFilled.defaultProps = {
|
|
|
9980
10163
|
size: '24'
|
|
9981
10164
|
};
|
|
9982
10165
|
|
|
9983
|
-
const _excluded$
|
|
10166
|
+
const _excluded$4A = ["color", "size"];
|
|
9984
10167
|
|
|
9985
10168
|
const Bricks = props => {
|
|
9986
10169
|
const {
|
|
9987
10170
|
color,
|
|
9988
10171
|
size
|
|
9989
10172
|
} = props,
|
|
9990
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10173
|
+
otherProps = _objectWithoutProperties(props, _excluded$4A);
|
|
9991
10174
|
|
|
9992
10175
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9993
10176
|
width: size,
|
|
@@ -10020,14 +10203,14 @@ Bricks.defaultProps = {
|
|
|
10020
10203
|
size: '24'
|
|
10021
10204
|
};
|
|
10022
10205
|
|
|
10023
|
-
const _excluded$
|
|
10206
|
+
const _excluded$4B = ["color", "size"];
|
|
10024
10207
|
|
|
10025
10208
|
const HealthPulse = props => {
|
|
10026
10209
|
const {
|
|
10027
10210
|
color,
|
|
10028
10211
|
size
|
|
10029
10212
|
} = props,
|
|
10030
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10213
|
+
otherProps = _objectWithoutProperties(props, _excluded$4B);
|
|
10031
10214
|
|
|
10032
10215
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10033
10216
|
width: size,
|
|
@@ -10054,14 +10237,14 @@ HealthPulse.defaultProps = {
|
|
|
10054
10237
|
size: '24'
|
|
10055
10238
|
};
|
|
10056
10239
|
|
|
10057
|
-
const _excluded$
|
|
10240
|
+
const _excluded$4C = ["color", "size"];
|
|
10058
10241
|
|
|
10059
10242
|
const Create = props => {
|
|
10060
10243
|
const {
|
|
10061
10244
|
color,
|
|
10062
10245
|
size
|
|
10063
10246
|
} = props,
|
|
10064
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10247
|
+
otherProps = _objectWithoutProperties(props, _excluded$4C);
|
|
10065
10248
|
|
|
10066
10249
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10067
10250
|
width: size,
|
|
@@ -10088,14 +10271,14 @@ Create.defaultProps = {
|
|
|
10088
10271
|
size: '24'
|
|
10089
10272
|
};
|
|
10090
10273
|
|
|
10091
|
-
const _excluded$
|
|
10274
|
+
const _excluded$4D = ["color", "size"];
|
|
10092
10275
|
|
|
10093
10276
|
const GtCheckbox = props => {
|
|
10094
10277
|
const {
|
|
10095
10278
|
color,
|
|
10096
10279
|
size
|
|
10097
10280
|
} = props,
|
|
10098
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10281
|
+
otherProps = _objectWithoutProperties(props, _excluded$4D);
|
|
10099
10282
|
|
|
10100
10283
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10101
10284
|
width: size,
|
|
@@ -10122,14 +10305,14 @@ GtCheckbox.defaultProps = {
|
|
|
10122
10305
|
size: '24'
|
|
10123
10306
|
};
|
|
10124
10307
|
|
|
10125
|
-
const _excluded$
|
|
10308
|
+
const _excluded$4E = ["color", "size"];
|
|
10126
10309
|
|
|
10127
10310
|
const GtFbComment = props => {
|
|
10128
10311
|
const {
|
|
10129
10312
|
color,
|
|
10130
10313
|
size
|
|
10131
10314
|
} = props,
|
|
10132
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10315
|
+
otherProps = _objectWithoutProperties(props, _excluded$4E);
|
|
10133
10316
|
|
|
10134
10317
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10135
10318
|
width: size,
|
|
@@ -10155,14 +10338,14 @@ GtFbComment.defaultProps = {
|
|
|
10155
10338
|
size: '24'
|
|
10156
10339
|
};
|
|
10157
10340
|
|
|
10158
|
-
const _excluded$
|
|
10341
|
+
const _excluded$4F = ["color", "size"];
|
|
10159
10342
|
|
|
10160
10343
|
const GtAdsJson = props => {
|
|
10161
10344
|
const {
|
|
10162
10345
|
color,
|
|
10163
10346
|
size
|
|
10164
10347
|
} = props,
|
|
10165
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10348
|
+
otherProps = _objectWithoutProperties(props, _excluded$4F);
|
|
10166
10349
|
|
|
10167
10350
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10168
10351
|
width: size,
|
|
@@ -10195,14 +10378,14 @@ GtAdsJson.defaultProps = {
|
|
|
10195
10378
|
size: '24'
|
|
10196
10379
|
};
|
|
10197
10380
|
|
|
10198
|
-
const _excluded$
|
|
10381
|
+
const _excluded$4G = ["color", "size"];
|
|
10199
10382
|
|
|
10200
10383
|
const GtFbCode = props => {
|
|
10201
10384
|
const {
|
|
10202
10385
|
color,
|
|
10203
10386
|
size
|
|
10204
10387
|
} = props,
|
|
10205
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10388
|
+
otherProps = _objectWithoutProperties(props, _excluded$4G);
|
|
10206
10389
|
|
|
10207
10390
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10208
10391
|
width: size,
|
|
@@ -10231,14 +10414,14 @@ GtFbCode.defaultProps = {
|
|
|
10231
10414
|
size: '24'
|
|
10232
10415
|
};
|
|
10233
10416
|
|
|
10234
|
-
const _excluded$
|
|
10417
|
+
const _excluded$4H = ["color", "size"];
|
|
10235
10418
|
|
|
10236
10419
|
const GtRef = props => {
|
|
10237
10420
|
const {
|
|
10238
10421
|
color,
|
|
10239
10422
|
size
|
|
10240
10423
|
} = props,
|
|
10241
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10424
|
+
otherProps = _objectWithoutProperties(props, _excluded$4H);
|
|
10242
10425
|
|
|
10243
10426
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10244
10427
|
width: size,
|
|
@@ -10265,14 +10448,14 @@ GtRef.defaultProps = {
|
|
|
10265
10448
|
size: '24'
|
|
10266
10449
|
};
|
|
10267
10450
|
|
|
10268
|
-
const _excluded$
|
|
10451
|
+
const _excluded$4I = ["color", "size"];
|
|
10269
10452
|
|
|
10270
10453
|
const GtCustomerChat = props => {
|
|
10271
10454
|
const {
|
|
10272
10455
|
color,
|
|
10273
10456
|
size
|
|
10274
10457
|
} = props,
|
|
10275
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10458
|
+
otherProps = _objectWithoutProperties(props, _excluded$4I);
|
|
10276
10459
|
|
|
10277
10460
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10278
10461
|
width: size,
|
|
@@ -10301,14 +10484,14 @@ GtCustomerChat.defaultProps = {
|
|
|
10301
10484
|
size: '24'
|
|
10302
10485
|
};
|
|
10303
10486
|
|
|
10304
|
-
const _excluded$
|
|
10487
|
+
const _excluded$4J = ["color", "size"];
|
|
10305
10488
|
|
|
10306
10489
|
const GtTakeover = props => {
|
|
10307
10490
|
const {
|
|
10308
10491
|
color,
|
|
10309
10492
|
size
|
|
10310
10493
|
} = props,
|
|
10311
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10494
|
+
otherProps = _objectWithoutProperties(props, _excluded$4J);
|
|
10312
10495
|
|
|
10313
10496
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10314
10497
|
width: size,
|
|
@@ -10366,14 +10549,14 @@ GtTakeover.defaultProps = {
|
|
|
10366
10549
|
size: '24'
|
|
10367
10550
|
};
|
|
10368
10551
|
|
|
10369
|
-
const _excluded$
|
|
10552
|
+
const _excluded$4K = ["color", "size"];
|
|
10370
10553
|
|
|
10371
10554
|
const FlowPlaceholder = props => {
|
|
10372
10555
|
const {
|
|
10373
10556
|
color,
|
|
10374
10557
|
size
|
|
10375
10558
|
} = props,
|
|
10376
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10559
|
+
otherProps = _objectWithoutProperties(props, _excluded$4K);
|
|
10377
10560
|
|
|
10378
10561
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10379
10562
|
width: size,
|
|
@@ -10452,14 +10635,14 @@ FlowPlaceholder.defaultProps = {
|
|
|
10452
10635
|
size: '24'
|
|
10453
10636
|
};
|
|
10454
10637
|
|
|
10455
|
-
const _excluded$
|
|
10638
|
+
const _excluded$4L = ["color", "size"];
|
|
10456
10639
|
|
|
10457
10640
|
const AddStep = props => {
|
|
10458
10641
|
const {
|
|
10459
10642
|
color,
|
|
10460
10643
|
size
|
|
10461
10644
|
} = props,
|
|
10462
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10645
|
+
otherProps = _objectWithoutProperties(props, _excluded$4L);
|
|
10463
10646
|
|
|
10464
10647
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10465
10648
|
width: size,
|
|
@@ -10495,14 +10678,14 @@ AddStep.defaultProps = {
|
|
|
10495
10678
|
size: '24'
|
|
10496
10679
|
};
|
|
10497
10680
|
|
|
10498
|
-
const _excluded$
|
|
10681
|
+
const _excluded$4M = ["color", "size"];
|
|
10499
10682
|
|
|
10500
10683
|
const Stats = props => {
|
|
10501
10684
|
const {
|
|
10502
10685
|
color,
|
|
10503
10686
|
size
|
|
10504
10687
|
} = props,
|
|
10505
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10688
|
+
otherProps = _objectWithoutProperties(props, _excluded$4M);
|
|
10506
10689
|
|
|
10507
10690
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10508
10691
|
width: size,
|
|
@@ -10542,4 +10725,4 @@ Stats.defaultProps = {
|
|
|
10542
10725
|
size: '24'
|
|
10543
10726
|
};
|
|
10544
10727
|
|
|
10545
|
-
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 };
|