@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.js
CHANGED
|
@@ -6064,7 +6064,7 @@ const Community = props => {
|
|
|
6064
6064
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6065
6065
|
preserveAspectRatio: "xMidYMid meet"
|
|
6066
6066
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
6067
|
-
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.
|
|
6067
|
+
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",
|
|
6068
6068
|
fill: color
|
|
6069
6069
|
}));
|
|
6070
6070
|
};
|
|
@@ -9660,13 +9660,61 @@ Google.defaultProps = {
|
|
|
9660
9660
|
|
|
9661
9661
|
const _excluded$4m = ["color", "size"];
|
|
9662
9662
|
|
|
9663
|
-
const
|
|
9663
|
+
const GoogleAlt = props => {
|
|
9664
9664
|
const {
|
|
9665
9665
|
color,
|
|
9666
9666
|
size
|
|
9667
9667
|
} = props,
|
|
9668
9668
|
otherProps = _objectWithoutProperties(props, _excluded$4m);
|
|
9669
9669
|
|
|
9670
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9671
|
+
width: size,
|
|
9672
|
+
height: size,
|
|
9673
|
+
viewBox: "0 0 24 24",
|
|
9674
|
+
fill: "none",
|
|
9675
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9676
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9677
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9678
|
+
fillRule: "evenodd",
|
|
9679
|
+
clipRule: "evenodd",
|
|
9680
|
+
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",
|
|
9681
|
+
fill: color
|
|
9682
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9683
|
+
fillRule: "evenodd",
|
|
9684
|
+
clipRule: "evenodd",
|
|
9685
|
+
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",
|
|
9686
|
+
fill: color
|
|
9687
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9688
|
+
fillRule: "evenodd",
|
|
9689
|
+
clipRule: "evenodd",
|
|
9690
|
+
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",
|
|
9691
|
+
fill: color
|
|
9692
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9693
|
+
fillRule: "evenodd",
|
|
9694
|
+
clipRule: "evenodd",
|
|
9695
|
+
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",
|
|
9696
|
+
fill: color
|
|
9697
|
+
}));
|
|
9698
|
+
};
|
|
9699
|
+
|
|
9700
|
+
GoogleAlt.propTypes = {
|
|
9701
|
+
color: PropTypes.string,
|
|
9702
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
9703
|
+
};
|
|
9704
|
+
GoogleAlt.defaultProps = {
|
|
9705
|
+
color: 'currentColor',
|
|
9706
|
+
size: '24'
|
|
9707
|
+
};
|
|
9708
|
+
|
|
9709
|
+
const _excluded$4n = ["color", "size"];
|
|
9710
|
+
|
|
9711
|
+
const Facebook = props => {
|
|
9712
|
+
const {
|
|
9713
|
+
color,
|
|
9714
|
+
size
|
|
9715
|
+
} = props,
|
|
9716
|
+
otherProps = _objectWithoutProperties(props, _excluded$4n);
|
|
9717
|
+
|
|
9670
9718
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9671
9719
|
width: size,
|
|
9672
9720
|
height: size,
|
|
@@ -9691,14 +9739,14 @@ Facebook.defaultProps = {
|
|
|
9691
9739
|
size: '24'
|
|
9692
9740
|
};
|
|
9693
9741
|
|
|
9694
|
-
const _excluded$
|
|
9742
|
+
const _excluded$4o = ["color", "size"];
|
|
9695
9743
|
|
|
9696
9744
|
const OmnichannelWidget = props => {
|
|
9697
9745
|
const {
|
|
9698
9746
|
color,
|
|
9699
9747
|
size
|
|
9700
9748
|
} = props,
|
|
9701
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9749
|
+
otherProps = _objectWithoutProperties(props, _excluded$4o);
|
|
9702
9750
|
|
|
9703
9751
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9704
9752
|
width: size,
|
|
@@ -9708,7 +9756,7 @@ const OmnichannelWidget = props => {
|
|
|
9708
9756
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9709
9757
|
preserveAspectRatio: "xMidYMid meet"
|
|
9710
9758
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9711
|
-
d: "M19.0504 9.73869C19.0504 5.
|
|
9759
|
+
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",
|
|
9712
9760
|
fill: color
|
|
9713
9761
|
}));
|
|
9714
9762
|
};
|
|
@@ -9722,14 +9770,14 @@ OmnichannelWidget.defaultProps = {
|
|
|
9722
9770
|
size: '24'
|
|
9723
9771
|
};
|
|
9724
9772
|
|
|
9725
|
-
const _excluded$
|
|
9773
|
+
const _excluded$4p = ["color", "size"];
|
|
9726
9774
|
|
|
9727
9775
|
const IncreaseEngagement = props => {
|
|
9728
9776
|
const {
|
|
9729
9777
|
color,
|
|
9730
9778
|
size
|
|
9731
9779
|
} = props,
|
|
9732
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9780
|
+
otherProps = _objectWithoutProperties(props, _excluded$4p);
|
|
9733
9781
|
|
|
9734
9782
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9735
9783
|
width: size,
|
|
@@ -9753,14 +9801,14 @@ IncreaseEngagement.defaultProps = {
|
|
|
9753
9801
|
size: '24'
|
|
9754
9802
|
};
|
|
9755
9803
|
|
|
9756
|
-
const _excluded$
|
|
9804
|
+
const _excluded$4q = ["color", "size"];
|
|
9757
9805
|
|
|
9758
9806
|
const ShowcaseProducts = props => {
|
|
9759
9807
|
const {
|
|
9760
9808
|
color,
|
|
9761
9809
|
size
|
|
9762
9810
|
} = props,
|
|
9763
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9811
|
+
otherProps = _objectWithoutProperties(props, _excluded$4q);
|
|
9764
9812
|
|
|
9765
9813
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9766
9814
|
width: size,
|
|
@@ -9784,14 +9832,14 @@ ShowcaseProducts.defaultProps = {
|
|
|
9784
9832
|
size: '24'
|
|
9785
9833
|
};
|
|
9786
9834
|
|
|
9787
|
-
const _excluded$
|
|
9835
|
+
const _excluded$4r = ["color", "size"];
|
|
9788
9836
|
|
|
9789
9837
|
const Faq = props => {
|
|
9790
9838
|
const {
|
|
9791
9839
|
color,
|
|
9792
9840
|
size
|
|
9793
9841
|
} = props,
|
|
9794
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9842
|
+
otherProps = _objectWithoutProperties(props, _excluded$4r);
|
|
9795
9843
|
|
|
9796
9844
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9797
9845
|
width: size,
|
|
@@ -9815,14 +9863,14 @@ Faq.defaultProps = {
|
|
|
9815
9863
|
size: '24'
|
|
9816
9864
|
};
|
|
9817
9865
|
|
|
9818
|
-
const _excluded$
|
|
9866
|
+
const _excluded$4s = ["color", "size"];
|
|
9819
9867
|
|
|
9820
9868
|
const WebsiteRedirect = props => {
|
|
9821
9869
|
const {
|
|
9822
9870
|
color,
|
|
9823
9871
|
size
|
|
9824
9872
|
} = props,
|
|
9825
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9873
|
+
otherProps = _objectWithoutProperties(props, _excluded$4s);
|
|
9826
9874
|
|
|
9827
9875
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9828
9876
|
width: size,
|
|
@@ -9846,14 +9894,14 @@ WebsiteRedirect.defaultProps = {
|
|
|
9846
9894
|
size: '24'
|
|
9847
9895
|
};
|
|
9848
9896
|
|
|
9849
|
-
const _excluded$
|
|
9897
|
+
const _excluded$4t = ["color", "size"];
|
|
9850
9898
|
|
|
9851
9899
|
const Telegram = props => {
|
|
9852
9900
|
const {
|
|
9853
9901
|
color,
|
|
9854
9902
|
size
|
|
9855
9903
|
} = props,
|
|
9856
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9904
|
+
otherProps = _objectWithoutProperties(props, _excluded$4t);
|
|
9857
9905
|
|
|
9858
9906
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9859
9907
|
width: size,
|
|
@@ -9879,14 +9927,14 @@ Telegram.defaultProps = {
|
|
|
9879
9927
|
size: '24'
|
|
9880
9928
|
};
|
|
9881
9929
|
|
|
9882
|
-
const _excluded$
|
|
9930
|
+
const _excluded$4u = ["color", "size"];
|
|
9883
9931
|
|
|
9884
9932
|
const Tap = props => {
|
|
9885
9933
|
const {
|
|
9886
9934
|
color,
|
|
9887
9935
|
size
|
|
9888
9936
|
} = props,
|
|
9889
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9937
|
+
otherProps = _objectWithoutProperties(props, _excluded$4u);
|
|
9890
9938
|
|
|
9891
9939
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9892
9940
|
width: size,
|
|
@@ -9915,14 +9963,14 @@ Tap.defaultProps = {
|
|
|
9915
9963
|
size: '24'
|
|
9916
9964
|
};
|
|
9917
9965
|
|
|
9918
|
-
const _excluded$
|
|
9966
|
+
const _excluded$4v = ["color", "size"];
|
|
9919
9967
|
|
|
9920
9968
|
const NewOrphanMobile = props => {
|
|
9921
9969
|
const {
|
|
9922
9970
|
color,
|
|
9923
9971
|
size
|
|
9924
9972
|
} = props,
|
|
9925
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9973
|
+
otherProps = _objectWithoutProperties(props, _excluded$4v);
|
|
9926
9974
|
|
|
9927
9975
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9928
9976
|
width: size,
|
|
@@ -9954,14 +10002,14 @@ NewOrphanMobile.defaultProps = {
|
|
|
9954
10002
|
size: '24'
|
|
9955
10003
|
};
|
|
9956
10004
|
|
|
9957
|
-
const _excluded$
|
|
10005
|
+
const _excluded$4w = ["color", "size"];
|
|
9958
10006
|
|
|
9959
10007
|
const Export = props => {
|
|
9960
10008
|
const {
|
|
9961
10009
|
color,
|
|
9962
10010
|
size
|
|
9963
10011
|
} = props,
|
|
9964
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10012
|
+
otherProps = _objectWithoutProperties(props, _excluded$4w);
|
|
9965
10013
|
|
|
9966
10014
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9967
10015
|
width: size,
|
|
@@ -9988,14 +10036,14 @@ Export.defaultProps = {
|
|
|
9988
10036
|
size: '24'
|
|
9989
10037
|
};
|
|
9990
10038
|
|
|
9991
|
-
const _excluded$
|
|
10039
|
+
const _excluded$4x = ["color", "size"];
|
|
9992
10040
|
|
|
9993
10041
|
const Ai = props => {
|
|
9994
10042
|
const {
|
|
9995
10043
|
color,
|
|
9996
10044
|
size
|
|
9997
10045
|
} = props,
|
|
9998
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10046
|
+
otherProps = _objectWithoutProperties(props, _excluded$4x);
|
|
9999
10047
|
|
|
10000
10048
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10001
10049
|
width: size,
|
|
@@ -10005,10 +10053,10 @@ const Ai = props => {
|
|
|
10005
10053
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10006
10054
|
preserveAspectRatio: "xMidYMid meet"
|
|
10007
10055
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10008
|
-
d: "
|
|
10056
|
+
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",
|
|
10009
10057
|
fill: color
|
|
10010
10058
|
}), /*#__PURE__*/React.createElement("path", {
|
|
10011
|
-
d: "
|
|
10059
|
+
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",
|
|
10012
10060
|
fill: color
|
|
10013
10061
|
}));
|
|
10014
10062
|
};
|
|
@@ -10022,14 +10070,96 @@ Ai.defaultProps = {
|
|
|
10022
10070
|
size: '24'
|
|
10023
10071
|
};
|
|
10024
10072
|
|
|
10025
|
-
const _excluded$
|
|
10073
|
+
const _excluded$4y = ["color", "size"];
|
|
10074
|
+
|
|
10075
|
+
const AiStep = props => {
|
|
10076
|
+
const {
|
|
10077
|
+
color,
|
|
10078
|
+
size
|
|
10079
|
+
} = props,
|
|
10080
|
+
otherProps = _objectWithoutProperties(props, _excluded$4y);
|
|
10081
|
+
|
|
10082
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10083
|
+
width: size,
|
|
10084
|
+
height: size,
|
|
10085
|
+
viewBox: "0 0 24 24",
|
|
10086
|
+
fill: "none",
|
|
10087
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10088
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10089
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10090
|
+
fillRule: "evenodd",
|
|
10091
|
+
clipRule: "evenodd",
|
|
10092
|
+
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",
|
|
10093
|
+
fill: color
|
|
10094
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10095
|
+
fillRule: "evenodd",
|
|
10096
|
+
clipRule: "evenodd",
|
|
10097
|
+
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",
|
|
10098
|
+
fill: color
|
|
10099
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10100
|
+
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",
|
|
10101
|
+
fill: color
|
|
10102
|
+
}));
|
|
10103
|
+
};
|
|
10104
|
+
|
|
10105
|
+
AiStep.propTypes = {
|
|
10106
|
+
color: PropTypes.string,
|
|
10107
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10108
|
+
};
|
|
10109
|
+
AiStep.defaultProps = {
|
|
10110
|
+
color: 'currentColor',
|
|
10111
|
+
size: '24'
|
|
10112
|
+
};
|
|
10113
|
+
|
|
10114
|
+
const _excluded$4z = ["color", "size"];
|
|
10115
|
+
|
|
10116
|
+
const AiIntention = props => {
|
|
10117
|
+
const {
|
|
10118
|
+
color,
|
|
10119
|
+
size
|
|
10120
|
+
} = props,
|
|
10121
|
+
otherProps = _objectWithoutProperties(props, _excluded$4z);
|
|
10122
|
+
|
|
10123
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10124
|
+
width: size,
|
|
10125
|
+
height: size,
|
|
10126
|
+
viewBox: "0 0 24 24",
|
|
10127
|
+
fill: "none",
|
|
10128
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10129
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10130
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10131
|
+
fillRule: "evenodd",
|
|
10132
|
+
clipRule: "evenodd",
|
|
10133
|
+
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",
|
|
10134
|
+
fill: color
|
|
10135
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10136
|
+
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",
|
|
10137
|
+
fill: color
|
|
10138
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10139
|
+
fillRule: "evenodd",
|
|
10140
|
+
clipRule: "evenodd",
|
|
10141
|
+
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",
|
|
10142
|
+
fill: color
|
|
10143
|
+
}));
|
|
10144
|
+
};
|
|
10145
|
+
|
|
10146
|
+
AiIntention.propTypes = {
|
|
10147
|
+
color: PropTypes.string,
|
|
10148
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10149
|
+
};
|
|
10150
|
+
AiIntention.defaultProps = {
|
|
10151
|
+
color: 'currentColor',
|
|
10152
|
+
size: '24'
|
|
10153
|
+
};
|
|
10154
|
+
|
|
10155
|
+
const _excluded$4A = ["color", "size"];
|
|
10026
10156
|
|
|
10027
10157
|
const AiFilled = props => {
|
|
10028
10158
|
const {
|
|
10029
10159
|
color,
|
|
10030
10160
|
size
|
|
10031
10161
|
} = props,
|
|
10032
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10162
|
+
otherProps = _objectWithoutProperties(props, _excluded$4A);
|
|
10033
10163
|
|
|
10034
10164
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10035
10165
|
width: size,
|
|
@@ -10058,14 +10188,14 @@ AiFilled.defaultProps = {
|
|
|
10058
10188
|
size: '24'
|
|
10059
10189
|
};
|
|
10060
10190
|
|
|
10061
|
-
const _excluded$
|
|
10191
|
+
const _excluded$4B = ["color", "size"];
|
|
10062
10192
|
|
|
10063
10193
|
const Bigcommerce = props => {
|
|
10064
10194
|
const {
|
|
10065
10195
|
color,
|
|
10066
10196
|
size
|
|
10067
10197
|
} = props,
|
|
10068
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10198
|
+
otherProps = _objectWithoutProperties(props, _excluded$4B);
|
|
10069
10199
|
|
|
10070
10200
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10071
10201
|
width: size,
|
|
@@ -10089,14 +10219,14 @@ Bigcommerce.defaultProps = {
|
|
|
10089
10219
|
size: '24'
|
|
10090
10220
|
};
|
|
10091
10221
|
|
|
10092
|
-
const _excluded$
|
|
10222
|
+
const _excluded$4C = ["color", "size"];
|
|
10093
10223
|
|
|
10094
10224
|
const Woocommerce = props => {
|
|
10095
10225
|
const {
|
|
10096
10226
|
color,
|
|
10097
10227
|
size
|
|
10098
10228
|
} = props,
|
|
10099
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10229
|
+
otherProps = _objectWithoutProperties(props, _excluded$4C);
|
|
10100
10230
|
|
|
10101
10231
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10102
10232
|
width: size,
|
|
@@ -10123,14 +10253,14 @@ Woocommerce.defaultProps = {
|
|
|
10123
10253
|
size: '24'
|
|
10124
10254
|
};
|
|
10125
10255
|
|
|
10126
|
-
const _excluded$
|
|
10256
|
+
const _excluded$4D = ["color", "size"];
|
|
10127
10257
|
|
|
10128
10258
|
const Amazon = props => {
|
|
10129
10259
|
const {
|
|
10130
10260
|
color,
|
|
10131
10261
|
size
|
|
10132
10262
|
} = props,
|
|
10133
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10263
|
+
otherProps = _objectWithoutProperties(props, _excluded$4D);
|
|
10134
10264
|
|
|
10135
10265
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10136
10266
|
width: size,
|
|
@@ -10157,14 +10287,14 @@ Amazon.defaultProps = {
|
|
|
10157
10287
|
size: '24'
|
|
10158
10288
|
};
|
|
10159
10289
|
|
|
10160
|
-
const _excluded$
|
|
10290
|
+
const _excluded$4E = ["color", "size"];
|
|
10161
10291
|
|
|
10162
10292
|
const Hotmart = props => {
|
|
10163
10293
|
const {
|
|
10164
10294
|
color,
|
|
10165
10295
|
size
|
|
10166
10296
|
} = props,
|
|
10167
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10297
|
+
otherProps = _objectWithoutProperties(props, _excluded$4E);
|
|
10168
10298
|
|
|
10169
10299
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10170
10300
|
width: size,
|
|
@@ -10188,14 +10318,14 @@ Hotmart.defaultProps = {
|
|
|
10188
10318
|
size: '24'
|
|
10189
10319
|
};
|
|
10190
10320
|
|
|
10191
|
-
const _excluded$
|
|
10321
|
+
const _excluded$4F = ["color", "size"];
|
|
10192
10322
|
|
|
10193
10323
|
const Creator = props => {
|
|
10194
10324
|
const {
|
|
10195
10325
|
color,
|
|
10196
10326
|
size
|
|
10197
10327
|
} = props,
|
|
10198
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10328
|
+
otherProps = _objectWithoutProperties(props, _excluded$4F);
|
|
10199
10329
|
|
|
10200
10330
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10201
10331
|
width: size,
|
|
@@ -10219,14 +10349,14 @@ Creator.defaultProps = {
|
|
|
10219
10349
|
size: '24'
|
|
10220
10350
|
};
|
|
10221
10351
|
|
|
10222
|
-
const _excluded$
|
|
10352
|
+
const _excluded$4G = ["color", "size"];
|
|
10223
10353
|
|
|
10224
10354
|
const InstagramDmList = props => {
|
|
10225
10355
|
const {
|
|
10226
10356
|
color,
|
|
10227
10357
|
size
|
|
10228
10358
|
} = props,
|
|
10229
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10359
|
+
otherProps = _objectWithoutProperties(props, _excluded$4G);
|
|
10230
10360
|
|
|
10231
10361
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10232
10362
|
width: size,
|
|
@@ -10261,14 +10391,14 @@ InstagramDmList.defaultProps = {
|
|
|
10261
10391
|
size: '24'
|
|
10262
10392
|
};
|
|
10263
10393
|
|
|
10264
|
-
const _excluded$
|
|
10394
|
+
const _excluded$4H = ["color", "size"];
|
|
10265
10395
|
|
|
10266
10396
|
const RealEstate = props => {
|
|
10267
10397
|
const {
|
|
10268
10398
|
color,
|
|
10269
10399
|
size
|
|
10270
10400
|
} = props,
|
|
10271
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10401
|
+
otherProps = _objectWithoutProperties(props, _excluded$4H);
|
|
10272
10402
|
|
|
10273
10403
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10274
10404
|
width: size,
|
|
@@ -10292,14 +10422,14 @@ RealEstate.defaultProps = {
|
|
|
10292
10422
|
size: '24'
|
|
10293
10423
|
};
|
|
10294
10424
|
|
|
10295
|
-
const _excluded$
|
|
10425
|
+
const _excluded$4I = ["color", "size"];
|
|
10296
10426
|
|
|
10297
10427
|
const Basics = props => {
|
|
10298
10428
|
const {
|
|
10299
10429
|
color,
|
|
10300
10430
|
size
|
|
10301
10431
|
} = props,
|
|
10302
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10432
|
+
otherProps = _objectWithoutProperties(props, _excluded$4I);
|
|
10303
10433
|
|
|
10304
10434
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10305
10435
|
width: size,
|
|
@@ -10335,14 +10465,14 @@ Basics.defaultProps = {
|
|
|
10335
10465
|
size: '24'
|
|
10336
10466
|
};
|
|
10337
10467
|
|
|
10338
|
-
const _excluded$
|
|
10468
|
+
const _excluded$4J = ["color", "size"];
|
|
10339
10469
|
|
|
10340
10470
|
const Fitness = props => {
|
|
10341
10471
|
const {
|
|
10342
10472
|
color,
|
|
10343
10473
|
size
|
|
10344
10474
|
} = props,
|
|
10345
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10475
|
+
otherProps = _objectWithoutProperties(props, _excluded$4J);
|
|
10346
10476
|
|
|
10347
10477
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10348
10478
|
width: size,
|
|
@@ -10366,14 +10496,14 @@ Fitness.defaultProps = {
|
|
|
10366
10496
|
size: '24'
|
|
10367
10497
|
};
|
|
10368
10498
|
|
|
10369
|
-
const _excluded$
|
|
10499
|
+
const _excluded$4K = ["color", "size"];
|
|
10370
10500
|
|
|
10371
10501
|
const Hotel = props => {
|
|
10372
10502
|
const {
|
|
10373
10503
|
color,
|
|
10374
10504
|
size
|
|
10375
10505
|
} = props,
|
|
10376
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10506
|
+
otherProps = _objectWithoutProperties(props, _excluded$4K);
|
|
10377
10507
|
|
|
10378
10508
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10379
10509
|
width: size,
|
|
@@ -10397,14 +10527,14 @@ Hotel.defaultProps = {
|
|
|
10397
10527
|
size: '24'
|
|
10398
10528
|
};
|
|
10399
10529
|
|
|
10400
|
-
const _excluded$
|
|
10530
|
+
const _excluded$4L = ["color", "size"];
|
|
10401
10531
|
|
|
10402
10532
|
const Organization = props => {
|
|
10403
10533
|
const {
|
|
10404
10534
|
color,
|
|
10405
10535
|
size
|
|
10406
10536
|
} = props,
|
|
10407
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10537
|
+
otherProps = _objectWithoutProperties(props, _excluded$4L);
|
|
10408
10538
|
|
|
10409
10539
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10410
10540
|
width: size,
|
|
@@ -10428,14 +10558,14 @@ Organization.defaultProps = {
|
|
|
10428
10558
|
size: '24'
|
|
10429
10559
|
};
|
|
10430
10560
|
|
|
10431
|
-
const _excluded$
|
|
10561
|
+
const _excluded$4M = ["color", "size"];
|
|
10432
10562
|
|
|
10433
10563
|
const ProfessionalConsulting = props => {
|
|
10434
10564
|
const {
|
|
10435
10565
|
color,
|
|
10436
10566
|
size
|
|
10437
10567
|
} = props,
|
|
10438
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10568
|
+
otherProps = _objectWithoutProperties(props, _excluded$4M);
|
|
10439
10569
|
|
|
10440
10570
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10441
10571
|
width: size,
|
|
@@ -10459,14 +10589,14 @@ ProfessionalConsulting.defaultProps = {
|
|
|
10459
10589
|
size: '24'
|
|
10460
10590
|
};
|
|
10461
10591
|
|
|
10462
|
-
const _excluded$
|
|
10592
|
+
const _excluded$4N = ["color", "size"];
|
|
10463
10593
|
|
|
10464
10594
|
const MessengerList = props => {
|
|
10465
10595
|
const {
|
|
10466
10596
|
color,
|
|
10467
10597
|
size
|
|
10468
10598
|
} = props,
|
|
10469
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10599
|
+
otherProps = _objectWithoutProperties(props, _excluded$4N);
|
|
10470
10600
|
|
|
10471
10601
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10472
10602
|
width: size,
|
|
@@ -10496,14 +10626,14 @@ MessengerList.defaultProps = {
|
|
|
10496
10626
|
size: '24'
|
|
10497
10627
|
};
|
|
10498
10628
|
|
|
10499
|
-
const _excluded$
|
|
10629
|
+
const _excluded$4O = ["color", "size"];
|
|
10500
10630
|
|
|
10501
10631
|
const Integromat = props => {
|
|
10502
10632
|
const {
|
|
10503
10633
|
color,
|
|
10504
10634
|
size
|
|
10505
10635
|
} = props,
|
|
10506
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10636
|
+
otherProps = _objectWithoutProperties(props, _excluded$4O);
|
|
10507
10637
|
|
|
10508
10638
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10509
10639
|
width: size,
|
|
@@ -10527,14 +10657,14 @@ Integromat.defaultProps = {
|
|
|
10527
10657
|
size: '24'
|
|
10528
10658
|
};
|
|
10529
10659
|
|
|
10530
|
-
const _excluded$
|
|
10660
|
+
const _excluded$4P = ["color", "size"];
|
|
10531
10661
|
|
|
10532
10662
|
const Hubspot = props => {
|
|
10533
10663
|
const {
|
|
10534
10664
|
color,
|
|
10535
10665
|
size
|
|
10536
10666
|
} = props,
|
|
10537
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10667
|
+
otherProps = _objectWithoutProperties(props, _excluded$4P);
|
|
10538
10668
|
|
|
10539
10669
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10540
10670
|
width: size,
|
|
@@ -10558,14 +10688,14 @@ Hubspot.defaultProps = {
|
|
|
10558
10688
|
size: '24'
|
|
10559
10689
|
};
|
|
10560
10690
|
|
|
10561
|
-
const _excluded$
|
|
10691
|
+
const _excluded$4Q = ["color", "size"];
|
|
10562
10692
|
|
|
10563
10693
|
const Klaviyo = props => {
|
|
10564
10694
|
const {
|
|
10565
10695
|
color,
|
|
10566
10696
|
size
|
|
10567
10697
|
} = props,
|
|
10568
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10698
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Q);
|
|
10569
10699
|
|
|
10570
10700
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10571
10701
|
width: size,
|
|
@@ -10613,14 +10743,14 @@ Klaviyo.defaultProps = {
|
|
|
10613
10743
|
size: '24'
|
|
10614
10744
|
};
|
|
10615
10745
|
|
|
10616
|
-
const _excluded$
|
|
10746
|
+
const _excluded$4R = ["color", "size"];
|
|
10617
10747
|
|
|
10618
10748
|
const Activecampaign = props => {
|
|
10619
10749
|
const {
|
|
10620
10750
|
color,
|
|
10621
10751
|
size
|
|
10622
10752
|
} = props,
|
|
10623
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10753
|
+
otherProps = _objectWithoutProperties(props, _excluded$4R);
|
|
10624
10754
|
|
|
10625
10755
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10626
10756
|
width: size,
|
|
@@ -10646,14 +10776,14 @@ Activecampaign.defaultProps = {
|
|
|
10646
10776
|
size: '24'
|
|
10647
10777
|
};
|
|
10648
10778
|
|
|
10649
|
-
const _excluded$
|
|
10779
|
+
const _excluded$4S = ["color", "size"];
|
|
10650
10780
|
|
|
10651
10781
|
const ChatGpt = props => {
|
|
10652
10782
|
const {
|
|
10653
10783
|
color,
|
|
10654
10784
|
size
|
|
10655
10785
|
} = props,
|
|
10656
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10786
|
+
otherProps = _objectWithoutProperties(props, _excluded$4S);
|
|
10657
10787
|
|
|
10658
10788
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10659
10789
|
width: size,
|
|
@@ -10677,14 +10807,14 @@ ChatGpt.defaultProps = {
|
|
|
10677
10807
|
size: '24'
|
|
10678
10808
|
};
|
|
10679
10809
|
|
|
10680
|
-
const _excluded$
|
|
10810
|
+
const _excluded$4T = ["color", "size"];
|
|
10681
10811
|
|
|
10682
10812
|
const MailChimp = props => {
|
|
10683
10813
|
const {
|
|
10684
10814
|
color,
|
|
10685
10815
|
size
|
|
10686
10816
|
} = props,
|
|
10687
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10817
|
+
otherProps = _objectWithoutProperties(props, _excluded$4T);
|
|
10688
10818
|
|
|
10689
10819
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10690
10820
|
width: size,
|
|
@@ -10726,14 +10856,14 @@ MailChimp.defaultProps = {
|
|
|
10726
10856
|
size: '24'
|
|
10727
10857
|
};
|
|
10728
10858
|
|
|
10729
|
-
const _excluded$
|
|
10859
|
+
const _excluded$4U = ["color", "size"];
|
|
10730
10860
|
|
|
10731
10861
|
const ConvertKit = props => {
|
|
10732
10862
|
const {
|
|
10733
10863
|
color,
|
|
10734
10864
|
size
|
|
10735
10865
|
} = props,
|
|
10736
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10866
|
+
otherProps = _objectWithoutProperties(props, _excluded$4U);
|
|
10737
10867
|
|
|
10738
10868
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10739
10869
|
width: size,
|
|
@@ -10757,14 +10887,14 @@ ConvertKit.defaultProps = {
|
|
|
10757
10887
|
size: '24'
|
|
10758
10888
|
};
|
|
10759
10889
|
|
|
10760
|
-
const _excluded$
|
|
10890
|
+
const _excluded$4V = ["color", "size"];
|
|
10761
10891
|
|
|
10762
10892
|
const GoogleSheets = props => {
|
|
10763
10893
|
const {
|
|
10764
10894
|
color,
|
|
10765
10895
|
size
|
|
10766
10896
|
} = props,
|
|
10767
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10897
|
+
otherProps = _objectWithoutProperties(props, _excluded$4V);
|
|
10768
10898
|
|
|
10769
10899
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10770
10900
|
width: size,
|
|
@@ -10799,14 +10929,14 @@ GoogleSheets.defaultProps = {
|
|
|
10799
10929
|
size: '24'
|
|
10800
10930
|
};
|
|
10801
10931
|
|
|
10802
|
-
const _excluded$
|
|
10932
|
+
const _excluded$4W = ["color", "size"];
|
|
10803
10933
|
|
|
10804
10934
|
const Salesforce = props => {
|
|
10805
10935
|
const {
|
|
10806
10936
|
color,
|
|
10807
10937
|
size
|
|
10808
10938
|
} = props,
|
|
10809
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10939
|
+
otherProps = _objectWithoutProperties(props, _excluded$4W);
|
|
10810
10940
|
|
|
10811
10941
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10812
10942
|
width: size,
|
|
@@ -10839,14 +10969,14 @@ Salesforce.defaultProps = {
|
|
|
10839
10969
|
size: '24'
|
|
10840
10970
|
};
|
|
10841
10971
|
|
|
10842
|
-
const _excluded$
|
|
10972
|
+
const _excluded$4X = ["color", "size"];
|
|
10843
10973
|
|
|
10844
10974
|
const Pipedrive = props => {
|
|
10845
10975
|
const {
|
|
10846
10976
|
color,
|
|
10847
10977
|
size
|
|
10848
10978
|
} = props,
|
|
10849
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10979
|
+
otherProps = _objectWithoutProperties(props, _excluded$4X);
|
|
10850
10980
|
|
|
10851
10981
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10852
10982
|
width: size,
|
|
@@ -10873,14 +11003,14 @@ Pipedrive.defaultProps = {
|
|
|
10873
11003
|
size: '24'
|
|
10874
11004
|
};
|
|
10875
11005
|
|
|
10876
|
-
const _excluded$
|
|
11006
|
+
const _excluded$4Y = ["color", "size"];
|
|
10877
11007
|
|
|
10878
11008
|
const Wiseagent = props => {
|
|
10879
11009
|
const {
|
|
10880
11010
|
color,
|
|
10881
11011
|
size
|
|
10882
11012
|
} = props,
|
|
10883
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11013
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Y);
|
|
10884
11014
|
|
|
10885
11015
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10886
11016
|
width: size,
|
|
@@ -10910,14 +11040,14 @@ Wiseagent.defaultProps = {
|
|
|
10910
11040
|
size: '24'
|
|
10911
11041
|
};
|
|
10912
11042
|
|
|
10913
|
-
const _excluded$
|
|
11043
|
+
const _excluded$4Z = ["color", "size"];
|
|
10914
11044
|
|
|
10915
11045
|
const Flodesk = props => {
|
|
10916
11046
|
const {
|
|
10917
11047
|
color,
|
|
10918
11048
|
size
|
|
10919
11049
|
} = props,
|
|
10920
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11050
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Z);
|
|
10921
11051
|
|
|
10922
11052
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10923
11053
|
width: size,
|
|
@@ -10941,14 +11071,14 @@ Flodesk.defaultProps = {
|
|
|
10941
11071
|
size: '24'
|
|
10942
11072
|
};
|
|
10943
11073
|
|
|
10944
|
-
const _excluded$
|
|
11074
|
+
const _excluded$4_ = ["color", "size"];
|
|
10945
11075
|
|
|
10946
11076
|
const Apptivo = props => {
|
|
10947
11077
|
const {
|
|
10948
11078
|
color,
|
|
10949
11079
|
size
|
|
10950
11080
|
} = props,
|
|
10951
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11081
|
+
otherProps = _objectWithoutProperties(props, _excluded$4_);
|
|
10952
11082
|
|
|
10953
11083
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10954
11084
|
width: size,
|
|
@@ -10975,14 +11105,14 @@ Apptivo.defaultProps = {
|
|
|
10975
11105
|
size: '24'
|
|
10976
11106
|
};
|
|
10977
11107
|
|
|
10978
|
-
const _excluded$
|
|
11108
|
+
const _excluded$4$ = ["color", "size"];
|
|
10979
11109
|
|
|
10980
11110
|
const Zillow = props => {
|
|
10981
11111
|
const {
|
|
10982
11112
|
color,
|
|
10983
11113
|
size
|
|
10984
11114
|
} = props,
|
|
10985
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11115
|
+
otherProps = _objectWithoutProperties(props, _excluded$4$);
|
|
10986
11116
|
|
|
10987
11117
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10988
11118
|
width: size,
|
|
@@ -11008,14 +11138,14 @@ Zillow.defaultProps = {
|
|
|
11008
11138
|
size: '24'
|
|
11009
11139
|
};
|
|
11010
11140
|
|
|
11011
|
-
const _excluded$
|
|
11141
|
+
const _excluded$50 = ["color", "size"];
|
|
11012
11142
|
|
|
11013
11143
|
const Canva = props => {
|
|
11014
11144
|
const {
|
|
11015
11145
|
color,
|
|
11016
11146
|
size
|
|
11017
11147
|
} = props,
|
|
11018
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11148
|
+
otherProps = _objectWithoutProperties(props, _excluded$50);
|
|
11019
11149
|
|
|
11020
11150
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11021
11151
|
width: size,
|
|
@@ -11110,14 +11240,14 @@ Canva.defaultProps = {
|
|
|
11110
11240
|
size: '24'
|
|
11111
11241
|
};
|
|
11112
11242
|
|
|
11113
|
-
const _excluded$
|
|
11243
|
+
const _excluded$51 = ["color", "size"];
|
|
11114
11244
|
|
|
11115
11245
|
const Kajabi = props => {
|
|
11116
11246
|
const {
|
|
11117
11247
|
color,
|
|
11118
11248
|
size
|
|
11119
11249
|
} = props,
|
|
11120
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11250
|
+
otherProps = _objectWithoutProperties(props, _excluded$51);
|
|
11121
11251
|
|
|
11122
11252
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11123
11253
|
width: size,
|
|
@@ -11148,14 +11278,14 @@ Kajabi.defaultProps = {
|
|
|
11148
11278
|
size: '24'
|
|
11149
11279
|
};
|
|
11150
11280
|
|
|
11151
|
-
const _excluded$
|
|
11281
|
+
const _excluded$52 = ["color", "size"];
|
|
11152
11282
|
|
|
11153
11283
|
const Magento = props => {
|
|
11154
11284
|
const {
|
|
11155
11285
|
color,
|
|
11156
11286
|
size
|
|
11157
11287
|
} = props,
|
|
11158
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11288
|
+
otherProps = _objectWithoutProperties(props, _excluded$52);
|
|
11159
11289
|
|
|
11160
11290
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11161
11291
|
width: size,
|
|
@@ -11179,14 +11309,14 @@ Magento.defaultProps = {
|
|
|
11179
11309
|
size: '24'
|
|
11180
11310
|
};
|
|
11181
11311
|
|
|
11182
|
-
const _excluded$
|
|
11312
|
+
const _excluded$53 = ["color", "size"];
|
|
11183
11313
|
|
|
11184
11314
|
const ArrowDownRight = props => {
|
|
11185
11315
|
const {
|
|
11186
11316
|
color,
|
|
11187
11317
|
size
|
|
11188
11318
|
} = props,
|
|
11189
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11319
|
+
otherProps = _objectWithoutProperties(props, _excluded$53);
|
|
11190
11320
|
|
|
11191
11321
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11192
11322
|
width: size,
|
|
@@ -11213,14 +11343,14 @@ ArrowDownRight.defaultProps = {
|
|
|
11213
11343
|
size: '24'
|
|
11214
11344
|
};
|
|
11215
11345
|
|
|
11216
|
-
const _excluded$
|
|
11346
|
+
const _excluded$54 = ["color", "size"];
|
|
11217
11347
|
|
|
11218
11348
|
const ReturnKey = props => {
|
|
11219
11349
|
const {
|
|
11220
11350
|
color,
|
|
11221
11351
|
size
|
|
11222
11352
|
} = props,
|
|
11223
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11353
|
+
otherProps = _objectWithoutProperties(props, _excluded$54);
|
|
11224
11354
|
|
|
11225
11355
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11226
11356
|
width: size,
|
|
@@ -11244,14 +11374,14 @@ ReturnKey.defaultProps = {
|
|
|
11244
11374
|
size: '24'
|
|
11245
11375
|
};
|
|
11246
11376
|
|
|
11247
|
-
const _excluded$
|
|
11377
|
+
const _excluded$55 = ["color", "size"];
|
|
11248
11378
|
|
|
11249
11379
|
const Unread = props => {
|
|
11250
11380
|
const {
|
|
11251
11381
|
color,
|
|
11252
11382
|
size
|
|
11253
11383
|
} = props,
|
|
11254
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11384
|
+
otherProps = _objectWithoutProperties(props, _excluded$55);
|
|
11255
11385
|
|
|
11256
11386
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11257
11387
|
width: size,
|
|
@@ -11277,14 +11407,14 @@ Unread.defaultProps = {
|
|
|
11277
11407
|
size: '24'
|
|
11278
11408
|
};
|
|
11279
11409
|
|
|
11280
|
-
const _excluded$
|
|
11410
|
+
const _excluded$56 = ["color", "size"];
|
|
11281
11411
|
|
|
11282
11412
|
const Privacy = props => {
|
|
11283
11413
|
const {
|
|
11284
11414
|
color,
|
|
11285
11415
|
size
|
|
11286
11416
|
} = props,
|
|
11287
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11417
|
+
otherProps = _objectWithoutProperties(props, _excluded$56);
|
|
11288
11418
|
|
|
11289
11419
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11290
11420
|
width: size,
|
|
@@ -11314,14 +11444,14 @@ Privacy.defaultProps = {
|
|
|
11314
11444
|
size: '24'
|
|
11315
11445
|
};
|
|
11316
11446
|
|
|
11317
|
-
const _excluded$
|
|
11447
|
+
const _excluded$57 = ["color", "size"];
|
|
11318
11448
|
|
|
11319
11449
|
const Location = props => {
|
|
11320
11450
|
const {
|
|
11321
11451
|
color,
|
|
11322
11452
|
size
|
|
11323
11453
|
} = props,
|
|
11324
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11454
|
+
otherProps = _objectWithoutProperties(props, _excluded$57);
|
|
11325
11455
|
|
|
11326
11456
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11327
11457
|
width: size,
|
|
@@ -11352,14 +11482,14 @@ Location.defaultProps = {
|
|
|
11352
11482
|
size: '24'
|
|
11353
11483
|
};
|
|
11354
11484
|
|
|
11355
|
-
const _excluded$
|
|
11485
|
+
const _excluded$58 = ["color", "size"];
|
|
11356
11486
|
|
|
11357
11487
|
const TikTok = props => {
|
|
11358
11488
|
const {
|
|
11359
11489
|
color,
|
|
11360
11490
|
size
|
|
11361
11491
|
} = props,
|
|
11362
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11492
|
+
otherProps = _objectWithoutProperties(props, _excluded$58);
|
|
11363
11493
|
|
|
11364
11494
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11365
11495
|
width: size,
|
|
@@ -11401,14 +11531,14 @@ TikTok.defaultProps = {
|
|
|
11401
11531
|
size: '24'
|
|
11402
11532
|
};
|
|
11403
11533
|
|
|
11404
|
-
const _excluded$
|
|
11534
|
+
const _excluded$59 = ["color", "size"];
|
|
11405
11535
|
|
|
11406
11536
|
const TikTokChannel = props => {
|
|
11407
11537
|
const {
|
|
11408
11538
|
color,
|
|
11409
11539
|
size
|
|
11410
11540
|
} = props,
|
|
11411
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11541
|
+
otherProps = _objectWithoutProperties(props, _excluded$59);
|
|
11412
11542
|
|
|
11413
11543
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11414
11544
|
width: size,
|
|
@@ -11449,14 +11579,14 @@ TikTokChannel.defaultProps = {
|
|
|
11449
11579
|
size: '24'
|
|
11450
11580
|
};
|
|
11451
11581
|
|
|
11452
|
-
const _excluded$
|
|
11582
|
+
const _excluded$5a = ["color", "size"];
|
|
11453
11583
|
|
|
11454
11584
|
const TikTokChannel2 = props => {
|
|
11455
11585
|
const {
|
|
11456
11586
|
color,
|
|
11457
11587
|
size
|
|
11458
11588
|
} = props,
|
|
11459
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11589
|
+
otherProps = _objectWithoutProperties(props, _excluded$5a);
|
|
11460
11590
|
|
|
11461
11591
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11462
11592
|
width: size,
|
|
@@ -11482,14 +11612,14 @@ TikTokChannel2.defaultProps = {
|
|
|
11482
11612
|
size: '24'
|
|
11483
11613
|
};
|
|
11484
11614
|
|
|
11485
|
-
const _excluded$
|
|
11615
|
+
const _excluded$5b = ["color", "size"];
|
|
11486
11616
|
|
|
11487
11617
|
const AutomationsPausedFilled = props => {
|
|
11488
11618
|
const {
|
|
11489
11619
|
color,
|
|
11490
11620
|
size
|
|
11491
11621
|
} = props,
|
|
11492
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11622
|
+
otherProps = _objectWithoutProperties(props, _excluded$5b);
|
|
11493
11623
|
|
|
11494
11624
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11495
11625
|
width: size,
|
|
@@ -11516,14 +11646,14 @@ AutomationsPausedFilled.defaultProps = {
|
|
|
11516
11646
|
size: '24'
|
|
11517
11647
|
};
|
|
11518
11648
|
|
|
11519
|
-
const _excluded$
|
|
11649
|
+
const _excluded$5c = ["color", "size"];
|
|
11520
11650
|
|
|
11521
11651
|
const AutomationsStoppedFilled = props => {
|
|
11522
11652
|
const {
|
|
11523
11653
|
color,
|
|
11524
11654
|
size
|
|
11525
11655
|
} = props,
|
|
11526
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11656
|
+
otherProps = _objectWithoutProperties(props, _excluded$5c);
|
|
11527
11657
|
|
|
11528
11658
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11529
11659
|
width: size,
|
|
@@ -11547,6 +11677,37 @@ AutomationsStoppedFilled.defaultProps = {
|
|
|
11547
11677
|
size: '24'
|
|
11548
11678
|
};
|
|
11549
11679
|
|
|
11680
|
+
const _excluded$5d = ["color", "size"];
|
|
11681
|
+
|
|
11682
|
+
const Bullet = props => {
|
|
11683
|
+
const {
|
|
11684
|
+
color,
|
|
11685
|
+
size
|
|
11686
|
+
} = props,
|
|
11687
|
+
otherProps = _objectWithoutProperties(props, _excluded$5d);
|
|
11688
|
+
|
|
11689
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11690
|
+
width: size,
|
|
11691
|
+
height: size,
|
|
11692
|
+
viewBox: "0 0 24 24",
|
|
11693
|
+
fill: "none",
|
|
11694
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11695
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
11696
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11697
|
+
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",
|
|
11698
|
+
fill: color
|
|
11699
|
+
}));
|
|
11700
|
+
};
|
|
11701
|
+
|
|
11702
|
+
Bullet.propTypes = {
|
|
11703
|
+
color: PropTypes.string,
|
|
11704
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
11705
|
+
};
|
|
11706
|
+
Bullet.defaultProps = {
|
|
11707
|
+
color: 'currentColor',
|
|
11708
|
+
size: '24'
|
|
11709
|
+
};
|
|
11710
|
+
|
|
11550
11711
|
exports.Action = Action;
|
|
11551
11712
|
exports.ActionMarkConversationAsDone = ActionMarkConversationAsDone;
|
|
11552
11713
|
exports.Activecampaign = Activecampaign;
|
|
@@ -11557,6 +11718,8 @@ exports.AdsAd = AdsAd;
|
|
|
11557
11718
|
exports.AdsAdSet = AdsAdSet;
|
|
11558
11719
|
exports.Ai = Ai;
|
|
11559
11720
|
exports.AiFilled = AiFilled;
|
|
11721
|
+
exports.AiIntention = AiIntention;
|
|
11722
|
+
exports.AiStep = AiStep;
|
|
11560
11723
|
exports.AlignCenter = AlignCenter;
|
|
11561
11724
|
exports.AlignLeft = AlignLeft;
|
|
11562
11725
|
exports.AlignRight = AlignRight;
|
|
@@ -11597,6 +11760,7 @@ exports.BuilderGallery = BuilderGallery;
|
|
|
11597
11760
|
exports.BuilderInput = BuilderInput;
|
|
11598
11761
|
exports.BuilderList = BuilderList;
|
|
11599
11762
|
exports.BuilderText = BuilderText;
|
|
11763
|
+
exports.Bullet = Bullet;
|
|
11600
11764
|
exports.ButtonEmailBlock = ButtonEmailBlock;
|
|
11601
11765
|
exports.Calendar = Calendar;
|
|
11602
11766
|
exports.Camera = Camera;
|
|
@@ -11670,6 +11834,7 @@ exports.FolderOpen = FolderOpen;
|
|
|
11670
11834
|
exports.Fullscreen = Fullscreen;
|
|
11671
11835
|
exports.GoToFlow = GoToFlow;
|
|
11672
11836
|
exports.Google = Google;
|
|
11837
|
+
exports.GoogleAlt = GoogleAlt;
|
|
11673
11838
|
exports.GoogleSheets = GoogleSheets;
|
|
11674
11839
|
exports.GrowthTools = GrowthTools;
|
|
11675
11840
|
exports.GtAdsJson = GtAdsJson;
|