@manychat/icons 4.31.2 → 4.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -0
- package/dist/index.es.js +181 -115
- package/dist/index.js +182 -114
- package/package.json +1 -1
- package/umd/mcicons.js +182 -114
- package/umd/mcicons.min.js +1 -1
package/dist/index.js
CHANGED
|
@@ -879,12 +879,12 @@ const Unsubscribed = _ref => {
|
|
|
879
879
|
xmlns: "http://www.w3.org/2000/svg",
|
|
880
880
|
preserveAspectRatio: "xMidYMid meet"
|
|
881
881
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
882
|
-
d: "
|
|
882
|
+
d: "M15.5357 7.42392L12.0002 10.9595L8.39534 7.3546L7.4248 8.32513L11.0297 11.93L7.4248 15.5349L8.46467 16.5747L12.0002 13.0392L15.6051 16.644L16.6449 15.6042L13.0401 11.9993L16.5756 8.46378L15.5357 7.42392Z",
|
|
883
883
|
fill: color
|
|
884
884
|
}), /*#__PURE__*/React.createElement("path", {
|
|
885
885
|
fillRule: "evenodd",
|
|
886
886
|
clipRule: "evenodd",
|
|
887
|
-
d: "
|
|
887
|
+
d: "M2 12C2 6.5098 6.5098 2 12 2C17.5882 2 22 6.5098 22 12C22 17.4902 17.4902 22 12 22C6.5098 22 2 17.4902 2 12ZM3.47059 12.098C3.47059 16.8039 7.29412 20.6275 12 20.6275C16.8039 20.6275 20.6275 16.8039 20.6275 12C20.6275 7.29412 16.7059 3.56863 12 3.56863C7.29412 3.56863 3.47059 7.39216 3.47059 12.098Z",
|
|
888
888
|
fill: color
|
|
889
889
|
}));
|
|
890
890
|
};
|
|
@@ -2359,7 +2359,7 @@ const ClearMobile = _ref => {
|
|
|
2359
2359
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
2360
2360
|
fillRule: "evenodd",
|
|
2361
2361
|
clipRule: "evenodd",
|
|
2362
|
-
d: "
|
|
2362
|
+
d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM11.9654 10.9595L15.5009 7.42394L16.5408 8.4638L13.0053 11.9993L16.6101 15.6042L15.5703 16.6441L11.9654 13.0392L8.42988 16.5747L7.39001 15.5349L10.9949 11.93L7.39002 8.32515L8.36055 7.35461L11.9654 10.9595Z",
|
|
2363
2363
|
fill: color
|
|
2364
2364
|
}));
|
|
2365
2365
|
};
|
|
@@ -9451,6 +9451,72 @@ const AiStep = _ref => {
|
|
|
9451
9451
|
};
|
|
9452
9452
|
|
|
9453
9453
|
const _excluded$4s = ["color", "size"];
|
|
9454
|
+
/**
|
|
9455
|
+
* @typedef {Object} AiAnswersSkillProps
|
|
9456
|
+
* @property {string} [color='currentColor']
|
|
9457
|
+
* @property {string|number} [size='24']
|
|
9458
|
+
*
|
|
9459
|
+
* @param {AiAnswersSkillProps} props
|
|
9460
|
+
* @returns {JSX.Element}
|
|
9461
|
+
*/
|
|
9462
|
+
|
|
9463
|
+
const AiAnswersSkill = _ref => {
|
|
9464
|
+
let {
|
|
9465
|
+
color = 'currentColor',
|
|
9466
|
+
size = '24'
|
|
9467
|
+
} = _ref,
|
|
9468
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4s);
|
|
9469
|
+
|
|
9470
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9471
|
+
width: size,
|
|
9472
|
+
height: size,
|
|
9473
|
+
viewBox: "0 0 24 24",
|
|
9474
|
+
fill: "none",
|
|
9475
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9476
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9477
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9478
|
+
d: "M11.3265 8.60867C11.9186 8.24159 12.5604 7.94441 13.241 7.72875C13.2775 7.71718 13.3142 7.70585 13.3509 7.69475L14 7.5L13.3666 7.30999C13.3246 7.29738 13.2827 7.28447 13.241 7.27125C12.5604 7.05559 11.9186 6.75841 11.3265 6.39133C10.2281 5.71031 9.30062 4.78871 8.61322 3.70076C8.09706 2.88382 7.71624 1.97309 7.5 1C7.28376 1.97309 6.90294 2.88382 6.38678 3.70076C5.69938 4.78871 4.77195 5.71031 3.6735 6.39133C3.08141 6.75841 2.43964 7.05559 1.75899 7.27125C1.71725 7.28447 1.67538 7.29738 1.63336 7.30999L1 7.5L1.63336 7.69001C1.67538 7.70261 1.71726 7.71553 1.75899 7.72875C2.43964 7.94441 3.08141 8.24159 3.6735 8.60867C4.77195 9.28969 5.69938 10.2113 6.38678 11.2992C6.90294 12.1162 7.28376 13.0269 7.5 14C7.71624 13.0269 8.09706 12.1162 8.61322 11.2992C9.30062 10.2113 10.2281 9.28969 11.3265 8.60867Z",
|
|
9479
|
+
fill: color
|
|
9480
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9481
|
+
d: "M16.9756 11.8051C17.6125 11.1967 18.5041 10.7708 19.5867 10.7708C21.1152 10.7708 22.2615 11.4401 22.8984 12.5961C23.5989 13.9348 23.2168 15.6993 22.0705 16.9771C20.9241 18.2549 17.8672 21.4189 17.7399 21.5406L17.0393 22.2708L16.3388 21.6014C16.2114 21.4797 13.0908 18.3766 11.9445 17.0379C10.7345 15.6993 10.416 14.0565 11.1166 12.657C11.6897 11.4401 12.8998 10.7708 14.4282 10.7708C15.4472 10.7708 16.3388 11.1967 16.9756 11.8051Z",
|
|
9482
|
+
fill: color
|
|
9483
|
+
}));
|
|
9484
|
+
};
|
|
9485
|
+
|
|
9486
|
+
const _excluded$4t = ["color", "size"];
|
|
9487
|
+
/**
|
|
9488
|
+
* @typedef {Object} AiEngagementSkillProps
|
|
9489
|
+
* @property {string} [color='currentColor']
|
|
9490
|
+
* @property {string|number} [size='24']
|
|
9491
|
+
*
|
|
9492
|
+
* @param {AiEngagementSkillProps} props
|
|
9493
|
+
* @returns {JSX.Element}
|
|
9494
|
+
*/
|
|
9495
|
+
|
|
9496
|
+
const AiEngagementSkill = _ref => {
|
|
9497
|
+
let {
|
|
9498
|
+
color = 'currentColor',
|
|
9499
|
+
size = '24'
|
|
9500
|
+
} = _ref,
|
|
9501
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4t);
|
|
9502
|
+
|
|
9503
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9504
|
+
width: size,
|
|
9505
|
+
height: size,
|
|
9506
|
+
viewBox: "0 0 24 24",
|
|
9507
|
+
fill: "none",
|
|
9508
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9509
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9510
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9511
|
+
d: "M11.3265 8.60867C11.9186 8.24159 12.5604 7.94441 13.241 7.72875C13.2775 7.71718 13.3142 7.70585 13.3509 7.69475L14 7.5L13.3666 7.30999C13.3246 7.29738 13.2827 7.28447 13.241 7.27125C12.5604 7.05559 11.9186 6.75841 11.3265 6.39133C10.2281 5.71031 9.30062 4.78871 8.61322 3.70076C8.09706 2.88382 7.71624 1.97309 7.5 1C7.28376 1.97309 6.90294 2.88382 6.38678 3.70076C5.69938 4.78871 4.77195 5.71031 3.6735 6.39133C3.08141 6.75841 2.43964 7.05559 1.75899 7.27125C1.71725 7.28447 1.67538 7.29738 1.63336 7.30999L1 7.5L1.63336 7.69001C1.67538 7.70261 1.71726 7.71553 1.75899 7.72875C2.43964 7.94441 3.08141 8.24159 3.6735 8.60867C4.77195 9.28969 5.69938 10.2113 6.38678 11.2992C6.90294 12.1162 7.28376 13.0269 7.5 14C7.71624 13.0269 8.09706 12.1162 8.61322 11.2992C9.30062 10.2113 10.2281 9.28969 11.3265 8.60867Z",
|
|
9512
|
+
fill: color
|
|
9513
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9514
|
+
d: "M10 15.6386C10 12.468 12.9884 10 16.5 10C20.0116 10 23 12.468 23 15.6386C23 18.8092 20.0116 21.2772 16.5 21.2772C15.664 21.2772 14.6567 21.1144 13.8299 20.7768L10.6521 22L11.5138 19.2185C10.9468 18.6064 10 17.3403 10 15.6386Z",
|
|
9515
|
+
fill: color
|
|
9516
|
+
}));
|
|
9517
|
+
};
|
|
9518
|
+
|
|
9519
|
+
const _excluded$4u = ["color", "size"];
|
|
9454
9520
|
/**
|
|
9455
9521
|
* @typedef {Object} AiIntentionProps
|
|
9456
9522
|
* @property {string} [color='currentColor']
|
|
@@ -9465,7 +9531,7 @@ const AiIntention = _ref => {
|
|
|
9465
9531
|
color = 'currentColor',
|
|
9466
9532
|
size = '24'
|
|
9467
9533
|
} = _ref,
|
|
9468
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9534
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4u);
|
|
9469
9535
|
|
|
9470
9536
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9471
9537
|
width: size,
|
|
@@ -9490,7 +9556,7 @@ const AiIntention = _ref => {
|
|
|
9490
9556
|
}));
|
|
9491
9557
|
};
|
|
9492
9558
|
|
|
9493
|
-
const _excluded$
|
|
9559
|
+
const _excluded$4v = ["color", "size"];
|
|
9494
9560
|
/**
|
|
9495
9561
|
* @typedef {Object} AiFilledProps
|
|
9496
9562
|
* @property {string} [color='currentColor']
|
|
@@ -9505,7 +9571,7 @@ const AiFilled = _ref => {
|
|
|
9505
9571
|
color = 'currentColor',
|
|
9506
9572
|
size = '24'
|
|
9507
9573
|
} = _ref,
|
|
9508
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9574
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4v);
|
|
9509
9575
|
|
|
9510
9576
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9511
9577
|
width: size,
|
|
@@ -9525,7 +9591,7 @@ const AiFilled = _ref => {
|
|
|
9525
9591
|
}));
|
|
9526
9592
|
};
|
|
9527
9593
|
|
|
9528
|
-
const _excluded$
|
|
9594
|
+
const _excluded$4w = ["color", "size"];
|
|
9529
9595
|
/**
|
|
9530
9596
|
* @typedef {Object} BigcommerceProps
|
|
9531
9597
|
* @property {string} [color='currentColor']
|
|
@@ -9540,7 +9606,7 @@ const Bigcommerce = _ref => {
|
|
|
9540
9606
|
color = 'currentColor',
|
|
9541
9607
|
size = '24'
|
|
9542
9608
|
} = _ref,
|
|
9543
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9609
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4w);
|
|
9544
9610
|
|
|
9545
9611
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9546
9612
|
width: size,
|
|
@@ -9555,7 +9621,7 @@ const Bigcommerce = _ref => {
|
|
|
9555
9621
|
}));
|
|
9556
9622
|
};
|
|
9557
9623
|
|
|
9558
|
-
const _excluded$
|
|
9624
|
+
const _excluded$4x = ["color", "size"];
|
|
9559
9625
|
/**
|
|
9560
9626
|
* @typedef {Object} WoocommerceProps
|
|
9561
9627
|
* @property {string} [color='currentColor']
|
|
@@ -9570,7 +9636,7 @@ const Woocommerce = _ref => {
|
|
|
9570
9636
|
color = 'currentColor',
|
|
9571
9637
|
size = '24'
|
|
9572
9638
|
} = _ref,
|
|
9573
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9639
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4x);
|
|
9574
9640
|
|
|
9575
9641
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9576
9642
|
width: size,
|
|
@@ -9588,7 +9654,7 @@ const Woocommerce = _ref => {
|
|
|
9588
9654
|
}));
|
|
9589
9655
|
};
|
|
9590
9656
|
|
|
9591
|
-
const _excluded$
|
|
9657
|
+
const _excluded$4y = ["color", "size"];
|
|
9592
9658
|
/**
|
|
9593
9659
|
* @typedef {Object} AmazonProps
|
|
9594
9660
|
* @property {string} [color='currentColor']
|
|
@@ -9603,7 +9669,7 @@ const Amazon = _ref => {
|
|
|
9603
9669
|
color = 'currentColor',
|
|
9604
9670
|
size = '24'
|
|
9605
9671
|
} = _ref,
|
|
9606
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9672
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4y);
|
|
9607
9673
|
|
|
9608
9674
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9609
9675
|
width: size,
|
|
@@ -9621,7 +9687,7 @@ const Amazon = _ref => {
|
|
|
9621
9687
|
}));
|
|
9622
9688
|
};
|
|
9623
9689
|
|
|
9624
|
-
const _excluded$
|
|
9690
|
+
const _excluded$4z = ["color", "size"];
|
|
9625
9691
|
/**
|
|
9626
9692
|
* @typedef {Object} HotmartProps
|
|
9627
9693
|
* @property {string} [color='currentColor']
|
|
@@ -9636,7 +9702,7 @@ const Hotmart = _ref => {
|
|
|
9636
9702
|
color = 'currentColor',
|
|
9637
9703
|
size = '24'
|
|
9638
9704
|
} = _ref,
|
|
9639
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9705
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4z);
|
|
9640
9706
|
|
|
9641
9707
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9642
9708
|
width: size,
|
|
@@ -9651,7 +9717,7 @@ const Hotmart = _ref => {
|
|
|
9651
9717
|
}));
|
|
9652
9718
|
};
|
|
9653
9719
|
|
|
9654
|
-
const _excluded$
|
|
9720
|
+
const _excluded$4A = ["color", "size"];
|
|
9655
9721
|
/**
|
|
9656
9722
|
* @typedef {Object} CreatorProps
|
|
9657
9723
|
* @property {string} [color='currentColor']
|
|
@@ -9666,7 +9732,7 @@ const Creator = _ref => {
|
|
|
9666
9732
|
color = 'currentColor',
|
|
9667
9733
|
size = '24'
|
|
9668
9734
|
} = _ref,
|
|
9669
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9735
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4A);
|
|
9670
9736
|
|
|
9671
9737
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9672
9738
|
width: size,
|
|
@@ -9681,7 +9747,7 @@ const Creator = _ref => {
|
|
|
9681
9747
|
}));
|
|
9682
9748
|
};
|
|
9683
9749
|
|
|
9684
|
-
const _excluded$
|
|
9750
|
+
const _excluded$4B = ["color", "size"];
|
|
9685
9751
|
/**
|
|
9686
9752
|
* @typedef {Object} InstagramDmListProps
|
|
9687
9753
|
* @property {string} [color='currentColor']
|
|
@@ -9696,7 +9762,7 @@ const InstagramDmList = _ref => {
|
|
|
9696
9762
|
color = 'currentColor',
|
|
9697
9763
|
size = '24'
|
|
9698
9764
|
} = _ref,
|
|
9699
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9765
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4B);
|
|
9700
9766
|
|
|
9701
9767
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9702
9768
|
width: size,
|
|
@@ -9722,7 +9788,7 @@ const InstagramDmList = _ref => {
|
|
|
9722
9788
|
}));
|
|
9723
9789
|
};
|
|
9724
9790
|
|
|
9725
|
-
const _excluded$
|
|
9791
|
+
const _excluded$4C = ["color", "size"];
|
|
9726
9792
|
/**
|
|
9727
9793
|
* @typedef {Object} RealEstateProps
|
|
9728
9794
|
* @property {string} [color='currentColor']
|
|
@@ -9737,7 +9803,7 @@ const RealEstate = _ref => {
|
|
|
9737
9803
|
color = 'currentColor',
|
|
9738
9804
|
size = '24'
|
|
9739
9805
|
} = _ref,
|
|
9740
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9806
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4C);
|
|
9741
9807
|
|
|
9742
9808
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9743
9809
|
width: size,
|
|
@@ -9752,7 +9818,7 @@ const RealEstate = _ref => {
|
|
|
9752
9818
|
}));
|
|
9753
9819
|
};
|
|
9754
9820
|
|
|
9755
|
-
const _excluded$
|
|
9821
|
+
const _excluded$4D = ["color", "size"];
|
|
9756
9822
|
/**
|
|
9757
9823
|
* @typedef {Object} BasicsProps
|
|
9758
9824
|
* @property {string} [color='currentColor']
|
|
@@ -9767,7 +9833,7 @@ const Basics = _ref => {
|
|
|
9767
9833
|
color = 'currentColor',
|
|
9768
9834
|
size = '24'
|
|
9769
9835
|
} = _ref,
|
|
9770
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9836
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4D);
|
|
9771
9837
|
|
|
9772
9838
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9773
9839
|
width: size,
|
|
@@ -9794,7 +9860,7 @@ const Basics = _ref => {
|
|
|
9794
9860
|
}));
|
|
9795
9861
|
};
|
|
9796
9862
|
|
|
9797
|
-
const _excluded$
|
|
9863
|
+
const _excluded$4E = ["color", "size"];
|
|
9798
9864
|
/**
|
|
9799
9865
|
* @typedef {Object} FitnessProps
|
|
9800
9866
|
* @property {string} [color='currentColor']
|
|
@@ -9809,7 +9875,7 @@ const Fitness = _ref => {
|
|
|
9809
9875
|
color = 'currentColor',
|
|
9810
9876
|
size = '24'
|
|
9811
9877
|
} = _ref,
|
|
9812
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9878
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4E);
|
|
9813
9879
|
|
|
9814
9880
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9815
9881
|
width: size,
|
|
@@ -9824,7 +9890,7 @@ const Fitness = _ref => {
|
|
|
9824
9890
|
}));
|
|
9825
9891
|
};
|
|
9826
9892
|
|
|
9827
|
-
const _excluded$
|
|
9893
|
+
const _excluded$4F = ["color", "size"];
|
|
9828
9894
|
/**
|
|
9829
9895
|
* @typedef {Object} HotelProps
|
|
9830
9896
|
* @property {string} [color='currentColor']
|
|
@@ -9839,7 +9905,7 @@ const Hotel = _ref => {
|
|
|
9839
9905
|
color = 'currentColor',
|
|
9840
9906
|
size = '24'
|
|
9841
9907
|
} = _ref,
|
|
9842
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9908
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4F);
|
|
9843
9909
|
|
|
9844
9910
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9845
9911
|
width: size,
|
|
@@ -9854,7 +9920,7 @@ const Hotel = _ref => {
|
|
|
9854
9920
|
}));
|
|
9855
9921
|
};
|
|
9856
9922
|
|
|
9857
|
-
const _excluded$
|
|
9923
|
+
const _excluded$4G = ["color", "size"];
|
|
9858
9924
|
/**
|
|
9859
9925
|
* @typedef {Object} OrganizationProps
|
|
9860
9926
|
* @property {string} [color='currentColor']
|
|
@@ -9869,7 +9935,7 @@ const Organization = _ref => {
|
|
|
9869
9935
|
color = 'currentColor',
|
|
9870
9936
|
size = '24'
|
|
9871
9937
|
} = _ref,
|
|
9872
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9938
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4G);
|
|
9873
9939
|
|
|
9874
9940
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9875
9941
|
width: size,
|
|
@@ -9884,7 +9950,7 @@ const Organization = _ref => {
|
|
|
9884
9950
|
}));
|
|
9885
9951
|
};
|
|
9886
9952
|
|
|
9887
|
-
const _excluded$
|
|
9953
|
+
const _excluded$4H = ["color", "size"];
|
|
9888
9954
|
/**
|
|
9889
9955
|
* @typedef {Object} ProfessionalConsultingProps
|
|
9890
9956
|
* @property {string} [color='currentColor']
|
|
@@ -9899,7 +9965,7 @@ const ProfessionalConsulting = _ref => {
|
|
|
9899
9965
|
color = 'currentColor',
|
|
9900
9966
|
size = '24'
|
|
9901
9967
|
} = _ref,
|
|
9902
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9968
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4H);
|
|
9903
9969
|
|
|
9904
9970
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9905
9971
|
width: size,
|
|
@@ -9914,7 +9980,7 @@ const ProfessionalConsulting = _ref => {
|
|
|
9914
9980
|
}));
|
|
9915
9981
|
};
|
|
9916
9982
|
|
|
9917
|
-
const _excluded$
|
|
9983
|
+
const _excluded$4I = ["color", "size"];
|
|
9918
9984
|
/**
|
|
9919
9985
|
* @typedef {Object} MessengerListProps
|
|
9920
9986
|
* @property {string} [color='currentColor']
|
|
@@ -9929,7 +9995,7 @@ const MessengerList = _ref => {
|
|
|
9929
9995
|
color = 'currentColor',
|
|
9930
9996
|
size = '24'
|
|
9931
9997
|
} = _ref,
|
|
9932
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9998
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4I);
|
|
9933
9999
|
|
|
9934
10000
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9935
10001
|
width: size,
|
|
@@ -9950,7 +10016,7 @@ const MessengerList = _ref => {
|
|
|
9950
10016
|
}));
|
|
9951
10017
|
};
|
|
9952
10018
|
|
|
9953
|
-
const _excluded$
|
|
10019
|
+
const _excluded$4J = ["color", "size"];
|
|
9954
10020
|
/**
|
|
9955
10021
|
* @typedef {Object} IntegromatProps
|
|
9956
10022
|
* @property {string} [color='currentColor']
|
|
@@ -9965,7 +10031,7 @@ const Integromat = _ref => {
|
|
|
9965
10031
|
color = 'currentColor',
|
|
9966
10032
|
size = '24'
|
|
9967
10033
|
} = _ref,
|
|
9968
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10034
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4J);
|
|
9969
10035
|
|
|
9970
10036
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9971
10037
|
width: size,
|
|
@@ -9980,7 +10046,7 @@ const Integromat = _ref => {
|
|
|
9980
10046
|
}));
|
|
9981
10047
|
};
|
|
9982
10048
|
|
|
9983
|
-
const _excluded$
|
|
10049
|
+
const _excluded$4K = ["color", "size"];
|
|
9984
10050
|
/**
|
|
9985
10051
|
* @typedef {Object} HubspotProps
|
|
9986
10052
|
* @property {string} [color='currentColor']
|
|
@@ -9995,7 +10061,7 @@ const Hubspot = _ref => {
|
|
|
9995
10061
|
color = 'currentColor',
|
|
9996
10062
|
size = '24'
|
|
9997
10063
|
} = _ref,
|
|
9998
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10064
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4K);
|
|
9999
10065
|
|
|
10000
10066
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10001
10067
|
width: size,
|
|
@@ -10010,7 +10076,7 @@ const Hubspot = _ref => {
|
|
|
10010
10076
|
}));
|
|
10011
10077
|
};
|
|
10012
10078
|
|
|
10013
|
-
const _excluded$
|
|
10079
|
+
const _excluded$4L = ["color", "size"];
|
|
10014
10080
|
/**
|
|
10015
10081
|
* @typedef {Object} KlaviyoProps
|
|
10016
10082
|
* @property {string} [color='currentColor']
|
|
@@ -10025,7 +10091,7 @@ const Klaviyo = _ref => {
|
|
|
10025
10091
|
color = 'currentColor',
|
|
10026
10092
|
size = '24'
|
|
10027
10093
|
} = _ref,
|
|
10028
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10094
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4L);
|
|
10029
10095
|
|
|
10030
10096
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10031
10097
|
width: size,
|
|
@@ -10064,7 +10130,7 @@ const Klaviyo = _ref => {
|
|
|
10064
10130
|
}))));
|
|
10065
10131
|
};
|
|
10066
10132
|
|
|
10067
|
-
const _excluded$
|
|
10133
|
+
const _excluded$4M = ["color", "size"];
|
|
10068
10134
|
/**
|
|
10069
10135
|
* @typedef {Object} ActivecampaignProps
|
|
10070
10136
|
* @property {string} [color='currentColor']
|
|
@@ -10079,7 +10145,7 @@ const Activecampaign = _ref => {
|
|
|
10079
10145
|
color = 'currentColor',
|
|
10080
10146
|
size = '24'
|
|
10081
10147
|
} = _ref,
|
|
10082
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10148
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4M);
|
|
10083
10149
|
|
|
10084
10150
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10085
10151
|
width: size,
|
|
@@ -10096,7 +10162,7 @@ const Activecampaign = _ref => {
|
|
|
10096
10162
|
}));
|
|
10097
10163
|
};
|
|
10098
10164
|
|
|
10099
|
-
const _excluded$
|
|
10165
|
+
const _excluded$4N = ["color", "size"];
|
|
10100
10166
|
/**
|
|
10101
10167
|
* @typedef {Object} ChatGptProps
|
|
10102
10168
|
* @property {string} [color='currentColor']
|
|
@@ -10111,7 +10177,7 @@ const ChatGpt = _ref => {
|
|
|
10111
10177
|
color = 'currentColor',
|
|
10112
10178
|
size = '24'
|
|
10113
10179
|
} = _ref,
|
|
10114
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10180
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4N);
|
|
10115
10181
|
|
|
10116
10182
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10117
10183
|
width: size,
|
|
@@ -10126,7 +10192,7 @@ const ChatGpt = _ref => {
|
|
|
10126
10192
|
}));
|
|
10127
10193
|
};
|
|
10128
10194
|
|
|
10129
|
-
const _excluded$
|
|
10195
|
+
const _excluded$4O = ["color", "size"];
|
|
10130
10196
|
/**
|
|
10131
10197
|
* @typedef {Object} MailChimpProps
|
|
10132
10198
|
* @property {string} [color='currentColor']
|
|
@@ -10141,7 +10207,7 @@ const MailChimp = _ref => {
|
|
|
10141
10207
|
color = 'currentColor',
|
|
10142
10208
|
size = '24'
|
|
10143
10209
|
} = _ref,
|
|
10144
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10210
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4O);
|
|
10145
10211
|
|
|
10146
10212
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10147
10213
|
width: size,
|
|
@@ -10174,7 +10240,7 @@ const MailChimp = _ref => {
|
|
|
10174
10240
|
}));
|
|
10175
10241
|
};
|
|
10176
10242
|
|
|
10177
|
-
const _excluded$
|
|
10243
|
+
const _excluded$4P = ["color", "size"];
|
|
10178
10244
|
/**
|
|
10179
10245
|
* @typedef {Object} ConvertKitProps
|
|
10180
10246
|
* @property {string} [color='currentColor']
|
|
@@ -10189,7 +10255,7 @@ const ConvertKit = _ref => {
|
|
|
10189
10255
|
color = 'currentColor',
|
|
10190
10256
|
size = '24'
|
|
10191
10257
|
} = _ref,
|
|
10192
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10258
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4P);
|
|
10193
10259
|
|
|
10194
10260
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10195
10261
|
width: size,
|
|
@@ -10204,7 +10270,7 @@ const ConvertKit = _ref => {
|
|
|
10204
10270
|
}));
|
|
10205
10271
|
};
|
|
10206
10272
|
|
|
10207
|
-
const _excluded$
|
|
10273
|
+
const _excluded$4Q = ["color", "size"];
|
|
10208
10274
|
/**
|
|
10209
10275
|
* @typedef {Object} GoogleSheetsProps
|
|
10210
10276
|
* @property {string} [color='currentColor']
|
|
@@ -10219,7 +10285,7 @@ const GoogleSheets = _ref => {
|
|
|
10219
10285
|
color = 'currentColor',
|
|
10220
10286
|
size = '24'
|
|
10221
10287
|
} = _ref,
|
|
10222
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10288
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4Q);
|
|
10223
10289
|
|
|
10224
10290
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10225
10291
|
width: size,
|
|
@@ -10245,7 +10311,7 @@ const GoogleSheets = _ref => {
|
|
|
10245
10311
|
}));
|
|
10246
10312
|
};
|
|
10247
10313
|
|
|
10248
|
-
const _excluded$
|
|
10314
|
+
const _excluded$4R = ["color", "size"];
|
|
10249
10315
|
/**
|
|
10250
10316
|
* @typedef {Object} SalesforceProps
|
|
10251
10317
|
* @property {string} [color='currentColor']
|
|
@@ -10260,7 +10326,7 @@ const Salesforce = _ref => {
|
|
|
10260
10326
|
color = 'currentColor',
|
|
10261
10327
|
size = '24'
|
|
10262
10328
|
} = _ref,
|
|
10263
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10329
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4R);
|
|
10264
10330
|
|
|
10265
10331
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10266
10332
|
width: size,
|
|
@@ -10284,7 +10350,7 @@ const Salesforce = _ref => {
|
|
|
10284
10350
|
}))));
|
|
10285
10351
|
};
|
|
10286
10352
|
|
|
10287
|
-
const _excluded$
|
|
10353
|
+
const _excluded$4S = ["color", "size"];
|
|
10288
10354
|
/**
|
|
10289
10355
|
* @typedef {Object} PipedriveProps
|
|
10290
10356
|
* @property {string} [color='currentColor']
|
|
@@ -10299,7 +10365,7 @@ const Pipedrive = _ref => {
|
|
|
10299
10365
|
color = 'currentColor',
|
|
10300
10366
|
size = '24'
|
|
10301
10367
|
} = _ref,
|
|
10302
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10368
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4S);
|
|
10303
10369
|
|
|
10304
10370
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10305
10371
|
width: size,
|
|
@@ -10317,7 +10383,7 @@ const Pipedrive = _ref => {
|
|
|
10317
10383
|
}));
|
|
10318
10384
|
};
|
|
10319
10385
|
|
|
10320
|
-
const _excluded$
|
|
10386
|
+
const _excluded$4T = ["color", "size"];
|
|
10321
10387
|
/**
|
|
10322
10388
|
* @typedef {Object} WiseagentProps
|
|
10323
10389
|
* @property {string} [color='currentColor']
|
|
@@ -10332,7 +10398,7 @@ const Wiseagent = _ref => {
|
|
|
10332
10398
|
color = 'currentColor',
|
|
10333
10399
|
size = '24'
|
|
10334
10400
|
} = _ref,
|
|
10335
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10401
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4T);
|
|
10336
10402
|
|
|
10337
10403
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10338
10404
|
width: size,
|
|
@@ -10353,7 +10419,7 @@ const Wiseagent = _ref => {
|
|
|
10353
10419
|
}));
|
|
10354
10420
|
};
|
|
10355
10421
|
|
|
10356
|
-
const _excluded$
|
|
10422
|
+
const _excluded$4U = ["color", "size"];
|
|
10357
10423
|
/**
|
|
10358
10424
|
* @typedef {Object} FlodeskProps
|
|
10359
10425
|
* @property {string} [color='currentColor']
|
|
@@ -10368,7 +10434,7 @@ const Flodesk = _ref => {
|
|
|
10368
10434
|
color = 'currentColor',
|
|
10369
10435
|
size = '24'
|
|
10370
10436
|
} = _ref,
|
|
10371
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10437
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4U);
|
|
10372
10438
|
|
|
10373
10439
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10374
10440
|
width: size,
|
|
@@ -10383,7 +10449,7 @@ const Flodesk = _ref => {
|
|
|
10383
10449
|
}));
|
|
10384
10450
|
};
|
|
10385
10451
|
|
|
10386
|
-
const _excluded$
|
|
10452
|
+
const _excluded$4V = ["color", "size"];
|
|
10387
10453
|
/**
|
|
10388
10454
|
* @typedef {Object} DeepSeekProps
|
|
10389
10455
|
* @property {string} [color='currentColor']
|
|
@@ -10398,7 +10464,7 @@ const DeepSeek = _ref => {
|
|
|
10398
10464
|
color = 'currentColor',
|
|
10399
10465
|
size = '24'
|
|
10400
10466
|
} = _ref,
|
|
10401
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10467
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4V);
|
|
10402
10468
|
|
|
10403
10469
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10404
10470
|
width: size,
|
|
@@ -10413,7 +10479,7 @@ const DeepSeek = _ref => {
|
|
|
10413
10479
|
}));
|
|
10414
10480
|
};
|
|
10415
10481
|
|
|
10416
|
-
const _excluded$
|
|
10482
|
+
const _excluded$4W = ["color", "size"];
|
|
10417
10483
|
/**
|
|
10418
10484
|
* @typedef {Object} ApptivoProps
|
|
10419
10485
|
* @property {string} [color='currentColor']
|
|
@@ -10428,7 +10494,7 @@ const Apptivo = _ref => {
|
|
|
10428
10494
|
color = 'currentColor',
|
|
10429
10495
|
size = '24'
|
|
10430
10496
|
} = _ref,
|
|
10431
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10497
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4W);
|
|
10432
10498
|
|
|
10433
10499
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10434
10500
|
width: size,
|
|
@@ -10446,7 +10512,7 @@ const Apptivo = _ref => {
|
|
|
10446
10512
|
}));
|
|
10447
10513
|
};
|
|
10448
10514
|
|
|
10449
|
-
const _excluded$
|
|
10515
|
+
const _excluded$4X = ["color", "size"];
|
|
10450
10516
|
/**
|
|
10451
10517
|
* @typedef {Object} ZillowProps
|
|
10452
10518
|
* @property {string} [color='currentColor']
|
|
@@ -10461,7 +10527,7 @@ const Zillow = _ref => {
|
|
|
10461
10527
|
color = 'currentColor',
|
|
10462
10528
|
size = '24'
|
|
10463
10529
|
} = _ref,
|
|
10464
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10530
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4X);
|
|
10465
10531
|
|
|
10466
10532
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10467
10533
|
width: size,
|
|
@@ -10478,7 +10544,7 @@ const Zillow = _ref => {
|
|
|
10478
10544
|
}));
|
|
10479
10545
|
};
|
|
10480
10546
|
|
|
10481
|
-
const _excluded$
|
|
10547
|
+
const _excluded$4Y = ["color", "size"];
|
|
10482
10548
|
/**
|
|
10483
10549
|
* @typedef {Object} CanvaProps
|
|
10484
10550
|
* @property {string} [color='currentColor']
|
|
@@ -10493,7 +10559,7 @@ const Canva = _ref => {
|
|
|
10493
10559
|
color = 'currentColor',
|
|
10494
10560
|
size = '24'
|
|
10495
10561
|
} = _ref,
|
|
10496
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10562
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4Y);
|
|
10497
10563
|
|
|
10498
10564
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10499
10565
|
width: size,
|
|
@@ -10579,7 +10645,7 @@ const Canva = _ref => {
|
|
|
10579
10645
|
}))));
|
|
10580
10646
|
};
|
|
10581
10647
|
|
|
10582
|
-
const _excluded$
|
|
10648
|
+
const _excluded$4Z = ["color", "size"];
|
|
10583
10649
|
/**
|
|
10584
10650
|
* @typedef {Object} KajabiProps
|
|
10585
10651
|
* @property {string} [color='currentColor']
|
|
@@ -10594,7 +10660,7 @@ const Kajabi = _ref => {
|
|
|
10594
10660
|
color = 'currentColor',
|
|
10595
10661
|
size = '24'
|
|
10596
10662
|
} = _ref,
|
|
10597
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10663
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4Z);
|
|
10598
10664
|
|
|
10599
10665
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10600
10666
|
width: size,
|
|
@@ -10616,7 +10682,7 @@ const Kajabi = _ref => {
|
|
|
10616
10682
|
}));
|
|
10617
10683
|
};
|
|
10618
10684
|
|
|
10619
|
-
const _excluded$
|
|
10685
|
+
const _excluded$4_ = ["color", "size"];
|
|
10620
10686
|
/**
|
|
10621
10687
|
* @typedef {Object} MagentoProps
|
|
10622
10688
|
* @property {string} [color='currentColor']
|
|
@@ -10631,7 +10697,7 @@ const Magento = _ref => {
|
|
|
10631
10697
|
color = 'currentColor',
|
|
10632
10698
|
size = '24'
|
|
10633
10699
|
} = _ref,
|
|
10634
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10700
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4_);
|
|
10635
10701
|
|
|
10636
10702
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10637
10703
|
width: size,
|
|
@@ -10646,7 +10712,7 @@ const Magento = _ref => {
|
|
|
10646
10712
|
}));
|
|
10647
10713
|
};
|
|
10648
10714
|
|
|
10649
|
-
const _excluded$
|
|
10715
|
+
const _excluded$4$ = ["color", "size"];
|
|
10650
10716
|
/**
|
|
10651
10717
|
* @typedef {Object} ArrowDownRightProps
|
|
10652
10718
|
* @property {string} [color='currentColor']
|
|
@@ -10661,7 +10727,7 @@ const ArrowDownRight = _ref => {
|
|
|
10661
10727
|
color = 'currentColor',
|
|
10662
10728
|
size = '24'
|
|
10663
10729
|
} = _ref,
|
|
10664
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10730
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4$);
|
|
10665
10731
|
|
|
10666
10732
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10667
10733
|
width: size,
|
|
@@ -10679,7 +10745,7 @@ const ArrowDownRight = _ref => {
|
|
|
10679
10745
|
}));
|
|
10680
10746
|
};
|
|
10681
10747
|
|
|
10682
|
-
const _excluded$
|
|
10748
|
+
const _excluded$50 = ["color", "size"];
|
|
10683
10749
|
/**
|
|
10684
10750
|
* @typedef {Object} ReturnKeyProps
|
|
10685
10751
|
* @property {string} [color='currentColor']
|
|
@@ -10694,7 +10760,7 @@ const ReturnKey = _ref => {
|
|
|
10694
10760
|
color = 'currentColor',
|
|
10695
10761
|
size = '24'
|
|
10696
10762
|
} = _ref,
|
|
10697
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10763
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$50);
|
|
10698
10764
|
|
|
10699
10765
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10700
10766
|
width: size,
|
|
@@ -10709,7 +10775,7 @@ const ReturnKey = _ref => {
|
|
|
10709
10775
|
}));
|
|
10710
10776
|
};
|
|
10711
10777
|
|
|
10712
|
-
const _excluded$
|
|
10778
|
+
const _excluded$51 = ["color", "size"];
|
|
10713
10779
|
/**
|
|
10714
10780
|
* @typedef {Object} UnreadProps
|
|
10715
10781
|
* @property {string} [color='currentColor']
|
|
@@ -10724,7 +10790,7 @@ const Unread = _ref => {
|
|
|
10724
10790
|
color = 'currentColor',
|
|
10725
10791
|
size = '24'
|
|
10726
10792
|
} = _ref,
|
|
10727
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10793
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$51);
|
|
10728
10794
|
|
|
10729
10795
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10730
10796
|
width: size,
|
|
@@ -10741,7 +10807,7 @@ const Unread = _ref => {
|
|
|
10741
10807
|
}));
|
|
10742
10808
|
};
|
|
10743
10809
|
|
|
10744
|
-
const _excluded$
|
|
10810
|
+
const _excluded$52 = ["color", "size"];
|
|
10745
10811
|
/**
|
|
10746
10812
|
* @typedef {Object} PrivacyProps
|
|
10747
10813
|
* @property {string} [color='currentColor']
|
|
@@ -10756,7 +10822,7 @@ const Privacy = _ref => {
|
|
|
10756
10822
|
color = 'currentColor',
|
|
10757
10823
|
size = '24'
|
|
10758
10824
|
} = _ref,
|
|
10759
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10825
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$52);
|
|
10760
10826
|
|
|
10761
10827
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10762
10828
|
width: size,
|
|
@@ -10777,7 +10843,7 @@ const Privacy = _ref => {
|
|
|
10777
10843
|
}));
|
|
10778
10844
|
};
|
|
10779
10845
|
|
|
10780
|
-
const _excluded$
|
|
10846
|
+
const _excluded$53 = ["color", "size"];
|
|
10781
10847
|
/**
|
|
10782
10848
|
* @typedef {Object} LocationProps
|
|
10783
10849
|
* @property {string} [color='currentColor']
|
|
@@ -10792,7 +10858,7 @@ const Location = _ref => {
|
|
|
10792
10858
|
color = 'currentColor',
|
|
10793
10859
|
size = '24'
|
|
10794
10860
|
} = _ref,
|
|
10795
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10861
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$53);
|
|
10796
10862
|
|
|
10797
10863
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10798
10864
|
width: size,
|
|
@@ -10814,7 +10880,7 @@ const Location = _ref => {
|
|
|
10814
10880
|
}));
|
|
10815
10881
|
};
|
|
10816
10882
|
|
|
10817
|
-
const _excluded$
|
|
10883
|
+
const _excluded$54 = ["color", "size"];
|
|
10818
10884
|
/**
|
|
10819
10885
|
* @typedef {Object} TikTokProps
|
|
10820
10886
|
* @property {string} [color='currentColor']
|
|
@@ -10829,7 +10895,7 @@ const TikTok = _ref => {
|
|
|
10829
10895
|
color = 'currentColor',
|
|
10830
10896
|
size = '24'
|
|
10831
10897
|
} = _ref,
|
|
10832
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10898
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$54);
|
|
10833
10899
|
|
|
10834
10900
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10835
10901
|
width: size,
|
|
@@ -10862,7 +10928,7 @@ const TikTok = _ref => {
|
|
|
10862
10928
|
}));
|
|
10863
10929
|
};
|
|
10864
10930
|
|
|
10865
|
-
const _excluded$
|
|
10931
|
+
const _excluded$55 = ["color", "size"];
|
|
10866
10932
|
/**
|
|
10867
10933
|
* @typedef {Object} ClaudeProps
|
|
10868
10934
|
* @property {string} [color='currentColor']
|
|
@@ -10877,7 +10943,7 @@ const Claude = _ref => {
|
|
|
10877
10943
|
color = 'currentColor',
|
|
10878
10944
|
size = '24'
|
|
10879
10945
|
} = _ref,
|
|
10880
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10946
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$55);
|
|
10881
10947
|
|
|
10882
10948
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10883
10949
|
width: size,
|
|
@@ -10892,7 +10958,7 @@ const Claude = _ref => {
|
|
|
10892
10958
|
}));
|
|
10893
10959
|
};
|
|
10894
10960
|
|
|
10895
|
-
const _excluded$
|
|
10961
|
+
const _excluded$56 = ["color", "size"];
|
|
10896
10962
|
/**
|
|
10897
10963
|
* @typedef {Object} TikTokChannel2Props
|
|
10898
10964
|
* @property {string} [color='currentColor']
|
|
@@ -10907,7 +10973,7 @@ const TikTokChannel2 = _ref => {
|
|
|
10907
10973
|
color = 'currentColor',
|
|
10908
10974
|
size = '24'
|
|
10909
10975
|
} = _ref,
|
|
10910
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10976
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$56);
|
|
10911
10977
|
|
|
10912
10978
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10913
10979
|
width: size,
|
|
@@ -10924,7 +10990,7 @@ const TikTokChannel2 = _ref => {
|
|
|
10924
10990
|
}));
|
|
10925
10991
|
};
|
|
10926
10992
|
|
|
10927
|
-
const _excluded$
|
|
10993
|
+
const _excluded$57 = ["color", "size"];
|
|
10928
10994
|
/**
|
|
10929
10995
|
* @typedef {Object} AutomationsPausedFilledProps
|
|
10930
10996
|
* @property {string} [color='currentColor']
|
|
@@ -10939,7 +11005,7 @@ const AutomationsPausedFilled = _ref => {
|
|
|
10939
11005
|
color = 'currentColor',
|
|
10940
11006
|
size = '24'
|
|
10941
11007
|
} = _ref,
|
|
10942
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11008
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$57);
|
|
10943
11009
|
|
|
10944
11010
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10945
11011
|
width: size,
|
|
@@ -10957,7 +11023,7 @@ const AutomationsPausedFilled = _ref => {
|
|
|
10957
11023
|
}));
|
|
10958
11024
|
};
|
|
10959
11025
|
|
|
10960
|
-
const _excluded$
|
|
11026
|
+
const _excluded$58 = ["color", "size"];
|
|
10961
11027
|
/**
|
|
10962
11028
|
* @typedef {Object} AutomationsStoppedFilledProps
|
|
10963
11029
|
* @property {string} [color='currentColor']
|
|
@@ -10972,7 +11038,7 @@ const AutomationsStoppedFilled = _ref => {
|
|
|
10972
11038
|
color = 'currentColor',
|
|
10973
11039
|
size = '24'
|
|
10974
11040
|
} = _ref,
|
|
10975
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11041
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$58);
|
|
10976
11042
|
|
|
10977
11043
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10978
11044
|
width: size,
|
|
@@ -10987,7 +11053,7 @@ const AutomationsStoppedFilled = _ref => {
|
|
|
10987
11053
|
}));
|
|
10988
11054
|
};
|
|
10989
11055
|
|
|
10990
|
-
const _excluded$
|
|
11056
|
+
const _excluded$59 = ["color", "size"];
|
|
10991
11057
|
/**
|
|
10992
11058
|
* @typedef {Object} BulletProps
|
|
10993
11059
|
* @property {string} [color='currentColor']
|
|
@@ -11002,7 +11068,7 @@ const Bullet = _ref => {
|
|
|
11002
11068
|
color = 'currentColor',
|
|
11003
11069
|
size = '24'
|
|
11004
11070
|
} = _ref,
|
|
11005
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11071
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$59);
|
|
11006
11072
|
|
|
11007
11073
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11008
11074
|
width: size,
|
|
@@ -11017,7 +11083,7 @@ const Bullet = _ref => {
|
|
|
11017
11083
|
}));
|
|
11018
11084
|
};
|
|
11019
11085
|
|
|
11020
|
-
const _excluded$
|
|
11086
|
+
const _excluded$5a = ["color", "size"];
|
|
11021
11087
|
/**
|
|
11022
11088
|
* @typedef {Object} NavCollapseProps
|
|
11023
11089
|
* @property {string} [color='currentColor']
|
|
@@ -11032,7 +11098,7 @@ const NavCollapse = _ref => {
|
|
|
11032
11098
|
color = 'currentColor',
|
|
11033
11099
|
size = '24'
|
|
11034
11100
|
} = _ref,
|
|
11035
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11101
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5a);
|
|
11036
11102
|
|
|
11037
11103
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11038
11104
|
width: size,
|
|
@@ -11053,7 +11119,7 @@ const NavCollapse = _ref => {
|
|
|
11053
11119
|
}));
|
|
11054
11120
|
};
|
|
11055
11121
|
|
|
11056
|
-
const _excluded$
|
|
11122
|
+
const _excluded$5b = ["color", "size"];
|
|
11057
11123
|
/**
|
|
11058
11124
|
* @typedef {Object} NavExpandProps
|
|
11059
11125
|
* @property {string} [color='currentColor']
|
|
@@ -11068,7 +11134,7 @@ const NavExpand = _ref => {
|
|
|
11068
11134
|
color = 'currentColor',
|
|
11069
11135
|
size = '24'
|
|
11070
11136
|
} = _ref,
|
|
11071
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11137
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5b);
|
|
11072
11138
|
|
|
11073
11139
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11074
11140
|
width: size,
|
|
@@ -11089,7 +11155,7 @@ const NavExpand = _ref => {
|
|
|
11089
11155
|
}));
|
|
11090
11156
|
};
|
|
11091
11157
|
|
|
11092
|
-
const _excluded$
|
|
11158
|
+
const _excluded$5c = ["color", "size"];
|
|
11093
11159
|
/**
|
|
11094
11160
|
* @typedef {Object} RetailProps
|
|
11095
11161
|
* @property {string} [color='currentColor']
|
|
@@ -11104,7 +11170,7 @@ const Retail = _ref => {
|
|
|
11104
11170
|
color = 'currentColor',
|
|
11105
11171
|
size = '24'
|
|
11106
11172
|
} = _ref,
|
|
11107
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11173
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5c);
|
|
11108
11174
|
|
|
11109
11175
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11110
11176
|
width: size,
|
|
@@ -11121,7 +11187,7 @@ const Retail = _ref => {
|
|
|
11121
11187
|
}));
|
|
11122
11188
|
};
|
|
11123
11189
|
|
|
11124
|
-
const _excluded$
|
|
11190
|
+
const _excluded$5d = ["color", "size"];
|
|
11125
11191
|
/**
|
|
11126
11192
|
* @typedef {Object} Property1_MessengerChannelProps
|
|
11127
11193
|
* @property {string} [color='currentColor']
|
|
@@ -11136,7 +11202,7 @@ const Property1_MessengerChannel = _ref => {
|
|
|
11136
11202
|
color = 'currentColor',
|
|
11137
11203
|
size = '24'
|
|
11138
11204
|
} = _ref,
|
|
11139
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11205
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5d);
|
|
11140
11206
|
|
|
11141
11207
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11142
11208
|
width: size,
|
|
@@ -11171,7 +11237,7 @@ const Property1_MessengerChannel = _ref => {
|
|
|
11171
11237
|
}))));
|
|
11172
11238
|
};
|
|
11173
11239
|
|
|
11174
|
-
const _excluded$
|
|
11240
|
+
const _excluded$5e = ["color", "size"];
|
|
11175
11241
|
/**
|
|
11176
11242
|
* @typedef {Object} Property1_EmailChannelProps
|
|
11177
11243
|
* @property {string} [color='currentColor']
|
|
@@ -11186,7 +11252,7 @@ const Property1_EmailChannel = _ref => {
|
|
|
11186
11252
|
color = 'currentColor',
|
|
11187
11253
|
size = '24'
|
|
11188
11254
|
} = _ref,
|
|
11189
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11255
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5e);
|
|
11190
11256
|
|
|
11191
11257
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11192
11258
|
width: size,
|
|
@@ -11221,7 +11287,7 @@ const Property1_EmailChannel = _ref => {
|
|
|
11221
11287
|
}))));
|
|
11222
11288
|
};
|
|
11223
11289
|
|
|
11224
|
-
const _excluded$
|
|
11290
|
+
const _excluded$5f = ["color", "size"];
|
|
11225
11291
|
/**
|
|
11226
11292
|
* @typedef {Object} Property1_SmsChannelProps
|
|
11227
11293
|
* @property {string} [color='currentColor']
|
|
@@ -11236,7 +11302,7 @@ const Property1_SmsChannel = _ref => {
|
|
|
11236
11302
|
color = 'currentColor',
|
|
11237
11303
|
size = '24'
|
|
11238
11304
|
} = _ref,
|
|
11239
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11305
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5f);
|
|
11240
11306
|
|
|
11241
11307
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11242
11308
|
width: size,
|
|
@@ -11266,7 +11332,7 @@ const Property1_SmsChannel = _ref => {
|
|
|
11266
11332
|
}))));
|
|
11267
11333
|
};
|
|
11268
11334
|
|
|
11269
|
-
const _excluded$
|
|
11335
|
+
const _excluded$5g = ["color", "size"];
|
|
11270
11336
|
/**
|
|
11271
11337
|
* @typedef {Object} Property1_WhatsAppChannelProps
|
|
11272
11338
|
* @property {string} [color='currentColor']
|
|
@@ -11281,7 +11347,7 @@ const Property1_WhatsAppChannel = _ref => {
|
|
|
11281
11347
|
color = 'currentColor',
|
|
11282
11348
|
size = '24'
|
|
11283
11349
|
} = _ref,
|
|
11284
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11350
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5g);
|
|
11285
11351
|
|
|
11286
11352
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11287
11353
|
width: size,
|
|
@@ -11313,7 +11379,7 @@ const Property1_WhatsAppChannel = _ref => {
|
|
|
11313
11379
|
}))));
|
|
11314
11380
|
};
|
|
11315
11381
|
|
|
11316
|
-
const _excluded$
|
|
11382
|
+
const _excluded$5h = ["color", "size"];
|
|
11317
11383
|
/**
|
|
11318
11384
|
* @typedef {Object} Property1_InstagramChannelProps
|
|
11319
11385
|
* @property {string} [color='currentColor']
|
|
@@ -11328,7 +11394,7 @@ const Property1_InstagramChannel = _ref => {
|
|
|
11328
11394
|
color = 'currentColor',
|
|
11329
11395
|
size = '24'
|
|
11330
11396
|
} = _ref,
|
|
11331
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11397
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5h);
|
|
11332
11398
|
|
|
11333
11399
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11334
11400
|
width: size,
|
|
@@ -11396,7 +11462,7 @@ const Property1_InstagramChannel = _ref => {
|
|
|
11396
11462
|
}))));
|
|
11397
11463
|
};
|
|
11398
11464
|
|
|
11399
|
-
const _excluded$
|
|
11465
|
+
const _excluded$5i = ["color", "size"];
|
|
11400
11466
|
/**
|
|
11401
11467
|
* @typedef {Object} Property1_WebChatProps
|
|
11402
11468
|
* @property {string} [color='currentColor']
|
|
@@ -11411,7 +11477,7 @@ const Property1_WebChat = _ref => {
|
|
|
11411
11477
|
color = 'currentColor',
|
|
11412
11478
|
size = '24'
|
|
11413
11479
|
} = _ref,
|
|
11414
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11480
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5i);
|
|
11415
11481
|
|
|
11416
11482
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11417
11483
|
width: size,
|
|
@@ -11443,7 +11509,7 @@ const Property1_WebChat = _ref => {
|
|
|
11443
11509
|
}))));
|
|
11444
11510
|
};
|
|
11445
11511
|
|
|
11446
|
-
const _excluded$
|
|
11512
|
+
const _excluded$5j = ["color", "size"];
|
|
11447
11513
|
/**
|
|
11448
11514
|
* @typedef {Object} Property1_TelegramChannelProps
|
|
11449
11515
|
* @property {string} [color='currentColor']
|
|
@@ -11458,7 +11524,7 @@ const Property1_TelegramChannel = _ref => {
|
|
|
11458
11524
|
color = 'currentColor',
|
|
11459
11525
|
size = '24'
|
|
11460
11526
|
} = _ref,
|
|
11461
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11527
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5j);
|
|
11462
11528
|
|
|
11463
11529
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11464
11530
|
width: size,
|
|
@@ -11490,7 +11556,7 @@ const Property1_TelegramChannel = _ref => {
|
|
|
11490
11556
|
}))));
|
|
11491
11557
|
};
|
|
11492
11558
|
|
|
11493
|
-
const _excluded$
|
|
11559
|
+
const _excluded$5k = ["color", "size"];
|
|
11494
11560
|
/**
|
|
11495
11561
|
* @typedef {Object} Property1_TikTokChannelProps
|
|
11496
11562
|
* @property {string} [color='currentColor']
|
|
@@ -11505,7 +11571,7 @@ const Property1_TikTokChannel = _ref => {
|
|
|
11505
11571
|
color = 'currentColor',
|
|
11506
11572
|
size = '24'
|
|
11507
11573
|
} = _ref,
|
|
11508
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11574
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5k);
|
|
11509
11575
|
|
|
11510
11576
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11511
11577
|
width: size,
|
|
@@ -11537,7 +11603,7 @@ const Property1_TikTokChannel = _ref => {
|
|
|
11537
11603
|
}))));
|
|
11538
11604
|
};
|
|
11539
11605
|
|
|
11540
|
-
const _excluded$
|
|
11606
|
+
const _excluded$5l = ["color", "size"];
|
|
11541
11607
|
/**
|
|
11542
11608
|
* @typedef {Object} AiKnowledgeProps
|
|
11543
11609
|
* @property {string} [color='currentColor']
|
|
@@ -11552,7 +11618,7 @@ const AiKnowledge = _ref => {
|
|
|
11552
11618
|
color = 'currentColor',
|
|
11553
11619
|
size = '24'
|
|
11554
11620
|
} = _ref,
|
|
11555
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11621
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5l);
|
|
11556
11622
|
|
|
11557
11623
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11558
11624
|
width: size,
|
|
@@ -11585,6 +11651,8 @@ exports.Ads = Ads;
|
|
|
11585
11651
|
exports.AdsAd = AdsAd;
|
|
11586
11652
|
exports.AdsAdSet = AdsAdSet;
|
|
11587
11653
|
exports.Ai = Ai;
|
|
11654
|
+
exports.AiAnswersSkill = AiAnswersSkill;
|
|
11655
|
+
exports.AiEngagementSkill = AiEngagementSkill;
|
|
11588
11656
|
exports.AiFilled = AiFilled;
|
|
11589
11657
|
exports.AiIntention = AiIntention;
|
|
11590
11658
|
exports.AiKnowledge = AiKnowledge;
|