@manychat/icons 4.25.4 → 4.27.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 +4 -0
- package/dist/index.es.js +269 -108
- package/dist/index.js +272 -107
- package/package.json +1 -1
- package/umd/mcicons.js +264 -107
- package/umd/mcicons.min.js +1 -1
package/dist/index.es.js
CHANGED
|
@@ -6058,7 +6058,7 @@ const Community = props => {
|
|
|
6058
6058
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6059
6059
|
preserveAspectRatio: "xMidYMid meet"
|
|
6060
6060
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
6061
|
-
d: "M16.8983 10.6C18.6511 10.6 20.1117 9.1 20.1117 7.3C20.1117 5.5 18.6511 4 16.8983 4C15.1456 4 13.685 5.4 13.685 7.2C13.685 9.1 15.1456 10.6 16.8983 10.6ZM16.8983 5.4C17.8721 5.4 18.6511 6.2 18.6511 7.2C18.6511 8.2 17.8721 9 16.8983 9C15.9246 9 15.1456 8.2 15.1456 7.2C15.1456 6.2 15.9246 5.4 16.8983 5.4ZM21.9618 15.3C22.0592 15.9 21.9618 16.6 21.767 17.3H20.3064C20.5012 16.6 20.5986 16 20.5012 15.5C20.3064 13.5 17.2878 13.1 16.2167 13.1C15.5351 13.1 13.9771 13.3 12.906 14V12.2C13.9771 11.7 15.
|
|
6061
|
+
d: "M16.8983 10.6C18.6511 10.6 20.1117 9.1 20.1117 7.3C20.1117 5.5 18.6511 4 16.8983 4C15.1456 4 13.685 5.4 13.685 7.2C13.685 9.1 15.1456 10.6 16.8983 10.6ZM16.8983 5.4C17.8721 5.4 18.6511 6.2 18.6511 7.2C18.6511 8.2 17.8721 9 16.8983 9C15.9246 9 15.1456 8.2 15.1456 7.2C15.1456 6.2 15.9246 5.4 16.8983 5.4ZM21.9618 15.3C22.0592 15.9 21.9618 16.6 21.767 17.3H20.3064C20.5012 16.6 20.5986 16 20.5012 15.5C20.3064 13.5 17.2878 13.1 16.2167 13.1C15.5351 13.1 13.9771 13.3 12.906 14V12.2C13.9771 11.7 15.243 11.5 16.1193 11.5H16.2167C18.0668 11.6 21.5723 12.4 21.9618 15.3ZM8.71885 13.7C10.9585 13.7 12.8086 11.8 12.8086 9.5C12.8086 7.2 10.9585 5.3 8.71885 5.3C6.47923 5.3 4.62912 7.2 4.62912 9.5C4.62912 11.8 6.38186 13.7 8.71885 13.7ZM8.71885 6.8C10.1795 6.8 11.348 8 11.348 9.5C11.348 11 10.1795 12.2 8.71885 12.2C7.25823 12.2 5.99236 11 5.99236 9.5C5.99236 8 7.16086 6.8 8.71885 6.8ZM15.4377 18.7C15.5351 19.4 15.3403 20.2 15.243 21H13.685C13.8797 20.2 13.9771 19.4 13.9771 18.9C13.685 16.4 10.0821 15.9 8.71885 15.9C7.35561 15.9 3.75274 16.4 3.46062 18.9C3.46062 19.4 3.55799 20.2 3.75274 21H2.19475C2.09737 20.2 2 19.4 2 18.7C2.3895 15.3 6.47923 14.4 8.62148 14.4H8.71885C10.9585 14.4 15.0482 15.3 15.4377 18.7Z",
|
|
6062
6062
|
fill: color
|
|
6063
6063
|
}));
|
|
6064
6064
|
};
|
|
@@ -9654,13 +9654,61 @@ Google.defaultProps = {
|
|
|
9654
9654
|
|
|
9655
9655
|
const _excluded$4m = ["color", "size"];
|
|
9656
9656
|
|
|
9657
|
-
const
|
|
9657
|
+
const GoogleAlt = props => {
|
|
9658
9658
|
const {
|
|
9659
9659
|
color,
|
|
9660
9660
|
size
|
|
9661
9661
|
} = props,
|
|
9662
9662
|
otherProps = _objectWithoutProperties(props, _excluded$4m);
|
|
9663
9663
|
|
|
9664
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9665
|
+
width: size,
|
|
9666
|
+
height: size,
|
|
9667
|
+
viewBox: "0 0 24 24",
|
|
9668
|
+
fill: "none",
|
|
9669
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9670
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9671
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9672
|
+
fillRule: "evenodd",
|
|
9673
|
+
clipRule: "evenodd",
|
|
9674
|
+
d: "M21.6 12.2266C21.6 11.5175 21.5364 10.8357 21.4182 10.1812H12V14.0493H17.3818C17.15 15.2993 16.4455 16.3584 15.3864 17.0675V19.5766H18.6182C20.5091 17.8357 21.6 15.2721 21.6 12.2266Z",
|
|
9675
|
+
fill: color
|
|
9676
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9677
|
+
fillRule: "evenodd",
|
|
9678
|
+
clipRule: "evenodd",
|
|
9679
|
+
d: "M11.9992 22.0002C14.6992 22.0002 16.9628 21.1048 18.6174 19.5775L15.3856 17.0684C14.4901 17.6684 13.3446 18.023 11.9992 18.023C9.39465 18.023 7.1901 16.2639 6.40374 13.9002H3.06283V16.4911C4.70828 19.7593 8.0901 22.0002 11.9992 22.0002Z",
|
|
9680
|
+
fill: color
|
|
9681
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9682
|
+
fillRule: "evenodd",
|
|
9683
|
+
clipRule: "evenodd",
|
|
9684
|
+
d: "M6.40455 13.8995C6.20455 13.2995 6.09091 12.6586 6.09091 11.9995C6.09091 11.3404 6.20455 10.6995 6.40455 10.0995V7.50863H3.06364C2.38636 8.85863 2 10.3859 2 11.9995C2 13.6132 2.38636 15.1404 3.06364 16.4904L6.40455 13.8995Z",
|
|
9685
|
+
fill: color
|
|
9686
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9687
|
+
fillRule: "evenodd",
|
|
9688
|
+
clipRule: "evenodd",
|
|
9689
|
+
d: "M11.9992 5.97727C13.4674 5.97727 14.7856 6.48182 15.8219 7.47273L18.6901 4.60455C16.9583 2.99091 14.6946 2 11.9992 2C8.0901 2 4.70909 4.24044 3.06364 7.50863L6.40455 10.0995C7.19091 7.7359 9.39465 5.97727 11.9992 5.97727Z",
|
|
9690
|
+
fill: color
|
|
9691
|
+
}));
|
|
9692
|
+
};
|
|
9693
|
+
|
|
9694
|
+
GoogleAlt.propTypes = {
|
|
9695
|
+
color: PropTypes.string,
|
|
9696
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
9697
|
+
};
|
|
9698
|
+
GoogleAlt.defaultProps = {
|
|
9699
|
+
color: 'currentColor',
|
|
9700
|
+
size: '24'
|
|
9701
|
+
};
|
|
9702
|
+
|
|
9703
|
+
const _excluded$4n = ["color", "size"];
|
|
9704
|
+
|
|
9705
|
+
const Facebook = props => {
|
|
9706
|
+
const {
|
|
9707
|
+
color,
|
|
9708
|
+
size
|
|
9709
|
+
} = props,
|
|
9710
|
+
otherProps = _objectWithoutProperties(props, _excluded$4n);
|
|
9711
|
+
|
|
9664
9712
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9665
9713
|
width: size,
|
|
9666
9714
|
height: size,
|
|
@@ -9685,14 +9733,14 @@ Facebook.defaultProps = {
|
|
|
9685
9733
|
size: '24'
|
|
9686
9734
|
};
|
|
9687
9735
|
|
|
9688
|
-
const _excluded$
|
|
9736
|
+
const _excluded$4o = ["color", "size"];
|
|
9689
9737
|
|
|
9690
9738
|
const OmnichannelWidget = props => {
|
|
9691
9739
|
const {
|
|
9692
9740
|
color,
|
|
9693
9741
|
size
|
|
9694
9742
|
} = props,
|
|
9695
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9743
|
+
otherProps = _objectWithoutProperties(props, _excluded$4o);
|
|
9696
9744
|
|
|
9697
9745
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9698
9746
|
width: size,
|
|
@@ -9702,7 +9750,7 @@ const OmnichannelWidget = props => {
|
|
|
9702
9750
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9703
9751
|
preserveAspectRatio: "xMidYMid meet"
|
|
9704
9752
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9705
|
-
d: "M19.0504 9.73869C19.0504 5.
|
|
9753
|
+
d: "M19.0504 9.73869C19.0504 5.41708 15.4609 2 10.8742 2C6.28753 2 2.59826 5.41708 2.59826 9.73869C2.59826 11.2462 2.89739 12.3518 3.49565 13.4573L2 18.0804L6.98551 16.5729C7.8829 16.9749 9.07942 17.4774 10.8742 17.4774C15.4609 17.5779 19.0504 14.1608 19.0504 9.73869ZM7.18493 15.0653L4.39304 15.8693L5.29043 13.3568L4.9913 13.0553C4.39304 12.0503 4.09391 11.0452 4.09391 9.73869C4.09391 6.22111 7.08522 3.50754 10.8742 3.50754C14.6632 3.50754 17.5548 6.22111 17.5548 9.73869C17.5548 13.2563 14.6632 15.9698 10.8742 15.9698C9.17913 15.9698 8.18203 15.5678 7.38435 15.0653H7.18493ZM20.8452 17.9799L21.5432 22L17.8539 20.392C17.3554 20.593 16.8568 20.794 16.2585 20.794C14.1646 20.995 12.2701 20.2915 10.7745 18.8844H13.2672C14.0649 19.2864 15.062 19.4874 16.0591 19.3869C16.6574 19.2864 17.0562 19.1859 17.4551 18.9849L17.7542 18.7839L19.549 19.5879L19.2498 17.6784L19.4493 17.3769C20.0475 16.6734 21.2441 14.2613 19.7484 11.5477H21.4435C22.5403 14.1608 21.8423 16.6734 20.8452 17.9799Z",
|
|
9706
9754
|
fill: color
|
|
9707
9755
|
}));
|
|
9708
9756
|
};
|
|
@@ -9716,14 +9764,14 @@ OmnichannelWidget.defaultProps = {
|
|
|
9716
9764
|
size: '24'
|
|
9717
9765
|
};
|
|
9718
9766
|
|
|
9719
|
-
const _excluded$
|
|
9767
|
+
const _excluded$4p = ["color", "size"];
|
|
9720
9768
|
|
|
9721
9769
|
const IncreaseEngagement = props => {
|
|
9722
9770
|
const {
|
|
9723
9771
|
color,
|
|
9724
9772
|
size
|
|
9725
9773
|
} = props,
|
|
9726
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9774
|
+
otherProps = _objectWithoutProperties(props, _excluded$4p);
|
|
9727
9775
|
|
|
9728
9776
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9729
9777
|
width: size,
|
|
@@ -9747,14 +9795,14 @@ IncreaseEngagement.defaultProps = {
|
|
|
9747
9795
|
size: '24'
|
|
9748
9796
|
};
|
|
9749
9797
|
|
|
9750
|
-
const _excluded$
|
|
9798
|
+
const _excluded$4q = ["color", "size"];
|
|
9751
9799
|
|
|
9752
9800
|
const ShowcaseProducts = props => {
|
|
9753
9801
|
const {
|
|
9754
9802
|
color,
|
|
9755
9803
|
size
|
|
9756
9804
|
} = props,
|
|
9757
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9805
|
+
otherProps = _objectWithoutProperties(props, _excluded$4q);
|
|
9758
9806
|
|
|
9759
9807
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9760
9808
|
width: size,
|
|
@@ -9778,14 +9826,14 @@ ShowcaseProducts.defaultProps = {
|
|
|
9778
9826
|
size: '24'
|
|
9779
9827
|
};
|
|
9780
9828
|
|
|
9781
|
-
const _excluded$
|
|
9829
|
+
const _excluded$4r = ["color", "size"];
|
|
9782
9830
|
|
|
9783
9831
|
const Faq = props => {
|
|
9784
9832
|
const {
|
|
9785
9833
|
color,
|
|
9786
9834
|
size
|
|
9787
9835
|
} = props,
|
|
9788
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9836
|
+
otherProps = _objectWithoutProperties(props, _excluded$4r);
|
|
9789
9837
|
|
|
9790
9838
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9791
9839
|
width: size,
|
|
@@ -9809,14 +9857,14 @@ Faq.defaultProps = {
|
|
|
9809
9857
|
size: '24'
|
|
9810
9858
|
};
|
|
9811
9859
|
|
|
9812
|
-
const _excluded$
|
|
9860
|
+
const _excluded$4s = ["color", "size"];
|
|
9813
9861
|
|
|
9814
9862
|
const WebsiteRedirect = props => {
|
|
9815
9863
|
const {
|
|
9816
9864
|
color,
|
|
9817
9865
|
size
|
|
9818
9866
|
} = props,
|
|
9819
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9867
|
+
otherProps = _objectWithoutProperties(props, _excluded$4s);
|
|
9820
9868
|
|
|
9821
9869
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9822
9870
|
width: size,
|
|
@@ -9840,14 +9888,14 @@ WebsiteRedirect.defaultProps = {
|
|
|
9840
9888
|
size: '24'
|
|
9841
9889
|
};
|
|
9842
9890
|
|
|
9843
|
-
const _excluded$
|
|
9891
|
+
const _excluded$4t = ["color", "size"];
|
|
9844
9892
|
|
|
9845
9893
|
const Telegram = props => {
|
|
9846
9894
|
const {
|
|
9847
9895
|
color,
|
|
9848
9896
|
size
|
|
9849
9897
|
} = props,
|
|
9850
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9898
|
+
otherProps = _objectWithoutProperties(props, _excluded$4t);
|
|
9851
9899
|
|
|
9852
9900
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9853
9901
|
width: size,
|
|
@@ -9873,14 +9921,14 @@ Telegram.defaultProps = {
|
|
|
9873
9921
|
size: '24'
|
|
9874
9922
|
};
|
|
9875
9923
|
|
|
9876
|
-
const _excluded$
|
|
9924
|
+
const _excluded$4u = ["color", "size"];
|
|
9877
9925
|
|
|
9878
9926
|
const Tap = props => {
|
|
9879
9927
|
const {
|
|
9880
9928
|
color,
|
|
9881
9929
|
size
|
|
9882
9930
|
} = props,
|
|
9883
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9931
|
+
otherProps = _objectWithoutProperties(props, _excluded$4u);
|
|
9884
9932
|
|
|
9885
9933
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9886
9934
|
width: size,
|
|
@@ -9909,14 +9957,14 @@ Tap.defaultProps = {
|
|
|
9909
9957
|
size: '24'
|
|
9910
9958
|
};
|
|
9911
9959
|
|
|
9912
|
-
const _excluded$
|
|
9960
|
+
const _excluded$4v = ["color", "size"];
|
|
9913
9961
|
|
|
9914
9962
|
const NewOrphanMobile = props => {
|
|
9915
9963
|
const {
|
|
9916
9964
|
color,
|
|
9917
9965
|
size
|
|
9918
9966
|
} = props,
|
|
9919
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9967
|
+
otherProps = _objectWithoutProperties(props, _excluded$4v);
|
|
9920
9968
|
|
|
9921
9969
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9922
9970
|
width: size,
|
|
@@ -9948,14 +9996,14 @@ NewOrphanMobile.defaultProps = {
|
|
|
9948
9996
|
size: '24'
|
|
9949
9997
|
};
|
|
9950
9998
|
|
|
9951
|
-
const _excluded$
|
|
9999
|
+
const _excluded$4w = ["color", "size"];
|
|
9952
10000
|
|
|
9953
10001
|
const Export = props => {
|
|
9954
10002
|
const {
|
|
9955
10003
|
color,
|
|
9956
10004
|
size
|
|
9957
10005
|
} = props,
|
|
9958
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10006
|
+
otherProps = _objectWithoutProperties(props, _excluded$4w);
|
|
9959
10007
|
|
|
9960
10008
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9961
10009
|
width: size,
|
|
@@ -9982,14 +10030,14 @@ Export.defaultProps = {
|
|
|
9982
10030
|
size: '24'
|
|
9983
10031
|
};
|
|
9984
10032
|
|
|
9985
|
-
const _excluded$
|
|
10033
|
+
const _excluded$4x = ["color", "size"];
|
|
9986
10034
|
|
|
9987
10035
|
const Ai = props => {
|
|
9988
10036
|
const {
|
|
9989
10037
|
color,
|
|
9990
10038
|
size
|
|
9991
10039
|
} = props,
|
|
9992
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10040
|
+
otherProps = _objectWithoutProperties(props, _excluded$4x);
|
|
9993
10041
|
|
|
9994
10042
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9995
10043
|
width: size,
|
|
@@ -9999,10 +10047,10 @@ const Ai = props => {
|
|
|
9999
10047
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10000
10048
|
preserveAspectRatio: "xMidYMid meet"
|
|
10001
10049
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10002
|
-
d: "
|
|
10050
|
+
d: "M16.0659 9.28154C15.2281 9.54696 14.4383 9.91273 13.7095 10.3645C12.3576 11.2027 11.2161 12.337 10.3701 13.676C9.73484 14.6815 9.26614 15.8024 9 17C8.73386 15.8024 8.26516 14.6815 7.62988 13.676C6.78386 12.337 5.6424 11.2027 4.29046 10.3645C3.56174 9.91273 2.77186 9.54696 1.93414 9.28154C1.88278 9.26527 1.83124 9.24937 1.77952 9.23386L1 9L1.77952 8.76614C1.83124 8.75063 1.88278 8.73473 1.93414 8.71846C2.77186 8.45304 3.56174 8.08728 4.29046 7.63548C5.6424 6.7973 6.78386 5.66302 7.62988 4.32401C8.26516 3.31855 8.73386 2.19765 9 1C9.26614 2.19765 9.73484 3.31855 10.3701 4.32401C11.2161 5.66302 12.3576 6.7973 13.7095 7.63548C14.4383 8.08728 15.2281 8.45304 16.0659 8.71846C16.1172 8.73473 16.1688 8.75063 16.2205 8.76614L17 9L16.2205 9.23386C16.1688 9.24937 16.1172 9.26527 16.0659 9.28154Z",
|
|
10003
10051
|
fill: color
|
|
10004
10052
|
}), /*#__PURE__*/React.createElement("path", {
|
|
10005
|
-
d: "
|
|
10053
|
+
d: "M22.4162 18.176C21.8926 18.3419 21.3989 18.5705 20.9435 18.8528C20.0985 19.3767 19.3851 20.0856 18.8563 20.9225C18.4593 21.5509 18.1663 22.2515 18 23C17.8337 22.2515 17.5407 21.5509 17.1437 20.9225C16.6149 20.0856 15.9015 19.3767 15.0565 18.8528C14.6011 18.5705 14.1074 18.3419 13.5838 18.176C13.5517 18.1658 13.5195 18.1559 13.4872 18.1462L13 18L13.4872 17.8538C13.5195 17.8441 13.5517 17.8342 13.5838 17.824C14.1074 17.6581 14.6011 17.4295 15.0565 17.1472C15.9015 16.6233 16.6149 15.9144 17.1437 15.0775C17.5407 14.4491 17.8337 13.7485 18 13C18.1663 13.7485 18.4593 14.4491 18.8563 15.0775C19.3851 15.9144 20.0985 16.6233 20.9435 17.1472C21.3989 17.4295 21.8926 17.6581 22.4162 17.824C22.4483 17.8342 22.4805 17.8441 22.5128 17.8538L23 18L22.5128 18.1462C22.5088 18.1474 22.5047 18.1486 22.5007 18.1498C22.4724 18.1583 22.4443 18.1671 22.4162 18.176Z",
|
|
10006
10054
|
fill: color
|
|
10007
10055
|
}));
|
|
10008
10056
|
};
|
|
@@ -10016,14 +10064,96 @@ Ai.defaultProps = {
|
|
|
10016
10064
|
size: '24'
|
|
10017
10065
|
};
|
|
10018
10066
|
|
|
10019
|
-
const _excluded$
|
|
10067
|
+
const _excluded$4y = ["color", "size"];
|
|
10068
|
+
|
|
10069
|
+
const AiStep = props => {
|
|
10070
|
+
const {
|
|
10071
|
+
color,
|
|
10072
|
+
size
|
|
10073
|
+
} = props,
|
|
10074
|
+
otherProps = _objectWithoutProperties(props, _excluded$4y);
|
|
10075
|
+
|
|
10076
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10077
|
+
width: size,
|
|
10078
|
+
height: size,
|
|
10079
|
+
viewBox: "0 0 24 24",
|
|
10080
|
+
fill: "none",
|
|
10081
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10082
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10083
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10084
|
+
fillRule: "evenodd",
|
|
10085
|
+
clipRule: "evenodd",
|
|
10086
|
+
d: "M22.4162 6.17596C21.8926 6.34185 21.3989 6.57045 20.9435 6.85282C20.0985 7.37669 19.3851 8.08561 18.8563 8.92249C18.4593 9.55091 18.1663 10.2515 18 11C17.8337 10.2515 17.5407 9.55091 17.1437 8.92249C16.6149 8.08561 15.9015 7.37669 15.0565 6.85282C14.6011 6.57045 14.1074 6.34185 13.5838 6.17596C13.5517 6.16579 13.5195 6.15586 13.4872 6.14616L13 6L13.4872 5.85384C13.5195 5.84414 13.5517 5.83421 13.5838 5.82404C14.1074 5.65815 14.6011 5.42955 15.0565 5.14718C15.9015 4.62331 16.6149 3.91439 17.1437 3.07751C17.5407 2.44909 17.8337 1.74853 18 1C18.1663 1.74853 18.4593 2.44909 18.8563 3.07751C19.3851 3.91439 20.0985 4.62331 20.9435 5.14718C21.3989 5.42955 21.8926 5.65815 22.4162 5.82404C22.4483 5.83421 22.4805 5.84414 22.5128 5.85384L23 6L22.5128 6.14616C22.4805 6.15586 22.4483 6.16579 22.4162 6.17596ZM18 4.47008C18.4408 5.04625 18.9581 5.56123 19.5379 6C18.9581 6.43877 18.4408 6.95375 18 7.52992C17.5592 6.95375 17.0419 6.43877 16.4621 6C17.0419 5.56123 17.5592 5.04625 18 4.47008Z",
|
|
10087
|
+
fill: color
|
|
10088
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10089
|
+
fillRule: "evenodd",
|
|
10090
|
+
clipRule: "evenodd",
|
|
10091
|
+
d: "M12.8086 9.50005C12.8086 11.8 10.9585 13.7 8.71885 13.7C6.38186 13.7 4.62912 11.8 4.62912 9.50005C4.62912 7.20005 6.47923 5.30005 8.71885 5.30005C10.9585 5.30005 12.8086 7.20005 12.8086 9.50005ZM11.348 9.50005C11.348 8.00005 10.1795 6.80005 8.71885 6.80005C7.16086 6.80005 5.99236 8.00005 5.99236 9.50005C5.99236 11 7.25823 12.2 8.71885 12.2C10.1795 12.2 11.348 11 11.348 9.50005Z",
|
|
10092
|
+
fill: color
|
|
10093
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10094
|
+
d: "M15.3319 20.3772C15.4219 19.7904 15.5097 19.2179 15.4377 18.7C15.0482 15.3 10.9585 14.4 8.71885 14.4H8.62148C6.47923 14.4 2.3895 15.3 2 18.7C2 19.4 2.09737 20.2 2.19475 21H3.75274C3.55799 20.2 3.46062 19.4 3.46062 18.9C3.75274 16.4 7.35561 15.9 8.71885 15.9C10.0821 15.9 13.685 16.4 13.9771 18.9C13.9771 19.4 13.8797 20.2 13.685 21H15.243C15.2683 20.7919 15.3002 20.5837 15.3319 20.3772Z",
|
|
10095
|
+
fill: color
|
|
10096
|
+
}));
|
|
10097
|
+
};
|
|
10098
|
+
|
|
10099
|
+
AiStep.propTypes = {
|
|
10100
|
+
color: PropTypes.string,
|
|
10101
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10102
|
+
};
|
|
10103
|
+
AiStep.defaultProps = {
|
|
10104
|
+
color: 'currentColor',
|
|
10105
|
+
size: '24'
|
|
10106
|
+
};
|
|
10107
|
+
|
|
10108
|
+
const _excluded$4z = ["color", "size"];
|
|
10109
|
+
|
|
10110
|
+
const AiIntention = props => {
|
|
10111
|
+
const {
|
|
10112
|
+
color,
|
|
10113
|
+
size
|
|
10114
|
+
} = props,
|
|
10115
|
+
otherProps = _objectWithoutProperties(props, _excluded$4z);
|
|
10116
|
+
|
|
10117
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10118
|
+
width: size,
|
|
10119
|
+
height: size,
|
|
10120
|
+
viewBox: "0 0 24 24",
|
|
10121
|
+
fill: "none",
|
|
10122
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10123
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10124
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10125
|
+
fillRule: "evenodd",
|
|
10126
|
+
clipRule: "evenodd",
|
|
10127
|
+
d: "M20.9435 6.85282C21.3989 6.57045 21.8926 6.34185 22.4162 6.17596C22.4483 6.16579 22.4805 6.15586 22.5128 6.14616L23 6L22.5128 5.85384C22.4805 5.84414 22.4483 5.83421 22.4162 5.82404C21.8926 5.65815 21.3989 5.42955 20.9435 5.14718C20.0985 4.62332 19.3851 3.91439 18.8563 3.07751C18.4593 2.44909 18.1663 1.74853 18 1C17.8337 1.74853 17.5407 2.44909 17.1437 3.07751C16.6149 3.91439 15.9015 4.62332 15.0565 5.14718C14.6011 5.42955 14.1074 5.65815 13.5838 5.82404C13.5517 5.83421 13.5195 5.84414 13.4872 5.85384L13 6L13.4872 6.14616C13.4953 6.14858 13.5034 6.15102 13.5114 6.15348C13.5356 6.16084 13.5598 6.16833 13.5838 6.17596C14.1074 6.34185 14.6011 6.57045 15.0565 6.85282C15.9015 7.37669 16.6149 8.08561 17.1437 8.92249C17.5407 9.55091 17.8337 10.2515 18 11C18.1663 10.2515 18.4593 9.55091 18.8563 8.92249C19.3851 8.08561 20.0985 7.37669 20.9435 6.85282ZM19.5379 6C18.9581 5.56123 18.4408 5.04625 18 4.47008C17.5592 5.04625 17.0419 5.56123 16.4621 6C17.0419 6.43877 17.5592 6.95375 18 7.52992C18.4408 6.95375 18.9581 6.43877 19.5379 6Z",
|
|
10128
|
+
fill: color
|
|
10129
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10130
|
+
d: "M11.5604 14.597C11.8792 14.3993 12.2248 14.2393 12.5913 14.1232C12.6138 14.1161 12.6363 14.1091 12.659 14.1023L13 14L12.659 13.8977C12.6363 13.8909 12.6138 13.8839 12.5913 13.8768C12.2248 13.7607 11.8792 13.6007 11.5604 13.403C10.969 13.0363 10.4696 12.5401 10.0994 11.9543C9.82149 11.5144 9.61644 11.024 9.5 10.5C9.38356 11.024 9.17851 11.5144 8.90057 11.9543C8.53044 12.5401 8.03105 13.0363 7.43958 13.403C7.12076 13.6007 6.77519 13.7607 6.40869 13.8768C6.38621 13.8839 6.36367 13.8909 6.34104 13.8977L6 14L6.34104 14.1023C6.36367 14.1091 6.38621 14.1161 6.40869 14.1232C6.77519 14.2393 7.12076 14.3993 7.43958 14.597C8.03105 14.9637 8.53044 15.4599 8.90057 16.0457C9.17851 16.4856 9.38356 16.976 9.5 17.5C9.61644 16.976 9.82149 16.4856 10.0994 16.0457C10.4696 15.4599 10.969 14.9637 11.5604 14.597Z",
|
|
10131
|
+
fill: color
|
|
10132
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10133
|
+
fillRule: "evenodd",
|
|
10134
|
+
clipRule: "evenodd",
|
|
10135
|
+
d: "M1 22L2.42903 17.6091C1.85742 16.5591 1.57161 15.5091 1.57161 14.0773C1.57161 9.97275 5.09654 6.72729 9.47889 6.72729C13.8612 6.72729 17.2909 9.97275 17.2909 14.0773C17.2909 18.2773 13.8612 21.5228 9.47889 21.4273C7.76406 21.4273 6.62084 20.95 5.76342 20.5682L1 22ZM4.05527 17.4592L3.31352 19.7383L5.86492 18.9714L6.37362 19.1979C7.16425 19.55 8.07804 19.9273 9.47889 19.9273H9.49523L9.51156 19.9277C13.1068 20.006 15.7909 17.3831 15.7909 14.0773C15.7909 10.8836 13.1177 8.22729 9.47889 8.22729C5.81557 8.22729 3.07161 10.9065 3.07161 14.0773C3.07161 15.2684 3.29929 16.0705 3.74646 16.8919L4.05527 17.4592Z",
|
|
10136
|
+
fill: color
|
|
10137
|
+
}));
|
|
10138
|
+
};
|
|
10139
|
+
|
|
10140
|
+
AiIntention.propTypes = {
|
|
10141
|
+
color: PropTypes.string,
|
|
10142
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10143
|
+
};
|
|
10144
|
+
AiIntention.defaultProps = {
|
|
10145
|
+
color: 'currentColor',
|
|
10146
|
+
size: '24'
|
|
10147
|
+
};
|
|
10148
|
+
|
|
10149
|
+
const _excluded$4A = ["color", "size"];
|
|
10020
10150
|
|
|
10021
10151
|
const AiFilled = props => {
|
|
10022
10152
|
const {
|
|
10023
10153
|
color,
|
|
10024
10154
|
size
|
|
10025
10155
|
} = props,
|
|
10026
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10156
|
+
otherProps = _objectWithoutProperties(props, _excluded$4A);
|
|
10027
10157
|
|
|
10028
10158
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10029
10159
|
width: size,
|
|
@@ -10052,14 +10182,14 @@ AiFilled.defaultProps = {
|
|
|
10052
10182
|
size: '24'
|
|
10053
10183
|
};
|
|
10054
10184
|
|
|
10055
|
-
const _excluded$
|
|
10185
|
+
const _excluded$4B = ["color", "size"];
|
|
10056
10186
|
|
|
10057
10187
|
const Bigcommerce = props => {
|
|
10058
10188
|
const {
|
|
10059
10189
|
color,
|
|
10060
10190
|
size
|
|
10061
10191
|
} = props,
|
|
10062
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10192
|
+
otherProps = _objectWithoutProperties(props, _excluded$4B);
|
|
10063
10193
|
|
|
10064
10194
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10065
10195
|
width: size,
|
|
@@ -10083,14 +10213,14 @@ Bigcommerce.defaultProps = {
|
|
|
10083
10213
|
size: '24'
|
|
10084
10214
|
};
|
|
10085
10215
|
|
|
10086
|
-
const _excluded$
|
|
10216
|
+
const _excluded$4C = ["color", "size"];
|
|
10087
10217
|
|
|
10088
10218
|
const Woocommerce = props => {
|
|
10089
10219
|
const {
|
|
10090
10220
|
color,
|
|
10091
10221
|
size
|
|
10092
10222
|
} = props,
|
|
10093
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10223
|
+
otherProps = _objectWithoutProperties(props, _excluded$4C);
|
|
10094
10224
|
|
|
10095
10225
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10096
10226
|
width: size,
|
|
@@ -10117,14 +10247,14 @@ Woocommerce.defaultProps = {
|
|
|
10117
10247
|
size: '24'
|
|
10118
10248
|
};
|
|
10119
10249
|
|
|
10120
|
-
const _excluded$
|
|
10250
|
+
const _excluded$4D = ["color", "size"];
|
|
10121
10251
|
|
|
10122
10252
|
const Amazon = props => {
|
|
10123
10253
|
const {
|
|
10124
10254
|
color,
|
|
10125
10255
|
size
|
|
10126
10256
|
} = props,
|
|
10127
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10257
|
+
otherProps = _objectWithoutProperties(props, _excluded$4D);
|
|
10128
10258
|
|
|
10129
10259
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10130
10260
|
width: size,
|
|
@@ -10151,14 +10281,14 @@ Amazon.defaultProps = {
|
|
|
10151
10281
|
size: '24'
|
|
10152
10282
|
};
|
|
10153
10283
|
|
|
10154
|
-
const _excluded$
|
|
10284
|
+
const _excluded$4E = ["color", "size"];
|
|
10155
10285
|
|
|
10156
10286
|
const Hotmart = props => {
|
|
10157
10287
|
const {
|
|
10158
10288
|
color,
|
|
10159
10289
|
size
|
|
10160
10290
|
} = props,
|
|
10161
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10291
|
+
otherProps = _objectWithoutProperties(props, _excluded$4E);
|
|
10162
10292
|
|
|
10163
10293
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10164
10294
|
width: size,
|
|
@@ -10182,14 +10312,14 @@ Hotmart.defaultProps = {
|
|
|
10182
10312
|
size: '24'
|
|
10183
10313
|
};
|
|
10184
10314
|
|
|
10185
|
-
const _excluded$
|
|
10315
|
+
const _excluded$4F = ["color", "size"];
|
|
10186
10316
|
|
|
10187
10317
|
const Creator = props => {
|
|
10188
10318
|
const {
|
|
10189
10319
|
color,
|
|
10190
10320
|
size
|
|
10191
10321
|
} = props,
|
|
10192
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10322
|
+
otherProps = _objectWithoutProperties(props, _excluded$4F);
|
|
10193
10323
|
|
|
10194
10324
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10195
10325
|
width: size,
|
|
@@ -10213,14 +10343,14 @@ Creator.defaultProps = {
|
|
|
10213
10343
|
size: '24'
|
|
10214
10344
|
};
|
|
10215
10345
|
|
|
10216
|
-
const _excluded$
|
|
10346
|
+
const _excluded$4G = ["color", "size"];
|
|
10217
10347
|
|
|
10218
10348
|
const InstagramDmList = props => {
|
|
10219
10349
|
const {
|
|
10220
10350
|
color,
|
|
10221
10351
|
size
|
|
10222
10352
|
} = props,
|
|
10223
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10353
|
+
otherProps = _objectWithoutProperties(props, _excluded$4G);
|
|
10224
10354
|
|
|
10225
10355
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10226
10356
|
width: size,
|
|
@@ -10255,14 +10385,14 @@ InstagramDmList.defaultProps = {
|
|
|
10255
10385
|
size: '24'
|
|
10256
10386
|
};
|
|
10257
10387
|
|
|
10258
|
-
const _excluded$
|
|
10388
|
+
const _excluded$4H = ["color", "size"];
|
|
10259
10389
|
|
|
10260
10390
|
const RealEstate = props => {
|
|
10261
10391
|
const {
|
|
10262
10392
|
color,
|
|
10263
10393
|
size
|
|
10264
10394
|
} = props,
|
|
10265
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10395
|
+
otherProps = _objectWithoutProperties(props, _excluded$4H);
|
|
10266
10396
|
|
|
10267
10397
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10268
10398
|
width: size,
|
|
@@ -10286,14 +10416,14 @@ RealEstate.defaultProps = {
|
|
|
10286
10416
|
size: '24'
|
|
10287
10417
|
};
|
|
10288
10418
|
|
|
10289
|
-
const _excluded$
|
|
10419
|
+
const _excluded$4I = ["color", "size"];
|
|
10290
10420
|
|
|
10291
10421
|
const Basics = props => {
|
|
10292
10422
|
const {
|
|
10293
10423
|
color,
|
|
10294
10424
|
size
|
|
10295
10425
|
} = props,
|
|
10296
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10426
|
+
otherProps = _objectWithoutProperties(props, _excluded$4I);
|
|
10297
10427
|
|
|
10298
10428
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10299
10429
|
width: size,
|
|
@@ -10329,14 +10459,14 @@ Basics.defaultProps = {
|
|
|
10329
10459
|
size: '24'
|
|
10330
10460
|
};
|
|
10331
10461
|
|
|
10332
|
-
const _excluded$
|
|
10462
|
+
const _excluded$4J = ["color", "size"];
|
|
10333
10463
|
|
|
10334
10464
|
const Fitness = props => {
|
|
10335
10465
|
const {
|
|
10336
10466
|
color,
|
|
10337
10467
|
size
|
|
10338
10468
|
} = props,
|
|
10339
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10469
|
+
otherProps = _objectWithoutProperties(props, _excluded$4J);
|
|
10340
10470
|
|
|
10341
10471
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10342
10472
|
width: size,
|
|
@@ -10360,14 +10490,14 @@ Fitness.defaultProps = {
|
|
|
10360
10490
|
size: '24'
|
|
10361
10491
|
};
|
|
10362
10492
|
|
|
10363
|
-
const _excluded$
|
|
10493
|
+
const _excluded$4K = ["color", "size"];
|
|
10364
10494
|
|
|
10365
10495
|
const Hotel = props => {
|
|
10366
10496
|
const {
|
|
10367
10497
|
color,
|
|
10368
10498
|
size
|
|
10369
10499
|
} = props,
|
|
10370
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10500
|
+
otherProps = _objectWithoutProperties(props, _excluded$4K);
|
|
10371
10501
|
|
|
10372
10502
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10373
10503
|
width: size,
|
|
@@ -10391,14 +10521,14 @@ Hotel.defaultProps = {
|
|
|
10391
10521
|
size: '24'
|
|
10392
10522
|
};
|
|
10393
10523
|
|
|
10394
|
-
const _excluded$
|
|
10524
|
+
const _excluded$4L = ["color", "size"];
|
|
10395
10525
|
|
|
10396
10526
|
const Organization = props => {
|
|
10397
10527
|
const {
|
|
10398
10528
|
color,
|
|
10399
10529
|
size
|
|
10400
10530
|
} = props,
|
|
10401
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10531
|
+
otherProps = _objectWithoutProperties(props, _excluded$4L);
|
|
10402
10532
|
|
|
10403
10533
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10404
10534
|
width: size,
|
|
@@ -10422,14 +10552,14 @@ Organization.defaultProps = {
|
|
|
10422
10552
|
size: '24'
|
|
10423
10553
|
};
|
|
10424
10554
|
|
|
10425
|
-
const _excluded$
|
|
10555
|
+
const _excluded$4M = ["color", "size"];
|
|
10426
10556
|
|
|
10427
10557
|
const ProfessionalConsulting = props => {
|
|
10428
10558
|
const {
|
|
10429
10559
|
color,
|
|
10430
10560
|
size
|
|
10431
10561
|
} = props,
|
|
10432
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10562
|
+
otherProps = _objectWithoutProperties(props, _excluded$4M);
|
|
10433
10563
|
|
|
10434
10564
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10435
10565
|
width: size,
|
|
@@ -10453,14 +10583,14 @@ ProfessionalConsulting.defaultProps = {
|
|
|
10453
10583
|
size: '24'
|
|
10454
10584
|
};
|
|
10455
10585
|
|
|
10456
|
-
const _excluded$
|
|
10586
|
+
const _excluded$4N = ["color", "size"];
|
|
10457
10587
|
|
|
10458
10588
|
const MessengerList = props => {
|
|
10459
10589
|
const {
|
|
10460
10590
|
color,
|
|
10461
10591
|
size
|
|
10462
10592
|
} = props,
|
|
10463
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10593
|
+
otherProps = _objectWithoutProperties(props, _excluded$4N);
|
|
10464
10594
|
|
|
10465
10595
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10466
10596
|
width: size,
|
|
@@ -10490,14 +10620,14 @@ MessengerList.defaultProps = {
|
|
|
10490
10620
|
size: '24'
|
|
10491
10621
|
};
|
|
10492
10622
|
|
|
10493
|
-
const _excluded$
|
|
10623
|
+
const _excluded$4O = ["color", "size"];
|
|
10494
10624
|
|
|
10495
10625
|
const Integromat = props => {
|
|
10496
10626
|
const {
|
|
10497
10627
|
color,
|
|
10498
10628
|
size
|
|
10499
10629
|
} = props,
|
|
10500
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10630
|
+
otherProps = _objectWithoutProperties(props, _excluded$4O);
|
|
10501
10631
|
|
|
10502
10632
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10503
10633
|
width: size,
|
|
@@ -10521,14 +10651,14 @@ Integromat.defaultProps = {
|
|
|
10521
10651
|
size: '24'
|
|
10522
10652
|
};
|
|
10523
10653
|
|
|
10524
|
-
const _excluded$
|
|
10654
|
+
const _excluded$4P = ["color", "size"];
|
|
10525
10655
|
|
|
10526
10656
|
const Hubspot = props => {
|
|
10527
10657
|
const {
|
|
10528
10658
|
color,
|
|
10529
10659
|
size
|
|
10530
10660
|
} = props,
|
|
10531
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10661
|
+
otherProps = _objectWithoutProperties(props, _excluded$4P);
|
|
10532
10662
|
|
|
10533
10663
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10534
10664
|
width: size,
|
|
@@ -10552,14 +10682,14 @@ Hubspot.defaultProps = {
|
|
|
10552
10682
|
size: '24'
|
|
10553
10683
|
};
|
|
10554
10684
|
|
|
10555
|
-
const _excluded$
|
|
10685
|
+
const _excluded$4Q = ["color", "size"];
|
|
10556
10686
|
|
|
10557
10687
|
const Klaviyo = props => {
|
|
10558
10688
|
const {
|
|
10559
10689
|
color,
|
|
10560
10690
|
size
|
|
10561
10691
|
} = props,
|
|
10562
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10692
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Q);
|
|
10563
10693
|
|
|
10564
10694
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10565
10695
|
width: size,
|
|
@@ -10607,14 +10737,14 @@ Klaviyo.defaultProps = {
|
|
|
10607
10737
|
size: '24'
|
|
10608
10738
|
};
|
|
10609
10739
|
|
|
10610
|
-
const _excluded$
|
|
10740
|
+
const _excluded$4R = ["color", "size"];
|
|
10611
10741
|
|
|
10612
10742
|
const Activecampaign = props => {
|
|
10613
10743
|
const {
|
|
10614
10744
|
color,
|
|
10615
10745
|
size
|
|
10616
10746
|
} = props,
|
|
10617
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10747
|
+
otherProps = _objectWithoutProperties(props, _excluded$4R);
|
|
10618
10748
|
|
|
10619
10749
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10620
10750
|
width: size,
|
|
@@ -10640,14 +10770,14 @@ Activecampaign.defaultProps = {
|
|
|
10640
10770
|
size: '24'
|
|
10641
10771
|
};
|
|
10642
10772
|
|
|
10643
|
-
const _excluded$
|
|
10773
|
+
const _excluded$4S = ["color", "size"];
|
|
10644
10774
|
|
|
10645
10775
|
const ChatGpt = props => {
|
|
10646
10776
|
const {
|
|
10647
10777
|
color,
|
|
10648
10778
|
size
|
|
10649
10779
|
} = props,
|
|
10650
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10780
|
+
otherProps = _objectWithoutProperties(props, _excluded$4S);
|
|
10651
10781
|
|
|
10652
10782
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10653
10783
|
width: size,
|
|
@@ -10671,14 +10801,14 @@ ChatGpt.defaultProps = {
|
|
|
10671
10801
|
size: '24'
|
|
10672
10802
|
};
|
|
10673
10803
|
|
|
10674
|
-
const _excluded$
|
|
10804
|
+
const _excluded$4T = ["color", "size"];
|
|
10675
10805
|
|
|
10676
10806
|
const MailChimp = props => {
|
|
10677
10807
|
const {
|
|
10678
10808
|
color,
|
|
10679
10809
|
size
|
|
10680
10810
|
} = props,
|
|
10681
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10811
|
+
otherProps = _objectWithoutProperties(props, _excluded$4T);
|
|
10682
10812
|
|
|
10683
10813
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10684
10814
|
width: size,
|
|
@@ -10720,14 +10850,14 @@ MailChimp.defaultProps = {
|
|
|
10720
10850
|
size: '24'
|
|
10721
10851
|
};
|
|
10722
10852
|
|
|
10723
|
-
const _excluded$
|
|
10853
|
+
const _excluded$4U = ["color", "size"];
|
|
10724
10854
|
|
|
10725
10855
|
const ConvertKit = props => {
|
|
10726
10856
|
const {
|
|
10727
10857
|
color,
|
|
10728
10858
|
size
|
|
10729
10859
|
} = props,
|
|
10730
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10860
|
+
otherProps = _objectWithoutProperties(props, _excluded$4U);
|
|
10731
10861
|
|
|
10732
10862
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10733
10863
|
width: size,
|
|
@@ -10751,14 +10881,14 @@ ConvertKit.defaultProps = {
|
|
|
10751
10881
|
size: '24'
|
|
10752
10882
|
};
|
|
10753
10883
|
|
|
10754
|
-
const _excluded$
|
|
10884
|
+
const _excluded$4V = ["color", "size"];
|
|
10755
10885
|
|
|
10756
10886
|
const GoogleSheets = props => {
|
|
10757
10887
|
const {
|
|
10758
10888
|
color,
|
|
10759
10889
|
size
|
|
10760
10890
|
} = props,
|
|
10761
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10891
|
+
otherProps = _objectWithoutProperties(props, _excluded$4V);
|
|
10762
10892
|
|
|
10763
10893
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10764
10894
|
width: size,
|
|
@@ -10793,14 +10923,14 @@ GoogleSheets.defaultProps = {
|
|
|
10793
10923
|
size: '24'
|
|
10794
10924
|
};
|
|
10795
10925
|
|
|
10796
|
-
const _excluded$
|
|
10926
|
+
const _excluded$4W = ["color", "size"];
|
|
10797
10927
|
|
|
10798
10928
|
const Salesforce = props => {
|
|
10799
10929
|
const {
|
|
10800
10930
|
color,
|
|
10801
10931
|
size
|
|
10802
10932
|
} = props,
|
|
10803
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10933
|
+
otherProps = _objectWithoutProperties(props, _excluded$4W);
|
|
10804
10934
|
|
|
10805
10935
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10806
10936
|
width: size,
|
|
@@ -10833,14 +10963,14 @@ Salesforce.defaultProps = {
|
|
|
10833
10963
|
size: '24'
|
|
10834
10964
|
};
|
|
10835
10965
|
|
|
10836
|
-
const _excluded$
|
|
10966
|
+
const _excluded$4X = ["color", "size"];
|
|
10837
10967
|
|
|
10838
10968
|
const Pipedrive = props => {
|
|
10839
10969
|
const {
|
|
10840
10970
|
color,
|
|
10841
10971
|
size
|
|
10842
10972
|
} = props,
|
|
10843
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10973
|
+
otherProps = _objectWithoutProperties(props, _excluded$4X);
|
|
10844
10974
|
|
|
10845
10975
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10846
10976
|
width: size,
|
|
@@ -10867,14 +10997,14 @@ Pipedrive.defaultProps = {
|
|
|
10867
10997
|
size: '24'
|
|
10868
10998
|
};
|
|
10869
10999
|
|
|
10870
|
-
const _excluded$
|
|
11000
|
+
const _excluded$4Y = ["color", "size"];
|
|
10871
11001
|
|
|
10872
11002
|
const Wiseagent = props => {
|
|
10873
11003
|
const {
|
|
10874
11004
|
color,
|
|
10875
11005
|
size
|
|
10876
11006
|
} = props,
|
|
10877
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11007
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Y);
|
|
10878
11008
|
|
|
10879
11009
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10880
11010
|
width: size,
|
|
@@ -10904,14 +11034,14 @@ Wiseagent.defaultProps = {
|
|
|
10904
11034
|
size: '24'
|
|
10905
11035
|
};
|
|
10906
11036
|
|
|
10907
|
-
const _excluded$
|
|
11037
|
+
const _excluded$4Z = ["color", "size"];
|
|
10908
11038
|
|
|
10909
11039
|
const Flodesk = props => {
|
|
10910
11040
|
const {
|
|
10911
11041
|
color,
|
|
10912
11042
|
size
|
|
10913
11043
|
} = props,
|
|
10914
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11044
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Z);
|
|
10915
11045
|
|
|
10916
11046
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10917
11047
|
width: size,
|
|
@@ -10935,14 +11065,14 @@ Flodesk.defaultProps = {
|
|
|
10935
11065
|
size: '24'
|
|
10936
11066
|
};
|
|
10937
11067
|
|
|
10938
|
-
const _excluded$
|
|
11068
|
+
const _excluded$4_ = ["color", "size"];
|
|
10939
11069
|
|
|
10940
11070
|
const Apptivo = props => {
|
|
10941
11071
|
const {
|
|
10942
11072
|
color,
|
|
10943
11073
|
size
|
|
10944
11074
|
} = props,
|
|
10945
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11075
|
+
otherProps = _objectWithoutProperties(props, _excluded$4_);
|
|
10946
11076
|
|
|
10947
11077
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10948
11078
|
width: size,
|
|
@@ -10969,14 +11099,14 @@ Apptivo.defaultProps = {
|
|
|
10969
11099
|
size: '24'
|
|
10970
11100
|
};
|
|
10971
11101
|
|
|
10972
|
-
const _excluded$
|
|
11102
|
+
const _excluded$4$ = ["color", "size"];
|
|
10973
11103
|
|
|
10974
11104
|
const Zillow = props => {
|
|
10975
11105
|
const {
|
|
10976
11106
|
color,
|
|
10977
11107
|
size
|
|
10978
11108
|
} = props,
|
|
10979
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11109
|
+
otherProps = _objectWithoutProperties(props, _excluded$4$);
|
|
10980
11110
|
|
|
10981
11111
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10982
11112
|
width: size,
|
|
@@ -11002,14 +11132,14 @@ Zillow.defaultProps = {
|
|
|
11002
11132
|
size: '24'
|
|
11003
11133
|
};
|
|
11004
11134
|
|
|
11005
|
-
const _excluded$
|
|
11135
|
+
const _excluded$50 = ["color", "size"];
|
|
11006
11136
|
|
|
11007
11137
|
const Canva = props => {
|
|
11008
11138
|
const {
|
|
11009
11139
|
color,
|
|
11010
11140
|
size
|
|
11011
11141
|
} = props,
|
|
11012
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11142
|
+
otherProps = _objectWithoutProperties(props, _excluded$50);
|
|
11013
11143
|
|
|
11014
11144
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11015
11145
|
width: size,
|
|
@@ -11104,14 +11234,14 @@ Canva.defaultProps = {
|
|
|
11104
11234
|
size: '24'
|
|
11105
11235
|
};
|
|
11106
11236
|
|
|
11107
|
-
const _excluded$
|
|
11237
|
+
const _excluded$51 = ["color", "size"];
|
|
11108
11238
|
|
|
11109
11239
|
const Kajabi = props => {
|
|
11110
11240
|
const {
|
|
11111
11241
|
color,
|
|
11112
11242
|
size
|
|
11113
11243
|
} = props,
|
|
11114
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11244
|
+
otherProps = _objectWithoutProperties(props, _excluded$51);
|
|
11115
11245
|
|
|
11116
11246
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11117
11247
|
width: size,
|
|
@@ -11142,14 +11272,14 @@ Kajabi.defaultProps = {
|
|
|
11142
11272
|
size: '24'
|
|
11143
11273
|
};
|
|
11144
11274
|
|
|
11145
|
-
const _excluded$
|
|
11275
|
+
const _excluded$52 = ["color", "size"];
|
|
11146
11276
|
|
|
11147
11277
|
const Magento = props => {
|
|
11148
11278
|
const {
|
|
11149
11279
|
color,
|
|
11150
11280
|
size
|
|
11151
11281
|
} = props,
|
|
11152
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11282
|
+
otherProps = _objectWithoutProperties(props, _excluded$52);
|
|
11153
11283
|
|
|
11154
11284
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11155
11285
|
width: size,
|
|
@@ -11173,14 +11303,14 @@ Magento.defaultProps = {
|
|
|
11173
11303
|
size: '24'
|
|
11174
11304
|
};
|
|
11175
11305
|
|
|
11176
|
-
const _excluded$
|
|
11306
|
+
const _excluded$53 = ["color", "size"];
|
|
11177
11307
|
|
|
11178
11308
|
const ArrowDownRight = props => {
|
|
11179
11309
|
const {
|
|
11180
11310
|
color,
|
|
11181
11311
|
size
|
|
11182
11312
|
} = props,
|
|
11183
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11313
|
+
otherProps = _objectWithoutProperties(props, _excluded$53);
|
|
11184
11314
|
|
|
11185
11315
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11186
11316
|
width: size,
|
|
@@ -11207,14 +11337,14 @@ ArrowDownRight.defaultProps = {
|
|
|
11207
11337
|
size: '24'
|
|
11208
11338
|
};
|
|
11209
11339
|
|
|
11210
|
-
const _excluded$
|
|
11340
|
+
const _excluded$54 = ["color", "size"];
|
|
11211
11341
|
|
|
11212
11342
|
const ReturnKey = props => {
|
|
11213
11343
|
const {
|
|
11214
11344
|
color,
|
|
11215
11345
|
size
|
|
11216
11346
|
} = props,
|
|
11217
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11347
|
+
otherProps = _objectWithoutProperties(props, _excluded$54);
|
|
11218
11348
|
|
|
11219
11349
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11220
11350
|
width: size,
|
|
@@ -11238,14 +11368,14 @@ ReturnKey.defaultProps = {
|
|
|
11238
11368
|
size: '24'
|
|
11239
11369
|
};
|
|
11240
11370
|
|
|
11241
|
-
const _excluded$
|
|
11371
|
+
const _excluded$55 = ["color", "size"];
|
|
11242
11372
|
|
|
11243
11373
|
const Unread = props => {
|
|
11244
11374
|
const {
|
|
11245
11375
|
color,
|
|
11246
11376
|
size
|
|
11247
11377
|
} = props,
|
|
11248
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11378
|
+
otherProps = _objectWithoutProperties(props, _excluded$55);
|
|
11249
11379
|
|
|
11250
11380
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11251
11381
|
width: size,
|
|
@@ -11271,14 +11401,14 @@ Unread.defaultProps = {
|
|
|
11271
11401
|
size: '24'
|
|
11272
11402
|
};
|
|
11273
11403
|
|
|
11274
|
-
const _excluded$
|
|
11404
|
+
const _excluded$56 = ["color", "size"];
|
|
11275
11405
|
|
|
11276
11406
|
const Privacy = props => {
|
|
11277
11407
|
const {
|
|
11278
11408
|
color,
|
|
11279
11409
|
size
|
|
11280
11410
|
} = props,
|
|
11281
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11411
|
+
otherProps = _objectWithoutProperties(props, _excluded$56);
|
|
11282
11412
|
|
|
11283
11413
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11284
11414
|
width: size,
|
|
@@ -11308,14 +11438,14 @@ Privacy.defaultProps = {
|
|
|
11308
11438
|
size: '24'
|
|
11309
11439
|
};
|
|
11310
11440
|
|
|
11311
|
-
const _excluded$
|
|
11441
|
+
const _excluded$57 = ["color", "size"];
|
|
11312
11442
|
|
|
11313
11443
|
const Location = props => {
|
|
11314
11444
|
const {
|
|
11315
11445
|
color,
|
|
11316
11446
|
size
|
|
11317
11447
|
} = props,
|
|
11318
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11448
|
+
otherProps = _objectWithoutProperties(props, _excluded$57);
|
|
11319
11449
|
|
|
11320
11450
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11321
11451
|
width: size,
|
|
@@ -11346,14 +11476,14 @@ Location.defaultProps = {
|
|
|
11346
11476
|
size: '24'
|
|
11347
11477
|
};
|
|
11348
11478
|
|
|
11349
|
-
const _excluded$
|
|
11479
|
+
const _excluded$58 = ["color", "size"];
|
|
11350
11480
|
|
|
11351
11481
|
const TikTok = props => {
|
|
11352
11482
|
const {
|
|
11353
11483
|
color,
|
|
11354
11484
|
size
|
|
11355
11485
|
} = props,
|
|
11356
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11486
|
+
otherProps = _objectWithoutProperties(props, _excluded$58);
|
|
11357
11487
|
|
|
11358
11488
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11359
11489
|
width: size,
|
|
@@ -11395,14 +11525,14 @@ TikTok.defaultProps = {
|
|
|
11395
11525
|
size: '24'
|
|
11396
11526
|
};
|
|
11397
11527
|
|
|
11398
|
-
const _excluded$
|
|
11528
|
+
const _excluded$59 = ["color", "size"];
|
|
11399
11529
|
|
|
11400
11530
|
const TikTokChannel = props => {
|
|
11401
11531
|
const {
|
|
11402
11532
|
color,
|
|
11403
11533
|
size
|
|
11404
11534
|
} = props,
|
|
11405
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11535
|
+
otherProps = _objectWithoutProperties(props, _excluded$59);
|
|
11406
11536
|
|
|
11407
11537
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11408
11538
|
width: size,
|
|
@@ -11443,14 +11573,14 @@ TikTokChannel.defaultProps = {
|
|
|
11443
11573
|
size: '24'
|
|
11444
11574
|
};
|
|
11445
11575
|
|
|
11446
|
-
const _excluded$
|
|
11576
|
+
const _excluded$5a = ["color", "size"];
|
|
11447
11577
|
|
|
11448
11578
|
const TikTokChannel2 = props => {
|
|
11449
11579
|
const {
|
|
11450
11580
|
color,
|
|
11451
11581
|
size
|
|
11452
11582
|
} = props,
|
|
11453
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11583
|
+
otherProps = _objectWithoutProperties(props, _excluded$5a);
|
|
11454
11584
|
|
|
11455
11585
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11456
11586
|
width: size,
|
|
@@ -11476,14 +11606,14 @@ TikTokChannel2.defaultProps = {
|
|
|
11476
11606
|
size: '24'
|
|
11477
11607
|
};
|
|
11478
11608
|
|
|
11479
|
-
const _excluded$
|
|
11609
|
+
const _excluded$5b = ["color", "size"];
|
|
11480
11610
|
|
|
11481
11611
|
const AutomationsPausedFilled = props => {
|
|
11482
11612
|
const {
|
|
11483
11613
|
color,
|
|
11484
11614
|
size
|
|
11485
11615
|
} = props,
|
|
11486
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11616
|
+
otherProps = _objectWithoutProperties(props, _excluded$5b);
|
|
11487
11617
|
|
|
11488
11618
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11489
11619
|
width: size,
|
|
@@ -11510,14 +11640,14 @@ AutomationsPausedFilled.defaultProps = {
|
|
|
11510
11640
|
size: '24'
|
|
11511
11641
|
};
|
|
11512
11642
|
|
|
11513
|
-
const _excluded$
|
|
11643
|
+
const _excluded$5c = ["color", "size"];
|
|
11514
11644
|
|
|
11515
11645
|
const AutomationsStoppedFilled = props => {
|
|
11516
11646
|
const {
|
|
11517
11647
|
color,
|
|
11518
11648
|
size
|
|
11519
11649
|
} = props,
|
|
11520
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11650
|
+
otherProps = _objectWithoutProperties(props, _excluded$5c);
|
|
11521
11651
|
|
|
11522
11652
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11523
11653
|
width: size,
|
|
@@ -11541,4 +11671,35 @@ AutomationsStoppedFilled.defaultProps = {
|
|
|
11541
11671
|
size: '24'
|
|
11542
11672
|
};
|
|
11543
11673
|
|
|
11544
|
-
|
|
11674
|
+
const _excluded$5d = ["color", "size"];
|
|
11675
|
+
|
|
11676
|
+
const Bullet = props => {
|
|
11677
|
+
const {
|
|
11678
|
+
color,
|
|
11679
|
+
size
|
|
11680
|
+
} = props,
|
|
11681
|
+
otherProps = _objectWithoutProperties(props, _excluded$5d);
|
|
11682
|
+
|
|
11683
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11684
|
+
width: size,
|
|
11685
|
+
height: size,
|
|
11686
|
+
viewBox: "0 0 24 24",
|
|
11687
|
+
fill: "none",
|
|
11688
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11689
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
11690
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11691
|
+
d: "M12 16.5C14.4853 16.5 16.5 14.4853 16.5 12C16.5 9.51472 14.4853 7.5 12 7.5C9.51472 7.5 7.5 9.51472 7.5 12C7.5 14.4853 9.51472 16.5 12 16.5Z",
|
|
11692
|
+
fill: color
|
|
11693
|
+
}));
|
|
11694
|
+
};
|
|
11695
|
+
|
|
11696
|
+
Bullet.propTypes = {
|
|
11697
|
+
color: PropTypes.string,
|
|
11698
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
11699
|
+
};
|
|
11700
|
+
Bullet.defaultProps = {
|
|
11701
|
+
color: 'currentColor',
|
|
11702
|
+
size: '24'
|
|
11703
|
+
};
|
|
11704
|
+
|
|
11705
|
+
export { Action, ActionMarkConversationAsDone, Activecampaign, AddCircle, AddTag, Ads, AdsAd, AdsAdSet, Ai, AiFilled, AiIntention, AiStep, AlignCenter, AlignLeft, AlignRight, AlignWide, All, Amazon, Analytics, Apple, Apptivo, Archive, ArrowDown, ArrowDownRight, ArrowDrag, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, ArrowUp, Assign, AssignGroup, Attach, Attention, Audience, Audio, Automation, AutomationsPausedFilled, AutomationsStoppedFilled, Basics, Bigcommerce, Bold, Book, Bot, BotRemove, Broadcasting, BuilderAudio, BuilderCard, BuilderGallery, BuilderInput, BuilderList, BuilderText, Bullet, ButtonEmailBlock, Calendar, Camera, CannedResponse, Canva, Cart, Cgt20, ChatGpt, CheckCircle, CheckboxDone, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, ClearMobile, Close, Cloud, CloudDownload, CloudError, CloudUpload, Community, Condition, ConvertChannels, ConvertKit, Copy, CopyToAnotherFlow, Coupon, Create, Creator, CreditCard, CufArray, CufBoolean, CufEnum, CufNoIcon, CufNumber, CufText, CustomField, CustomFieldRemove, Dashboard, Data, DefaultReply, Delay, Delete, DeleteForever, DeleteTag, DoubleChevrotBack, DoubleChevrotCollapse, DoubleChevrotExpand, DoubleChevrotForward, DoubleTick, DragConnector, DragItem, DuplicateSms, Edit, EmailChannel, ExitFullscreen, Export, Facebook, FacebookMessenger, Faq, FbChat, Female, Filter, Fitness, Flodesk, Flow, Folder, FolderAdd, FolderAdsCampaign, FolderOpen, Fullscreen, GoToFlow, Google, GoogleAlt, GoogleSheets, GrowthTools, GtAdsJson, GtBar, GtBox, GtButton, GtCheckbox, GtCustomerChat, GtFbCode, GtFbComment, GtLanding, GtModal, GtPageTakeover, GtRef, GtSlideIn, GtTakeover, GuestChatChannel, HeadlineBlockEmail, Health, Help, Hide, Home, Hotel, Hotmart, Hubspot, Id, IgLiveComments, Image, Inbox, IncreaseEngagement, Info, InstagramChannel, InstagramChannel3, InstagramDmList, Integromat, Italic, Kajabi, Keyboard, Keywords, Klaviyo, Link, LiveChat, Location, Logout, Magento, MagicWand, Magnet, MailChimp, Male, Mention, Menu, MessageBack, MessageOpen, MessageTemplates, Messenger, MessengerChannel, MessengerList, Mic, Minus, MoreChannels, MoreHor, MoreVert, MosaicView, MoveTo, Nationality, NewCuFs, NewMessage, NewOrphanMobile, NodeAdd, Note, Notification, NotificationMute, OmnichannelWidget, Options, Organization, OrphanAction, OrphanAction2, OrphanAdStatistics, OrphanAdsCampaignMessages, OrphanAdsCampaignTraffic, OrphanArchive, OrphanBuilderSelect, OrphanBuyButton, OrphanCall, OrphanCardQuadrant, OrphanClicked, OrphanDesktop, OrphanFbChat, OrphanFullScreenPreview, OrphanFullText, OrphanIntegration, OrphanIntegromat, OrphanLiveChatDone, OrphanLongArrow, OrphanMainMenu, OrphanMinimizedChat, OrphanMobile, OrphanOpen, OrphanRestore, OrphanSplit, OrphanSubscribedNoInfo, OrphanTableView, OrphanTriggerZap, OtnRequest, Pause, PhoneOutgoing, Pin, Pipedrive, Play, Plus, Popular, PopularFilled, Privacy, ProfessionalConsulting, Protect, PublicChangelog, Publish, Qr, Question, RealEstate, Redo, Reels, Retry, ReturnKey, Rules, Salesforce, Search, SelectAll, Send, Send2, SendMessage, Sequences, SequencesAdd, SequencesRemove, Settings, Share, Shopify, ShopifyDeprecated, Show, ShowFlow, ShowcaseProducts, Smile, Sms, SmsChannel, SolidArrowUnsorted, Sort, SortDown, SortUp, Spacing, Spinner, SponsoredMessages, SponsoredMessages2, Star, Starred, StartFlow, Stop, Stop2, StopRecord, SystemField, TableView, Tap, Telegram, TelegramChannel, TelegramChannel2, TemplateMediaBg, TemplateStore, TemplateTextMedia, Templates, Text, ThumbDown, ThumbUp, Tick, Ticket, TikTok, TikTokChannel, TikTokChannel2, Time, TimeAdd, Transgender, TriggerFbAds, TriggerFbComments, TriggerFbComments20, TriggerIgStoryReply, TriggerNewSubscriber, Triggers, TriggersLines, Unassign, Underline, Undo, Unpin, Unprotect, Unread, Unsubscribed, User, UserAdd, Video, VideoCircleTg, Warning, WebChat, WebsiteRedirect, WelcomeMessage, WhatsAppChannel, WhatsAppWidget, Wiseagent, Woocommerce, Zapier, Zillow };
|