@manychat/icons 1.45.2 → 1.46.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
@@ -4496,13 +4496,47 @@ Messenger.defaultProps = {
4496
4496
 
4497
4497
  const _excluded$1$ = ["color", "size"];
4498
4498
 
4499
- const SponsoredMessages2 = props => {
4499
+ const CannedResponse = props => {
4500
4500
  const {
4501
4501
  color,
4502
4502
  size
4503
4503
  } = props,
4504
4504
  otherProps = _objectWithoutProperties(props, _excluded$1$);
4505
4505
 
4506
+ return /*#__PURE__*/React.createElement("svg", _extends({
4507
+ width: size,
4508
+ height: size,
4509
+ viewBox: "0 0 24 24",
4510
+ fill: "none",
4511
+ xmlns: "http://www.w3.org/2000/svg",
4512
+ preserveAspectRatio: "xMidYMid meet"
4513
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
4514
+ d: "M11.6196 7.07081C11.7393 6.70229 12.2607 6.70229 12.3804 7.07081L12.9205 8.73302C12.9741 8.89783 13.1276 9.00942 13.3009 9.00942H15.0487C15.4362 9.00942 15.5973 9.50526 15.2838 9.73302L13.8698 10.7603C13.7296 10.8622 13.671 11.0427 13.7245 11.2075L14.2646 12.8697C14.3844 13.2383 13.9626 13.5447 13.6491 13.317L12.2351 12.2897C12.0949 12.1878 11.9051 12.1878 11.7649 12.2897L10.3509 13.317C10.0374 13.5447 9.61565 13.2383 9.73539 12.8698L10.2755 11.2075C10.329 11.0427 10.2704 10.8622 10.1302 10.7603L8.71621 9.73302C8.40272 9.50526 8.56383 9.00942 8.95132 9.00942H10.6991C10.8724 9.00942 11.0259 8.89783 11.0795 8.73302L11.6196 7.07081Z",
4515
+ fill: color
4516
+ }), /*#__PURE__*/React.createElement("path", {
4517
+ d: "M4.53774 14.999L5.10767 14.5115C5.10029 14.5029 5.09271 14.4944 5.08494 14.4861L4.53774 14.999ZM8.86957 20.0631L8.29963 20.5506C8.31258 20.5658 8.32613 20.5804 8.34024 20.5945L8.86957 20.0631ZM9.81521 16.8474V16.0974C9.401 16.0974 9.06521 16.4332 9.06521 16.8474H9.81521ZM8.73913 4.5H15.2609V3H8.73913V4.5ZM20.25 10.2987C20.25 11.7089 19.6796 13.1783 18.7447 14.2917C17.8105 15.4043 16.5709 16.0974 15.2609 16.0974V17.5974C17.1205 17.5974 18.7505 16.6174 19.8934 15.2563C21.0357 13.8959 21.75 12.091 21.75 10.2987H20.25ZM15.2609 4.5C16.5709 4.5 17.8105 5.1931 18.7447 6.30569C19.6796 7.41906 20.25 8.88845 20.25 10.2987H21.75C21.75 8.50641 21.0357 6.70145 19.8934 5.34111C18.7505 3.97998 17.1205 3 15.2609 3V4.5ZM8.73913 3C6.87953 3 5.24951 3.97998 4.10659 5.34111C2.96432 6.70145 2.25 8.50641 2.25 10.2987H3.75C3.75 8.88845 4.32043 7.41906 5.25532 6.30569C6.18955 5.1931 7.42909 4.5 8.73913 4.5V3ZM2.25 10.2987C2.25 11.1524 2.40422 12.1422 2.68688 13.0592C2.96617 13.9652 3.39394 14.8754 3.99054 15.5119L5.08494 14.4861C4.7075 14.0834 4.3664 13.4156 4.12033 12.6173C3.87763 11.83 3.75 10.9892 3.75 10.2987H2.25ZM9.06521 19.7C9.06521 19.6392 9.10886 19.5559 9.19825 19.5183C9.24129 19.5002 9.2895 19.4953 9.33422 19.5046C9.38079 19.5142 9.4013 19.5342 9.39889 19.5318L8.34024 20.5945C8.74187 20.9946 9.29963 21.103 9.78 20.9009C10.2444 20.7055 10.5652 20.2457 10.5652 19.7H9.06521ZM3.9678 15.4865L8.29963 20.5506L9.4395 19.5756L5.10767 14.5115L3.9678 15.4865ZM15.2609 16.0974H9.81521V17.5974H15.2609V16.0974ZM10.5652 19.7V16.8474H9.06521V19.7H10.5652Z",
4518
+ fill: color
4519
+ }));
4520
+ };
4521
+
4522
+ CannedResponse.propTypes = {
4523
+ color: PropTypes.string,
4524
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
4525
+ };
4526
+ CannedResponse.defaultProps = {
4527
+ color: 'currentColor',
4528
+ size: '24'
4529
+ };
4530
+
4531
+ const _excluded$20 = ["color", "size"];
4532
+
4533
+ const SponsoredMessages2 = props => {
4534
+ const {
4535
+ color,
4536
+ size
4537
+ } = props,
4538
+ otherProps = _objectWithoutProperties(props, _excluded$20);
4539
+
4506
4540
  return /*#__PURE__*/React.createElement("svg", _extends({
4507
4541
  width: size,
4508
4542
  height: size,
@@ -4525,14 +4559,14 @@ SponsoredMessages2.defaultProps = {
4525
4559
  size: '24'
4526
4560
  };
4527
4561
 
4528
- const _excluded$20 = ["color", "size"];
4562
+ const _excluded$21 = ["color", "size"];
4529
4563
 
4530
4564
  const FbChat = props => {
4531
4565
  const {
4532
4566
  color,
4533
4567
  size
4534
4568
  } = props,
4535
- otherProps = _objectWithoutProperties(props, _excluded$20);
4569
+ otherProps = _objectWithoutProperties(props, _excluded$21);
4536
4570
 
4537
4571
  return /*#__PURE__*/React.createElement("svg", _extends({
4538
4572
  width: size,
@@ -4556,14 +4590,14 @@ FbChat.defaultProps = {
4556
4590
  size: '24'
4557
4591
  };
4558
4592
 
4559
- const _excluded$21 = ["color", "size"];
4593
+ const _excluded$22 = ["color", "size"];
4560
4594
 
4561
4595
  const ActionMarkConversationAsDone = props => {
4562
4596
  const {
4563
4597
  color,
4564
4598
  size
4565
4599
  } = props,
4566
- otherProps = _objectWithoutProperties(props, _excluded$21);
4600
+ otherProps = _objectWithoutProperties(props, _excluded$22);
4567
4601
 
4568
4602
  return /*#__PURE__*/React.createElement("svg", _extends({
4569
4603
  width: size,
@@ -4587,14 +4621,14 @@ ActionMarkConversationAsDone.defaultProps = {
4587
4621
  size: '24'
4588
4622
  };
4589
4623
 
4590
- const _excluded$22 = ["color", "size"];
4624
+ const _excluded$23 = ["color", "size"];
4591
4625
 
4592
4626
  const FacebookMessenger = props => {
4593
4627
  const {
4594
4628
  color,
4595
4629
  size
4596
4630
  } = props,
4597
- otherProps = _objectWithoutProperties(props, _excluded$22);
4631
+ otherProps = _objectWithoutProperties(props, _excluded$23);
4598
4632
 
4599
4633
  return /*#__PURE__*/React.createElement("svg", _extends({
4600
4634
  width: size,
@@ -4623,14 +4657,14 @@ FacebookMessenger.defaultProps = {
4623
4657
  size: '24'
4624
4658
  };
4625
4659
 
4626
- const _excluded$23 = ["color", "size"];
4660
+ const _excluded$24 = ["color", "size"];
4627
4661
 
4628
4662
  const MessageOpen = props => {
4629
4663
  const {
4630
4664
  color,
4631
4665
  size
4632
4666
  } = props,
4633
- otherProps = _objectWithoutProperties(props, _excluded$23);
4667
+ otherProps = _objectWithoutProperties(props, _excluded$24);
4634
4668
 
4635
4669
  return /*#__PURE__*/React.createElement("svg", _extends({
4636
4670
  width: size,
@@ -4654,14 +4688,14 @@ MessageOpen.defaultProps = {
4654
4688
  size: '24'
4655
4689
  };
4656
4690
 
4657
- const _excluded$24 = ["color", "size"];
4691
+ const _excluded$25 = ["color", "size"];
4658
4692
 
4659
4693
  const MessageBack = props => {
4660
4694
  const {
4661
4695
  color,
4662
4696
  size
4663
4697
  } = props,
4664
- otherProps = _objectWithoutProperties(props, _excluded$24);
4698
+ otherProps = _objectWithoutProperties(props, _excluded$25);
4665
4699
 
4666
4700
  return /*#__PURE__*/React.createElement("svg", _extends({
4667
4701
  width: size,
@@ -4685,14 +4719,14 @@ MessageBack.defaultProps = {
4685
4719
  size: '24'
4686
4720
  };
4687
4721
 
4688
- const _excluded$25 = ["color", "size"];
4722
+ const _excluded$26 = ["color", "size"];
4689
4723
 
4690
4724
  const User = props => {
4691
4725
  const {
4692
4726
  color,
4693
4727
  size
4694
4728
  } = props,
4695
- otherProps = _objectWithoutProperties(props, _excluded$25);
4729
+ otherProps = _objectWithoutProperties(props, _excluded$26);
4696
4730
 
4697
4731
  return /*#__PURE__*/React.createElement("svg", _extends({
4698
4732
  width: size,
@@ -4719,14 +4753,14 @@ User.defaultProps = {
4719
4753
  size: '24'
4720
4754
  };
4721
4755
 
4722
- const _excluded$26 = ["color", "size"];
4756
+ const _excluded$27 = ["color", "size"];
4723
4757
 
4724
4758
  const Community = props => {
4725
4759
  const {
4726
4760
  color,
4727
4761
  size
4728
4762
  } = props,
4729
- otherProps = _objectWithoutProperties(props, _excluded$26);
4763
+ otherProps = _objectWithoutProperties(props, _excluded$27);
4730
4764
 
4731
4765
  return /*#__PURE__*/React.createElement("svg", _extends({
4732
4766
  width: size,
@@ -4750,14 +4784,14 @@ Community.defaultProps = {
4750
4784
  size: '24'
4751
4785
  };
4752
4786
 
4753
- const _excluded$27 = ["color", "size"];
4787
+ const _excluded$28 = ["color", "size"];
4754
4788
 
4755
4789
  const UserAdd = props => {
4756
4790
  const {
4757
4791
  color,
4758
4792
  size
4759
4793
  } = props,
4760
- otherProps = _objectWithoutProperties(props, _excluded$27);
4794
+ otherProps = _objectWithoutProperties(props, _excluded$28);
4761
4795
 
4762
4796
  return /*#__PURE__*/React.createElement("svg", _extends({
4763
4797
  width: size,
@@ -4784,14 +4818,14 @@ UserAdd.defaultProps = {
4784
4818
  size: '24'
4785
4819
  };
4786
4820
 
4787
- const _excluded$28 = ["color", "size"];
4821
+ const _excluded$29 = ["color", "size"];
4788
4822
 
4789
4823
  const Unassign = props => {
4790
4824
  const {
4791
4825
  color,
4792
4826
  size
4793
4827
  } = props,
4794
- otherProps = _objectWithoutProperties(props, _excluded$28);
4828
+ otherProps = _objectWithoutProperties(props, _excluded$29);
4795
4829
 
4796
4830
  return /*#__PURE__*/React.createElement("svg", _extends({
4797
4831
  width: size,
@@ -4818,14 +4852,14 @@ Unassign.defaultProps = {
4818
4852
  size: '24'
4819
4853
  };
4820
4854
 
4821
- const _excluded$29 = ["color", "size"];
4855
+ const _excluded$2a = ["color", "size"];
4822
4856
 
4823
4857
  const Assign = props => {
4824
4858
  const {
4825
4859
  color,
4826
4860
  size
4827
4861
  } = props,
4828
- otherProps = _objectWithoutProperties(props, _excluded$29);
4862
+ otherProps = _objectWithoutProperties(props, _excluded$2a);
4829
4863
 
4830
4864
  return /*#__PURE__*/React.createElement("svg", _extends({
4831
4865
  width: size,
@@ -4852,14 +4886,14 @@ Assign.defaultProps = {
4852
4886
  size: '24'
4853
4887
  };
4854
4888
 
4855
- const _excluded$2a = ["color", "size"];
4889
+ const _excluded$2b = ["color", "size"];
4856
4890
 
4857
4891
  const Audience = props => {
4858
4892
  const {
4859
4893
  color,
4860
4894
  size
4861
4895
  } = props,
4862
- otherProps = _objectWithoutProperties(props, _excluded$2a);
4896
+ otherProps = _objectWithoutProperties(props, _excluded$2b);
4863
4897
 
4864
4898
  return /*#__PURE__*/React.createElement("svg", _extends({
4865
4899
  width: size,
@@ -4886,14 +4920,14 @@ Audience.defaultProps = {
4886
4920
  size: '24'
4887
4921
  };
4888
4922
 
4889
- const _excluded$2b = ["color", "size"];
4923
+ const _excluded$2c = ["color", "size"];
4890
4924
 
4891
4925
  const Menu = props => {
4892
4926
  const {
4893
4927
  color,
4894
4928
  size
4895
4929
  } = props,
4896
- otherProps = _objectWithoutProperties(props, _excluded$2b);
4930
+ otherProps = _objectWithoutProperties(props, _excluded$2c);
4897
4931
 
4898
4932
  return /*#__PURE__*/React.createElement("svg", _extends({
4899
4933
  width: size,
@@ -4919,14 +4953,14 @@ Menu.defaultProps = {
4919
4953
  size: '24'
4920
4954
  };
4921
4955
 
4922
- const _excluded$2c = ["color", "size"];
4956
+ const _excluded$2d = ["color", "size"];
4923
4957
 
4924
4958
  const SelectAll = props => {
4925
4959
  const {
4926
4960
  color,
4927
4961
  size
4928
4962
  } = props,
4929
- otherProps = _objectWithoutProperties(props, _excluded$2c);
4963
+ otherProps = _objectWithoutProperties(props, _excluded$2d);
4930
4964
 
4931
4965
  return /*#__PURE__*/React.createElement("svg", _extends({
4932
4966
  width: size,
@@ -4950,14 +4984,14 @@ SelectAll.defaultProps = {
4950
4984
  size: '24'
4951
4985
  };
4952
4986
 
4953
- const _excluded$2d = ["color", "size"];
4987
+ const _excluded$2e = ["color", "size"];
4954
4988
 
4955
4989
  const TableView = props => {
4956
4990
  const {
4957
4991
  color,
4958
4992
  size
4959
4993
  } = props,
4960
- otherProps = _objectWithoutProperties(props, _excluded$2d);
4994
+ otherProps = _objectWithoutProperties(props, _excluded$2e);
4961
4995
 
4962
4996
  return /*#__PURE__*/React.createElement("svg", _extends({
4963
4997
  width: size,
@@ -4992,14 +5026,14 @@ TableView.defaultProps = {
4992
5026
  size: '24'
4993
5027
  };
4994
5028
 
4995
- const _excluded$2e = ["color", "size"];
5029
+ const _excluded$2f = ["color", "size"];
4996
5030
 
4997
5031
  const All = props => {
4998
5032
  const {
4999
5033
  color,
5000
5034
  size
5001
5035
  } = props,
5002
- otherProps = _objectWithoutProperties(props, _excluded$2e);
5036
+ otherProps = _objectWithoutProperties(props, _excluded$2f);
5003
5037
 
5004
5038
  return /*#__PURE__*/React.createElement("svg", _extends({
5005
5039
  width: size,
@@ -5025,14 +5059,14 @@ All.defaultProps = {
5025
5059
  size: '24'
5026
5060
  };
5027
5061
 
5028
- const _excluded$2f = ["color", "size"];
5062
+ const _excluded$2g = ["color", "size"];
5029
5063
 
5030
5064
  const BuilderText = props => {
5031
5065
  const {
5032
5066
  color,
5033
5067
  size
5034
5068
  } = props,
5035
- otherProps = _objectWithoutProperties(props, _excluded$2f);
5069
+ otherProps = _objectWithoutProperties(props, _excluded$2g);
5036
5070
 
5037
5071
  return /*#__PURE__*/React.createElement("svg", _extends({
5038
5072
  width: size,
@@ -5058,14 +5092,14 @@ BuilderText.defaultProps = {
5058
5092
  size: '24'
5059
5093
  };
5060
5094
 
5061
- const _excluded$2g = ["color", "size"];
5095
+ const _excluded$2h = ["color", "size"];
5062
5096
 
5063
5097
  const Options = props => {
5064
5098
  const {
5065
5099
  color,
5066
5100
  size
5067
5101
  } = props,
5068
- otherProps = _objectWithoutProperties(props, _excluded$2g);
5102
+ otherProps = _objectWithoutProperties(props, _excluded$2h);
5069
5103
 
5070
5104
  return /*#__PURE__*/React.createElement("svg", _extends({
5071
5105
  width: size,
@@ -5091,14 +5125,14 @@ Options.defaultProps = {
5091
5125
  size: '24'
5092
5126
  };
5093
5127
 
5094
- const _excluded$2h = ["color", "size"];
5128
+ const _excluded$2i = ["color", "size"];
5095
5129
 
5096
5130
  const Delete = props => {
5097
5131
  const {
5098
5132
  color,
5099
5133
  size
5100
5134
  } = props,
5101
- otherProps = _objectWithoutProperties(props, _excluded$2h);
5135
+ otherProps = _objectWithoutProperties(props, _excluded$2i);
5102
5136
 
5103
5137
  return /*#__PURE__*/React.createElement("svg", _extends({
5104
5138
  width: size,
@@ -5122,14 +5156,14 @@ Delete.defaultProps = {
5122
5156
  size: '24'
5123
5157
  };
5124
5158
 
5125
- const _excluded$2i = ["color", "size"];
5159
+ const _excluded$2j = ["color", "size"];
5126
5160
 
5127
5161
  const DeleteForever = props => {
5128
5162
  const {
5129
5163
  color,
5130
5164
  size
5131
5165
  } = props,
5132
- otherProps = _objectWithoutProperties(props, _excluded$2i);
5166
+ otherProps = _objectWithoutProperties(props, _excluded$2j);
5133
5167
 
5134
5168
  return /*#__PURE__*/React.createElement("svg", _extends({
5135
5169
  width: size,
@@ -5153,14 +5187,14 @@ DeleteForever.defaultProps = {
5153
5187
  size: '24'
5154
5188
  };
5155
5189
 
5156
- const _excluded$2j = ["color", "size"];
5190
+ const _excluded$2k = ["color", "size"];
5157
5191
 
5158
5192
  const GtLanding = props => {
5159
5193
  const {
5160
5194
  color,
5161
5195
  size
5162
5196
  } = props,
5163
- otherProps = _objectWithoutProperties(props, _excluded$2j);
5197
+ otherProps = _objectWithoutProperties(props, _excluded$2k);
5164
5198
 
5165
5199
  return /*#__PURE__*/React.createElement("svg", _extends({
5166
5200
  width: size,
@@ -5187,14 +5221,14 @@ GtLanding.defaultProps = {
5187
5221
  size: '24'
5188
5222
  };
5189
5223
 
5190
- const _excluded$2k = ["color", "size"];
5224
+ const _excluded$2l = ["color", "size"];
5191
5225
 
5192
5226
  const Edit = props => {
5193
5227
  const {
5194
5228
  color,
5195
5229
  size
5196
5230
  } = props,
5197
- otherProps = _objectWithoutProperties(props, _excluded$2k);
5231
+ otherProps = _objectWithoutProperties(props, _excluded$2l);
5198
5232
 
5199
5233
  return /*#__PURE__*/React.createElement("svg", _extends({
5200
5234
  width: size,
@@ -5220,14 +5254,14 @@ Edit.defaultProps = {
5220
5254
  size: '24'
5221
5255
  };
5222
5256
 
5223
- const _excluded$2l = ["color", "size"];
5257
+ const _excluded$2m = ["color", "size"];
5224
5258
 
5225
5259
  const AddTag = props => {
5226
5260
  const {
5227
5261
  color,
5228
5262
  size
5229
5263
  } = props,
5230
- otherProps = _objectWithoutProperties(props, _excluded$2l);
5264
+ otherProps = _objectWithoutProperties(props, _excluded$2m);
5231
5265
 
5232
5266
  return /*#__PURE__*/React.createElement("svg", _extends({
5233
5267
  width: size,
@@ -5256,14 +5290,14 @@ AddTag.defaultProps = {
5256
5290
  size: '24'
5257
5291
  };
5258
5292
 
5259
- const _excluded$2m = ["color", "size"];
5293
+ const _excluded$2n = ["color", "size"];
5260
5294
 
5261
5295
  const MagicWand = props => {
5262
5296
  const {
5263
5297
  color,
5264
5298
  size
5265
5299
  } = props,
5266
- otherProps = _objectWithoutProperties(props, _excluded$2m);
5300
+ otherProps = _objectWithoutProperties(props, _excluded$2n);
5267
5301
 
5268
5302
  return /*#__PURE__*/React.createElement("svg", _extends({
5269
5303
  width: size,
@@ -5287,14 +5321,14 @@ MagicWand.defaultProps = {
5287
5321
  size: '24'
5288
5322
  };
5289
5323
 
5290
- const _excluded$2n = ["color", "size"];
5324
+ const _excluded$2o = ["color", "size"];
5291
5325
 
5292
5326
  const Attach = props => {
5293
5327
  const {
5294
5328
  color,
5295
5329
  size
5296
5330
  } = props,
5297
- otherProps = _objectWithoutProperties(props, _excluded$2n);
5331
+ otherProps = _objectWithoutProperties(props, _excluded$2o);
5298
5332
 
5299
5333
  return /*#__PURE__*/React.createElement("svg", _extends({
5300
5334
  width: size,
@@ -5318,14 +5352,14 @@ Attach.defaultProps = {
5318
5352
  size: '24'
5319
5353
  };
5320
5354
 
5321
- const _excluded$2o = ["color", "size"];
5355
+ const _excluded$2p = ["color", "size"];
5322
5356
 
5323
5357
  const Health = props => {
5324
5358
  const {
5325
5359
  color,
5326
5360
  size
5327
5361
  } = props,
5328
- otherProps = _objectWithoutProperties(props, _excluded$2o);
5362
+ otherProps = _objectWithoutProperties(props, _excluded$2p);
5329
5363
 
5330
5364
  return /*#__PURE__*/React.createElement("svg", _extends({
5331
5365
  width: size,
@@ -5352,14 +5386,14 @@ Health.defaultProps = {
5352
5386
  size: '24'
5353
5387
  };
5354
5388
 
5355
- const _excluded$2p = ["color", "size"];
5389
+ const _excluded$2q = ["color", "size"];
5356
5390
 
5357
5391
  const Star = props => {
5358
5392
  const {
5359
5393
  color,
5360
5394
  size
5361
5395
  } = props,
5362
- otherProps = _objectWithoutProperties(props, _excluded$2p);
5396
+ otherProps = _objectWithoutProperties(props, _excluded$2q);
5363
5397
 
5364
5398
  return /*#__PURE__*/React.createElement("svg", _extends({
5365
5399
  width: size,
@@ -5384,14 +5418,14 @@ Star.defaultProps = {
5384
5418
  size: '24'
5385
5419
  };
5386
5420
 
5387
- const _excluded$2q = ["color", "size"];
5421
+ const _excluded$2r = ["color", "size"];
5388
5422
 
5389
5423
  const Starred = props => {
5390
5424
  const {
5391
5425
  color,
5392
5426
  size
5393
5427
  } = props,
5394
- otherProps = _objectWithoutProperties(props, _excluded$2q);
5428
+ otherProps = _objectWithoutProperties(props, _excluded$2r);
5395
5429
 
5396
5430
  return /*#__PURE__*/React.createElement("svg", _extends({
5397
5431
  width: size,
@@ -5417,14 +5451,14 @@ Starred.defaultProps = {
5417
5451
  size: '24'
5418
5452
  };
5419
5453
 
5420
- const _excluded$2r = ["color", "size"];
5454
+ const _excluded$2s = ["color", "size"];
5421
5455
 
5422
5456
  const ArrowDropDown = props => {
5423
5457
  const {
5424
5458
  color,
5425
5459
  size
5426
5460
  } = props,
5427
- otherProps = _objectWithoutProperties(props, _excluded$2r);
5461
+ otherProps = _objectWithoutProperties(props, _excluded$2s);
5428
5462
 
5429
5463
  return /*#__PURE__*/React.createElement("svg", _extends({
5430
5464
  width: size,
@@ -5448,14 +5482,14 @@ ArrowDropDown.defaultProps = {
5448
5482
  size: '24'
5449
5483
  };
5450
5484
 
5451
- const _excluded$2s = ["color", "size"];
5485
+ const _excluded$2t = ["color", "size"];
5452
5486
 
5453
5487
  const ArrowDropUp = props => {
5454
5488
  const {
5455
5489
  color,
5456
5490
  size
5457
5491
  } = props,
5458
- otherProps = _objectWithoutProperties(props, _excluded$2s);
5492
+ otherProps = _objectWithoutProperties(props, _excluded$2t);
5459
5493
 
5460
5494
  return /*#__PURE__*/React.createElement("svg", _extends({
5461
5495
  width: size,
@@ -5479,14 +5513,14 @@ ArrowDropUp.defaultProps = {
5479
5513
  size: '24'
5480
5514
  };
5481
5515
 
5482
- const _excluded$2t = ["color", "size"];
5516
+ const _excluded$2u = ["color", "size"];
5483
5517
 
5484
5518
  const SolidArrowUnsorted = props => {
5485
5519
  const {
5486
5520
  color,
5487
5521
  size
5488
5522
  } = props,
5489
- otherProps = _objectWithoutProperties(props, _excluded$2t);
5523
+ otherProps = _objectWithoutProperties(props, _excluded$2u);
5490
5524
 
5491
5525
  return /*#__PURE__*/React.createElement("svg", _extends({
5492
5526
  width: size,
@@ -5513,14 +5547,14 @@ SolidArrowUnsorted.defaultProps = {
5513
5547
  size: '24'
5514
5548
  };
5515
5549
 
5516
- const _excluded$2u = ["color", "size"];
5550
+ const _excluded$2v = ["color", "size"];
5517
5551
 
5518
5552
  const DefaultReply = props => {
5519
5553
  const {
5520
5554
  color,
5521
5555
  size
5522
5556
  } = props,
5523
- otherProps = _objectWithoutProperties(props, _excluded$2u);
5557
+ otherProps = _objectWithoutProperties(props, _excluded$2v);
5524
5558
 
5525
5559
  return /*#__PURE__*/React.createElement("svg", _extends({
5526
5560
  width: size,
@@ -5544,14 +5578,14 @@ DefaultReply.defaultProps = {
5544
5578
  size: '24'
5545
5579
  };
5546
5580
 
5547
- const _excluded$2v = ["color", "size"];
5581
+ const _excluded$2w = ["color", "size"];
5548
5582
 
5549
5583
  const Fullscreen = props => {
5550
5584
  const {
5551
5585
  color,
5552
5586
  size
5553
5587
  } = props,
5554
- otherProps = _objectWithoutProperties(props, _excluded$2v);
5588
+ otherProps = _objectWithoutProperties(props, _excluded$2w);
5555
5589
 
5556
5590
  return /*#__PURE__*/React.createElement("svg", _extends({
5557
5591
  width: size,
@@ -5575,14 +5609,14 @@ Fullscreen.defaultProps = {
5575
5609
  size: '24'
5576
5610
  };
5577
5611
 
5578
- const _excluded$2w = ["color", "size"];
5612
+ const _excluded$2x = ["color", "size"];
5579
5613
 
5580
5614
  const ArrowDrag = props => {
5581
5615
  const {
5582
5616
  color,
5583
5617
  size
5584
5618
  } = props,
5585
- otherProps = _objectWithoutProperties(props, _excluded$2w);
5619
+ otherProps = _objectWithoutProperties(props, _excluded$2x);
5586
5620
 
5587
5621
  return /*#__PURE__*/React.createElement("svg", _extends({
5588
5622
  width: size,
@@ -5606,14 +5640,14 @@ ArrowDrag.defaultProps = {
5606
5640
  size: '24'
5607
5641
  };
5608
5642
 
5609
- const _excluded$2x = ["color", "size"];
5643
+ const _excluded$2y = ["color", "size"];
5610
5644
 
5611
5645
  const Sort = props => {
5612
5646
  const {
5613
5647
  color,
5614
5648
  size
5615
5649
  } = props,
5616
- otherProps = _objectWithoutProperties(props, _excluded$2x);
5650
+ otherProps = _objectWithoutProperties(props, _excluded$2y);
5617
5651
 
5618
5652
  return /*#__PURE__*/React.createElement("svg", _extends({
5619
5653
  width: size,
@@ -5637,14 +5671,14 @@ Sort.defaultProps = {
5637
5671
  size: '24'
5638
5672
  };
5639
5673
 
5640
- const _excluded$2y = ["color", "size"];
5674
+ const _excluded$2z = ["color", "size"];
5641
5675
 
5642
5676
  const ExitFullscreen = props => {
5643
5677
  const {
5644
5678
  color,
5645
5679
  size
5646
5680
  } = props,
5647
- otherProps = _objectWithoutProperties(props, _excluded$2y);
5681
+ otherProps = _objectWithoutProperties(props, _excluded$2z);
5648
5682
 
5649
5683
  return /*#__PURE__*/React.createElement("svg", _extends({
5650
5684
  width: size,
@@ -5668,14 +5702,14 @@ ExitFullscreen.defaultProps = {
5668
5702
  size: '24'
5669
5703
  };
5670
5704
 
5671
- const _excluded$2z = ["color", "size"];
5705
+ const _excluded$2A = ["color", "size"];
5672
5706
 
5673
5707
  const DragConnector = props => {
5674
5708
  const {
5675
5709
  color,
5676
5710
  size
5677
5711
  } = props,
5678
- otherProps = _objectWithoutProperties(props, _excluded$2z);
5712
+ otherProps = _objectWithoutProperties(props, _excluded$2A);
5679
5713
 
5680
5714
  return /*#__PURE__*/React.createElement("svg", _extends({
5681
5715
  width: size,
@@ -5705,14 +5739,14 @@ DragConnector.defaultProps = {
5705
5739
  size: '24'
5706
5740
  };
5707
5741
 
5708
- const _excluded$2A = ["color", "size"];
5742
+ const _excluded$2B = ["color", "size"];
5709
5743
 
5710
5744
  const ArrowLeft = props => {
5711
5745
  const {
5712
5746
  color,
5713
5747
  size
5714
5748
  } = props,
5715
- otherProps = _objectWithoutProperties(props, _excluded$2A);
5749
+ otherProps = _objectWithoutProperties(props, _excluded$2B);
5716
5750
 
5717
5751
  return /*#__PURE__*/React.createElement("svg", _extends({
5718
5752
  width: size,
@@ -5736,14 +5770,14 @@ ArrowLeft.defaultProps = {
5736
5770
  size: '24'
5737
5771
  };
5738
5772
 
5739
- const _excluded$2B = ["color", "size"];
5773
+ const _excluded$2C = ["color", "size"];
5740
5774
 
5741
5775
  const ArrowRight = props => {
5742
5776
  const {
5743
5777
  color,
5744
5778
  size
5745
5779
  } = props,
5746
- otherProps = _objectWithoutProperties(props, _excluded$2B);
5780
+ otherProps = _objectWithoutProperties(props, _excluded$2C);
5747
5781
 
5748
5782
  return /*#__PURE__*/React.createElement("svg", _extends({
5749
5783
  width: size,
@@ -5767,14 +5801,14 @@ ArrowRight.defaultProps = {
5767
5801
  size: '24'
5768
5802
  };
5769
5803
 
5770
- const _excluded$2C = ["color", "size"];
5804
+ const _excluded$2D = ["color", "size"];
5771
5805
 
5772
5806
  const ArrowDown = props => {
5773
5807
  const {
5774
5808
  color,
5775
5809
  size
5776
5810
  } = props,
5777
- otherProps = _objectWithoutProperties(props, _excluded$2C);
5811
+ otherProps = _objectWithoutProperties(props, _excluded$2D);
5778
5812
 
5779
5813
  return /*#__PURE__*/React.createElement("svg", _extends({
5780
5814
  width: size,
@@ -5798,14 +5832,14 @@ ArrowDown.defaultProps = {
5798
5832
  size: '24'
5799
5833
  };
5800
5834
 
5801
- const _excluded$2D = ["color", "size"];
5835
+ const _excluded$2E = ["color", "size"];
5802
5836
 
5803
5837
  const ArrowUp = props => {
5804
5838
  const {
5805
5839
  color,
5806
5840
  size
5807
5841
  } = props,
5808
- otherProps = _objectWithoutProperties(props, _excluded$2D);
5842
+ otherProps = _objectWithoutProperties(props, _excluded$2E);
5809
5843
 
5810
5844
  return /*#__PURE__*/React.createElement("svg", _extends({
5811
5845
  width: size,
@@ -5829,14 +5863,14 @@ ArrowUp.defaultProps = {
5829
5863
  size: '24'
5830
5864
  };
5831
5865
 
5832
- const _excluded$2E = ["color", "size"];
5866
+ const _excluded$2F = ["color", "size"];
5833
5867
 
5834
5868
  const ChevronLeft = props => {
5835
5869
  const {
5836
5870
  color,
5837
5871
  size
5838
5872
  } = props,
5839
- otherProps = _objectWithoutProperties(props, _excluded$2E);
5873
+ otherProps = _objectWithoutProperties(props, _excluded$2F);
5840
5874
 
5841
5875
  return /*#__PURE__*/React.createElement("svg", _extends({
5842
5876
  width: size,
@@ -5860,14 +5894,14 @@ ChevronLeft.defaultProps = {
5860
5894
  size: '24'
5861
5895
  };
5862
5896
 
5863
- const _excluded$2F = ["color", "size"];
5897
+ const _excluded$2G = ["color", "size"];
5864
5898
 
5865
5899
  const ChevronRight = props => {
5866
5900
  const {
5867
5901
  color,
5868
5902
  size
5869
5903
  } = props,
5870
- otherProps = _objectWithoutProperties(props, _excluded$2F);
5904
+ otherProps = _objectWithoutProperties(props, _excluded$2G);
5871
5905
 
5872
5906
  return /*#__PURE__*/React.createElement("svg", _extends({
5873
5907
  width: size,
@@ -5891,14 +5925,14 @@ ChevronRight.defaultProps = {
5891
5925
  size: '24'
5892
5926
  };
5893
5927
 
5894
- const _excluded$2G = ["color", "size"];
5928
+ const _excluded$2H = ["color", "size"];
5895
5929
 
5896
5930
  const ChevronDown = props => {
5897
5931
  const {
5898
5932
  color,
5899
5933
  size
5900
5934
  } = props,
5901
- otherProps = _objectWithoutProperties(props, _excluded$2G);
5935
+ otherProps = _objectWithoutProperties(props, _excluded$2H);
5902
5936
 
5903
5937
  return /*#__PURE__*/React.createElement("svg", _extends({
5904
5938
  width: size,
@@ -5922,14 +5956,14 @@ ChevronDown.defaultProps = {
5922
5956
  size: '24'
5923
5957
  };
5924
5958
 
5925
- const _excluded$2H = ["color", "size"];
5959
+ const _excluded$2I = ["color", "size"];
5926
5960
 
5927
5961
  const ChevronUp = props => {
5928
5962
  const {
5929
5963
  color,
5930
5964
  size
5931
5965
  } = props,
5932
- otherProps = _objectWithoutProperties(props, _excluded$2H);
5966
+ otherProps = _objectWithoutProperties(props, _excluded$2I);
5933
5967
 
5934
5968
  return /*#__PURE__*/React.createElement("svg", _extends({
5935
5969
  width: size,
@@ -5953,14 +5987,14 @@ ChevronUp.defaultProps = {
5953
5987
  size: '24'
5954
5988
  };
5955
5989
 
5956
- const _excluded$2I = ["color", "size"];
5990
+ const _excluded$2J = ["color", "size"];
5957
5991
 
5958
5992
  const DoubleChevrotBack = props => {
5959
5993
  const {
5960
5994
  color,
5961
5995
  size
5962
5996
  } = props,
5963
- otherProps = _objectWithoutProperties(props, _excluded$2I);
5997
+ otherProps = _objectWithoutProperties(props, _excluded$2J);
5964
5998
 
5965
5999
  return /*#__PURE__*/React.createElement("svg", _extends({
5966
6000
  width: size,
@@ -5984,14 +6018,14 @@ DoubleChevrotBack.defaultProps = {
5984
6018
  size: '24'
5985
6019
  };
5986
6020
 
5987
- const _excluded$2J = ["color", "size"];
6021
+ const _excluded$2K = ["color", "size"];
5988
6022
 
5989
6023
  const DoubleChevrotForward = props => {
5990
6024
  const {
5991
6025
  color,
5992
6026
  size
5993
6027
  } = props,
5994
- otherProps = _objectWithoutProperties(props, _excluded$2J);
6028
+ otherProps = _objectWithoutProperties(props, _excluded$2K);
5995
6029
 
5996
6030
  return /*#__PURE__*/React.createElement("svg", _extends({
5997
6031
  width: size,
@@ -6015,14 +6049,14 @@ DoubleChevrotForward.defaultProps = {
6015
6049
  size: '24'
6016
6050
  };
6017
6051
 
6018
- const _excluded$2K = ["color", "size"];
6052
+ const _excluded$2L = ["color", "size"];
6019
6053
 
6020
6054
  const DoubleChevrotExpand = props => {
6021
6055
  const {
6022
6056
  color,
6023
6057
  size
6024
6058
  } = props,
6025
- otherProps = _objectWithoutProperties(props, _excluded$2K);
6059
+ otherProps = _objectWithoutProperties(props, _excluded$2L);
6026
6060
 
6027
6061
  return /*#__PURE__*/React.createElement("svg", _extends({
6028
6062
  width: size,
@@ -6046,14 +6080,14 @@ DoubleChevrotExpand.defaultProps = {
6046
6080
  size: '24'
6047
6081
  };
6048
6082
 
6049
- const _excluded$2L = ["color", "size"];
6083
+ const _excluded$2M = ["color", "size"];
6050
6084
 
6051
6085
  const DoubleChevrotCollapse = props => {
6052
6086
  const {
6053
6087
  color,
6054
6088
  size
6055
6089
  } = props,
6056
- otherProps = _objectWithoutProperties(props, _excluded$2L);
6090
+ otherProps = _objectWithoutProperties(props, _excluded$2M);
6057
6091
 
6058
6092
  return /*#__PURE__*/React.createElement("svg", _extends({
6059
6093
  width: size,
@@ -6077,14 +6111,14 @@ DoubleChevrotCollapse.defaultProps = {
6077
6111
  size: '24'
6078
6112
  };
6079
6113
 
6080
- const _excluded$2M = ["color", "size"];
6114
+ const _excluded$2N = ["color", "size"];
6081
6115
 
6082
6116
  const Id = props => {
6083
6117
  const {
6084
6118
  color,
6085
6119
  size
6086
6120
  } = props,
6087
- otherProps = _objectWithoutProperties(props, _excluded$2M);
6121
+ otherProps = _objectWithoutProperties(props, _excluded$2N);
6088
6122
 
6089
6123
  return /*#__PURE__*/React.createElement("svg", _extends({
6090
6124
  width: size,
@@ -6108,14 +6142,14 @@ Id.defaultProps = {
6108
6142
  size: '24'
6109
6143
  };
6110
6144
 
6111
- const _excluded$2N = ["color", "size"];
6145
+ const _excluded$2O = ["color", "size"];
6112
6146
 
6113
6147
  const Calendar = props => {
6114
6148
  const {
6115
6149
  color,
6116
6150
  size
6117
6151
  } = props,
6118
- otherProps = _objectWithoutProperties(props, _excluded$2N);
6152
+ otherProps = _objectWithoutProperties(props, _excluded$2O);
6119
6153
 
6120
6154
  return /*#__PURE__*/React.createElement("svg", _extends({
6121
6155
  width: size,
@@ -6139,14 +6173,14 @@ Calendar.defaultProps = {
6139
6173
  size: '24'
6140
6174
  };
6141
6175
 
6142
- const _excluded$2O = ["color", "size"];
6176
+ const _excluded$2P = ["color", "size"];
6143
6177
 
6144
6178
  const GtBar = props => {
6145
6179
  const {
6146
6180
  color,
6147
6181
  size
6148
6182
  } = props,
6149
- otherProps = _objectWithoutProperties(props, _excluded$2O);
6183
+ otherProps = _objectWithoutProperties(props, _excluded$2P);
6150
6184
 
6151
6185
  return /*#__PURE__*/React.createElement("svg", _extends({
6152
6186
  width: size,
@@ -6170,14 +6204,14 @@ GtBar.defaultProps = {
6170
6204
  size: '24'
6171
6205
  };
6172
6206
 
6173
- const _excluded$2P = ["color", "size"];
6207
+ const _excluded$2Q = ["color", "size"];
6174
6208
 
6175
6209
  const GtSlideIn = props => {
6176
6210
  const {
6177
6211
  color,
6178
6212
  size
6179
6213
  } = props,
6180
- otherProps = _objectWithoutProperties(props, _excluded$2P);
6214
+ otherProps = _objectWithoutProperties(props, _excluded$2Q);
6181
6215
 
6182
6216
  return /*#__PURE__*/React.createElement("svg", _extends({
6183
6217
  width: size,
@@ -6201,14 +6235,14 @@ GtSlideIn.defaultProps = {
6201
6235
  size: '24'
6202
6236
  };
6203
6237
 
6204
- const _excluded$2Q = ["color", "size"];
6238
+ const _excluded$2R = ["color", "size"];
6205
6239
 
6206
6240
  const GtPageTakeover = props => {
6207
6241
  const {
6208
6242
  color,
6209
6243
  size
6210
6244
  } = props,
6211
- otherProps = _objectWithoutProperties(props, _excluded$2Q);
6245
+ otherProps = _objectWithoutProperties(props, _excluded$2R);
6212
6246
 
6213
6247
  return /*#__PURE__*/React.createElement("svg", _extends({
6214
6248
  width: size,
@@ -6232,14 +6266,14 @@ GtPageTakeover.defaultProps = {
6232
6266
  size: '24'
6233
6267
  };
6234
6268
 
6235
- const _excluded$2R = ["color", "size"];
6269
+ const _excluded$2S = ["color", "size"];
6236
6270
 
6237
6271
  const BuilderCard = props => {
6238
6272
  const {
6239
6273
  color,
6240
6274
  size
6241
6275
  } = props,
6242
- otherProps = _objectWithoutProperties(props, _excluded$2R);
6276
+ otherProps = _objectWithoutProperties(props, _excluded$2S);
6243
6277
 
6244
6278
  return /*#__PURE__*/React.createElement("svg", _extends({
6245
6279
  width: size,
@@ -6263,14 +6297,14 @@ BuilderCard.defaultProps = {
6263
6297
  size: '24'
6264
6298
  };
6265
6299
 
6266
- const _excluded$2S = ["color", "size"];
6300
+ const _excluded$2T = ["color", "size"];
6267
6301
 
6268
6302
  const BuilderGallery = props => {
6269
6303
  const {
6270
6304
  color,
6271
6305
  size
6272
6306
  } = props,
6273
- otherProps = _objectWithoutProperties(props, _excluded$2S);
6307
+ otherProps = _objectWithoutProperties(props, _excluded$2T);
6274
6308
 
6275
6309
  return /*#__PURE__*/React.createElement("svg", _extends({
6276
6310
  width: size,
@@ -6294,14 +6328,14 @@ BuilderGallery.defaultProps = {
6294
6328
  size: '24'
6295
6329
  };
6296
6330
 
6297
- const _excluded$2T = ["color", "size"];
6331
+ const _excluded$2U = ["color", "size"];
6298
6332
 
6299
6333
  const BuilderList = props => {
6300
6334
  const {
6301
6335
  color,
6302
6336
  size
6303
6337
  } = props,
6304
- otherProps = _objectWithoutProperties(props, _excluded$2T);
6338
+ otherProps = _objectWithoutProperties(props, _excluded$2U);
6305
6339
 
6306
6340
  return /*#__PURE__*/React.createElement("svg", _extends({
6307
6341
  width: size,
@@ -6326,14 +6360,14 @@ BuilderList.defaultProps = {
6326
6360
  size: '24'
6327
6361
  };
6328
6362
 
6329
- const _excluded$2U = ["color", "size"];
6363
+ const _excluded$2V = ["color", "size"];
6330
6364
 
6331
6365
  const GtModal = props => {
6332
6366
  const {
6333
6367
  color,
6334
6368
  size
6335
6369
  } = props,
6336
- otherProps = _objectWithoutProperties(props, _excluded$2U);
6370
+ otherProps = _objectWithoutProperties(props, _excluded$2V);
6337
6371
 
6338
6372
  return /*#__PURE__*/React.createElement("svg", _extends({
6339
6373
  width: size,
@@ -6357,14 +6391,14 @@ GtModal.defaultProps = {
6357
6391
  size: '24'
6358
6392
  };
6359
6393
 
6360
- const _excluded$2V = ["color", "size"];
6394
+ const _excluded$2W = ["color", "size"];
6361
6395
 
6362
6396
  const GtButton = props => {
6363
6397
  const {
6364
6398
  color,
6365
6399
  size
6366
6400
  } = props,
6367
- otherProps = _objectWithoutProperties(props, _excluded$2V);
6401
+ otherProps = _objectWithoutProperties(props, _excluded$2W);
6368
6402
 
6369
6403
  return /*#__PURE__*/React.createElement("svg", _extends({
6370
6404
  width: size,
@@ -6388,14 +6422,14 @@ GtButton.defaultProps = {
6388
6422
  size: '24'
6389
6423
  };
6390
6424
 
6391
- const _excluded$2W = ["color", "size"];
6425
+ const _excluded$2X = ["color", "size"];
6392
6426
 
6393
6427
  const BuilderInput = props => {
6394
6428
  const {
6395
6429
  color,
6396
6430
  size
6397
6431
  } = props,
6398
- otherProps = _objectWithoutProperties(props, _excluded$2W);
6432
+ otherProps = _objectWithoutProperties(props, _excluded$2X);
6399
6433
 
6400
6434
  return /*#__PURE__*/React.createElement("svg", _extends({
6401
6435
  width: size,
@@ -6419,14 +6453,14 @@ BuilderInput.defaultProps = {
6419
6453
  size: '24'
6420
6454
  };
6421
6455
 
6422
- const _excluded$2X = ["color", "size"];
6456
+ const _excluded$2Y = ["color", "size"];
6423
6457
 
6424
6458
  const Keyboard = props => {
6425
6459
  const {
6426
6460
  color,
6427
6461
  size
6428
6462
  } = props,
6429
- otherProps = _objectWithoutProperties(props, _excluded$2X);
6463
+ otherProps = _objectWithoutProperties(props, _excluded$2Y);
6430
6464
 
6431
6465
  return /*#__PURE__*/React.createElement("svg", _extends({
6432
6466
  width: size,
@@ -6450,14 +6484,14 @@ Keyboard.defaultProps = {
6450
6484
  size: '24'
6451
6485
  };
6452
6486
 
6453
- const _excluded$2Y = ["color", "size"];
6487
+ const _excluded$2Z = ["color", "size"];
6454
6488
 
6455
6489
  const GtBox = props => {
6456
6490
  const {
6457
6491
  color,
6458
6492
  size
6459
6493
  } = props,
6460
- otherProps = _objectWithoutProperties(props, _excluded$2Y);
6494
+ otherProps = _objectWithoutProperties(props, _excluded$2Z);
6461
6495
 
6462
6496
  return /*#__PURE__*/React.createElement("svg", _extends({
6463
6497
  width: size,
@@ -6481,14 +6515,14 @@ GtBox.defaultProps = {
6481
6515
  size: '24'
6482
6516
  };
6483
6517
 
6484
- const _excluded$2Z = ["color", "size"];
6518
+ const _excluded$2_ = ["color", "size"];
6485
6519
 
6486
6520
  const SponsoredMessages = props => {
6487
6521
  const {
6488
6522
  color,
6489
6523
  size
6490
6524
  } = props,
6491
- otherProps = _objectWithoutProperties(props, _excluded$2Z);
6525
+ otherProps = _objectWithoutProperties(props, _excluded$2_);
6492
6526
 
6493
6527
  return /*#__PURE__*/React.createElement("svg", _extends({
6494
6528
  width: size,
@@ -6512,14 +6546,14 @@ SponsoredMessages.defaultProps = {
6512
6546
  size: '24'
6513
6547
  };
6514
6548
 
6515
- const _excluded$2_ = ["color", "size"];
6549
+ const _excluded$2$ = ["color", "size"];
6516
6550
 
6517
6551
  const GoToFlow = props => {
6518
6552
  const {
6519
6553
  color,
6520
6554
  size
6521
6555
  } = props,
6522
- otherProps = _objectWithoutProperties(props, _excluded$2_);
6556
+ otherProps = _objectWithoutProperties(props, _excluded$2$);
6523
6557
 
6524
6558
  return /*#__PURE__*/React.createElement("svg", _extends({
6525
6559
  width: size,
@@ -6543,14 +6577,14 @@ GoToFlow.defaultProps = {
6543
6577
  size: '24'
6544
6578
  };
6545
6579
 
6546
- const _excluded$2$ = ["color", "size"];
6580
+ const _excluded$30 = ["color", "size"];
6547
6581
 
6548
6582
  const NodeAdd = props => {
6549
6583
  const {
6550
6584
  color,
6551
6585
  size
6552
6586
  } = props,
6553
- otherProps = _objectWithoutProperties(props, _excluded$2$);
6587
+ otherProps = _objectWithoutProperties(props, _excluded$30);
6554
6588
 
6555
6589
  return /*#__PURE__*/React.createElement("svg", _extends({
6556
6590
  width: size,
@@ -6574,14 +6608,14 @@ NodeAdd.defaultProps = {
6574
6608
  size: '24'
6575
6609
  };
6576
6610
 
6577
- const _excluded$30 = ["color", "size"];
6611
+ const _excluded$31 = ["color", "size"];
6578
6612
 
6579
6613
  const Image = props => {
6580
6614
  const {
6581
6615
  color,
6582
6616
  size
6583
6617
  } = props,
6584
- otherProps = _objectWithoutProperties(props, _excluded$30);
6618
+ otherProps = _objectWithoutProperties(props, _excluded$31);
6585
6619
 
6586
6620
  return /*#__PURE__*/React.createElement("svg", _extends({
6587
6621
  width: size,
@@ -6605,14 +6639,14 @@ Image.defaultProps = {
6605
6639
  size: '24'
6606
6640
  };
6607
6641
 
6608
- const _excluded$31 = ["color", "size"];
6642
+ const _excluded$32 = ["color", "size"];
6609
6643
 
6610
6644
  const TemplateTextMedia = props => {
6611
6645
  const {
6612
6646
  color,
6613
6647
  size
6614
6648
  } = props,
6615
- otherProps = _objectWithoutProperties(props, _excluded$31);
6649
+ otherProps = _objectWithoutProperties(props, _excluded$32);
6616
6650
 
6617
6651
  return /*#__PURE__*/React.createElement("svg", _extends({
6618
6652
  width: size,
@@ -6644,14 +6678,14 @@ TemplateTextMedia.defaultProps = {
6644
6678
  size: '24'
6645
6679
  };
6646
6680
 
6647
- const _excluded$32 = ["color", "size"];
6681
+ const _excluded$33 = ["color", "size"];
6648
6682
 
6649
6683
  const TemplateMediaBg = props => {
6650
6684
  const {
6651
6685
  color,
6652
6686
  size
6653
6687
  } = props,
6654
- otherProps = _objectWithoutProperties(props, _excluded$32);
6688
+ otherProps = _objectWithoutProperties(props, _excluded$33);
6655
6689
 
6656
6690
  return /*#__PURE__*/React.createElement("svg", _extends({
6657
6691
  width: size,
@@ -6675,14 +6709,14 @@ TemplateMediaBg.defaultProps = {
6675
6709
  size: '24'
6676
6710
  };
6677
6711
 
6678
- const _excluded$33 = ["color", "size"];
6712
+ const _excluded$34 = ["color", "size"];
6679
6713
 
6680
6714
  const Audio = props => {
6681
6715
  const {
6682
6716
  color,
6683
6717
  size
6684
6718
  } = props,
6685
- otherProps = _objectWithoutProperties(props, _excluded$33);
6719
+ otherProps = _objectWithoutProperties(props, _excluded$34);
6686
6720
 
6687
6721
  return /*#__PURE__*/React.createElement("svg", _extends({
6688
6722
  width: size,
@@ -6706,14 +6740,14 @@ Audio.defaultProps = {
6706
6740
  size: '24'
6707
6741
  };
6708
6742
 
6709
- const _excluded$34 = ["color", "size"];
6743
+ const _excluded$35 = ["color", "size"];
6710
6744
 
6711
6745
  const Video = props => {
6712
6746
  const {
6713
6747
  color,
6714
6748
  size
6715
6749
  } = props,
6716
- otherProps = _objectWithoutProperties(props, _excluded$34);
6750
+ otherProps = _objectWithoutProperties(props, _excluded$35);
6717
6751
 
6718
6752
  return /*#__PURE__*/React.createElement("svg", _extends({
6719
6753
  width: size,
@@ -6737,14 +6771,14 @@ Video.defaultProps = {
6737
6771
  size: '24'
6738
6772
  };
6739
6773
 
6740
- const _excluded$35 = ["color", "size"];
6774
+ const _excluded$36 = ["color", "size"];
6741
6775
 
6742
6776
  const GrowthTools = props => {
6743
6777
  const {
6744
6778
  color,
6745
6779
  size
6746
6780
  } = props,
6747
- otherProps = _objectWithoutProperties(props, _excluded$35);
6781
+ otherProps = _objectWithoutProperties(props, _excluded$36);
6748
6782
 
6749
6783
  return /*#__PURE__*/React.createElement("svg", _extends({
6750
6784
  width: size,
@@ -6769,14 +6803,14 @@ GrowthTools.defaultProps = {
6769
6803
  size: '24'
6770
6804
  };
6771
6805
 
6772
- const _excluded$36 = ["color", "size"];
6806
+ const _excluded$37 = ["color", "size"];
6773
6807
 
6774
6808
  const TriggerNewSubscriber = props => {
6775
6809
  const {
6776
6810
  color,
6777
6811
  size
6778
6812
  } = props,
6779
- otherProps = _objectWithoutProperties(props, _excluded$36);
6813
+ otherProps = _objectWithoutProperties(props, _excluded$37);
6780
6814
 
6781
6815
  return /*#__PURE__*/React.createElement("svg", _extends({
6782
6816
  width: size,
@@ -6802,14 +6836,14 @@ TriggerNewSubscriber.defaultProps = {
6802
6836
  size: '24'
6803
6837
  };
6804
6838
 
6805
- const _excluded$37 = ["color", "size"];
6839
+ const _excluded$38 = ["color", "size"];
6806
6840
 
6807
6841
  const Templates = props => {
6808
6842
  const {
6809
6843
  color,
6810
6844
  size
6811
6845
  } = props,
6812
- otherProps = _objectWithoutProperties(props, _excluded$37);
6846
+ otherProps = _objectWithoutProperties(props, _excluded$38);
6813
6847
 
6814
6848
  return /*#__PURE__*/React.createElement("svg", _extends({
6815
6849
  width: size,
@@ -6856,14 +6890,14 @@ Templates.defaultProps = {
6856
6890
  size: '24'
6857
6891
  };
6858
6892
 
6859
- const _excluded$38 = ["color", "size"];
6893
+ const _excluded$39 = ["color", "size"];
6860
6894
 
6861
6895
  const TriggerFbComments = props => {
6862
6896
  const {
6863
6897
  color,
6864
6898
  size
6865
6899
  } = props,
6866
- otherProps = _objectWithoutProperties(props, _excluded$38);
6900
+ otherProps = _objectWithoutProperties(props, _excluded$39);
6867
6901
 
6868
6902
  return /*#__PURE__*/React.createElement("svg", _extends({
6869
6903
  width: size,
@@ -6890,14 +6924,14 @@ TriggerFbComments.defaultProps = {
6890
6924
  size: '24'
6891
6925
  };
6892
6926
 
6893
- const _excluded$39 = ["color", "size"];
6927
+ const _excluded$3a = ["color", "size"];
6894
6928
 
6895
6929
  const TriggerFbAds = props => {
6896
6930
  const {
6897
6931
  color,
6898
6932
  size
6899
6933
  } = props,
6900
- otherProps = _objectWithoutProperties(props, _excluded$39);
6934
+ otherProps = _objectWithoutProperties(props, _excluded$3a);
6901
6935
 
6902
6936
  return /*#__PURE__*/React.createElement("svg", _extends({
6903
6937
  width: size,
@@ -6924,14 +6958,14 @@ TriggerFbAds.defaultProps = {
6924
6958
  size: '24'
6925
6959
  };
6926
6960
 
6927
- const _excluded$3a = ["color", "size"];
6961
+ const _excluded$3b = ["color", "size"];
6928
6962
 
6929
6963
  const TriggerFbComments20 = props => {
6930
6964
  const {
6931
6965
  color,
6932
6966
  size
6933
6967
  } = props,
6934
- otherProps = _objectWithoutProperties(props, _excluded$3a);
6968
+ otherProps = _objectWithoutProperties(props, _excluded$3b);
6935
6969
 
6936
6970
  return /*#__PURE__*/React.createElement("svg", _extends({
6937
6971
  width: size,
@@ -6957,14 +6991,14 @@ TriggerFbComments20.defaultProps = {
6957
6991
  size: '24'
6958
6992
  };
6959
6993
 
6960
- const _excluded$3b = ["color", "size"];
6994
+ const _excluded$3c = ["color", "size"];
6961
6995
 
6962
6996
  const InstagramChannel2 = props => {
6963
6997
  const {
6964
6998
  color,
6965
6999
  size
6966
7000
  } = props,
6967
- otherProps = _objectWithoutProperties(props, _excluded$3b);
7001
+ otherProps = _objectWithoutProperties(props, _excluded$3c);
6968
7002
 
6969
7003
  return /*#__PURE__*/React.createElement("svg", _extends({
6970
7004
  width: size,
@@ -7000,14 +7034,14 @@ InstagramChannel2.defaultProps = {
7000
7034
  size: '24'
7001
7035
  };
7002
7036
 
7003
- const _excluded$3c = ["color", "size"];
7037
+ const _excluded$3d = ["color", "size"];
7004
7038
 
7005
7039
  const WhatsAppWidget = props => {
7006
7040
  const {
7007
7041
  color,
7008
7042
  size
7009
7043
  } = props,
7010
- otherProps = _objectWithoutProperties(props, _excluded$3c);
7044
+ otherProps = _objectWithoutProperties(props, _excluded$3d);
7011
7045
 
7012
7046
  return /*#__PURE__*/React.createElement("svg", _extends({
7013
7047
  width: size,
@@ -7033,14 +7067,14 @@ WhatsAppWidget.defaultProps = {
7033
7067
  size: '24'
7034
7068
  };
7035
7069
 
7036
- const _excluded$3d = ["color", "size"];
7070
+ const _excluded$3e = ["color", "size"];
7037
7071
 
7038
7072
  const Home = props => {
7039
7073
  const {
7040
7074
  color,
7041
7075
  size
7042
7076
  } = props,
7043
- otherProps = _objectWithoutProperties(props, _excluded$3d);
7077
+ otherProps = _objectWithoutProperties(props, _excluded$3e);
7044
7078
 
7045
7079
  return /*#__PURE__*/React.createElement("svg", _extends({
7046
7080
  width: size,
@@ -7065,14 +7099,14 @@ Home.defaultProps = {
7065
7099
  size: '24'
7066
7100
  };
7067
7101
 
7068
- const _excluded$3e = ["color", "size"];
7102
+ const _excluded$3f = ["color", "size"];
7069
7103
 
7070
7104
  const CreditCard = props => {
7071
7105
  const {
7072
7106
  color,
7073
7107
  size
7074
7108
  } = props,
7075
- otherProps = _objectWithoutProperties(props, _excluded$3e);
7109
+ otherProps = _objectWithoutProperties(props, _excluded$3f);
7076
7110
 
7077
7111
  return /*#__PURE__*/React.createElement("svg", _extends({
7078
7112
  width: size,
@@ -7096,14 +7130,14 @@ CreditCard.defaultProps = {
7096
7130
  size: '24'
7097
7131
  };
7098
7132
 
7099
- const _excluded$3f = ["color", "size"];
7133
+ const _excluded$3g = ["color", "size"];
7100
7134
 
7101
7135
  const OtnRequest = props => {
7102
7136
  const {
7103
7137
  color,
7104
7138
  size
7105
7139
  } = props,
7106
- otherProps = _objectWithoutProperties(props, _excluded$3f);
7140
+ otherProps = _objectWithoutProperties(props, _excluded$3g);
7107
7141
 
7108
7142
  return /*#__PURE__*/React.createElement("svg", _extends({
7109
7143
  width: size,
@@ -7135,14 +7169,14 @@ OtnRequest.defaultProps = {
7135
7169
  size: '24'
7136
7170
  };
7137
7171
 
7138
- const _excluded$3g = ["color", "size"];
7172
+ const _excluded$3h = ["color", "size"];
7139
7173
 
7140
7174
  const Data = props => {
7141
7175
  const {
7142
7176
  color,
7143
7177
  size
7144
7178
  } = props,
7145
- otherProps = _objectWithoutProperties(props, _excluded$3g);
7179
+ otherProps = _objectWithoutProperties(props, _excluded$3h);
7146
7180
 
7147
7181
  return /*#__PURE__*/React.createElement("svg", _extends({
7148
7182
  width: size,
@@ -7171,14 +7205,14 @@ Data.defaultProps = {
7171
7205
  size: '24'
7172
7206
  };
7173
7207
 
7174
- const _excluded$3h = ["color", "size"];
7208
+ const _excluded$3i = ["color", "size"];
7175
7209
 
7176
7210
  const Share = props => {
7177
7211
  const {
7178
7212
  color,
7179
7213
  size
7180
7214
  } = props,
7181
- otherProps = _objectWithoutProperties(props, _excluded$3h);
7215
+ otherProps = _objectWithoutProperties(props, _excluded$3i);
7182
7216
 
7183
7217
  return /*#__PURE__*/React.createElement("svg", _extends({
7184
7218
  width: size,
@@ -7202,14 +7236,14 @@ Share.defaultProps = {
7202
7236
  size: '24'
7203
7237
  };
7204
7238
 
7205
- const _excluded$3i = ["color", "size"];
7239
+ const _excluded$3j = ["color", "size"];
7206
7240
 
7207
7241
  const Sms = props => {
7208
7242
  const {
7209
7243
  color,
7210
7244
  size
7211
7245
  } = props,
7212
- otherProps = _objectWithoutProperties(props, _excluded$3i);
7246
+ otherProps = _objectWithoutProperties(props, _excluded$3j);
7213
7247
 
7214
7248
  return /*#__PURE__*/React.createElement("svg", _extends({
7215
7249
  width: size,
@@ -7235,14 +7269,14 @@ Sms.defaultProps = {
7235
7269
  size: '24'
7236
7270
  };
7237
7271
 
7238
- const _excluded$3j = ["color", "size"];
7272
+ const _excluded$3k = ["color", "size"];
7239
7273
 
7240
7274
  const Logout = props => {
7241
7275
  const {
7242
7276
  color,
7243
7277
  size
7244
7278
  } = props,
7245
- otherProps = _objectWithoutProperties(props, _excluded$3j);
7279
+ otherProps = _objectWithoutProperties(props, _excluded$3k);
7246
7280
 
7247
7281
  return /*#__PURE__*/React.createElement("svg", _extends({
7248
7282
  width: size,
@@ -7266,14 +7300,14 @@ Logout.defaultProps = {
7266
7300
  size: '24'
7267
7301
  };
7268
7302
 
7269
- const _excluded$3k = ["color", "size"];
7303
+ const _excluded$3l = ["color", "size"];
7270
7304
 
7271
7305
  const Archive = props => {
7272
7306
  const {
7273
7307
  color,
7274
7308
  size
7275
7309
  } = props,
7276
- otherProps = _objectWithoutProperties(props, _excluded$3k);
7310
+ otherProps = _objectWithoutProperties(props, _excluded$3l);
7277
7311
 
7278
7312
  return /*#__PURE__*/React.createElement("svg", _extends({
7279
7313
  width: size,
@@ -7297,14 +7331,14 @@ Archive.defaultProps = {
7297
7331
  size: '24'
7298
7332
  };
7299
7333
 
7300
- const _excluded$3l = ["color", "size"];
7334
+ const _excluded$3m = ["color", "size"];
7301
7335
 
7302
7336
  const CheckboxDone = props => {
7303
7337
  const {
7304
7338
  color,
7305
7339
  size
7306
7340
  } = props,
7307
- otherProps = _objectWithoutProperties(props, _excluded$3l);
7341
+ otherProps = _objectWithoutProperties(props, _excluded$3m);
7308
7342
 
7309
7343
  return /*#__PURE__*/React.createElement("svg", _extends({
7310
7344
  width: size,
@@ -7328,14 +7362,14 @@ CheckboxDone.defaultProps = {
7328
7362
  size: '24'
7329
7363
  };
7330
7364
 
7331
- const _excluded$3m = ["color", "size"];
7365
+ const _excluded$3n = ["color", "size"];
7332
7366
 
7333
7367
  const Inbox = props => {
7334
7368
  const {
7335
7369
  color,
7336
7370
  size
7337
7371
  } = props,
7338
- otherProps = _objectWithoutProperties(props, _excluded$3m);
7372
+ otherProps = _objectWithoutProperties(props, _excluded$3n);
7339
7373
 
7340
7374
  return /*#__PURE__*/React.createElement("svg", _extends({
7341
7375
  width: size,
@@ -7359,14 +7393,14 @@ Inbox.defaultProps = {
7359
7393
  size: '24'
7360
7394
  };
7361
7395
 
7362
- const _excluded$3n = ["color", "size"];
7396
+ const _excluded$3o = ["color", "size"];
7363
7397
 
7364
7398
  const CopyToAnotherFlow = props => {
7365
7399
  const {
7366
7400
  color,
7367
7401
  size
7368
7402
  } = props,
7369
- otherProps = _objectWithoutProperties(props, _excluded$3n);
7403
+ otherProps = _objectWithoutProperties(props, _excluded$3o);
7370
7404
 
7371
7405
  return /*#__PURE__*/React.createElement("svg", _extends({
7372
7406
  width: size,
@@ -7390,14 +7424,14 @@ CopyToAnotherFlow.defaultProps = {
7390
7424
  size: '24'
7391
7425
  };
7392
7426
 
7393
- const _excluded$3o = ["color", "size"];
7427
+ const _excluded$3p = ["color", "size"];
7394
7428
 
7395
7429
  const ConvertChannels = props => {
7396
7430
  const {
7397
7431
  color,
7398
7432
  size
7399
7433
  } = props,
7400
- otherProps = _objectWithoutProperties(props, _excluded$3o);
7434
+ otherProps = _objectWithoutProperties(props, _excluded$3p);
7401
7435
 
7402
7436
  return /*#__PURE__*/React.createElement("svg", _extends({
7403
7437
  width: size,
@@ -7421,14 +7455,14 @@ ConvertChannels.defaultProps = {
7421
7455
  size: '24'
7422
7456
  };
7423
7457
 
7424
- const _excluded$3p = ["color", "size"];
7458
+ const _excluded$3q = ["color", "size"];
7425
7459
 
7426
7460
  const Copy = props => {
7427
7461
  const {
7428
7462
  color,
7429
7463
  size
7430
7464
  } = props,
7431
- otherProps = _objectWithoutProperties(props, _excluded$3p);
7465
+ otherProps = _objectWithoutProperties(props, _excluded$3q);
7432
7466
 
7433
7467
  return /*#__PURE__*/React.createElement("svg", _extends({
7434
7468
  width: size,
@@ -7453,14 +7487,14 @@ Copy.defaultProps = {
7453
7487
  size: '24'
7454
7488
  };
7455
7489
 
7456
- const _excluded$3q = ["color", "size"];
7490
+ const _excluded$3r = ["color", "size"];
7457
7491
 
7458
7492
  const AdsAd = props => {
7459
7493
  const {
7460
7494
  color,
7461
7495
  size
7462
7496
  } = props,
7463
- otherProps = _objectWithoutProperties(props, _excluded$3q);
7497
+ otherProps = _objectWithoutProperties(props, _excluded$3r);
7464
7498
 
7465
7499
  return /*#__PURE__*/React.createElement("svg", _extends({
7466
7500
  width: size,
@@ -7484,14 +7518,14 @@ AdsAd.defaultProps = {
7484
7518
  size: '24'
7485
7519
  };
7486
7520
 
7487
- const _excluded$3r = ["color", "size"];
7521
+ const _excluded$3s = ["color", "size"];
7488
7522
 
7489
7523
  const Action = props => {
7490
7524
  const {
7491
7525
  color,
7492
7526
  size
7493
7527
  } = props,
7494
- otherProps = _objectWithoutProperties(props, _excluded$3r);
7528
+ otherProps = _objectWithoutProperties(props, _excluded$3s);
7495
7529
 
7496
7530
  return /*#__PURE__*/React.createElement("svg", _extends({
7497
7531
  width: size,
@@ -7515,14 +7549,14 @@ Action.defaultProps = {
7515
7549
  size: '24'
7516
7550
  };
7517
7551
 
7518
- const _excluded$3s = ["color", "size"];
7552
+ const _excluded$3t = ["color", "size"];
7519
7553
 
7520
7554
  const Ads = props => {
7521
7555
  const {
7522
7556
  color,
7523
7557
  size
7524
7558
  } = props,
7525
- otherProps = _objectWithoutProperties(props, _excluded$3s);
7559
+ otherProps = _objectWithoutProperties(props, _excluded$3t);
7526
7560
 
7527
7561
  return /*#__PURE__*/React.createElement("svg", _extends({
7528
7562
  width: size,
@@ -7546,14 +7580,14 @@ Ads.defaultProps = {
7546
7580
  size: '24'
7547
7581
  };
7548
7582
 
7549
- const _excluded$3t = ["color", "size"];
7583
+ const _excluded$3u = ["color", "size"];
7550
7584
 
7551
7585
  const ShowFlow = props => {
7552
7586
  const {
7553
7587
  color,
7554
7588
  size
7555
7589
  } = props,
7556
- otherProps = _objectWithoutProperties(props, _excluded$3t);
7590
+ otherProps = _objectWithoutProperties(props, _excluded$3u);
7557
7591
 
7558
7592
  return /*#__PURE__*/React.createElement("svg", _extends({
7559
7593
  width: size,
@@ -7579,14 +7613,14 @@ ShowFlow.defaultProps = {
7579
7613
  size: '24'
7580
7614
  };
7581
7615
 
7582
- const _excluded$3u = ["color", "size"];
7616
+ const _excluded$3v = ["color", "size"];
7583
7617
 
7584
7618
  const Unpin = props => {
7585
7619
  const {
7586
7620
  color,
7587
7621
  size
7588
7622
  } = props,
7589
- otherProps = _objectWithoutProperties(props, _excluded$3u);
7623
+ otherProps = _objectWithoutProperties(props, _excluded$3v);
7590
7624
 
7591
7625
  return /*#__PURE__*/React.createElement("svg", _extends({
7592
7626
  width: size,
@@ -7610,14 +7644,14 @@ Unpin.defaultProps = {
7610
7644
  size: '24'
7611
7645
  };
7612
7646
 
7613
- const _excluded$3v = ["color", "size"];
7647
+ const _excluded$3w = ["color", "size"];
7614
7648
 
7615
7649
  const Pin = props => {
7616
7650
  const {
7617
7651
  color,
7618
7652
  size
7619
7653
  } = props,
7620
- otherProps = _objectWithoutProperties(props, _excluded$3v);
7654
+ otherProps = _objectWithoutProperties(props, _excluded$3w);
7621
7655
 
7622
7656
  return /*#__PURE__*/React.createElement("svg", _extends({
7623
7657
  width: size,
@@ -7643,14 +7677,14 @@ Pin.defaultProps = {
7643
7677
  size: '24'
7644
7678
  };
7645
7679
 
7646
- const _excluded$3w = ["color", "size"];
7680
+ const _excluded$3x = ["color", "size"];
7647
7681
 
7648
7682
  const Hide = props => {
7649
7683
  const {
7650
7684
  color,
7651
7685
  size
7652
7686
  } = props,
7653
- otherProps = _objectWithoutProperties(props, _excluded$3w);
7687
+ otherProps = _objectWithoutProperties(props, _excluded$3x);
7654
7688
 
7655
7689
  return /*#__PURE__*/React.createElement("svg", _extends({
7656
7690
  width: size,
@@ -7676,14 +7710,14 @@ Hide.defaultProps = {
7676
7710
  size: '24'
7677
7711
  };
7678
7712
 
7679
- const _excluded$3x = ["color", "size"];
7713
+ const _excluded$3y = ["color", "size"];
7680
7714
 
7681
7715
  const Show = props => {
7682
7716
  const {
7683
7717
  color,
7684
7718
  size
7685
7719
  } = props,
7686
- otherProps = _objectWithoutProperties(props, _excluded$3x);
7720
+ otherProps = _objectWithoutProperties(props, _excluded$3y);
7687
7721
 
7688
7722
  return /*#__PURE__*/React.createElement("svg", _extends({
7689
7723
  width: size,
@@ -7712,14 +7746,14 @@ Show.defaultProps = {
7712
7746
  size: '24'
7713
7747
  };
7714
7748
 
7715
- const _excluded$3y = ["color", "size"];
7749
+ const _excluded$3z = ["color", "size"];
7716
7750
 
7717
7751
  const ClearMobile = props => {
7718
7752
  const {
7719
7753
  color,
7720
7754
  size
7721
7755
  } = props,
7722
- otherProps = _objectWithoutProperties(props, _excluded$3y);
7756
+ otherProps = _objectWithoutProperties(props, _excluded$3z);
7723
7757
 
7724
7758
  return /*#__PURE__*/React.createElement("svg", _extends({
7725
7759
  width: size,
@@ -7745,14 +7779,14 @@ ClearMobile.defaultProps = {
7745
7779
  size: '24'
7746
7780
  };
7747
7781
 
7748
- const _excluded$3z = ["color", "size"];
7782
+ const _excluded$3A = ["color", "size"];
7749
7783
 
7750
7784
  const NewMessage = props => {
7751
7785
  const {
7752
7786
  color,
7753
7787
  size
7754
7788
  } = props,
7755
- otherProps = _objectWithoutProperties(props, _excluded$3z);
7789
+ otherProps = _objectWithoutProperties(props, _excluded$3A);
7756
7790
 
7757
7791
  return /*#__PURE__*/React.createElement("svg", _extends({
7758
7792
  width: size,
@@ -7776,14 +7810,14 @@ NewMessage.defaultProps = {
7776
7810
  size: '24'
7777
7811
  };
7778
7812
 
7779
- const _excluded$3A = ["color", "size"];
7813
+ const _excluded$3B = ["color", "size"];
7780
7814
 
7781
7815
  const Male = props => {
7782
7816
  const {
7783
7817
  color,
7784
7818
  size
7785
7819
  } = props,
7786
- otherProps = _objectWithoutProperties(props, _excluded$3A);
7820
+ otherProps = _objectWithoutProperties(props, _excluded$3B);
7787
7821
 
7788
7822
  return /*#__PURE__*/React.createElement("svg", _extends({
7789
7823
  width: size,
@@ -7810,14 +7844,14 @@ Male.defaultProps = {
7810
7844
  size: '24'
7811
7845
  };
7812
7846
 
7813
- const _excluded$3B = ["color", "size"];
7847
+ const _excluded$3C = ["color", "size"];
7814
7848
 
7815
7849
  const Female = props => {
7816
7850
  const {
7817
7851
  color,
7818
7852
  size
7819
7853
  } = props,
7820
- otherProps = _objectWithoutProperties(props, _excluded$3B);
7854
+ otherProps = _objectWithoutProperties(props, _excluded$3C);
7821
7855
 
7822
7856
  return /*#__PURE__*/React.createElement("svg", _extends({
7823
7857
  width: size,
@@ -7841,14 +7875,14 @@ Female.defaultProps = {
7841
7875
  size: '24'
7842
7876
  };
7843
7877
 
7844
- const _excluded$3C = ["color", "size"];
7878
+ const _excluded$3D = ["color", "size"];
7845
7879
 
7846
7880
  const Search = props => {
7847
7881
  const {
7848
7882
  color,
7849
7883
  size
7850
7884
  } = props,
7851
- otherProps = _objectWithoutProperties(props, _excluded$3C);
7885
+ otherProps = _objectWithoutProperties(props, _excluded$3D);
7852
7886
 
7853
7887
  return /*#__PURE__*/React.createElement("svg", _extends({
7854
7888
  width: size,
@@ -7872,14 +7906,14 @@ Search.defaultProps = {
7872
7906
  size: '24'
7873
7907
  };
7874
7908
 
7875
- const _excluded$3D = ["color", "size"];
7909
+ const _excluded$3E = ["color", "size"];
7876
7910
 
7877
7911
  const Mic = props => {
7878
7912
  const {
7879
7913
  color,
7880
7914
  size
7881
7915
  } = props,
7882
- otherProps = _objectWithoutProperties(props, _excluded$3D);
7916
+ otherProps = _objectWithoutProperties(props, _excluded$3E);
7883
7917
 
7884
7918
  return /*#__PURE__*/React.createElement("svg", _extends({
7885
7919
  width: size,
@@ -7903,14 +7937,14 @@ Mic.defaultProps = {
7903
7937
  size: '24'
7904
7938
  };
7905
7939
 
7906
- const _excluded$3E = ["color", "size"];
7940
+ const _excluded$3F = ["color", "size"];
7907
7941
 
7908
7942
  const Transgender = props => {
7909
7943
  const {
7910
7944
  color,
7911
7945
  size
7912
7946
  } = props,
7913
- otherProps = _objectWithoutProperties(props, _excluded$3E);
7947
+ otherProps = _objectWithoutProperties(props, _excluded$3F);
7914
7948
 
7915
7949
  return /*#__PURE__*/React.createElement("svg", _extends({
7916
7950
  width: size,
@@ -7934,14 +7968,14 @@ Transgender.defaultProps = {
7934
7968
  size: '24'
7935
7969
  };
7936
7970
 
7937
- const _excluded$3F = ["color", "size"];
7971
+ const _excluded$3G = ["color", "size"];
7938
7972
 
7939
7973
  const Close = props => {
7940
7974
  const {
7941
7975
  color,
7942
7976
  size
7943
7977
  } = props,
7944
- otherProps = _objectWithoutProperties(props, _excluded$3F);
7978
+ otherProps = _objectWithoutProperties(props, _excluded$3G);
7945
7979
 
7946
7980
  return /*#__PURE__*/React.createElement("svg", _extends({
7947
7981
  width: size,
@@ -7965,14 +7999,14 @@ Close.defaultProps = {
7965
7999
  size: '24'
7966
8000
  };
7967
8001
 
7968
- const _excluded$3G = ["color", "size"];
8002
+ const _excluded$3H = ["color", "size"];
7969
8003
 
7970
8004
  const Plus = props => {
7971
8005
  const {
7972
8006
  color,
7973
8007
  size
7974
8008
  } = props,
7975
- otherProps = _objectWithoutProperties(props, _excluded$3G);
8009
+ otherProps = _objectWithoutProperties(props, _excluded$3H);
7976
8010
 
7977
8011
  return /*#__PURE__*/React.createElement("svg", _extends({
7978
8012
  width: size,
@@ -7998,14 +8032,14 @@ Plus.defaultProps = {
7998
8032
  size: '24'
7999
8033
  };
8000
8034
 
8001
- const _excluded$3H = ["color", "size"];
8035
+ const _excluded$3I = ["color", "size"];
8002
8036
 
8003
8037
  const Minus = props => {
8004
8038
  const {
8005
8039
  color,
8006
8040
  size
8007
8041
  } = props,
8008
- otherProps = _objectWithoutProperties(props, _excluded$3H);
8042
+ otherProps = _objectWithoutProperties(props, _excluded$3I);
8009
8043
 
8010
8044
  return /*#__PURE__*/React.createElement("svg", _extends({
8011
8045
  width: size,
@@ -8031,14 +8065,14 @@ Minus.defaultProps = {
8031
8065
  size: '24'
8032
8066
  };
8033
8067
 
8034
- const _excluded$3I = ["color", "size"];
8068
+ const _excluded$3J = ["color", "size"];
8035
8069
 
8036
8070
  const Tick = props => {
8037
8071
  const {
8038
8072
  color,
8039
8073
  size
8040
8074
  } = props,
8041
- otherProps = _objectWithoutProperties(props, _excluded$3I);
8075
+ otherProps = _objectWithoutProperties(props, _excluded$3J);
8042
8076
 
8043
8077
  return /*#__PURE__*/React.createElement("svg", _extends({
8044
8078
  width: size,
@@ -8062,14 +8096,14 @@ Tick.defaultProps = {
8062
8096
  size: '24'
8063
8097
  };
8064
8098
 
8065
- const _excluded$3J = ["color", "size"];
8099
+ const _excluded$3K = ["color", "size"];
8066
8100
 
8067
8101
  const DubleTick = props => {
8068
8102
  const {
8069
8103
  color,
8070
8104
  size
8071
8105
  } = props,
8072
- otherProps = _objectWithoutProperties(props, _excluded$3J);
8106
+ otherProps = _objectWithoutProperties(props, _excluded$3K);
8073
8107
 
8074
8108
  return /*#__PURE__*/React.createElement("svg", _extends({
8075
8109
  width: size,
@@ -8093,14 +8127,14 @@ DubleTick.defaultProps = {
8093
8127
  size: '24'
8094
8128
  };
8095
8129
 
8096
- const _excluded$3K = ["color", "size"];
8130
+ const _excluded$3L = ["color", "size"];
8097
8131
 
8098
8132
  const CheckCircle = props => {
8099
8133
  const {
8100
8134
  color,
8101
8135
  size
8102
8136
  } = props,
8103
- otherProps = _objectWithoutProperties(props, _excluded$3K);
8137
+ otherProps = _objectWithoutProperties(props, _excluded$3L);
8104
8138
 
8105
8139
  return /*#__PURE__*/React.createElement("svg", _extends({
8106
8140
  width: size,
@@ -8124,14 +8158,14 @@ CheckCircle.defaultProps = {
8124
8158
  size: '24'
8125
8159
  };
8126
8160
 
8127
- const _excluded$3L = ["color", "size"];
8161
+ const _excluded$3M = ["color", "size"];
8128
8162
 
8129
8163
  const Time = props => {
8130
8164
  const {
8131
8165
  color,
8132
8166
  size
8133
8167
  } = props,
8134
- otherProps = _objectWithoutProperties(props, _excluded$3L);
8168
+ otherProps = _objectWithoutProperties(props, _excluded$3M);
8135
8169
 
8136
8170
  return /*#__PURE__*/React.createElement("svg", _extends({
8137
8171
  width: size,
@@ -8155,14 +8189,14 @@ Time.defaultProps = {
8155
8189
  size: '24'
8156
8190
  };
8157
8191
 
8158
- const _excluded$3M = ["color", "size"];
8192
+ const _excluded$3N = ["color", "size"];
8159
8193
 
8160
8194
  const Nationality = props => {
8161
8195
  const {
8162
8196
  color,
8163
8197
  size
8164
8198
  } = props,
8165
- otherProps = _objectWithoutProperties(props, _excluded$3M);
8199
+ otherProps = _objectWithoutProperties(props, _excluded$3N);
8166
8200
 
8167
8201
  return /*#__PURE__*/React.createElement("svg", _extends({
8168
8202
  width: size,
@@ -8186,14 +8220,14 @@ Nationality.defaultProps = {
8186
8220
  size: '24'
8187
8221
  };
8188
8222
 
8189
- const _excluded$3N = ["color", "size"];
8223
+ const _excluded$3O = ["color", "size"];
8190
8224
 
8191
8225
  const Mention = props => {
8192
8226
  const {
8193
8227
  color,
8194
8228
  size
8195
8229
  } = props,
8196
- otherProps = _objectWithoutProperties(props, _excluded$3N);
8230
+ otherProps = _objectWithoutProperties(props, _excluded$3O);
8197
8231
 
8198
8232
  return /*#__PURE__*/React.createElement("svg", _extends({
8199
8233
  width: size,
@@ -8217,14 +8251,14 @@ Mention.defaultProps = {
8217
8251
  size: '24'
8218
8252
  };
8219
8253
 
8220
- const _excluded$3O = ["color", "size"];
8254
+ const _excluded$3P = ["color", "size"];
8221
8255
 
8222
8256
  const Question = props => {
8223
8257
  const {
8224
8258
  color,
8225
8259
  size
8226
8260
  } = props,
8227
- otherProps = _objectWithoutProperties(props, _excluded$3O);
8261
+ otherProps = _objectWithoutProperties(props, _excluded$3P);
8228
8262
 
8229
8263
  return /*#__PURE__*/React.createElement("svg", _extends({
8230
8264
  width: size,
@@ -8251,14 +8285,14 @@ Question.defaultProps = {
8251
8285
  size: '24'
8252
8286
  };
8253
8287
 
8254
- const _excluded$3P = ["color", "size"];
8288
+ const _excluded$3Q = ["color", "size"];
8255
8289
 
8256
8290
  const AddCircle = props => {
8257
8291
  const {
8258
8292
  color,
8259
8293
  size
8260
8294
  } = props,
8261
- otherProps = _objectWithoutProperties(props, _excluded$3P);
8295
+ otherProps = _objectWithoutProperties(props, _excluded$3Q);
8262
8296
 
8263
8297
  return /*#__PURE__*/React.createElement("svg", _extends({
8264
8298
  width: size,
@@ -8285,14 +8319,14 @@ AddCircle.defaultProps = {
8285
8319
  size: '24'
8286
8320
  };
8287
8321
 
8288
- const _excluded$3Q = ["color", "size"];
8322
+ const _excluded$3R = ["color", "size"];
8289
8323
 
8290
8324
  const Unsubscribed = props => {
8291
8325
  const {
8292
8326
  color,
8293
8327
  size
8294
8328
  } = props,
8295
- otherProps = _objectWithoutProperties(props, _excluded$3Q);
8329
+ otherProps = _objectWithoutProperties(props, _excluded$3R);
8296
8330
 
8297
8331
  return /*#__PURE__*/React.createElement("svg", _extends({
8298
8332
  width: size,
@@ -8319,14 +8353,14 @@ Unsubscribed.defaultProps = {
8319
8353
  size: '24'
8320
8354
  };
8321
8355
 
8322
- const _excluded$3R = ["color", "size"];
8356
+ const _excluded$3S = ["color", "size"];
8323
8357
 
8324
8358
  const Smile = props => {
8325
8359
  const {
8326
8360
  color,
8327
8361
  size
8328
8362
  } = props,
8329
- otherProps = _objectWithoutProperties(props, _excluded$3R);
8363
+ otherProps = _objectWithoutProperties(props, _excluded$3S);
8330
8364
 
8331
8365
  return /*#__PURE__*/React.createElement("svg", _extends({
8332
8366
  width: size,
@@ -8353,14 +8387,14 @@ Smile.defaultProps = {
8353
8387
  size: '24'
8354
8388
  };
8355
8389
 
8356
- const _excluded$3S = ["color", "size"];
8390
+ const _excluded$3T = ["color", "size"];
8357
8391
 
8358
8392
  const TimeAdd = props => {
8359
8393
  const {
8360
8394
  color,
8361
8395
  size
8362
8396
  } = props,
8363
- otherProps = _objectWithoutProperties(props, _excluded$3S);
8397
+ otherProps = _objectWithoutProperties(props, _excluded$3T);
8364
8398
 
8365
8399
  return /*#__PURE__*/React.createElement("svg", _extends({
8366
8400
  width: size,
@@ -8384,14 +8418,14 @@ TimeAdd.defaultProps = {
8384
8418
  size: '24'
8385
8419
  };
8386
8420
 
8387
- const _excluded$3T = ["color", "size"];
8421
+ const _excluded$3U = ["color", "size"];
8388
8422
 
8389
8423
  const Retry = props => {
8390
8424
  const {
8391
8425
  color,
8392
8426
  size
8393
8427
  } = props,
8394
- otherProps = _objectWithoutProperties(props, _excluded$3T);
8428
+ otherProps = _objectWithoutProperties(props, _excluded$3U);
8395
8429
 
8396
8430
  return /*#__PURE__*/React.createElement("svg", _extends({
8397
8431
  width: size,
@@ -8418,14 +8452,14 @@ Retry.defaultProps = {
8418
8452
  size: '24'
8419
8453
  };
8420
8454
 
8421
- const _excluded$3U = ["color", "size"];
8455
+ const _excluded$3V = ["color", "size"];
8422
8456
 
8423
8457
  const Stop = props => {
8424
8458
  const {
8425
8459
  color,
8426
8460
  size
8427
8461
  } = props,
8428
- otherProps = _objectWithoutProperties(props, _excluded$3U);
8462
+ otherProps = _objectWithoutProperties(props, _excluded$3V);
8429
8463
 
8430
8464
  return /*#__PURE__*/React.createElement("svg", _extends({
8431
8465
  width: size,
@@ -8452,14 +8486,14 @@ Stop.defaultProps = {
8452
8486
  size: '24'
8453
8487
  };
8454
8488
 
8455
- const _excluded$3V = ["color", "size"];
8489
+ const _excluded$3W = ["color", "size"];
8456
8490
 
8457
8491
  const Info = props => {
8458
8492
  const {
8459
8493
  color,
8460
8494
  size
8461
8495
  } = props,
8462
- otherProps = _objectWithoutProperties(props, _excluded$3V);
8496
+ otherProps = _objectWithoutProperties(props, _excluded$3W);
8463
8497
 
8464
8498
  return /*#__PURE__*/React.createElement("svg", _extends({
8465
8499
  width: size,
@@ -8486,14 +8520,14 @@ Info.defaultProps = {
8486
8520
  size: '24'
8487
8521
  };
8488
8522
 
8489
- const _excluded$3W = ["color", "size"];
8523
+ const _excluded$3X = ["color", "size"];
8490
8524
 
8491
8525
  const Attention = props => {
8492
8526
  const {
8493
8527
  color,
8494
8528
  size
8495
8529
  } = props,
8496
- otherProps = _objectWithoutProperties(props, _excluded$3W);
8530
+ otherProps = _objectWithoutProperties(props, _excluded$3X);
8497
8531
 
8498
8532
  return /*#__PURE__*/React.createElement("svg", _extends({
8499
8533
  width: size,
@@ -8520,14 +8554,14 @@ Attention.defaultProps = {
8520
8554
  size: '24'
8521
8555
  };
8522
8556
 
8523
- const _excluded$3X = ["color", "size"];
8557
+ const _excluded$3Y = ["color", "size"];
8524
8558
 
8525
8559
  const Help = props => {
8526
8560
  const {
8527
8561
  color,
8528
8562
  size
8529
8563
  } = props,
8530
- otherProps = _objectWithoutProperties(props, _excluded$3X);
8564
+ otherProps = _objectWithoutProperties(props, _excluded$3Y);
8531
8565
 
8532
8566
  return /*#__PURE__*/React.createElement("svg", _extends({
8533
8567
  width: size,
@@ -8554,14 +8588,14 @@ Help.defaultProps = {
8554
8588
  size: '24'
8555
8589
  };
8556
8590
 
8557
- const _excluded$3Y = ["color", "size"];
8591
+ const _excluded$3Z = ["color", "size"];
8558
8592
 
8559
8593
  const Spinner = props => {
8560
8594
  const {
8561
8595
  color,
8562
8596
  size
8563
8597
  } = props,
8564
- otherProps = _objectWithoutProperties(props, _excluded$3Y);
8598
+ otherProps = _objectWithoutProperties(props, _excluded$3Z);
8565
8599
 
8566
8600
  return /*#__PURE__*/React.createElement("svg", _extends({
8567
8601
  width: size,
@@ -8588,14 +8622,14 @@ Spinner.defaultProps = {
8588
8622
  size: '24'
8589
8623
  };
8590
8624
 
8591
- const _excluded$3Z = ["color", "size"];
8625
+ const _excluded$3_ = ["color", "size"];
8592
8626
 
8593
8627
  const Settings = props => {
8594
8628
  const {
8595
8629
  color,
8596
8630
  size
8597
8631
  } = props,
8598
- otherProps = _objectWithoutProperties(props, _excluded$3Z);
8632
+ otherProps = _objectWithoutProperties(props, _excluded$3_);
8599
8633
 
8600
8634
  return /*#__PURE__*/React.createElement("svg", _extends({
8601
8635
  width: size,
@@ -8620,14 +8654,14 @@ Settings.defaultProps = {
8620
8654
  size: '24'
8621
8655
  };
8622
8656
 
8623
- const _excluded$3_ = ["color", "size"];
8657
+ const _excluded$3$ = ["color", "size"];
8624
8658
 
8625
8659
  const Dashboard = props => {
8626
8660
  const {
8627
8661
  color,
8628
8662
  size
8629
8663
  } = props,
8630
- otherProps = _objectWithoutProperties(props, _excluded$3_);
8664
+ otherProps = _objectWithoutProperties(props, _excluded$3$);
8631
8665
 
8632
8666
  return /*#__PURE__*/React.createElement("svg", _extends({
8633
8667
  width: size,
@@ -8651,14 +8685,14 @@ Dashboard.defaultProps = {
8651
8685
  size: '24'
8652
8686
  };
8653
8687
 
8654
- const _excluded$3$ = ["color", "size"];
8688
+ const _excluded$40 = ["color", "size"];
8655
8689
 
8656
8690
  const WebChat = props => {
8657
8691
  const {
8658
8692
  color,
8659
8693
  size
8660
8694
  } = props,
8661
- otherProps = _objectWithoutProperties(props, _excluded$3$);
8695
+ otherProps = _objectWithoutProperties(props, _excluded$40);
8662
8696
 
8663
8697
  return /*#__PURE__*/React.createElement("svg", _extends({
8664
8698
  width: size,
@@ -8699,14 +8733,14 @@ WebChat.defaultProps = {
8699
8733
  size: '24'
8700
8734
  };
8701
8735
 
8702
- const _excluded$40 = ["color", "size"];
8736
+ const _excluded$41 = ["color", "size"];
8703
8737
 
8704
8738
  const SortUp = props => {
8705
8739
  const {
8706
8740
  color,
8707
8741
  size
8708
8742
  } = props,
8709
- otherProps = _objectWithoutProperties(props, _excluded$40);
8743
+ otherProps = _objectWithoutProperties(props, _excluded$41);
8710
8744
 
8711
8745
  return /*#__PURE__*/React.createElement("svg", _extends({
8712
8746
  width: size,
@@ -8739,14 +8773,14 @@ SortUp.defaultProps = {
8739
8773
  size: '24'
8740
8774
  };
8741
8775
 
8742
- const _excluded$41 = ["color", "size"];
8776
+ const _excluded$42 = ["color", "size"];
8743
8777
 
8744
8778
  const SortDown = props => {
8745
8779
  const {
8746
8780
  color,
8747
8781
  size
8748
8782
  } = props,
8749
- otherProps = _objectWithoutProperties(props, _excluded$41);
8783
+ otherProps = _objectWithoutProperties(props, _excluded$42);
8750
8784
 
8751
8785
  return /*#__PURE__*/React.createElement("svg", _extends({
8752
8786
  width: size,
@@ -8779,14 +8813,14 @@ SortDown.defaultProps = {
8779
8813
  size: '24'
8780
8814
  };
8781
8815
 
8782
- const _excluded$42 = ["color", "size"];
8816
+ const _excluded$43 = ["color", "size"];
8783
8817
 
8784
8818
  const Apple = props => {
8785
8819
  const {
8786
8820
  color,
8787
8821
  size
8788
8822
  } = props,
8789
- otherProps = _objectWithoutProperties(props, _excluded$42);
8823
+ otherProps = _objectWithoutProperties(props, _excluded$43);
8790
8824
 
8791
8825
  return /*#__PURE__*/React.createElement("svg", _extends({
8792
8826
  width: size,
@@ -8810,14 +8844,14 @@ Apple.defaultProps = {
8810
8844
  size: '24'
8811
8845
  };
8812
8846
 
8813
- const _excluded$43 = ["color", "size"];
8847
+ const _excluded$44 = ["color", "size"];
8814
8848
 
8815
8849
  const Google = props => {
8816
8850
  const {
8817
8851
  color,
8818
8852
  size
8819
8853
  } = props,
8820
- otherProps = _objectWithoutProperties(props, _excluded$43);
8854
+ otherProps = _objectWithoutProperties(props, _excluded$44);
8821
8855
 
8822
8856
  return /*#__PURE__*/React.createElement("svg", _extends({
8823
8857
  width: size,
@@ -8858,14 +8892,14 @@ Google.defaultProps = {
8858
8892
  size: '24'
8859
8893
  };
8860
8894
 
8861
- const _excluded$44 = ["color", "size"];
8895
+ const _excluded$45 = ["color", "size"];
8862
8896
 
8863
8897
  const Facebook = props => {
8864
8898
  const {
8865
8899
  color,
8866
8900
  size
8867
8901
  } = props,
8868
- otherProps = _objectWithoutProperties(props, _excluded$44);
8902
+ otherProps = _objectWithoutProperties(props, _excluded$45);
8869
8903
 
8870
8904
  return /*#__PURE__*/React.createElement("svg", _extends({
8871
8905
  width: size,
@@ -8891,14 +8925,14 @@ Facebook.defaultProps = {
8891
8925
  size: '24'
8892
8926
  };
8893
8927
 
8894
- const _excluded$45 = ["color", "size"];
8928
+ const _excluded$46 = ["color", "size"];
8895
8929
 
8896
8930
  const MessageTemplates = props => {
8897
8931
  const {
8898
8932
  color,
8899
8933
  size
8900
8934
  } = props,
8901
- otherProps = _objectWithoutProperties(props, _excluded$45);
8935
+ otherProps = _objectWithoutProperties(props, _excluded$46);
8902
8936
 
8903
8937
  return /*#__PURE__*/React.createElement("svg", _extends({
8904
8938
  width: size,
@@ -8922,14 +8956,14 @@ MessageTemplates.defaultProps = {
8922
8956
  size: '24'
8923
8957
  };
8924
8958
 
8925
- const _excluded$46 = ["color", "size"];
8959
+ const _excluded$47 = ["color", "size"];
8926
8960
 
8927
8961
  const OmnichannelWidget = props => {
8928
8962
  const {
8929
8963
  color,
8930
8964
  size
8931
8965
  } = props,
8932
- otherProps = _objectWithoutProperties(props, _excluded$46);
8966
+ otherProps = _objectWithoutProperties(props, _excluded$47);
8933
8967
 
8934
8968
  return /*#__PURE__*/React.createElement("svg", _extends({
8935
8969
  width: size,
@@ -8959,14 +8993,14 @@ OmnichannelWidget.defaultProps = {
8959
8993
  size: '24'
8960
8994
  };
8961
8995
 
8962
- const _excluded$47 = ["color", "size"];
8996
+ const _excluded$48 = ["color", "size"];
8963
8997
 
8964
8998
  const IncreaseEngagement = props => {
8965
8999
  const {
8966
9000
  color,
8967
9001
  size
8968
9002
  } = props,
8969
- otherProps = _objectWithoutProperties(props, _excluded$47);
9003
+ otherProps = _objectWithoutProperties(props, _excluded$48);
8970
9004
 
8971
9005
  return /*#__PURE__*/React.createElement("svg", _extends({
8972
9006
  width: size,
@@ -8990,14 +9024,14 @@ IncreaseEngagement.defaultProps = {
8990
9024
  size: '24'
8991
9025
  };
8992
9026
 
8993
- const _excluded$48 = ["color", "size"];
9027
+ const _excluded$49 = ["color", "size"];
8994
9028
 
8995
9029
  const ShowcaseProducts = props => {
8996
9030
  const {
8997
9031
  color,
8998
9032
  size
8999
9033
  } = props,
9000
- otherProps = _objectWithoutProperties(props, _excluded$48);
9034
+ otherProps = _objectWithoutProperties(props, _excluded$49);
9001
9035
 
9002
9036
  return /*#__PURE__*/React.createElement("svg", _extends({
9003
9037
  width: size,
@@ -9021,14 +9055,14 @@ ShowcaseProducts.defaultProps = {
9021
9055
  size: '24'
9022
9056
  };
9023
9057
 
9024
- const _excluded$49 = ["color", "size"];
9058
+ const _excluded$4a = ["color", "size"];
9025
9059
 
9026
9060
  const Faq = props => {
9027
9061
  const {
9028
9062
  color,
9029
9063
  size
9030
9064
  } = props,
9031
- otherProps = _objectWithoutProperties(props, _excluded$49);
9065
+ otherProps = _objectWithoutProperties(props, _excluded$4a);
9032
9066
 
9033
9067
  return /*#__PURE__*/React.createElement("svg", _extends({
9034
9068
  width: size,
@@ -9052,14 +9086,14 @@ Faq.defaultProps = {
9052
9086
  size: '24'
9053
9087
  };
9054
9088
 
9055
- const _excluded$4a = ["color", "size"];
9089
+ const _excluded$4b = ["color", "size"];
9056
9090
 
9057
9091
  const WebsiteRedirect = props => {
9058
9092
  const {
9059
9093
  color,
9060
9094
  size
9061
9095
  } = props,
9062
- otherProps = _objectWithoutProperties(props, _excluded$4a);
9096
+ otherProps = _objectWithoutProperties(props, _excluded$4b);
9063
9097
 
9064
9098
  return /*#__PURE__*/React.createElement("svg", _extends({
9065
9099
  width: size,
@@ -9085,14 +9119,14 @@ WebsiteRedirect.defaultProps = {
9085
9119
  size: '24'
9086
9120
  };
9087
9121
 
9088
- const _excluded$4b = ["color", "size"];
9122
+ const _excluded$4c = ["color", "size"];
9089
9123
 
9090
9124
  const TriggerIgStoryReply = props => {
9091
9125
  const {
9092
9126
  color,
9093
9127
  size
9094
9128
  } = props,
9095
- otherProps = _objectWithoutProperties(props, _excluded$4b);
9129
+ otherProps = _objectWithoutProperties(props, _excluded$4c);
9096
9130
 
9097
9131
  return /*#__PURE__*/React.createElement("svg", _extends({
9098
9132
  width: size,
@@ -9119,14 +9153,14 @@ TriggerIgStoryReply.defaultProps = {
9119
9153
  size: '24'
9120
9154
  };
9121
9155
 
9122
- const _excluded$4c = ["color", "size"];
9156
+ const _excluded$4d = ["color", "size"];
9123
9157
 
9124
9158
  const IgLiveComments = props => {
9125
9159
  const {
9126
9160
  color,
9127
9161
  size
9128
9162
  } = props,
9129
- otherProps = _objectWithoutProperties(props, _excluded$4c);
9163
+ otherProps = _objectWithoutProperties(props, _excluded$4d);
9130
9164
 
9131
9165
  return /*#__PURE__*/React.createElement("svg", _extends({
9132
9166
  width: size,
@@ -9161,14 +9195,14 @@ IgLiveComments.defaultProps = {
9161
9195
  size: '24'
9162
9196
  };
9163
9197
 
9164
- const _excluded$4d = ["color", "size"];
9198
+ const _excluded$4e = ["color", "size"];
9165
9199
 
9166
9200
  const TelegramChannel = props => {
9167
9201
  const {
9168
9202
  color,
9169
9203
  size
9170
9204
  } = props,
9171
- otherProps = _objectWithoutProperties(props, _excluded$4d);
9205
+ otherProps = _objectWithoutProperties(props, _excluded$4e);
9172
9206
 
9173
9207
  return /*#__PURE__*/React.createElement("svg", _extends({
9174
9208
  width: size,
@@ -9209,14 +9243,14 @@ TelegramChannel.defaultProps = {
9209
9243
  size: '24'
9210
9244
  };
9211
9245
 
9212
- const _excluded$4e = ["color", "size"];
9246
+ const _excluded$4f = ["color", "size"];
9213
9247
 
9214
9248
  const TelegramChannel2 = props => {
9215
9249
  const {
9216
9250
  color,
9217
9251
  size
9218
9252
  } = props,
9219
- otherProps = _objectWithoutProperties(props, _excluded$4e);
9253
+ otherProps = _objectWithoutProperties(props, _excluded$4f);
9220
9254
 
9221
9255
  return /*#__PURE__*/React.createElement("svg", _extends({
9222
9256
  width: size,
@@ -9247,14 +9281,14 @@ TelegramChannel2.defaultProps = {
9247
9281
  size: '24'
9248
9282
  };
9249
9283
 
9250
- const _excluded$4f = ["color", "size"];
9284
+ const _excluded$4g = ["color", "size"];
9251
9285
 
9252
9286
  const Telegram = props => {
9253
9287
  const {
9254
9288
  color,
9255
9289
  size
9256
9290
  } = props,
9257
- otherProps = _objectWithoutProperties(props, _excluded$4f);
9291
+ otherProps = _objectWithoutProperties(props, _excluded$4g);
9258
9292
 
9259
9293
  return /*#__PURE__*/React.createElement("svg", _extends({
9260
9294
  width: size,
@@ -9280,14 +9314,14 @@ Telegram.defaultProps = {
9280
9314
  size: '24'
9281
9315
  };
9282
9316
 
9283
- const _excluded$4g = ["color", "size"];
9317
+ const _excluded$4h = ["color", "size"];
9284
9318
 
9285
9319
  const Tap = props => {
9286
9320
  const {
9287
9321
  color,
9288
9322
  size
9289
9323
  } = props,
9290
- otherProps = _objectWithoutProperties(props, _excluded$4g);
9324
+ otherProps = _objectWithoutProperties(props, _excluded$4h);
9291
9325
 
9292
9326
  return /*#__PURE__*/React.createElement("svg", _extends({
9293
9327
  width: size,
@@ -9311,14 +9345,14 @@ Tap.defaultProps = {
9311
9345
  size: '24'
9312
9346
  };
9313
9347
 
9314
- const _excluded$4h = ["color", "size"];
9348
+ const _excluded$4i = ["color", "size"];
9315
9349
 
9316
9350
  const VideoCircleTg = props => {
9317
9351
  const {
9318
9352
  color,
9319
9353
  size
9320
9354
  } = props,
9321
- otherProps = _objectWithoutProperties(props, _excluded$4h);
9355
+ otherProps = _objectWithoutProperties(props, _excluded$4i);
9322
9356
 
9323
9357
  return /*#__PURE__*/React.createElement("svg", _extends({
9324
9358
  width: size,
@@ -9342,14 +9376,14 @@ VideoCircleTg.defaultProps = {
9342
9376
  size: '24'
9343
9377
  };
9344
9378
 
9345
- const _excluded$4i = ["color", "size"];
9379
+ const _excluded$4j = ["color", "size"];
9346
9380
 
9347
9381
  const Create = props => {
9348
9382
  const {
9349
9383
  color,
9350
9384
  size
9351
9385
  } = props,
9352
- otherProps = _objectWithoutProperties(props, _excluded$4i);
9386
+ otherProps = _objectWithoutProperties(props, _excluded$4j);
9353
9387
 
9354
9388
  return /*#__PURE__*/React.createElement("svg", _extends({
9355
9389
  width: size,
@@ -9376,14 +9410,14 @@ Create.defaultProps = {
9376
9410
  size: '24'
9377
9411
  };
9378
9412
 
9379
- const _excluded$4j = ["color", "size"];
9413
+ const _excluded$4k = ["color", "size"];
9380
9414
 
9381
9415
  const GtCheckbox = props => {
9382
9416
  const {
9383
9417
  color,
9384
9418
  size
9385
9419
  } = props,
9386
- otherProps = _objectWithoutProperties(props, _excluded$4j);
9420
+ otherProps = _objectWithoutProperties(props, _excluded$4k);
9387
9421
 
9388
9422
  return /*#__PURE__*/React.createElement("svg", _extends({
9389
9423
  width: size,
@@ -9410,14 +9444,14 @@ GtCheckbox.defaultProps = {
9410
9444
  size: '24'
9411
9445
  };
9412
9446
 
9413
- const _excluded$4k = ["color", "size"];
9447
+ const _excluded$4l = ["color", "size"];
9414
9448
 
9415
9449
  const GtFbComment = props => {
9416
9450
  const {
9417
9451
  color,
9418
9452
  size
9419
9453
  } = props,
9420
- otherProps = _objectWithoutProperties(props, _excluded$4k);
9454
+ otherProps = _objectWithoutProperties(props, _excluded$4l);
9421
9455
 
9422
9456
  return /*#__PURE__*/React.createElement("svg", _extends({
9423
9457
  width: size,
@@ -9441,14 +9475,14 @@ GtFbComment.defaultProps = {
9441
9475
  size: '24'
9442
9476
  };
9443
9477
 
9444
- const _excluded$4l = ["color", "size"];
9478
+ const _excluded$4m = ["color", "size"];
9445
9479
 
9446
9480
  const GtAdsJson = props => {
9447
9481
  const {
9448
9482
  color,
9449
9483
  size
9450
9484
  } = props,
9451
- otherProps = _objectWithoutProperties(props, _excluded$4l);
9485
+ otherProps = _objectWithoutProperties(props, _excluded$4m);
9452
9486
 
9453
9487
  return /*#__PURE__*/React.createElement("svg", _extends({
9454
9488
  width: size,
@@ -9481,14 +9515,14 @@ GtAdsJson.defaultProps = {
9481
9515
  size: '24'
9482
9516
  };
9483
9517
 
9484
- const _excluded$4m = ["color", "size"];
9518
+ const _excluded$4n = ["color", "size"];
9485
9519
 
9486
9520
  const GtFbCode = props => {
9487
9521
  const {
9488
9522
  color,
9489
9523
  size
9490
9524
  } = props,
9491
- otherProps = _objectWithoutProperties(props, _excluded$4m);
9525
+ otherProps = _objectWithoutProperties(props, _excluded$4n);
9492
9526
 
9493
9527
  return /*#__PURE__*/React.createElement("svg", _extends({
9494
9528
  width: size,
@@ -9517,14 +9551,14 @@ GtFbCode.defaultProps = {
9517
9551
  size: '24'
9518
9552
  };
9519
9553
 
9520
- const _excluded$4n = ["color", "size"];
9554
+ const _excluded$4o = ["color", "size"];
9521
9555
 
9522
9556
  const GtRef = props => {
9523
9557
  const {
9524
9558
  color,
9525
9559
  size
9526
9560
  } = props,
9527
- otherProps = _objectWithoutProperties(props, _excluded$4n);
9561
+ otherProps = _objectWithoutProperties(props, _excluded$4o);
9528
9562
 
9529
9563
  return /*#__PURE__*/React.createElement("svg", _extends({
9530
9564
  width: size,
@@ -9548,14 +9582,14 @@ GtRef.defaultProps = {
9548
9582
  size: '24'
9549
9583
  };
9550
9584
 
9551
- const _excluded$4o = ["color", "size"];
9585
+ const _excluded$4p = ["color", "size"];
9552
9586
 
9553
9587
  const GtCustomerChat = props => {
9554
9588
  const {
9555
9589
  color,
9556
9590
  size
9557
9591
  } = props,
9558
- otherProps = _objectWithoutProperties(props, _excluded$4o);
9592
+ otherProps = _objectWithoutProperties(props, _excluded$4p);
9559
9593
 
9560
9594
  return /*#__PURE__*/React.createElement("svg", _extends({
9561
9595
  width: size,
@@ -9584,14 +9618,14 @@ GtCustomerChat.defaultProps = {
9584
9618
  size: '24'
9585
9619
  };
9586
9620
 
9587
- const _excluded$4p = ["color", "size"];
9621
+ const _excluded$4q = ["color", "size"];
9588
9622
 
9589
9623
  const GtTakeover = props => {
9590
9624
  const {
9591
9625
  color,
9592
9626
  size
9593
9627
  } = props,
9594
- otherProps = _objectWithoutProperties(props, _excluded$4p);
9628
+ otherProps = _objectWithoutProperties(props, _excluded$4q);
9595
9629
 
9596
9630
  return /*#__PURE__*/React.createElement("svg", _extends({
9597
9631
  width: size,
@@ -9649,14 +9683,14 @@ GtTakeover.defaultProps = {
9649
9683
  size: '24'
9650
9684
  };
9651
9685
 
9652
- const _excluded$4q = ["color", "size"];
9686
+ const _excluded$4r = ["color", "size"];
9653
9687
 
9654
9688
  const FlowPlaceholder = props => {
9655
9689
  const {
9656
9690
  color,
9657
9691
  size
9658
9692
  } = props,
9659
- otherProps = _objectWithoutProperties(props, _excluded$4q);
9693
+ otherProps = _objectWithoutProperties(props, _excluded$4r);
9660
9694
 
9661
9695
  return /*#__PURE__*/React.createElement("svg", _extends({
9662
9696
  width: size,
@@ -9735,14 +9769,14 @@ FlowPlaceholder.defaultProps = {
9735
9769
  size: '24'
9736
9770
  };
9737
9771
 
9738
- const _excluded$4r = ["color", "size"];
9772
+ const _excluded$4s = ["color", "size"];
9739
9773
 
9740
9774
  const AddStep = props => {
9741
9775
  const {
9742
9776
  color,
9743
9777
  size
9744
9778
  } = props,
9745
- otherProps = _objectWithoutProperties(props, _excluded$4r);
9779
+ otherProps = _objectWithoutProperties(props, _excluded$4s);
9746
9780
 
9747
9781
  return /*#__PURE__*/React.createElement("svg", _extends({
9748
9782
  width: size,
@@ -9778,14 +9812,14 @@ AddStep.defaultProps = {
9778
9812
  size: '24'
9779
9813
  };
9780
9814
 
9781
- const _excluded$4s = ["color", "size"];
9815
+ const _excluded$4t = ["color", "size"];
9782
9816
 
9783
9817
  const Stats = props => {
9784
9818
  const {
9785
9819
  color,
9786
9820
  size
9787
9821
  } = props,
9788
- otherProps = _objectWithoutProperties(props, _excluded$4s);
9822
+ otherProps = _objectWithoutProperties(props, _excluded$4t);
9789
9823
 
9790
9824
  return /*#__PURE__*/React.createElement("svg", _extends({
9791
9825
  width: size,
@@ -9825,14 +9859,14 @@ Stats.defaultProps = {
9825
9859
  size: '24'
9826
9860
  };
9827
9861
 
9828
- const _excluded$4t = ["color", "size"];
9862
+ const _excluded$4u = ["color", "size"];
9829
9863
 
9830
9864
  const Coursor = props => {
9831
9865
  const {
9832
9866
  color,
9833
9867
  size
9834
9868
  } = props,
9835
- otherProps = _objectWithoutProperties(props, _excluded$4t);
9869
+ otherProps = _objectWithoutProperties(props, _excluded$4u);
9836
9870
 
9837
9871
  return /*#__PURE__*/React.createElement("svg", _extends({
9838
9872
  width: size,
@@ -9856,14 +9890,14 @@ Coursor.defaultProps = {
9856
9890
  size: '24'
9857
9891
  };
9858
9892
 
9859
- const _excluded$4u = ["color", "size"];
9893
+ const _excluded$4v = ["color", "size"];
9860
9894
 
9861
9895
  const CoursorFullcolor = props => {
9862
9896
  const {
9863
9897
  color,
9864
9898
  size
9865
9899
  } = props,
9866
- otherProps = _objectWithoutProperties(props, _excluded$4u);
9900
+ otherProps = _objectWithoutProperties(props, _excluded$4v);
9867
9901
 
9868
9902
  return /*#__PURE__*/React.createElement("svg", _extends({
9869
9903
  width: size,
@@ -9967,6 +10001,7 @@ exports.BuilderText = BuilderText;
9967
10001
  exports.ButtonEmailBlock = ButtonEmailBlock;
9968
10002
  exports.Calendar = Calendar;
9969
10003
  exports.Camera = Camera;
10004
+ exports.CannedResponse = CannedResponse;
9970
10005
  exports.Cart = Cart;
9971
10006
  exports.Cgt20 = Cgt20;
9972
10007
  exports.CheckCircle = CheckCircle;