@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/umd/mcicons.js
CHANGED
|
@@ -879,12 +879,12 @@
|
|
|
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 @@
|
|
|
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
|
};
|
|
@@ -9444,6 +9444,72 @@
|
|
|
9444
9444
|
};
|
|
9445
9445
|
|
|
9446
9446
|
var _excluded$4s = ["color", "size"];
|
|
9447
|
+
/**
|
|
9448
|
+
* @typedef {Object} AiAnswersSkillProps
|
|
9449
|
+
* @property {string} [color='currentColor']
|
|
9450
|
+
* @property {string|number} [size='24']
|
|
9451
|
+
*
|
|
9452
|
+
* @param {AiAnswersSkillProps} props
|
|
9453
|
+
* @returns {JSX.Element}
|
|
9454
|
+
*/
|
|
9455
|
+
|
|
9456
|
+
var AiAnswersSkill = function AiAnswersSkill(_ref) {
|
|
9457
|
+
var _ref$color = _ref.color,
|
|
9458
|
+
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9459
|
+
_ref$size = _ref.size,
|
|
9460
|
+
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9461
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4s);
|
|
9462
|
+
|
|
9463
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9464
|
+
width: size,
|
|
9465
|
+
height: size,
|
|
9466
|
+
viewBox: "0 0 24 24",
|
|
9467
|
+
fill: "none",
|
|
9468
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9469
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9470
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9471
|
+
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",
|
|
9472
|
+
fill: color
|
|
9473
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9474
|
+
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",
|
|
9475
|
+
fill: color
|
|
9476
|
+
}));
|
|
9477
|
+
};
|
|
9478
|
+
|
|
9479
|
+
var _excluded$4t = ["color", "size"];
|
|
9480
|
+
/**
|
|
9481
|
+
* @typedef {Object} AiEngagementSkillProps
|
|
9482
|
+
* @property {string} [color='currentColor']
|
|
9483
|
+
* @property {string|number} [size='24']
|
|
9484
|
+
*
|
|
9485
|
+
* @param {AiEngagementSkillProps} props
|
|
9486
|
+
* @returns {JSX.Element}
|
|
9487
|
+
*/
|
|
9488
|
+
|
|
9489
|
+
var AiEngagementSkill = function AiEngagementSkill(_ref) {
|
|
9490
|
+
var _ref$color = _ref.color,
|
|
9491
|
+
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9492
|
+
_ref$size = _ref.size,
|
|
9493
|
+
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9494
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4t);
|
|
9495
|
+
|
|
9496
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9497
|
+
width: size,
|
|
9498
|
+
height: size,
|
|
9499
|
+
viewBox: "0 0 24 24",
|
|
9500
|
+
fill: "none",
|
|
9501
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9502
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9503
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9504
|
+
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",
|
|
9505
|
+
fill: color
|
|
9506
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9507
|
+
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",
|
|
9508
|
+
fill: color
|
|
9509
|
+
}));
|
|
9510
|
+
};
|
|
9511
|
+
|
|
9512
|
+
var _excluded$4u = ["color", "size"];
|
|
9447
9513
|
/**
|
|
9448
9514
|
* @typedef {Object} AiIntentionProps
|
|
9449
9515
|
* @property {string} [color='currentColor']
|
|
@@ -9458,7 +9524,7 @@
|
|
|
9458
9524
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9459
9525
|
_ref$size = _ref.size,
|
|
9460
9526
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9461
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9527
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4u);
|
|
9462
9528
|
|
|
9463
9529
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9464
9530
|
width: size,
|
|
@@ -9483,7 +9549,7 @@
|
|
|
9483
9549
|
}));
|
|
9484
9550
|
};
|
|
9485
9551
|
|
|
9486
|
-
var _excluded$
|
|
9552
|
+
var _excluded$4v = ["color", "size"];
|
|
9487
9553
|
/**
|
|
9488
9554
|
* @typedef {Object} AiFilledProps
|
|
9489
9555
|
* @property {string} [color='currentColor']
|
|
@@ -9498,7 +9564,7 @@
|
|
|
9498
9564
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9499
9565
|
_ref$size = _ref.size,
|
|
9500
9566
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9501
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9567
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4v);
|
|
9502
9568
|
|
|
9503
9569
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9504
9570
|
width: size,
|
|
@@ -9518,7 +9584,7 @@
|
|
|
9518
9584
|
}));
|
|
9519
9585
|
};
|
|
9520
9586
|
|
|
9521
|
-
var _excluded$
|
|
9587
|
+
var _excluded$4w = ["color", "size"];
|
|
9522
9588
|
/**
|
|
9523
9589
|
* @typedef {Object} BigcommerceProps
|
|
9524
9590
|
* @property {string} [color='currentColor']
|
|
@@ -9532,7 +9598,7 @@
|
|
|
9532
9598
|
var _ref$color = _ref.color,
|
|
9533
9599
|
_ref$size = _ref.size,
|
|
9534
9600
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9535
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9601
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4w);
|
|
9536
9602
|
|
|
9537
9603
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9538
9604
|
width: size,
|
|
@@ -9547,7 +9613,7 @@
|
|
|
9547
9613
|
}));
|
|
9548
9614
|
};
|
|
9549
9615
|
|
|
9550
|
-
var _excluded$
|
|
9616
|
+
var _excluded$4x = ["color", "size"];
|
|
9551
9617
|
/**
|
|
9552
9618
|
* @typedef {Object} WoocommerceProps
|
|
9553
9619
|
* @property {string} [color='currentColor']
|
|
@@ -9561,7 +9627,7 @@
|
|
|
9561
9627
|
var _ref$color = _ref.color,
|
|
9562
9628
|
_ref$size = _ref.size,
|
|
9563
9629
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9564
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9630
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4x);
|
|
9565
9631
|
|
|
9566
9632
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9567
9633
|
width: size,
|
|
@@ -9579,7 +9645,7 @@
|
|
|
9579
9645
|
}));
|
|
9580
9646
|
};
|
|
9581
9647
|
|
|
9582
|
-
var _excluded$
|
|
9648
|
+
var _excluded$4y = ["color", "size"];
|
|
9583
9649
|
/**
|
|
9584
9650
|
* @typedef {Object} AmazonProps
|
|
9585
9651
|
* @property {string} [color='currentColor']
|
|
@@ -9593,7 +9659,7 @@
|
|
|
9593
9659
|
var _ref$color = _ref.color,
|
|
9594
9660
|
_ref$size = _ref.size,
|
|
9595
9661
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9596
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9662
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4y);
|
|
9597
9663
|
|
|
9598
9664
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9599
9665
|
width: size,
|
|
@@ -9611,7 +9677,7 @@
|
|
|
9611
9677
|
}));
|
|
9612
9678
|
};
|
|
9613
9679
|
|
|
9614
|
-
var _excluded$
|
|
9680
|
+
var _excluded$4z = ["color", "size"];
|
|
9615
9681
|
/**
|
|
9616
9682
|
* @typedef {Object} HotmartProps
|
|
9617
9683
|
* @property {string} [color='currentColor']
|
|
@@ -9625,7 +9691,7 @@
|
|
|
9625
9691
|
var _ref$color = _ref.color,
|
|
9626
9692
|
_ref$size = _ref.size,
|
|
9627
9693
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9628
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9694
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4z);
|
|
9629
9695
|
|
|
9630
9696
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9631
9697
|
width: size,
|
|
@@ -9640,7 +9706,7 @@
|
|
|
9640
9706
|
}));
|
|
9641
9707
|
};
|
|
9642
9708
|
|
|
9643
|
-
var _excluded$
|
|
9709
|
+
var _excluded$4A = ["color", "size"];
|
|
9644
9710
|
/**
|
|
9645
9711
|
* @typedef {Object} CreatorProps
|
|
9646
9712
|
* @property {string} [color='currentColor']
|
|
@@ -9655,7 +9721,7 @@
|
|
|
9655
9721
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9656
9722
|
_ref$size = _ref.size,
|
|
9657
9723
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9658
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9724
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4A);
|
|
9659
9725
|
|
|
9660
9726
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9661
9727
|
width: size,
|
|
@@ -9670,7 +9736,7 @@
|
|
|
9670
9736
|
}));
|
|
9671
9737
|
};
|
|
9672
9738
|
|
|
9673
|
-
var _excluded$
|
|
9739
|
+
var _excluded$4B = ["color", "size"];
|
|
9674
9740
|
/**
|
|
9675
9741
|
* @typedef {Object} InstagramDmListProps
|
|
9676
9742
|
* @property {string} [color='currentColor']
|
|
@@ -9685,7 +9751,7 @@
|
|
|
9685
9751
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9686
9752
|
_ref$size = _ref.size,
|
|
9687
9753
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9688
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9754
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4B);
|
|
9689
9755
|
|
|
9690
9756
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9691
9757
|
width: size,
|
|
@@ -9711,7 +9777,7 @@
|
|
|
9711
9777
|
}));
|
|
9712
9778
|
};
|
|
9713
9779
|
|
|
9714
|
-
var _excluded$
|
|
9780
|
+
var _excluded$4C = ["color", "size"];
|
|
9715
9781
|
/**
|
|
9716
9782
|
* @typedef {Object} RealEstateProps
|
|
9717
9783
|
* @property {string} [color='currentColor']
|
|
@@ -9726,7 +9792,7 @@
|
|
|
9726
9792
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9727
9793
|
_ref$size = _ref.size,
|
|
9728
9794
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9729
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9795
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4C);
|
|
9730
9796
|
|
|
9731
9797
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9732
9798
|
width: size,
|
|
@@ -9741,7 +9807,7 @@
|
|
|
9741
9807
|
}));
|
|
9742
9808
|
};
|
|
9743
9809
|
|
|
9744
|
-
var _excluded$
|
|
9810
|
+
var _excluded$4D = ["color", "size"];
|
|
9745
9811
|
/**
|
|
9746
9812
|
* @typedef {Object} BasicsProps
|
|
9747
9813
|
* @property {string} [color='currentColor']
|
|
@@ -9756,7 +9822,7 @@
|
|
|
9756
9822
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9757
9823
|
_ref$size = _ref.size,
|
|
9758
9824
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9759
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9825
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4D);
|
|
9760
9826
|
|
|
9761
9827
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9762
9828
|
width: size,
|
|
@@ -9783,7 +9849,7 @@
|
|
|
9783
9849
|
}));
|
|
9784
9850
|
};
|
|
9785
9851
|
|
|
9786
|
-
var _excluded$
|
|
9852
|
+
var _excluded$4E = ["color", "size"];
|
|
9787
9853
|
/**
|
|
9788
9854
|
* @typedef {Object} FitnessProps
|
|
9789
9855
|
* @property {string} [color='currentColor']
|
|
@@ -9798,7 +9864,7 @@
|
|
|
9798
9864
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9799
9865
|
_ref$size = _ref.size,
|
|
9800
9866
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9801
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9867
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4E);
|
|
9802
9868
|
|
|
9803
9869
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9804
9870
|
width: size,
|
|
@@ -9813,7 +9879,7 @@
|
|
|
9813
9879
|
}));
|
|
9814
9880
|
};
|
|
9815
9881
|
|
|
9816
|
-
var _excluded$
|
|
9882
|
+
var _excluded$4F = ["color", "size"];
|
|
9817
9883
|
/**
|
|
9818
9884
|
* @typedef {Object} HotelProps
|
|
9819
9885
|
* @property {string} [color='currentColor']
|
|
@@ -9828,7 +9894,7 @@
|
|
|
9828
9894
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9829
9895
|
_ref$size = _ref.size,
|
|
9830
9896
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9831
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9897
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4F);
|
|
9832
9898
|
|
|
9833
9899
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9834
9900
|
width: size,
|
|
@@ -9843,7 +9909,7 @@
|
|
|
9843
9909
|
}));
|
|
9844
9910
|
};
|
|
9845
9911
|
|
|
9846
|
-
var _excluded$
|
|
9912
|
+
var _excluded$4G = ["color", "size"];
|
|
9847
9913
|
/**
|
|
9848
9914
|
* @typedef {Object} OrganizationProps
|
|
9849
9915
|
* @property {string} [color='currentColor']
|
|
@@ -9858,7 +9924,7 @@
|
|
|
9858
9924
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9859
9925
|
_ref$size = _ref.size,
|
|
9860
9926
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9861
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9927
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4G);
|
|
9862
9928
|
|
|
9863
9929
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9864
9930
|
width: size,
|
|
@@ -9873,7 +9939,7 @@
|
|
|
9873
9939
|
}));
|
|
9874
9940
|
};
|
|
9875
9941
|
|
|
9876
|
-
var _excluded$
|
|
9942
|
+
var _excluded$4H = ["color", "size"];
|
|
9877
9943
|
/**
|
|
9878
9944
|
* @typedef {Object} ProfessionalConsultingProps
|
|
9879
9945
|
* @property {string} [color='currentColor']
|
|
@@ -9888,7 +9954,7 @@
|
|
|
9888
9954
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9889
9955
|
_ref$size = _ref.size,
|
|
9890
9956
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9891
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9957
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4H);
|
|
9892
9958
|
|
|
9893
9959
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9894
9960
|
width: size,
|
|
@@ -9903,7 +9969,7 @@
|
|
|
9903
9969
|
}));
|
|
9904
9970
|
};
|
|
9905
9971
|
|
|
9906
|
-
var _excluded$
|
|
9972
|
+
var _excluded$4I = ["color", "size"];
|
|
9907
9973
|
/**
|
|
9908
9974
|
* @typedef {Object} MessengerListProps
|
|
9909
9975
|
* @property {string} [color='currentColor']
|
|
@@ -9918,7 +9984,7 @@
|
|
|
9918
9984
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
9919
9985
|
_ref$size = _ref.size,
|
|
9920
9986
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9921
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9987
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4I);
|
|
9922
9988
|
|
|
9923
9989
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9924
9990
|
width: size,
|
|
@@ -9939,7 +10005,7 @@
|
|
|
9939
10005
|
}));
|
|
9940
10006
|
};
|
|
9941
10007
|
|
|
9942
|
-
var _excluded$
|
|
10008
|
+
var _excluded$4J = ["color", "size"];
|
|
9943
10009
|
/**
|
|
9944
10010
|
* @typedef {Object} IntegromatProps
|
|
9945
10011
|
* @property {string} [color='currentColor']
|
|
@@ -9953,7 +10019,7 @@
|
|
|
9953
10019
|
var _ref$color = _ref.color,
|
|
9954
10020
|
_ref$size = _ref.size,
|
|
9955
10021
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9956
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10022
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4J);
|
|
9957
10023
|
|
|
9958
10024
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9959
10025
|
width: size,
|
|
@@ -9968,7 +10034,7 @@
|
|
|
9968
10034
|
}));
|
|
9969
10035
|
};
|
|
9970
10036
|
|
|
9971
|
-
var _excluded$
|
|
10037
|
+
var _excluded$4K = ["color", "size"];
|
|
9972
10038
|
/**
|
|
9973
10039
|
* @typedef {Object} HubspotProps
|
|
9974
10040
|
* @property {string} [color='currentColor']
|
|
@@ -9982,7 +10048,7 @@
|
|
|
9982
10048
|
var _ref$color = _ref.color,
|
|
9983
10049
|
_ref$size = _ref.size,
|
|
9984
10050
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
9985
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10051
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4K);
|
|
9986
10052
|
|
|
9987
10053
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9988
10054
|
width: size,
|
|
@@ -9997,7 +10063,7 @@
|
|
|
9997
10063
|
}));
|
|
9998
10064
|
};
|
|
9999
10065
|
|
|
10000
|
-
var _excluded$
|
|
10066
|
+
var _excluded$4L = ["color", "size"];
|
|
10001
10067
|
/**
|
|
10002
10068
|
* @typedef {Object} KlaviyoProps
|
|
10003
10069
|
* @property {string} [color='currentColor']
|
|
@@ -10011,7 +10077,7 @@
|
|
|
10011
10077
|
var _ref$color = _ref.color,
|
|
10012
10078
|
_ref$size = _ref.size,
|
|
10013
10079
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10014
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10080
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4L);
|
|
10015
10081
|
|
|
10016
10082
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10017
10083
|
width: size,
|
|
@@ -10050,7 +10116,7 @@
|
|
|
10050
10116
|
}))));
|
|
10051
10117
|
};
|
|
10052
10118
|
|
|
10053
|
-
var _excluded$
|
|
10119
|
+
var _excluded$4M = ["color", "size"];
|
|
10054
10120
|
/**
|
|
10055
10121
|
* @typedef {Object} ActivecampaignProps
|
|
10056
10122
|
* @property {string} [color='currentColor']
|
|
@@ -10064,7 +10130,7 @@
|
|
|
10064
10130
|
var _ref$color = _ref.color,
|
|
10065
10131
|
_ref$size = _ref.size,
|
|
10066
10132
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10067
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10133
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4M);
|
|
10068
10134
|
|
|
10069
10135
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10070
10136
|
width: size,
|
|
@@ -10081,7 +10147,7 @@
|
|
|
10081
10147
|
}));
|
|
10082
10148
|
};
|
|
10083
10149
|
|
|
10084
|
-
var _excluded$
|
|
10150
|
+
var _excluded$4N = ["color", "size"];
|
|
10085
10151
|
/**
|
|
10086
10152
|
* @typedef {Object} ChatGptProps
|
|
10087
10153
|
* @property {string} [color='currentColor']
|
|
@@ -10095,7 +10161,7 @@
|
|
|
10095
10161
|
var _ref$color = _ref.color,
|
|
10096
10162
|
_ref$size = _ref.size,
|
|
10097
10163
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10098
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10164
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4N);
|
|
10099
10165
|
|
|
10100
10166
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10101
10167
|
width: size,
|
|
@@ -10110,7 +10176,7 @@
|
|
|
10110
10176
|
}));
|
|
10111
10177
|
};
|
|
10112
10178
|
|
|
10113
|
-
var _excluded$
|
|
10179
|
+
var _excluded$4O = ["color", "size"];
|
|
10114
10180
|
/**
|
|
10115
10181
|
* @typedef {Object} MailChimpProps
|
|
10116
10182
|
* @property {string} [color='currentColor']
|
|
@@ -10124,7 +10190,7 @@
|
|
|
10124
10190
|
var _ref$color = _ref.color,
|
|
10125
10191
|
_ref$size = _ref.size,
|
|
10126
10192
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10127
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10193
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4O);
|
|
10128
10194
|
|
|
10129
10195
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10130
10196
|
width: size,
|
|
@@ -10157,7 +10223,7 @@
|
|
|
10157
10223
|
}));
|
|
10158
10224
|
};
|
|
10159
10225
|
|
|
10160
|
-
var _excluded$
|
|
10226
|
+
var _excluded$4P = ["color", "size"];
|
|
10161
10227
|
/**
|
|
10162
10228
|
* @typedef {Object} ConvertKitProps
|
|
10163
10229
|
* @property {string} [color='currentColor']
|
|
@@ -10171,7 +10237,7 @@
|
|
|
10171
10237
|
var _ref$color = _ref.color,
|
|
10172
10238
|
_ref$size = _ref.size,
|
|
10173
10239
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10174
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10240
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4P);
|
|
10175
10241
|
|
|
10176
10242
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10177
10243
|
width: size,
|
|
@@ -10186,7 +10252,7 @@
|
|
|
10186
10252
|
}));
|
|
10187
10253
|
};
|
|
10188
10254
|
|
|
10189
|
-
var _excluded$
|
|
10255
|
+
var _excluded$4Q = ["color", "size"];
|
|
10190
10256
|
/**
|
|
10191
10257
|
* @typedef {Object} GoogleSheetsProps
|
|
10192
10258
|
* @property {string} [color='currentColor']
|
|
@@ -10200,7 +10266,7 @@
|
|
|
10200
10266
|
var _ref$color = _ref.color,
|
|
10201
10267
|
_ref$size = _ref.size,
|
|
10202
10268
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10203
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10269
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4Q);
|
|
10204
10270
|
|
|
10205
10271
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10206
10272
|
width: size,
|
|
@@ -10226,7 +10292,7 @@
|
|
|
10226
10292
|
}));
|
|
10227
10293
|
};
|
|
10228
10294
|
|
|
10229
|
-
var _excluded$
|
|
10295
|
+
var _excluded$4R = ["color", "size"];
|
|
10230
10296
|
/**
|
|
10231
10297
|
* @typedef {Object} SalesforceProps
|
|
10232
10298
|
* @property {string} [color='currentColor']
|
|
@@ -10240,7 +10306,7 @@
|
|
|
10240
10306
|
var _ref$color = _ref.color,
|
|
10241
10307
|
_ref$size = _ref.size,
|
|
10242
10308
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10243
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10309
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4R);
|
|
10244
10310
|
|
|
10245
10311
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10246
10312
|
width: size,
|
|
@@ -10264,7 +10330,7 @@
|
|
|
10264
10330
|
}))));
|
|
10265
10331
|
};
|
|
10266
10332
|
|
|
10267
|
-
var _excluded$
|
|
10333
|
+
var _excluded$4S = ["color", "size"];
|
|
10268
10334
|
/**
|
|
10269
10335
|
* @typedef {Object} PipedriveProps
|
|
10270
10336
|
* @property {string} [color='currentColor']
|
|
@@ -10278,7 +10344,7 @@
|
|
|
10278
10344
|
var _ref$color = _ref.color,
|
|
10279
10345
|
_ref$size = _ref.size,
|
|
10280
10346
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10281
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10347
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4S);
|
|
10282
10348
|
|
|
10283
10349
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10284
10350
|
width: size,
|
|
@@ -10296,7 +10362,7 @@
|
|
|
10296
10362
|
}));
|
|
10297
10363
|
};
|
|
10298
10364
|
|
|
10299
|
-
var _excluded$
|
|
10365
|
+
var _excluded$4T = ["color", "size"];
|
|
10300
10366
|
/**
|
|
10301
10367
|
* @typedef {Object} WiseagentProps
|
|
10302
10368
|
* @property {string} [color='currentColor']
|
|
@@ -10310,7 +10376,7 @@
|
|
|
10310
10376
|
var _ref$color = _ref.color,
|
|
10311
10377
|
_ref$size = _ref.size,
|
|
10312
10378
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10313
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10379
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4T);
|
|
10314
10380
|
|
|
10315
10381
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10316
10382
|
width: size,
|
|
@@ -10331,7 +10397,7 @@
|
|
|
10331
10397
|
}));
|
|
10332
10398
|
};
|
|
10333
10399
|
|
|
10334
|
-
var _excluded$
|
|
10400
|
+
var _excluded$4U = ["color", "size"];
|
|
10335
10401
|
/**
|
|
10336
10402
|
* @typedef {Object} FlodeskProps
|
|
10337
10403
|
* @property {string} [color='currentColor']
|
|
@@ -10345,7 +10411,7 @@
|
|
|
10345
10411
|
var _ref$color = _ref.color,
|
|
10346
10412
|
_ref$size = _ref.size,
|
|
10347
10413
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10348
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10414
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4U);
|
|
10349
10415
|
|
|
10350
10416
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10351
10417
|
width: size,
|
|
@@ -10360,7 +10426,7 @@
|
|
|
10360
10426
|
}));
|
|
10361
10427
|
};
|
|
10362
10428
|
|
|
10363
|
-
var _excluded$
|
|
10429
|
+
var _excluded$4V = ["color", "size"];
|
|
10364
10430
|
/**
|
|
10365
10431
|
* @typedef {Object} DeepSeekProps
|
|
10366
10432
|
* @property {string} [color='currentColor']
|
|
@@ -10374,7 +10440,7 @@
|
|
|
10374
10440
|
var _ref$color = _ref.color,
|
|
10375
10441
|
_ref$size = _ref.size,
|
|
10376
10442
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10377
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10443
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4V);
|
|
10378
10444
|
|
|
10379
10445
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10380
10446
|
width: size,
|
|
@@ -10389,7 +10455,7 @@
|
|
|
10389
10455
|
}));
|
|
10390
10456
|
};
|
|
10391
10457
|
|
|
10392
|
-
var _excluded$
|
|
10458
|
+
var _excluded$4W = ["color", "size"];
|
|
10393
10459
|
/**
|
|
10394
10460
|
* @typedef {Object} ApptivoProps
|
|
10395
10461
|
* @property {string} [color='currentColor']
|
|
@@ -10403,7 +10469,7 @@
|
|
|
10403
10469
|
var _ref$color = _ref.color,
|
|
10404
10470
|
_ref$size = _ref.size,
|
|
10405
10471
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10406
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10472
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4W);
|
|
10407
10473
|
|
|
10408
10474
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10409
10475
|
width: size,
|
|
@@ -10421,7 +10487,7 @@
|
|
|
10421
10487
|
}));
|
|
10422
10488
|
};
|
|
10423
10489
|
|
|
10424
|
-
var _excluded$
|
|
10490
|
+
var _excluded$4X = ["color", "size"];
|
|
10425
10491
|
/**
|
|
10426
10492
|
* @typedef {Object} ZillowProps
|
|
10427
10493
|
* @property {string} [color='currentColor']
|
|
@@ -10435,7 +10501,7 @@
|
|
|
10435
10501
|
var _ref$color = _ref.color,
|
|
10436
10502
|
_ref$size = _ref.size,
|
|
10437
10503
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10438
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10504
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4X);
|
|
10439
10505
|
|
|
10440
10506
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10441
10507
|
width: size,
|
|
@@ -10452,7 +10518,7 @@
|
|
|
10452
10518
|
}));
|
|
10453
10519
|
};
|
|
10454
10520
|
|
|
10455
|
-
var _excluded$
|
|
10521
|
+
var _excluded$4Y = ["color", "size"];
|
|
10456
10522
|
/**
|
|
10457
10523
|
* @typedef {Object} CanvaProps
|
|
10458
10524
|
* @property {string} [color='currentColor']
|
|
@@ -10466,7 +10532,7 @@
|
|
|
10466
10532
|
var _ref$color = _ref.color,
|
|
10467
10533
|
_ref$size = _ref.size,
|
|
10468
10534
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10469
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10535
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4Y);
|
|
10470
10536
|
|
|
10471
10537
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10472
10538
|
width: size,
|
|
@@ -10552,7 +10618,7 @@
|
|
|
10552
10618
|
}))));
|
|
10553
10619
|
};
|
|
10554
10620
|
|
|
10555
|
-
var _excluded$
|
|
10621
|
+
var _excluded$4Z = ["color", "size"];
|
|
10556
10622
|
/**
|
|
10557
10623
|
* @typedef {Object} KajabiProps
|
|
10558
10624
|
* @property {string} [color='currentColor']
|
|
@@ -10566,7 +10632,7 @@
|
|
|
10566
10632
|
var _ref$color = _ref.color,
|
|
10567
10633
|
_ref$size = _ref.size,
|
|
10568
10634
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10569
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10635
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4Z);
|
|
10570
10636
|
|
|
10571
10637
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10572
10638
|
width: size,
|
|
@@ -10588,7 +10654,7 @@
|
|
|
10588
10654
|
}));
|
|
10589
10655
|
};
|
|
10590
10656
|
|
|
10591
|
-
var _excluded$
|
|
10657
|
+
var _excluded$4_ = ["color", "size"];
|
|
10592
10658
|
/**
|
|
10593
10659
|
* @typedef {Object} MagentoProps
|
|
10594
10660
|
* @property {string} [color='currentColor']
|
|
@@ -10602,7 +10668,7 @@
|
|
|
10602
10668
|
var _ref$color = _ref.color,
|
|
10603
10669
|
_ref$size = _ref.size,
|
|
10604
10670
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10605
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10671
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4_);
|
|
10606
10672
|
|
|
10607
10673
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10608
10674
|
width: size,
|
|
@@ -10617,7 +10683,7 @@
|
|
|
10617
10683
|
}));
|
|
10618
10684
|
};
|
|
10619
10685
|
|
|
10620
|
-
var _excluded$
|
|
10686
|
+
var _excluded$4$ = ["color", "size"];
|
|
10621
10687
|
/**
|
|
10622
10688
|
* @typedef {Object} ArrowDownRightProps
|
|
10623
10689
|
* @property {string} [color='currentColor']
|
|
@@ -10632,7 +10698,7 @@
|
|
|
10632
10698
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
10633
10699
|
_ref$size = _ref.size,
|
|
10634
10700
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10635
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10701
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4$);
|
|
10636
10702
|
|
|
10637
10703
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10638
10704
|
width: size,
|
|
@@ -10650,7 +10716,7 @@
|
|
|
10650
10716
|
}));
|
|
10651
10717
|
};
|
|
10652
10718
|
|
|
10653
|
-
var _excluded$
|
|
10719
|
+
var _excluded$50 = ["color", "size"];
|
|
10654
10720
|
/**
|
|
10655
10721
|
* @typedef {Object} ReturnKeyProps
|
|
10656
10722
|
* @property {string} [color='currentColor']
|
|
@@ -10665,7 +10731,7 @@
|
|
|
10665
10731
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
10666
10732
|
_ref$size = _ref.size,
|
|
10667
10733
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10668
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10734
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$50);
|
|
10669
10735
|
|
|
10670
10736
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10671
10737
|
width: size,
|
|
@@ -10680,7 +10746,7 @@
|
|
|
10680
10746
|
}));
|
|
10681
10747
|
};
|
|
10682
10748
|
|
|
10683
|
-
var _excluded$
|
|
10749
|
+
var _excluded$51 = ["color", "size"];
|
|
10684
10750
|
/**
|
|
10685
10751
|
* @typedef {Object} UnreadProps
|
|
10686
10752
|
* @property {string} [color='currentColor']
|
|
@@ -10695,7 +10761,7 @@
|
|
|
10695
10761
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
10696
10762
|
_ref$size = _ref.size,
|
|
10697
10763
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10698
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10764
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$51);
|
|
10699
10765
|
|
|
10700
10766
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10701
10767
|
width: size,
|
|
@@ -10712,7 +10778,7 @@
|
|
|
10712
10778
|
}));
|
|
10713
10779
|
};
|
|
10714
10780
|
|
|
10715
|
-
var _excluded$
|
|
10781
|
+
var _excluded$52 = ["color", "size"];
|
|
10716
10782
|
/**
|
|
10717
10783
|
* @typedef {Object} PrivacyProps
|
|
10718
10784
|
* @property {string} [color='currentColor']
|
|
@@ -10727,7 +10793,7 @@
|
|
|
10727
10793
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
10728
10794
|
_ref$size = _ref.size,
|
|
10729
10795
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10730
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10796
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$52);
|
|
10731
10797
|
|
|
10732
10798
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10733
10799
|
width: size,
|
|
@@ -10748,7 +10814,7 @@
|
|
|
10748
10814
|
}));
|
|
10749
10815
|
};
|
|
10750
10816
|
|
|
10751
|
-
var _excluded$
|
|
10817
|
+
var _excluded$53 = ["color", "size"];
|
|
10752
10818
|
/**
|
|
10753
10819
|
* @typedef {Object} LocationProps
|
|
10754
10820
|
* @property {string} [color='currentColor']
|
|
@@ -10763,7 +10829,7 @@
|
|
|
10763
10829
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
10764
10830
|
_ref$size = _ref.size,
|
|
10765
10831
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10766
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10832
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$53);
|
|
10767
10833
|
|
|
10768
10834
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10769
10835
|
width: size,
|
|
@@ -10785,7 +10851,7 @@
|
|
|
10785
10851
|
}));
|
|
10786
10852
|
};
|
|
10787
10853
|
|
|
10788
|
-
var _excluded$
|
|
10854
|
+
var _excluded$54 = ["color", "size"];
|
|
10789
10855
|
/**
|
|
10790
10856
|
* @typedef {Object} TikTokProps
|
|
10791
10857
|
* @property {string} [color='currentColor']
|
|
@@ -10799,7 +10865,7 @@
|
|
|
10799
10865
|
var _ref$color = _ref.color,
|
|
10800
10866
|
_ref$size = _ref.size,
|
|
10801
10867
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10802
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10868
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$54);
|
|
10803
10869
|
|
|
10804
10870
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10805
10871
|
width: size,
|
|
@@ -10832,7 +10898,7 @@
|
|
|
10832
10898
|
}));
|
|
10833
10899
|
};
|
|
10834
10900
|
|
|
10835
|
-
var _excluded$
|
|
10901
|
+
var _excluded$55 = ["color", "size"];
|
|
10836
10902
|
/**
|
|
10837
10903
|
* @typedef {Object} ClaudeProps
|
|
10838
10904
|
* @property {string} [color='currentColor']
|
|
@@ -10846,7 +10912,7 @@
|
|
|
10846
10912
|
var _ref$color = _ref.color,
|
|
10847
10913
|
_ref$size = _ref.size,
|
|
10848
10914
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10849
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10915
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$55);
|
|
10850
10916
|
|
|
10851
10917
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10852
10918
|
width: size,
|
|
@@ -10861,7 +10927,7 @@
|
|
|
10861
10927
|
}));
|
|
10862
10928
|
};
|
|
10863
10929
|
|
|
10864
|
-
var _excluded$
|
|
10930
|
+
var _excluded$56 = ["color", "size"];
|
|
10865
10931
|
/**
|
|
10866
10932
|
* @typedef {Object} TikTokChannel2Props
|
|
10867
10933
|
* @property {string} [color='currentColor']
|
|
@@ -10876,7 +10942,7 @@
|
|
|
10876
10942
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
10877
10943
|
_ref$size = _ref.size,
|
|
10878
10944
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10879
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10945
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$56);
|
|
10880
10946
|
|
|
10881
10947
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10882
10948
|
width: size,
|
|
@@ -10893,7 +10959,7 @@
|
|
|
10893
10959
|
}));
|
|
10894
10960
|
};
|
|
10895
10961
|
|
|
10896
|
-
var _excluded$
|
|
10962
|
+
var _excluded$57 = ["color", "size"];
|
|
10897
10963
|
/**
|
|
10898
10964
|
* @typedef {Object} AutomationsPausedFilledProps
|
|
10899
10965
|
* @property {string} [color='currentColor']
|
|
@@ -10908,7 +10974,7 @@
|
|
|
10908
10974
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
10909
10975
|
_ref$size = _ref.size,
|
|
10910
10976
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10911
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10977
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$57);
|
|
10912
10978
|
|
|
10913
10979
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10914
10980
|
width: size,
|
|
@@ -10926,7 +10992,7 @@
|
|
|
10926
10992
|
}));
|
|
10927
10993
|
};
|
|
10928
10994
|
|
|
10929
|
-
var _excluded$
|
|
10995
|
+
var _excluded$58 = ["color", "size"];
|
|
10930
10996
|
/**
|
|
10931
10997
|
* @typedef {Object} AutomationsStoppedFilledProps
|
|
10932
10998
|
* @property {string} [color='currentColor']
|
|
@@ -10941,7 +11007,7 @@
|
|
|
10941
11007
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
10942
11008
|
_ref$size = _ref.size,
|
|
10943
11009
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10944
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11010
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$58);
|
|
10945
11011
|
|
|
10946
11012
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10947
11013
|
width: size,
|
|
@@ -10956,7 +11022,7 @@
|
|
|
10956
11022
|
}));
|
|
10957
11023
|
};
|
|
10958
11024
|
|
|
10959
|
-
var _excluded$
|
|
11025
|
+
var _excluded$59 = ["color", "size"];
|
|
10960
11026
|
/**
|
|
10961
11027
|
* @typedef {Object} BulletProps
|
|
10962
11028
|
* @property {string} [color='currentColor']
|
|
@@ -10971,7 +11037,7 @@
|
|
|
10971
11037
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
10972
11038
|
_ref$size = _ref.size,
|
|
10973
11039
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
10974
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11040
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$59);
|
|
10975
11041
|
|
|
10976
11042
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10977
11043
|
width: size,
|
|
@@ -10986,7 +11052,7 @@
|
|
|
10986
11052
|
}));
|
|
10987
11053
|
};
|
|
10988
11054
|
|
|
10989
|
-
var _excluded$
|
|
11055
|
+
var _excluded$5a = ["color", "size"];
|
|
10990
11056
|
/**
|
|
10991
11057
|
* @typedef {Object} NavCollapseProps
|
|
10992
11058
|
* @property {string} [color='currentColor']
|
|
@@ -11001,7 +11067,7 @@
|
|
|
11001
11067
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
11002
11068
|
_ref$size = _ref.size,
|
|
11003
11069
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11004
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11070
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5a);
|
|
11005
11071
|
|
|
11006
11072
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11007
11073
|
width: size,
|
|
@@ -11022,7 +11088,7 @@
|
|
|
11022
11088
|
}));
|
|
11023
11089
|
};
|
|
11024
11090
|
|
|
11025
|
-
var _excluded$
|
|
11091
|
+
var _excluded$5b = ["color", "size"];
|
|
11026
11092
|
/**
|
|
11027
11093
|
* @typedef {Object} NavExpandProps
|
|
11028
11094
|
* @property {string} [color='currentColor']
|
|
@@ -11037,7 +11103,7 @@
|
|
|
11037
11103
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
11038
11104
|
_ref$size = _ref.size,
|
|
11039
11105
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11040
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11106
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5b);
|
|
11041
11107
|
|
|
11042
11108
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11043
11109
|
width: size,
|
|
@@ -11058,7 +11124,7 @@
|
|
|
11058
11124
|
}));
|
|
11059
11125
|
};
|
|
11060
11126
|
|
|
11061
|
-
var _excluded$
|
|
11127
|
+
var _excluded$5c = ["color", "size"];
|
|
11062
11128
|
/**
|
|
11063
11129
|
* @typedef {Object} RetailProps
|
|
11064
11130
|
* @property {string} [color='currentColor']
|
|
@@ -11073,7 +11139,7 @@
|
|
|
11073
11139
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
11074
11140
|
_ref$size = _ref.size,
|
|
11075
11141
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11076
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11142
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5c);
|
|
11077
11143
|
|
|
11078
11144
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11079
11145
|
width: size,
|
|
@@ -11090,7 +11156,7 @@
|
|
|
11090
11156
|
}));
|
|
11091
11157
|
};
|
|
11092
11158
|
|
|
11093
|
-
var _excluded$
|
|
11159
|
+
var _excluded$5d = ["color", "size"];
|
|
11094
11160
|
/**
|
|
11095
11161
|
* @typedef {Object} Property1_MessengerChannelProps
|
|
11096
11162
|
* @property {string} [color='currentColor']
|
|
@@ -11104,7 +11170,7 @@
|
|
|
11104
11170
|
var _ref$color = _ref.color,
|
|
11105
11171
|
_ref$size = _ref.size,
|
|
11106
11172
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11107
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11173
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5d);
|
|
11108
11174
|
|
|
11109
11175
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11110
11176
|
width: size,
|
|
@@ -11139,7 +11205,7 @@
|
|
|
11139
11205
|
}))));
|
|
11140
11206
|
};
|
|
11141
11207
|
|
|
11142
|
-
var _excluded$
|
|
11208
|
+
var _excluded$5e = ["color", "size"];
|
|
11143
11209
|
/**
|
|
11144
11210
|
* @typedef {Object} Property1_EmailChannelProps
|
|
11145
11211
|
* @property {string} [color='currentColor']
|
|
@@ -11153,7 +11219,7 @@
|
|
|
11153
11219
|
var _ref$color = _ref.color,
|
|
11154
11220
|
_ref$size = _ref.size,
|
|
11155
11221
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11156
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11222
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5e);
|
|
11157
11223
|
|
|
11158
11224
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11159
11225
|
width: size,
|
|
@@ -11188,7 +11254,7 @@
|
|
|
11188
11254
|
}))));
|
|
11189
11255
|
};
|
|
11190
11256
|
|
|
11191
|
-
var _excluded$
|
|
11257
|
+
var _excluded$5f = ["color", "size"];
|
|
11192
11258
|
/**
|
|
11193
11259
|
* @typedef {Object} Property1_SmsChannelProps
|
|
11194
11260
|
* @property {string} [color='currentColor']
|
|
@@ -11202,7 +11268,7 @@
|
|
|
11202
11268
|
var _ref$color = _ref.color,
|
|
11203
11269
|
_ref$size = _ref.size,
|
|
11204
11270
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11205
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11271
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5f);
|
|
11206
11272
|
|
|
11207
11273
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11208
11274
|
width: size,
|
|
@@ -11232,7 +11298,7 @@
|
|
|
11232
11298
|
}))));
|
|
11233
11299
|
};
|
|
11234
11300
|
|
|
11235
|
-
var _excluded$
|
|
11301
|
+
var _excluded$5g = ["color", "size"];
|
|
11236
11302
|
/**
|
|
11237
11303
|
* @typedef {Object} Property1_WhatsAppChannelProps
|
|
11238
11304
|
* @property {string} [color='currentColor']
|
|
@@ -11246,7 +11312,7 @@
|
|
|
11246
11312
|
var _ref$color = _ref.color,
|
|
11247
11313
|
_ref$size = _ref.size,
|
|
11248
11314
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11249
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11315
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5g);
|
|
11250
11316
|
|
|
11251
11317
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11252
11318
|
width: size,
|
|
@@ -11278,7 +11344,7 @@
|
|
|
11278
11344
|
}))));
|
|
11279
11345
|
};
|
|
11280
11346
|
|
|
11281
|
-
var _excluded$
|
|
11347
|
+
var _excluded$5h = ["color", "size"];
|
|
11282
11348
|
/**
|
|
11283
11349
|
* @typedef {Object} Property1_InstagramChannelProps
|
|
11284
11350
|
* @property {string} [color='currentColor']
|
|
@@ -11292,7 +11358,7 @@
|
|
|
11292
11358
|
var _ref$color = _ref.color,
|
|
11293
11359
|
_ref$size = _ref.size,
|
|
11294
11360
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11295
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11361
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5h);
|
|
11296
11362
|
|
|
11297
11363
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11298
11364
|
width: size,
|
|
@@ -11360,7 +11426,7 @@
|
|
|
11360
11426
|
}))));
|
|
11361
11427
|
};
|
|
11362
11428
|
|
|
11363
|
-
var _excluded$
|
|
11429
|
+
var _excluded$5i = ["color", "size"];
|
|
11364
11430
|
/**
|
|
11365
11431
|
* @typedef {Object} Property1_WebChatProps
|
|
11366
11432
|
* @property {string} [color='currentColor']
|
|
@@ -11374,7 +11440,7 @@
|
|
|
11374
11440
|
var _ref$color = _ref.color,
|
|
11375
11441
|
_ref$size = _ref.size,
|
|
11376
11442
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11377
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11443
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5i);
|
|
11378
11444
|
|
|
11379
11445
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11380
11446
|
width: size,
|
|
@@ -11406,7 +11472,7 @@
|
|
|
11406
11472
|
}))));
|
|
11407
11473
|
};
|
|
11408
11474
|
|
|
11409
|
-
var _excluded$
|
|
11475
|
+
var _excluded$5j = ["color", "size"];
|
|
11410
11476
|
/**
|
|
11411
11477
|
* @typedef {Object} Property1_TelegramChannelProps
|
|
11412
11478
|
* @property {string} [color='currentColor']
|
|
@@ -11420,7 +11486,7 @@
|
|
|
11420
11486
|
var _ref$color = _ref.color,
|
|
11421
11487
|
_ref$size = _ref.size,
|
|
11422
11488
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11423
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11489
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5j);
|
|
11424
11490
|
|
|
11425
11491
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11426
11492
|
width: size,
|
|
@@ -11452,7 +11518,7 @@
|
|
|
11452
11518
|
}))));
|
|
11453
11519
|
};
|
|
11454
11520
|
|
|
11455
|
-
var _excluded$
|
|
11521
|
+
var _excluded$5k = ["color", "size"];
|
|
11456
11522
|
/**
|
|
11457
11523
|
* @typedef {Object} Property1_TikTokChannelProps
|
|
11458
11524
|
* @property {string} [color='currentColor']
|
|
@@ -11466,7 +11532,7 @@
|
|
|
11466
11532
|
var _ref$color = _ref.color,
|
|
11467
11533
|
_ref$size = _ref.size,
|
|
11468
11534
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11469
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11535
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5k);
|
|
11470
11536
|
|
|
11471
11537
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11472
11538
|
width: size,
|
|
@@ -11498,7 +11564,7 @@
|
|
|
11498
11564
|
}))));
|
|
11499
11565
|
};
|
|
11500
11566
|
|
|
11501
|
-
var _excluded$
|
|
11567
|
+
var _excluded$5l = ["color", "size"];
|
|
11502
11568
|
/**
|
|
11503
11569
|
* @typedef {Object} AiKnowledgeProps
|
|
11504
11570
|
* @property {string} [color='currentColor']
|
|
@@ -11513,7 +11579,7 @@
|
|
|
11513
11579
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
11514
11580
|
_ref$size = _ref.size,
|
|
11515
11581
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
11516
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11582
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5l);
|
|
11517
11583
|
|
|
11518
11584
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11519
11585
|
width: size,
|
|
@@ -11546,6 +11612,8 @@
|
|
|
11546
11612
|
exports.AdsAd = AdsAd;
|
|
11547
11613
|
exports.AdsAdSet = AdsAdSet;
|
|
11548
11614
|
exports.Ai = Ai;
|
|
11615
|
+
exports.AiAnswersSkill = AiAnswersSkill;
|
|
11616
|
+
exports.AiEngagementSkill = AiEngagementSkill;
|
|
11549
11617
|
exports.AiFilled = AiFilled;
|
|
11550
11618
|
exports.AiIntention = AiIntention;
|
|
11551
11619
|
exports.AiKnowledge = AiKnowledge;
|