@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/umd/mcicons.js CHANGED
@@ -789,7 +789,7 @@
789
789
  xmlns: "http://www.w3.org/2000/svg",
790
790
  preserveAspectRatio: "xMidYMid meet"
791
791
  }, otherProps), /*#__PURE__*/React.createElement("path", {
792
- 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",
792
+ d: "M22 2L11.9492 12.0498L2 2.0995V4.18905L10.934 13.1443L2 22H4.13198L11.9492 14.1393L19.9695 22H22L13.066 13.1443L22 4.08955V2Z",
793
793
  fill: color
794
794
  }));
795
795
  };
@@ -9347,11 +9347,185 @@
9347
9347
 
9348
9348
  var _excluded$4s = ["color", "size"];
9349
9349
 
9350
- var InstagramChannel2 = function InstagramChannel2(props) {
9350
+ var Creator = function Creator(props) {
9351
9351
  var color = props.color,
9352
9352
  size = props.size,
9353
9353
  otherProps = _objectWithoutProperties(props, _excluded$4s);
9354
9354
 
9355
+ return /*#__PURE__*/React.createElement("svg", _extends({
9356
+ width: size,
9357
+ height: size,
9358
+ viewBox: "0 0 24 24",
9359
+ fill: "none",
9360
+ xmlns: "http://www.w3.org/2000/svg",
9361
+ preserveAspectRatio: "xMidYMid meet"
9362
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
9363
+ 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",
9364
+ fill: color
9365
+ }));
9366
+ };
9367
+
9368
+ Creator.propTypes = {
9369
+ color: PropTypes.string,
9370
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
9371
+ };
9372
+ Creator.defaultProps = {
9373
+ color: 'currentColor',
9374
+ size: '24'
9375
+ };
9376
+
9377
+ var _excluded$4t = ["color", "size"];
9378
+
9379
+ var RealEstate = function RealEstate(props) {
9380
+ var color = props.color,
9381
+ size = props.size,
9382
+ otherProps = _objectWithoutProperties(props, _excluded$4t);
9383
+
9384
+ return /*#__PURE__*/React.createElement("svg", _extends({
9385
+ width: size,
9386
+ height: size,
9387
+ viewBox: "0 0 24 24",
9388
+ fill: "none",
9389
+ xmlns: "http://www.w3.org/2000/svg",
9390
+ preserveAspectRatio: "xMidYMid meet"
9391
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
9392
+ 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",
9393
+ fill: color
9394
+ }));
9395
+ };
9396
+
9397
+ RealEstate.propTypes = {
9398
+ color: PropTypes.string,
9399
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
9400
+ };
9401
+ RealEstate.defaultProps = {
9402
+ color: 'currentColor',
9403
+ size: '24'
9404
+ };
9405
+
9406
+ var _excluded$4u = ["color", "size"];
9407
+
9408
+ var Fitness = function Fitness(props) {
9409
+ var color = props.color,
9410
+ size = props.size,
9411
+ otherProps = _objectWithoutProperties(props, _excluded$4u);
9412
+
9413
+ return /*#__PURE__*/React.createElement("svg", _extends({
9414
+ width: size,
9415
+ height: size,
9416
+ viewBox: "0 0 24 24",
9417
+ fill: "none",
9418
+ xmlns: "http://www.w3.org/2000/svg",
9419
+ preserveAspectRatio: "xMidYMid meet"
9420
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
9421
+ 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",
9422
+ fill: color
9423
+ }));
9424
+ };
9425
+
9426
+ Fitness.propTypes = {
9427
+ color: PropTypes.string,
9428
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
9429
+ };
9430
+ Fitness.defaultProps = {
9431
+ color: 'currentColor',
9432
+ size: '24'
9433
+ };
9434
+
9435
+ var _excluded$4v = ["color", "size"];
9436
+
9437
+ var Hotel = function Hotel(props) {
9438
+ var color = props.color,
9439
+ size = props.size,
9440
+ otherProps = _objectWithoutProperties(props, _excluded$4v);
9441
+
9442
+ return /*#__PURE__*/React.createElement("svg", _extends({
9443
+ width: size,
9444
+ height: size,
9445
+ viewBox: "0 0 24 24",
9446
+ fill: "none",
9447
+ xmlns: "http://www.w3.org/2000/svg",
9448
+ preserveAspectRatio: "xMidYMid meet"
9449
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
9450
+ 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",
9451
+ fill: color
9452
+ }));
9453
+ };
9454
+
9455
+ Hotel.propTypes = {
9456
+ color: PropTypes.string,
9457
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
9458
+ };
9459
+ Hotel.defaultProps = {
9460
+ color: 'currentColor',
9461
+ size: '24'
9462
+ };
9463
+
9464
+ var _excluded$4w = ["color", "size"];
9465
+
9466
+ var Organization = function Organization(props) {
9467
+ var color = props.color,
9468
+ size = props.size,
9469
+ otherProps = _objectWithoutProperties(props, _excluded$4w);
9470
+
9471
+ return /*#__PURE__*/React.createElement("svg", _extends({
9472
+ width: size,
9473
+ height: size,
9474
+ viewBox: "0 0 24 24",
9475
+ fill: "none",
9476
+ xmlns: "http://www.w3.org/2000/svg",
9477
+ preserveAspectRatio: "xMidYMid meet"
9478
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
9479
+ 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",
9480
+ fill: color
9481
+ }));
9482
+ };
9483
+
9484
+ Organization.propTypes = {
9485
+ color: PropTypes.string,
9486
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
9487
+ };
9488
+ Organization.defaultProps = {
9489
+ color: 'currentColor',
9490
+ size: '24'
9491
+ };
9492
+
9493
+ var _excluded$4x = ["color", "size"];
9494
+
9495
+ var ProfessionalConsulting = function ProfessionalConsulting(props) {
9496
+ var color = props.color,
9497
+ size = props.size,
9498
+ otherProps = _objectWithoutProperties(props, _excluded$4x);
9499
+
9500
+ return /*#__PURE__*/React.createElement("svg", _extends({
9501
+ width: size,
9502
+ height: size,
9503
+ viewBox: "0 0 24 24",
9504
+ fill: "none",
9505
+ xmlns: "http://www.w3.org/2000/svg",
9506
+ preserveAspectRatio: "xMidYMid meet"
9507
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
9508
+ 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",
9509
+ fill: color
9510
+ }));
9511
+ };
9512
+
9513
+ ProfessionalConsulting.propTypes = {
9514
+ color: PropTypes.string,
9515
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
9516
+ };
9517
+ ProfessionalConsulting.defaultProps = {
9518
+ color: 'currentColor',
9519
+ size: '24'
9520
+ };
9521
+
9522
+ var _excluded$4y = ["color", "size"];
9523
+
9524
+ var InstagramChannel2 = function InstagramChannel2(props) {
9525
+ var color = props.color,
9526
+ size = props.size,
9527
+ otherProps = _objectWithoutProperties(props, _excluded$4y);
9528
+
9355
9529
  return /*#__PURE__*/React.createElement("svg", _extends({
9356
9530
  width: size,
9357
9531
  height: size,
@@ -9386,12 +9560,12 @@
9386
9560
  size: '24'
9387
9561
  };
9388
9562
 
9389
- var _excluded$4t = ["color", "size"];
9563
+ var _excluded$4z = ["color", "size"];
9390
9564
 
9391
9565
  var PopularFilled = function PopularFilled(props) {
9392
9566
  var color = props.color,
9393
9567
  size = props.size,
9394
- otherProps = _objectWithoutProperties(props, _excluded$4t);
9568
+ otherProps = _objectWithoutProperties(props, _excluded$4z);
9395
9569
 
9396
9570
  return /*#__PURE__*/React.createElement("svg", _extends({
9397
9571
  width: size,
@@ -9415,12 +9589,12 @@
9415
9589
  size: '24'
9416
9590
  };
9417
9591
 
9418
- var _excluded$4u = ["color", "size"];
9592
+ var _excluded$4A = ["color", "size"];
9419
9593
 
9420
9594
  var Bricks = function Bricks(props) {
9421
9595
  var color = props.color,
9422
9596
  size = props.size,
9423
- otherProps = _objectWithoutProperties(props, _excluded$4u);
9597
+ otherProps = _objectWithoutProperties(props, _excluded$4A);
9424
9598
 
9425
9599
  return /*#__PURE__*/React.createElement("svg", _extends({
9426
9600
  width: size,
@@ -9453,12 +9627,12 @@
9453
9627
  size: '24'
9454
9628
  };
9455
9629
 
9456
- var _excluded$4v = ["color", "size"];
9630
+ var _excluded$4B = ["color", "size"];
9457
9631
 
9458
9632
  var HealthPulse = function HealthPulse(props) {
9459
9633
  var color = props.color,
9460
9634
  size = props.size,
9461
- otherProps = _objectWithoutProperties(props, _excluded$4v);
9635
+ otherProps = _objectWithoutProperties(props, _excluded$4B);
9462
9636
 
9463
9637
  return /*#__PURE__*/React.createElement("svg", _extends({
9464
9638
  width: size,
@@ -9485,12 +9659,12 @@
9485
9659
  size: '24'
9486
9660
  };
9487
9661
 
9488
- var _excluded$4w = ["color", "size"];
9662
+ var _excluded$4C = ["color", "size"];
9489
9663
 
9490
9664
  var Create = function Create(props) {
9491
9665
  var color = props.color,
9492
9666
  size = props.size,
9493
- otherProps = _objectWithoutProperties(props, _excluded$4w);
9667
+ otherProps = _objectWithoutProperties(props, _excluded$4C);
9494
9668
 
9495
9669
  return /*#__PURE__*/React.createElement("svg", _extends({
9496
9670
  width: size,
@@ -9517,12 +9691,12 @@
9517
9691
  size: '24'
9518
9692
  };
9519
9693
 
9520
- var _excluded$4x = ["color", "size"];
9694
+ var _excluded$4D = ["color", "size"];
9521
9695
 
9522
9696
  var GtCheckbox = function GtCheckbox(props) {
9523
9697
  var color = props.color,
9524
9698
  size = props.size,
9525
- otherProps = _objectWithoutProperties(props, _excluded$4x);
9699
+ otherProps = _objectWithoutProperties(props, _excluded$4D);
9526
9700
 
9527
9701
  return /*#__PURE__*/React.createElement("svg", _extends({
9528
9702
  width: size,
@@ -9549,12 +9723,12 @@
9549
9723
  size: '24'
9550
9724
  };
9551
9725
 
9552
- var _excluded$4y = ["color", "size"];
9726
+ var _excluded$4E = ["color", "size"];
9553
9727
 
9554
9728
  var GtFbComment = function GtFbComment(props) {
9555
9729
  var color = props.color,
9556
9730
  size = props.size,
9557
- otherProps = _objectWithoutProperties(props, _excluded$4y);
9731
+ otherProps = _objectWithoutProperties(props, _excluded$4E);
9558
9732
 
9559
9733
  return /*#__PURE__*/React.createElement("svg", _extends({
9560
9734
  width: size,
@@ -9580,12 +9754,12 @@
9580
9754
  size: '24'
9581
9755
  };
9582
9756
 
9583
- var _excluded$4z = ["color", "size"];
9757
+ var _excluded$4F = ["color", "size"];
9584
9758
 
9585
9759
  var GtAdsJson = function GtAdsJson(props) {
9586
9760
  var color = props.color,
9587
9761
  size = props.size,
9588
- otherProps = _objectWithoutProperties(props, _excluded$4z);
9762
+ otherProps = _objectWithoutProperties(props, _excluded$4F);
9589
9763
 
9590
9764
  return /*#__PURE__*/React.createElement("svg", _extends({
9591
9765
  width: size,
@@ -9618,12 +9792,12 @@
9618
9792
  size: '24'
9619
9793
  };
9620
9794
 
9621
- var _excluded$4A = ["color", "size"];
9795
+ var _excluded$4G = ["color", "size"];
9622
9796
 
9623
9797
  var GtFbCode = function GtFbCode(props) {
9624
9798
  var color = props.color,
9625
9799
  size = props.size,
9626
- otherProps = _objectWithoutProperties(props, _excluded$4A);
9800
+ otherProps = _objectWithoutProperties(props, _excluded$4G);
9627
9801
 
9628
9802
  return /*#__PURE__*/React.createElement("svg", _extends({
9629
9803
  width: size,
@@ -9652,12 +9826,12 @@
9652
9826
  size: '24'
9653
9827
  };
9654
9828
 
9655
- var _excluded$4B = ["color", "size"];
9829
+ var _excluded$4H = ["color", "size"];
9656
9830
 
9657
9831
  var GtRef = function GtRef(props) {
9658
9832
  var color = props.color,
9659
9833
  size = props.size,
9660
- otherProps = _objectWithoutProperties(props, _excluded$4B);
9834
+ otherProps = _objectWithoutProperties(props, _excluded$4H);
9661
9835
 
9662
9836
  return /*#__PURE__*/React.createElement("svg", _extends({
9663
9837
  width: size,
@@ -9684,12 +9858,12 @@
9684
9858
  size: '24'
9685
9859
  };
9686
9860
 
9687
- var _excluded$4C = ["color", "size"];
9861
+ var _excluded$4I = ["color", "size"];
9688
9862
 
9689
9863
  var GtCustomerChat = function GtCustomerChat(props) {
9690
9864
  var color = props.color,
9691
9865
  size = props.size,
9692
- otherProps = _objectWithoutProperties(props, _excluded$4C);
9866
+ otherProps = _objectWithoutProperties(props, _excluded$4I);
9693
9867
 
9694
9868
  return /*#__PURE__*/React.createElement("svg", _extends({
9695
9869
  width: size,
@@ -9718,12 +9892,12 @@
9718
9892
  size: '24'
9719
9893
  };
9720
9894
 
9721
- var _excluded$4D = ["color", "size"];
9895
+ var _excluded$4J = ["color", "size"];
9722
9896
 
9723
9897
  var GtTakeover = function GtTakeover(props) {
9724
9898
  var color = props.color,
9725
9899
  size = props.size,
9726
- otherProps = _objectWithoutProperties(props, _excluded$4D);
9900
+ otherProps = _objectWithoutProperties(props, _excluded$4J);
9727
9901
 
9728
9902
  return /*#__PURE__*/React.createElement("svg", _extends({
9729
9903
  width: size,
@@ -9781,12 +9955,12 @@
9781
9955
  size: '24'
9782
9956
  };
9783
9957
 
9784
- var _excluded$4E = ["color", "size"];
9958
+ var _excluded$4K = ["color", "size"];
9785
9959
 
9786
9960
  var FlowPlaceholder = function FlowPlaceholder(props) {
9787
9961
  var color = props.color,
9788
9962
  size = props.size,
9789
- otherProps = _objectWithoutProperties(props, _excluded$4E);
9963
+ otherProps = _objectWithoutProperties(props, _excluded$4K);
9790
9964
 
9791
9965
  return /*#__PURE__*/React.createElement("svg", _extends({
9792
9966
  width: size,
@@ -9865,12 +10039,12 @@
9865
10039
  size: '24'
9866
10040
  };
9867
10041
 
9868
- var _excluded$4F = ["color", "size"];
10042
+ var _excluded$4L = ["color", "size"];
9869
10043
 
9870
10044
  var AddStep = function AddStep(props) {
9871
10045
  var color = props.color,
9872
10046
  size = props.size,
9873
- otherProps = _objectWithoutProperties(props, _excluded$4F);
10047
+ otherProps = _objectWithoutProperties(props, _excluded$4L);
9874
10048
 
9875
10049
  return /*#__PURE__*/React.createElement("svg", _extends({
9876
10050
  width: size,
@@ -9906,12 +10080,12 @@
9906
10080
  size: '24'
9907
10081
  };
9908
10082
 
9909
- var _excluded$4G = ["color", "size"];
10083
+ var _excluded$4M = ["color", "size"];
9910
10084
 
9911
10085
  var Stats = function Stats(props) {
9912
10086
  var color = props.color,
9913
10087
  size = props.size,
9914
- otherProps = _objectWithoutProperties(props, _excluded$4G);
10088
+ otherProps = _objectWithoutProperties(props, _excluded$4M);
9915
10089
 
9916
10090
  return /*#__PURE__*/React.createElement("svg", _extends({
9917
10091
  width: size,
@@ -10021,6 +10195,7 @@
10021
10195
  exports.CopyToAnotherFlow = CopyToAnotherFlow;
10022
10196
  exports.Coupon = Coupon;
10023
10197
  exports.Create = Create;
10198
+ exports.Creator = Creator;
10024
10199
  exports.CreditCard = CreditCard;
10025
10200
  exports.CufArray = CufArray;
10026
10201
  exports.CufBoolean = CufBoolean;
@@ -10055,6 +10230,7 @@
10055
10230
  exports.FbChat = FbChat;
10056
10231
  exports.Female = Female;
10057
10232
  exports.Filter = Filter;
10233
+ exports.Fitness = Fitness;
10058
10234
  exports.Flow = Flow;
10059
10235
  exports.FlowPlaceholder = FlowPlaceholder;
10060
10236
  exports.Folder = Folder;
@@ -10086,6 +10262,7 @@
10086
10262
  exports.Help = Help;
10087
10263
  exports.Hide = Hide;
10088
10264
  exports.Home = Home;
10265
+ exports.Hotel = Hotel;
10089
10266
  exports.Hotmart = Hotmart;
10090
10267
  exports.IcGrid_24px_ = IcGrid_24px_;
10091
10268
  exports.IcGrid__148x100_ = IcGrid__148x100_;
@@ -10131,6 +10308,7 @@
10131
10308
  exports.NotificationMute = NotificationMute;
10132
10309
  exports.OmnichannelWidget = OmnichannelWidget;
10133
10310
  exports.Options = Options;
10311
+ exports.Organization = Organization;
10134
10312
  exports.OrphanAction = OrphanAction;
10135
10313
  exports.OrphanAction2 = OrphanAction2;
10136
10314
  exports.OrphanAdStatistics = OrphanAdStatistics;
@@ -10167,11 +10345,13 @@
10167
10345
  exports.Plus = Plus;
10168
10346
  exports.Popular = Popular;
10169
10347
  exports.PopularFilled = PopularFilled;
10348
+ exports.ProfessionalConsulting = ProfessionalConsulting;
10170
10349
  exports.Protect = Protect;
10171
10350
  exports.PublicChangelog = PublicChangelog;
10172
10351
  exports.Publish = Publish;
10173
10352
  exports.Qr = Qr;
10174
10353
  exports.Question = Question;
10354
+ exports.RealEstate = RealEstate;
10175
10355
  exports.Redo = Redo;
10176
10356
  exports.Reels = Reels;
10177
10357
  exports.Retry = Retry;