@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.js CHANGED
@@ -866,13 +866,10 @@ const Plus = props => {
866
866
  xmlns: "http://www.w3.org/2000/svg",
867
867
  preserveAspectRatio: "xMidYMid meet"
868
868
  }, otherProps), /*#__PURE__*/React.createElement("path", {
869
- d: "M22 11.9507H2",
870
- stroke: color,
871
- strokeWidth: "1.5"
872
- }), /*#__PURE__*/React.createElement("path", {
873
- d: "M11.9507 22V2",
874
- stroke: color,
875
- strokeWidth: "1.5"
869
+ fillRule: "evenodd",
870
+ clipRule: "evenodd",
871
+ d: "M12.7007 11.2007V2H11.2007V11.2007H2V12.7007H11.2007V22H12.7007V12.7007H22V11.2007H12.7007Z",
872
+ fill: color
876
873
  }));
877
874
  };
878
875
 
@@ -9914,13 +9911,199 @@ Hotmart.defaultProps = {
9914
9911
 
9915
9912
  const _excluded$4s = ["color", "size"];
9916
9913
 
9917
- const InstagramChannel2 = props => {
9914
+ const Creator = props => {
9918
9915
  const {
9919
9916
  color,
9920
9917
  size
9921
9918
  } = props,
9922
9919
  otherProps = _objectWithoutProperties(props, _excluded$4s);
9923
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
+
9924
10107
  return /*#__PURE__*/React.createElement("svg", _extends({
9925
10108
  width: size,
9926
10109
  height: size,
@@ -9955,14 +10138,14 @@ InstagramChannel2.defaultProps = {
9955
10138
  size: '24'
9956
10139
  };
9957
10140
 
9958
- const _excluded$4t = ["color", "size"];
10141
+ const _excluded$4z = ["color", "size"];
9959
10142
 
9960
10143
  const PopularFilled = props => {
9961
10144
  const {
9962
10145
  color,
9963
10146
  size
9964
10147
  } = props,
9965
- otherProps = _objectWithoutProperties(props, _excluded$4t);
10148
+ otherProps = _objectWithoutProperties(props, _excluded$4z);
9966
10149
 
9967
10150
  return /*#__PURE__*/React.createElement("svg", _extends({
9968
10151
  width: size,
@@ -9986,14 +10169,14 @@ PopularFilled.defaultProps = {
9986
10169
  size: '24'
9987
10170
  };
9988
10171
 
9989
- const _excluded$4u = ["color", "size"];
10172
+ const _excluded$4A = ["color", "size"];
9990
10173
 
9991
10174
  const Bricks = props => {
9992
10175
  const {
9993
10176
  color,
9994
10177
  size
9995
10178
  } = props,
9996
- otherProps = _objectWithoutProperties(props, _excluded$4u);
10179
+ otherProps = _objectWithoutProperties(props, _excluded$4A);
9997
10180
 
9998
10181
  return /*#__PURE__*/React.createElement("svg", _extends({
9999
10182
  width: size,
@@ -10026,14 +10209,14 @@ Bricks.defaultProps = {
10026
10209
  size: '24'
10027
10210
  };
10028
10211
 
10029
- const _excluded$4v = ["color", "size"];
10212
+ const _excluded$4B = ["color", "size"];
10030
10213
 
10031
10214
  const HealthPulse = props => {
10032
10215
  const {
10033
10216
  color,
10034
10217
  size
10035
10218
  } = props,
10036
- otherProps = _objectWithoutProperties(props, _excluded$4v);
10219
+ otherProps = _objectWithoutProperties(props, _excluded$4B);
10037
10220
 
10038
10221
  return /*#__PURE__*/React.createElement("svg", _extends({
10039
10222
  width: size,
@@ -10060,14 +10243,14 @@ HealthPulse.defaultProps = {
10060
10243
  size: '24'
10061
10244
  };
10062
10245
 
10063
- const _excluded$4w = ["color", "size"];
10246
+ const _excluded$4C = ["color", "size"];
10064
10247
 
10065
10248
  const Create = props => {
10066
10249
  const {
10067
10250
  color,
10068
10251
  size
10069
10252
  } = props,
10070
- otherProps = _objectWithoutProperties(props, _excluded$4w);
10253
+ otherProps = _objectWithoutProperties(props, _excluded$4C);
10071
10254
 
10072
10255
  return /*#__PURE__*/React.createElement("svg", _extends({
10073
10256
  width: size,
@@ -10094,14 +10277,14 @@ Create.defaultProps = {
10094
10277
  size: '24'
10095
10278
  };
10096
10279
 
10097
- const _excluded$4x = ["color", "size"];
10280
+ const _excluded$4D = ["color", "size"];
10098
10281
 
10099
10282
  const GtCheckbox = props => {
10100
10283
  const {
10101
10284
  color,
10102
10285
  size
10103
10286
  } = props,
10104
- otherProps = _objectWithoutProperties(props, _excluded$4x);
10287
+ otherProps = _objectWithoutProperties(props, _excluded$4D);
10105
10288
 
10106
10289
  return /*#__PURE__*/React.createElement("svg", _extends({
10107
10290
  width: size,
@@ -10128,14 +10311,14 @@ GtCheckbox.defaultProps = {
10128
10311
  size: '24'
10129
10312
  };
10130
10313
 
10131
- const _excluded$4y = ["color", "size"];
10314
+ const _excluded$4E = ["color", "size"];
10132
10315
 
10133
10316
  const GtFbComment = props => {
10134
10317
  const {
10135
10318
  color,
10136
10319
  size
10137
10320
  } = props,
10138
- otherProps = _objectWithoutProperties(props, _excluded$4y);
10321
+ otherProps = _objectWithoutProperties(props, _excluded$4E);
10139
10322
 
10140
10323
  return /*#__PURE__*/React.createElement("svg", _extends({
10141
10324
  width: size,
@@ -10161,14 +10344,14 @@ GtFbComment.defaultProps = {
10161
10344
  size: '24'
10162
10345
  };
10163
10346
 
10164
- const _excluded$4z = ["color", "size"];
10347
+ const _excluded$4F = ["color", "size"];
10165
10348
 
10166
10349
  const GtAdsJson = props => {
10167
10350
  const {
10168
10351
  color,
10169
10352
  size
10170
10353
  } = props,
10171
- otherProps = _objectWithoutProperties(props, _excluded$4z);
10354
+ otherProps = _objectWithoutProperties(props, _excluded$4F);
10172
10355
 
10173
10356
  return /*#__PURE__*/React.createElement("svg", _extends({
10174
10357
  width: size,
@@ -10201,14 +10384,14 @@ GtAdsJson.defaultProps = {
10201
10384
  size: '24'
10202
10385
  };
10203
10386
 
10204
- const _excluded$4A = ["color", "size"];
10387
+ const _excluded$4G = ["color", "size"];
10205
10388
 
10206
10389
  const GtFbCode = props => {
10207
10390
  const {
10208
10391
  color,
10209
10392
  size
10210
10393
  } = props,
10211
- otherProps = _objectWithoutProperties(props, _excluded$4A);
10394
+ otherProps = _objectWithoutProperties(props, _excluded$4G);
10212
10395
 
10213
10396
  return /*#__PURE__*/React.createElement("svg", _extends({
10214
10397
  width: size,
@@ -10237,14 +10420,14 @@ GtFbCode.defaultProps = {
10237
10420
  size: '24'
10238
10421
  };
10239
10422
 
10240
- const _excluded$4B = ["color", "size"];
10423
+ const _excluded$4H = ["color", "size"];
10241
10424
 
10242
10425
  const GtRef = props => {
10243
10426
  const {
10244
10427
  color,
10245
10428
  size
10246
10429
  } = props,
10247
- otherProps = _objectWithoutProperties(props, _excluded$4B);
10430
+ otherProps = _objectWithoutProperties(props, _excluded$4H);
10248
10431
 
10249
10432
  return /*#__PURE__*/React.createElement("svg", _extends({
10250
10433
  width: size,
@@ -10271,14 +10454,14 @@ GtRef.defaultProps = {
10271
10454
  size: '24'
10272
10455
  };
10273
10456
 
10274
- const _excluded$4C = ["color", "size"];
10457
+ const _excluded$4I = ["color", "size"];
10275
10458
 
10276
10459
  const GtCustomerChat = props => {
10277
10460
  const {
10278
10461
  color,
10279
10462
  size
10280
10463
  } = props,
10281
- otherProps = _objectWithoutProperties(props, _excluded$4C);
10464
+ otherProps = _objectWithoutProperties(props, _excluded$4I);
10282
10465
 
10283
10466
  return /*#__PURE__*/React.createElement("svg", _extends({
10284
10467
  width: size,
@@ -10307,14 +10490,14 @@ GtCustomerChat.defaultProps = {
10307
10490
  size: '24'
10308
10491
  };
10309
10492
 
10310
- const _excluded$4D = ["color", "size"];
10493
+ const _excluded$4J = ["color", "size"];
10311
10494
 
10312
10495
  const GtTakeover = props => {
10313
10496
  const {
10314
10497
  color,
10315
10498
  size
10316
10499
  } = props,
10317
- otherProps = _objectWithoutProperties(props, _excluded$4D);
10500
+ otherProps = _objectWithoutProperties(props, _excluded$4J);
10318
10501
 
10319
10502
  return /*#__PURE__*/React.createElement("svg", _extends({
10320
10503
  width: size,
@@ -10372,14 +10555,14 @@ GtTakeover.defaultProps = {
10372
10555
  size: '24'
10373
10556
  };
10374
10557
 
10375
- const _excluded$4E = ["color", "size"];
10558
+ const _excluded$4K = ["color", "size"];
10376
10559
 
10377
10560
  const FlowPlaceholder = props => {
10378
10561
  const {
10379
10562
  color,
10380
10563
  size
10381
10564
  } = props,
10382
- otherProps = _objectWithoutProperties(props, _excluded$4E);
10565
+ otherProps = _objectWithoutProperties(props, _excluded$4K);
10383
10566
 
10384
10567
  return /*#__PURE__*/React.createElement("svg", _extends({
10385
10568
  width: size,
@@ -10458,14 +10641,14 @@ FlowPlaceholder.defaultProps = {
10458
10641
  size: '24'
10459
10642
  };
10460
10643
 
10461
- const _excluded$4F = ["color", "size"];
10644
+ const _excluded$4L = ["color", "size"];
10462
10645
 
10463
10646
  const AddStep = props => {
10464
10647
  const {
10465
10648
  color,
10466
10649
  size
10467
10650
  } = props,
10468
- otherProps = _objectWithoutProperties(props, _excluded$4F);
10651
+ otherProps = _objectWithoutProperties(props, _excluded$4L);
10469
10652
 
10470
10653
  return /*#__PURE__*/React.createElement("svg", _extends({
10471
10654
  width: size,
@@ -10501,14 +10684,14 @@ AddStep.defaultProps = {
10501
10684
  size: '24'
10502
10685
  };
10503
10686
 
10504
- const _excluded$4G = ["color", "size"];
10687
+ const _excluded$4M = ["color", "size"];
10505
10688
 
10506
10689
  const Stats = props => {
10507
10690
  const {
10508
10691
  color,
10509
10692
  size
10510
10693
  } = props,
10511
- otherProps = _objectWithoutProperties(props, _excluded$4G);
10694
+ otherProps = _objectWithoutProperties(props, _excluded$4M);
10512
10695
 
10513
10696
  return /*#__PURE__*/React.createElement("svg", _extends({
10514
10697
  width: size,
@@ -10618,6 +10801,7 @@ exports.Copy = Copy;
10618
10801
  exports.CopyToAnotherFlow = CopyToAnotherFlow;
10619
10802
  exports.Coupon = Coupon;
10620
10803
  exports.Create = Create;
10804
+ exports.Creator = Creator;
10621
10805
  exports.CreditCard = CreditCard;
10622
10806
  exports.CufArray = CufArray;
10623
10807
  exports.CufBoolean = CufBoolean;
@@ -10652,6 +10836,7 @@ exports.Faq = Faq;
10652
10836
  exports.FbChat = FbChat;
10653
10837
  exports.Female = Female;
10654
10838
  exports.Filter = Filter;
10839
+ exports.Fitness = Fitness;
10655
10840
  exports.Flow = Flow;
10656
10841
  exports.FlowPlaceholder = FlowPlaceholder;
10657
10842
  exports.Folder = Folder;
@@ -10683,6 +10868,7 @@ exports.HealthPulse = HealthPulse;
10683
10868
  exports.Help = Help;
10684
10869
  exports.Hide = Hide;
10685
10870
  exports.Home = Home;
10871
+ exports.Hotel = Hotel;
10686
10872
  exports.Hotmart = Hotmart;
10687
10873
  exports.IcGrid_24px_ = IcGrid_24px_;
10688
10874
  exports.IcGrid__148x100_ = IcGrid__148x100_;
@@ -10728,6 +10914,7 @@ exports.Notification = Notification;
10728
10914
  exports.NotificationMute = NotificationMute;
10729
10915
  exports.OmnichannelWidget = OmnichannelWidget;
10730
10916
  exports.Options = Options;
10917
+ exports.Organization = Organization;
10731
10918
  exports.OrphanAction = OrphanAction;
10732
10919
  exports.OrphanAction2 = OrphanAction2;
10733
10920
  exports.OrphanAdStatistics = OrphanAdStatistics;
@@ -10764,11 +10951,13 @@ exports.Play = Play;
10764
10951
  exports.Plus = Plus;
10765
10952
  exports.Popular = Popular;
10766
10953
  exports.PopularFilled = PopularFilled;
10954
+ exports.ProfessionalConsulting = ProfessionalConsulting;
10767
10955
  exports.Protect = Protect;
10768
10956
  exports.PublicChangelog = PublicChangelog;
10769
10957
  exports.Publish = Publish;
10770
10958
  exports.Qr = Qr;
10771
10959
  exports.Question = Question;
10960
+ exports.RealEstate = RealEstate;
10772
10961
  exports.Redo = Redo;
10773
10962
  exports.Reels = Reels;
10774
10963
  exports.Retry = Retry;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manychat/icons",
3
- "version": "4.2.1",
3
+ "version": "4.3.0",
4
4
  "description": "ManyChat Icons bundle",
5
5
  "author": "",
6
6
  "main": "dist/index.js",