@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.js CHANGED
@@ -835,7 +835,7 @@ const Close = props => {
835
835
  xmlns: "http://www.w3.org/2000/svg",
836
836
  preserveAspectRatio: "xMidYMid meet"
837
837
  }, otherProps), /*#__PURE__*/React.createElement("path", {
838
- d: "M19.4999 4.4105L11.9492 12.0498L4.49994 4.41046V6.50001L10.9339 13.1443L4.5 19.5H6.63198L11.9492 14.1393L17.4695 19.5H19.4999L13.0659 13.1443L19.4999 6.50005V4.4105Z",
838
+ d: "M22 2L11.9492 12.0498L2 2.0995V4.18905L10.934 13.1443L2 22H4.13198L11.9492 14.1393L19.9695 22H22L13.066 13.1443L22 4.08955V2Z",
839
839
  fill: color
840
840
  }));
841
841
  };
@@ -9911,13 +9911,199 @@ Hotmart.defaultProps = {
9911
9911
 
9912
9912
  const _excluded$4s = ["color", "size"];
9913
9913
 
9914
- const InstagramChannel2 = props => {
9914
+ const Creator = props => {
9915
9915
  const {
9916
9916
  color,
9917
9917
  size
9918
9918
  } = props,
9919
9919
  otherProps = _objectWithoutProperties(props, _excluded$4s);
9920
9920
 
9921
+ return /*#__PURE__*/React.createElement("svg", _extends({
9922
+ width: size,
9923
+ height: size,
9924
+ viewBox: "0 0 24 24",
9925
+ fill: "none",
9926
+ xmlns: "http://www.w3.org/2000/svg",
9927
+ preserveAspectRatio: "xMidYMid meet"
9928
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
9929
+ 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",
9930
+ fill: color
9931
+ }));
9932
+ };
9933
+
9934
+ Creator.propTypes = {
9935
+ color: PropTypes.string,
9936
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
9937
+ };
9938
+ Creator.defaultProps = {
9939
+ color: 'currentColor',
9940
+ size: '24'
9941
+ };
9942
+
9943
+ const _excluded$4t = ["color", "size"];
9944
+
9945
+ const RealEstate = props => {
9946
+ const {
9947
+ color,
9948
+ size
9949
+ } = props,
9950
+ otherProps = _objectWithoutProperties(props, _excluded$4t);
9951
+
9952
+ return /*#__PURE__*/React.createElement("svg", _extends({
9953
+ width: size,
9954
+ height: size,
9955
+ viewBox: "0 0 24 24",
9956
+ fill: "none",
9957
+ xmlns: "http://www.w3.org/2000/svg",
9958
+ preserveAspectRatio: "xMidYMid meet"
9959
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
9960
+ 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",
9961
+ fill: color
9962
+ }));
9963
+ };
9964
+
9965
+ RealEstate.propTypes = {
9966
+ color: PropTypes.string,
9967
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
9968
+ };
9969
+ RealEstate.defaultProps = {
9970
+ color: 'currentColor',
9971
+ size: '24'
9972
+ };
9973
+
9974
+ const _excluded$4u = ["color", "size"];
9975
+
9976
+ const Fitness = props => {
9977
+ const {
9978
+ color,
9979
+ size
9980
+ } = props,
9981
+ otherProps = _objectWithoutProperties(props, _excluded$4u);
9982
+
9983
+ return /*#__PURE__*/React.createElement("svg", _extends({
9984
+ width: size,
9985
+ height: size,
9986
+ viewBox: "0 0 24 24",
9987
+ fill: "none",
9988
+ xmlns: "http://www.w3.org/2000/svg",
9989
+ preserveAspectRatio: "xMidYMid meet"
9990
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
9991
+ 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",
9992
+ fill: color
9993
+ }));
9994
+ };
9995
+
9996
+ Fitness.propTypes = {
9997
+ color: PropTypes.string,
9998
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
9999
+ };
10000
+ Fitness.defaultProps = {
10001
+ color: 'currentColor',
10002
+ size: '24'
10003
+ };
10004
+
10005
+ const _excluded$4v = ["color", "size"];
10006
+
10007
+ const Hotel = props => {
10008
+ const {
10009
+ color,
10010
+ size
10011
+ } = props,
10012
+ otherProps = _objectWithoutProperties(props, _excluded$4v);
10013
+
10014
+ return /*#__PURE__*/React.createElement("svg", _extends({
10015
+ width: size,
10016
+ height: size,
10017
+ viewBox: "0 0 24 24",
10018
+ fill: "none",
10019
+ xmlns: "http://www.w3.org/2000/svg",
10020
+ preserveAspectRatio: "xMidYMid meet"
10021
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
10022
+ 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",
10023
+ fill: color
10024
+ }));
10025
+ };
10026
+
10027
+ Hotel.propTypes = {
10028
+ color: PropTypes.string,
10029
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
10030
+ };
10031
+ Hotel.defaultProps = {
10032
+ color: 'currentColor',
10033
+ size: '24'
10034
+ };
10035
+
10036
+ const _excluded$4w = ["color", "size"];
10037
+
10038
+ const Organization = props => {
10039
+ const {
10040
+ color,
10041
+ size
10042
+ } = props,
10043
+ otherProps = _objectWithoutProperties(props, _excluded$4w);
10044
+
10045
+ return /*#__PURE__*/React.createElement("svg", _extends({
10046
+ width: size,
10047
+ height: size,
10048
+ viewBox: "0 0 24 24",
10049
+ fill: "none",
10050
+ xmlns: "http://www.w3.org/2000/svg",
10051
+ preserveAspectRatio: "xMidYMid meet"
10052
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
10053
+ 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",
10054
+ fill: color
10055
+ }));
10056
+ };
10057
+
10058
+ Organization.propTypes = {
10059
+ color: PropTypes.string,
10060
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
10061
+ };
10062
+ Organization.defaultProps = {
10063
+ color: 'currentColor',
10064
+ size: '24'
10065
+ };
10066
+
10067
+ const _excluded$4x = ["color", "size"];
10068
+
10069
+ const ProfessionalConsulting = props => {
10070
+ const {
10071
+ color,
10072
+ size
10073
+ } = props,
10074
+ otherProps = _objectWithoutProperties(props, _excluded$4x);
10075
+
10076
+ return /*#__PURE__*/React.createElement("svg", _extends({
10077
+ width: size,
10078
+ height: size,
10079
+ viewBox: "0 0 24 24",
10080
+ fill: "none",
10081
+ xmlns: "http://www.w3.org/2000/svg",
10082
+ preserveAspectRatio: "xMidYMid meet"
10083
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
10084
+ 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",
10085
+ fill: color
10086
+ }));
10087
+ };
10088
+
10089
+ ProfessionalConsulting.propTypes = {
10090
+ color: PropTypes.string,
10091
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
10092
+ };
10093
+ ProfessionalConsulting.defaultProps = {
10094
+ color: 'currentColor',
10095
+ size: '24'
10096
+ };
10097
+
10098
+ const _excluded$4y = ["color", "size"];
10099
+
10100
+ const InstagramChannel2 = props => {
10101
+ const {
10102
+ color,
10103
+ size
10104
+ } = props,
10105
+ otherProps = _objectWithoutProperties(props, _excluded$4y);
10106
+
9921
10107
  return /*#__PURE__*/React.createElement("svg", _extends({
9922
10108
  width: size,
9923
10109
  height: size,
@@ -9952,14 +10138,14 @@ InstagramChannel2.defaultProps = {
9952
10138
  size: '24'
9953
10139
  };
9954
10140
 
9955
- const _excluded$4t = ["color", "size"];
10141
+ const _excluded$4z = ["color", "size"];
9956
10142
 
9957
10143
  const PopularFilled = props => {
9958
10144
  const {
9959
10145
  color,
9960
10146
  size
9961
10147
  } = props,
9962
- otherProps = _objectWithoutProperties(props, _excluded$4t);
10148
+ otherProps = _objectWithoutProperties(props, _excluded$4z);
9963
10149
 
9964
10150
  return /*#__PURE__*/React.createElement("svg", _extends({
9965
10151
  width: size,
@@ -9983,14 +10169,14 @@ PopularFilled.defaultProps = {
9983
10169
  size: '24'
9984
10170
  };
9985
10171
 
9986
- const _excluded$4u = ["color", "size"];
10172
+ const _excluded$4A = ["color", "size"];
9987
10173
 
9988
10174
  const Bricks = props => {
9989
10175
  const {
9990
10176
  color,
9991
10177
  size
9992
10178
  } = props,
9993
- otherProps = _objectWithoutProperties(props, _excluded$4u);
10179
+ otherProps = _objectWithoutProperties(props, _excluded$4A);
9994
10180
 
9995
10181
  return /*#__PURE__*/React.createElement("svg", _extends({
9996
10182
  width: size,
@@ -10023,14 +10209,14 @@ Bricks.defaultProps = {
10023
10209
  size: '24'
10024
10210
  };
10025
10211
 
10026
- const _excluded$4v = ["color", "size"];
10212
+ const _excluded$4B = ["color", "size"];
10027
10213
 
10028
10214
  const HealthPulse = props => {
10029
10215
  const {
10030
10216
  color,
10031
10217
  size
10032
10218
  } = props,
10033
- otherProps = _objectWithoutProperties(props, _excluded$4v);
10219
+ otherProps = _objectWithoutProperties(props, _excluded$4B);
10034
10220
 
10035
10221
  return /*#__PURE__*/React.createElement("svg", _extends({
10036
10222
  width: size,
@@ -10057,14 +10243,14 @@ HealthPulse.defaultProps = {
10057
10243
  size: '24'
10058
10244
  };
10059
10245
 
10060
- const _excluded$4w = ["color", "size"];
10246
+ const _excluded$4C = ["color", "size"];
10061
10247
 
10062
10248
  const Create = props => {
10063
10249
  const {
10064
10250
  color,
10065
10251
  size
10066
10252
  } = props,
10067
- otherProps = _objectWithoutProperties(props, _excluded$4w);
10253
+ otherProps = _objectWithoutProperties(props, _excluded$4C);
10068
10254
 
10069
10255
  return /*#__PURE__*/React.createElement("svg", _extends({
10070
10256
  width: size,
@@ -10091,14 +10277,14 @@ Create.defaultProps = {
10091
10277
  size: '24'
10092
10278
  };
10093
10279
 
10094
- const _excluded$4x = ["color", "size"];
10280
+ const _excluded$4D = ["color", "size"];
10095
10281
 
10096
10282
  const GtCheckbox = props => {
10097
10283
  const {
10098
10284
  color,
10099
10285
  size
10100
10286
  } = props,
10101
- otherProps = _objectWithoutProperties(props, _excluded$4x);
10287
+ otherProps = _objectWithoutProperties(props, _excluded$4D);
10102
10288
 
10103
10289
  return /*#__PURE__*/React.createElement("svg", _extends({
10104
10290
  width: size,
@@ -10125,14 +10311,14 @@ GtCheckbox.defaultProps = {
10125
10311
  size: '24'
10126
10312
  };
10127
10313
 
10128
- const _excluded$4y = ["color", "size"];
10314
+ const _excluded$4E = ["color", "size"];
10129
10315
 
10130
10316
  const GtFbComment = props => {
10131
10317
  const {
10132
10318
  color,
10133
10319
  size
10134
10320
  } = props,
10135
- otherProps = _objectWithoutProperties(props, _excluded$4y);
10321
+ otherProps = _objectWithoutProperties(props, _excluded$4E);
10136
10322
 
10137
10323
  return /*#__PURE__*/React.createElement("svg", _extends({
10138
10324
  width: size,
@@ -10158,14 +10344,14 @@ GtFbComment.defaultProps = {
10158
10344
  size: '24'
10159
10345
  };
10160
10346
 
10161
- const _excluded$4z = ["color", "size"];
10347
+ const _excluded$4F = ["color", "size"];
10162
10348
 
10163
10349
  const GtAdsJson = props => {
10164
10350
  const {
10165
10351
  color,
10166
10352
  size
10167
10353
  } = props,
10168
- otherProps = _objectWithoutProperties(props, _excluded$4z);
10354
+ otherProps = _objectWithoutProperties(props, _excluded$4F);
10169
10355
 
10170
10356
  return /*#__PURE__*/React.createElement("svg", _extends({
10171
10357
  width: size,
@@ -10198,14 +10384,14 @@ GtAdsJson.defaultProps = {
10198
10384
  size: '24'
10199
10385
  };
10200
10386
 
10201
- const _excluded$4A = ["color", "size"];
10387
+ const _excluded$4G = ["color", "size"];
10202
10388
 
10203
10389
  const GtFbCode = props => {
10204
10390
  const {
10205
10391
  color,
10206
10392
  size
10207
10393
  } = props,
10208
- otherProps = _objectWithoutProperties(props, _excluded$4A);
10394
+ otherProps = _objectWithoutProperties(props, _excluded$4G);
10209
10395
 
10210
10396
  return /*#__PURE__*/React.createElement("svg", _extends({
10211
10397
  width: size,
@@ -10234,14 +10420,14 @@ GtFbCode.defaultProps = {
10234
10420
  size: '24'
10235
10421
  };
10236
10422
 
10237
- const _excluded$4B = ["color", "size"];
10423
+ const _excluded$4H = ["color", "size"];
10238
10424
 
10239
10425
  const GtRef = props => {
10240
10426
  const {
10241
10427
  color,
10242
10428
  size
10243
10429
  } = props,
10244
- otherProps = _objectWithoutProperties(props, _excluded$4B);
10430
+ otherProps = _objectWithoutProperties(props, _excluded$4H);
10245
10431
 
10246
10432
  return /*#__PURE__*/React.createElement("svg", _extends({
10247
10433
  width: size,
@@ -10268,14 +10454,14 @@ GtRef.defaultProps = {
10268
10454
  size: '24'
10269
10455
  };
10270
10456
 
10271
- const _excluded$4C = ["color", "size"];
10457
+ const _excluded$4I = ["color", "size"];
10272
10458
 
10273
10459
  const GtCustomerChat = props => {
10274
10460
  const {
10275
10461
  color,
10276
10462
  size
10277
10463
  } = props,
10278
- otherProps = _objectWithoutProperties(props, _excluded$4C);
10464
+ otherProps = _objectWithoutProperties(props, _excluded$4I);
10279
10465
 
10280
10466
  return /*#__PURE__*/React.createElement("svg", _extends({
10281
10467
  width: size,
@@ -10304,14 +10490,14 @@ GtCustomerChat.defaultProps = {
10304
10490
  size: '24'
10305
10491
  };
10306
10492
 
10307
- const _excluded$4D = ["color", "size"];
10493
+ const _excluded$4J = ["color", "size"];
10308
10494
 
10309
10495
  const GtTakeover = props => {
10310
10496
  const {
10311
10497
  color,
10312
10498
  size
10313
10499
  } = props,
10314
- otherProps = _objectWithoutProperties(props, _excluded$4D);
10500
+ otherProps = _objectWithoutProperties(props, _excluded$4J);
10315
10501
 
10316
10502
  return /*#__PURE__*/React.createElement("svg", _extends({
10317
10503
  width: size,
@@ -10369,14 +10555,14 @@ GtTakeover.defaultProps = {
10369
10555
  size: '24'
10370
10556
  };
10371
10557
 
10372
- const _excluded$4E = ["color", "size"];
10558
+ const _excluded$4K = ["color", "size"];
10373
10559
 
10374
10560
  const FlowPlaceholder = props => {
10375
10561
  const {
10376
10562
  color,
10377
10563
  size
10378
10564
  } = props,
10379
- otherProps = _objectWithoutProperties(props, _excluded$4E);
10565
+ otherProps = _objectWithoutProperties(props, _excluded$4K);
10380
10566
 
10381
10567
  return /*#__PURE__*/React.createElement("svg", _extends({
10382
10568
  width: size,
@@ -10455,14 +10641,14 @@ FlowPlaceholder.defaultProps = {
10455
10641
  size: '24'
10456
10642
  };
10457
10643
 
10458
- const _excluded$4F = ["color", "size"];
10644
+ const _excluded$4L = ["color", "size"];
10459
10645
 
10460
10646
  const AddStep = props => {
10461
10647
  const {
10462
10648
  color,
10463
10649
  size
10464
10650
  } = props,
10465
- otherProps = _objectWithoutProperties(props, _excluded$4F);
10651
+ otherProps = _objectWithoutProperties(props, _excluded$4L);
10466
10652
 
10467
10653
  return /*#__PURE__*/React.createElement("svg", _extends({
10468
10654
  width: size,
@@ -10498,14 +10684,14 @@ AddStep.defaultProps = {
10498
10684
  size: '24'
10499
10685
  };
10500
10686
 
10501
- const _excluded$4G = ["color", "size"];
10687
+ const _excluded$4M = ["color", "size"];
10502
10688
 
10503
10689
  const Stats = props => {
10504
10690
  const {
10505
10691
  color,
10506
10692
  size
10507
10693
  } = props,
10508
- otherProps = _objectWithoutProperties(props, _excluded$4G);
10694
+ otherProps = _objectWithoutProperties(props, _excluded$4M);
10509
10695
 
10510
10696
  return /*#__PURE__*/React.createElement("svg", _extends({
10511
10697
  width: size,
@@ -10615,6 +10801,7 @@ exports.Copy = Copy;
10615
10801
  exports.CopyToAnotherFlow = CopyToAnotherFlow;
10616
10802
  exports.Coupon = Coupon;
10617
10803
  exports.Create = Create;
10804
+ exports.Creator = Creator;
10618
10805
  exports.CreditCard = CreditCard;
10619
10806
  exports.CufArray = CufArray;
10620
10807
  exports.CufBoolean = CufBoolean;
@@ -10649,6 +10836,7 @@ exports.Faq = Faq;
10649
10836
  exports.FbChat = FbChat;
10650
10837
  exports.Female = Female;
10651
10838
  exports.Filter = Filter;
10839
+ exports.Fitness = Fitness;
10652
10840
  exports.Flow = Flow;
10653
10841
  exports.FlowPlaceholder = FlowPlaceholder;
10654
10842
  exports.Folder = Folder;
@@ -10680,6 +10868,7 @@ exports.HealthPulse = HealthPulse;
10680
10868
  exports.Help = Help;
10681
10869
  exports.Hide = Hide;
10682
10870
  exports.Home = Home;
10871
+ exports.Hotel = Hotel;
10683
10872
  exports.Hotmart = Hotmart;
10684
10873
  exports.IcGrid_24px_ = IcGrid_24px_;
10685
10874
  exports.IcGrid__148x100_ = IcGrid__148x100_;
@@ -10725,6 +10914,7 @@ exports.Notification = Notification;
10725
10914
  exports.NotificationMute = NotificationMute;
10726
10915
  exports.OmnichannelWidget = OmnichannelWidget;
10727
10916
  exports.Options = Options;
10917
+ exports.Organization = Organization;
10728
10918
  exports.OrphanAction = OrphanAction;
10729
10919
  exports.OrphanAction2 = OrphanAction2;
10730
10920
  exports.OrphanAdStatistics = OrphanAdStatistics;
@@ -10761,11 +10951,13 @@ exports.Play = Play;
10761
10951
  exports.Plus = Plus;
10762
10952
  exports.Popular = Popular;
10763
10953
  exports.PopularFilled = PopularFilled;
10954
+ exports.ProfessionalConsulting = ProfessionalConsulting;
10764
10955
  exports.Protect = Protect;
10765
10956
  exports.PublicChangelog = PublicChangelog;
10766
10957
  exports.Publish = Publish;
10767
10958
  exports.Qr = Qr;
10768
10959
  exports.Question = Question;
10960
+ exports.RealEstate = RealEstate;
10769
10961
  exports.Redo = Redo;
10770
10962
  exports.Reels = Reels;
10771
10963
  exports.Retry = Retry;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manychat/icons",
3
- "version": "4.2.2",
3
+ "version": "4.3.0",
4
4
  "description": "ManyChat Icons bundle",
5
5
  "author": "",
6
6
  "main": "dist/index.js",