@manychat/icons 4.26.0 → 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 +2 -0
- package/dist/index.es.js +187 -108
- package/dist/index.js +188 -107
- package/package.json +1 -1
- package/umd/mcicons.js +184 -107
- package/umd/mcicons.min.js +1 -1
package/dist/index.es.js
CHANGED
|
@@ -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,
|
|
@@ -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,
|
|
@@ -10016,14 +10064,14 @@ Ai.defaultProps = {
|
|
|
10016
10064
|
size: '24'
|
|
10017
10065
|
};
|
|
10018
10066
|
|
|
10019
|
-
const _excluded$
|
|
10067
|
+
const _excluded$4y = ["color", "size"];
|
|
10020
10068
|
|
|
10021
10069
|
const AiStep = props => {
|
|
10022
10070
|
const {
|
|
10023
10071
|
color,
|
|
10024
10072
|
size
|
|
10025
10073
|
} = props,
|
|
10026
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10074
|
+
otherProps = _objectWithoutProperties(props, _excluded$4y);
|
|
10027
10075
|
|
|
10028
10076
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10029
10077
|
width: size,
|
|
@@ -10057,14 +10105,14 @@ AiStep.defaultProps = {
|
|
|
10057
10105
|
size: '24'
|
|
10058
10106
|
};
|
|
10059
10107
|
|
|
10060
|
-
const _excluded$
|
|
10108
|
+
const _excluded$4z = ["color", "size"];
|
|
10061
10109
|
|
|
10062
10110
|
const AiIntention = props => {
|
|
10063
10111
|
const {
|
|
10064
10112
|
color,
|
|
10065
10113
|
size
|
|
10066
10114
|
} = props,
|
|
10067
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10115
|
+
otherProps = _objectWithoutProperties(props, _excluded$4z);
|
|
10068
10116
|
|
|
10069
10117
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10070
10118
|
width: size,
|
|
@@ -10098,14 +10146,14 @@ AiIntention.defaultProps = {
|
|
|
10098
10146
|
size: '24'
|
|
10099
10147
|
};
|
|
10100
10148
|
|
|
10101
|
-
const _excluded$
|
|
10149
|
+
const _excluded$4A = ["color", "size"];
|
|
10102
10150
|
|
|
10103
10151
|
const AiFilled = props => {
|
|
10104
10152
|
const {
|
|
10105
10153
|
color,
|
|
10106
10154
|
size
|
|
10107
10155
|
} = props,
|
|
10108
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10156
|
+
otherProps = _objectWithoutProperties(props, _excluded$4A);
|
|
10109
10157
|
|
|
10110
10158
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10111
10159
|
width: size,
|
|
@@ -10134,14 +10182,14 @@ AiFilled.defaultProps = {
|
|
|
10134
10182
|
size: '24'
|
|
10135
10183
|
};
|
|
10136
10184
|
|
|
10137
|
-
const _excluded$
|
|
10185
|
+
const _excluded$4B = ["color", "size"];
|
|
10138
10186
|
|
|
10139
10187
|
const Bigcommerce = props => {
|
|
10140
10188
|
const {
|
|
10141
10189
|
color,
|
|
10142
10190
|
size
|
|
10143
10191
|
} = props,
|
|
10144
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10192
|
+
otherProps = _objectWithoutProperties(props, _excluded$4B);
|
|
10145
10193
|
|
|
10146
10194
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10147
10195
|
width: size,
|
|
@@ -10165,14 +10213,14 @@ Bigcommerce.defaultProps = {
|
|
|
10165
10213
|
size: '24'
|
|
10166
10214
|
};
|
|
10167
10215
|
|
|
10168
|
-
const _excluded$
|
|
10216
|
+
const _excluded$4C = ["color", "size"];
|
|
10169
10217
|
|
|
10170
10218
|
const Woocommerce = props => {
|
|
10171
10219
|
const {
|
|
10172
10220
|
color,
|
|
10173
10221
|
size
|
|
10174
10222
|
} = props,
|
|
10175
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10223
|
+
otherProps = _objectWithoutProperties(props, _excluded$4C);
|
|
10176
10224
|
|
|
10177
10225
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10178
10226
|
width: size,
|
|
@@ -10199,14 +10247,14 @@ Woocommerce.defaultProps = {
|
|
|
10199
10247
|
size: '24'
|
|
10200
10248
|
};
|
|
10201
10249
|
|
|
10202
|
-
const _excluded$
|
|
10250
|
+
const _excluded$4D = ["color", "size"];
|
|
10203
10251
|
|
|
10204
10252
|
const Amazon = props => {
|
|
10205
10253
|
const {
|
|
10206
10254
|
color,
|
|
10207
10255
|
size
|
|
10208
10256
|
} = props,
|
|
10209
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10257
|
+
otherProps = _objectWithoutProperties(props, _excluded$4D);
|
|
10210
10258
|
|
|
10211
10259
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10212
10260
|
width: size,
|
|
@@ -10233,14 +10281,14 @@ Amazon.defaultProps = {
|
|
|
10233
10281
|
size: '24'
|
|
10234
10282
|
};
|
|
10235
10283
|
|
|
10236
|
-
const _excluded$
|
|
10284
|
+
const _excluded$4E = ["color", "size"];
|
|
10237
10285
|
|
|
10238
10286
|
const Hotmart = props => {
|
|
10239
10287
|
const {
|
|
10240
10288
|
color,
|
|
10241
10289
|
size
|
|
10242
10290
|
} = props,
|
|
10243
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10291
|
+
otherProps = _objectWithoutProperties(props, _excluded$4E);
|
|
10244
10292
|
|
|
10245
10293
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10246
10294
|
width: size,
|
|
@@ -10264,14 +10312,14 @@ Hotmart.defaultProps = {
|
|
|
10264
10312
|
size: '24'
|
|
10265
10313
|
};
|
|
10266
10314
|
|
|
10267
|
-
const _excluded$
|
|
10315
|
+
const _excluded$4F = ["color", "size"];
|
|
10268
10316
|
|
|
10269
10317
|
const Creator = props => {
|
|
10270
10318
|
const {
|
|
10271
10319
|
color,
|
|
10272
10320
|
size
|
|
10273
10321
|
} = props,
|
|
10274
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10322
|
+
otherProps = _objectWithoutProperties(props, _excluded$4F);
|
|
10275
10323
|
|
|
10276
10324
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10277
10325
|
width: size,
|
|
@@ -10295,14 +10343,14 @@ Creator.defaultProps = {
|
|
|
10295
10343
|
size: '24'
|
|
10296
10344
|
};
|
|
10297
10345
|
|
|
10298
|
-
const _excluded$
|
|
10346
|
+
const _excluded$4G = ["color", "size"];
|
|
10299
10347
|
|
|
10300
10348
|
const InstagramDmList = props => {
|
|
10301
10349
|
const {
|
|
10302
10350
|
color,
|
|
10303
10351
|
size
|
|
10304
10352
|
} = props,
|
|
10305
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10353
|
+
otherProps = _objectWithoutProperties(props, _excluded$4G);
|
|
10306
10354
|
|
|
10307
10355
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10308
10356
|
width: size,
|
|
@@ -10337,14 +10385,14 @@ InstagramDmList.defaultProps = {
|
|
|
10337
10385
|
size: '24'
|
|
10338
10386
|
};
|
|
10339
10387
|
|
|
10340
|
-
const _excluded$
|
|
10388
|
+
const _excluded$4H = ["color", "size"];
|
|
10341
10389
|
|
|
10342
10390
|
const RealEstate = props => {
|
|
10343
10391
|
const {
|
|
10344
10392
|
color,
|
|
10345
10393
|
size
|
|
10346
10394
|
} = props,
|
|
10347
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10395
|
+
otherProps = _objectWithoutProperties(props, _excluded$4H);
|
|
10348
10396
|
|
|
10349
10397
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10350
10398
|
width: size,
|
|
@@ -10368,14 +10416,14 @@ RealEstate.defaultProps = {
|
|
|
10368
10416
|
size: '24'
|
|
10369
10417
|
};
|
|
10370
10418
|
|
|
10371
|
-
const _excluded$
|
|
10419
|
+
const _excluded$4I = ["color", "size"];
|
|
10372
10420
|
|
|
10373
10421
|
const Basics = props => {
|
|
10374
10422
|
const {
|
|
10375
10423
|
color,
|
|
10376
10424
|
size
|
|
10377
10425
|
} = props,
|
|
10378
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10426
|
+
otherProps = _objectWithoutProperties(props, _excluded$4I);
|
|
10379
10427
|
|
|
10380
10428
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10381
10429
|
width: size,
|
|
@@ -10411,14 +10459,14 @@ Basics.defaultProps = {
|
|
|
10411
10459
|
size: '24'
|
|
10412
10460
|
};
|
|
10413
10461
|
|
|
10414
|
-
const _excluded$
|
|
10462
|
+
const _excluded$4J = ["color", "size"];
|
|
10415
10463
|
|
|
10416
10464
|
const Fitness = props => {
|
|
10417
10465
|
const {
|
|
10418
10466
|
color,
|
|
10419
10467
|
size
|
|
10420
10468
|
} = props,
|
|
10421
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10469
|
+
otherProps = _objectWithoutProperties(props, _excluded$4J);
|
|
10422
10470
|
|
|
10423
10471
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10424
10472
|
width: size,
|
|
@@ -10442,14 +10490,14 @@ Fitness.defaultProps = {
|
|
|
10442
10490
|
size: '24'
|
|
10443
10491
|
};
|
|
10444
10492
|
|
|
10445
|
-
const _excluded$
|
|
10493
|
+
const _excluded$4K = ["color", "size"];
|
|
10446
10494
|
|
|
10447
10495
|
const Hotel = props => {
|
|
10448
10496
|
const {
|
|
10449
10497
|
color,
|
|
10450
10498
|
size
|
|
10451
10499
|
} = props,
|
|
10452
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10500
|
+
otherProps = _objectWithoutProperties(props, _excluded$4K);
|
|
10453
10501
|
|
|
10454
10502
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10455
10503
|
width: size,
|
|
@@ -10473,14 +10521,14 @@ Hotel.defaultProps = {
|
|
|
10473
10521
|
size: '24'
|
|
10474
10522
|
};
|
|
10475
10523
|
|
|
10476
|
-
const _excluded$
|
|
10524
|
+
const _excluded$4L = ["color", "size"];
|
|
10477
10525
|
|
|
10478
10526
|
const Organization = props => {
|
|
10479
10527
|
const {
|
|
10480
10528
|
color,
|
|
10481
10529
|
size
|
|
10482
10530
|
} = props,
|
|
10483
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10531
|
+
otherProps = _objectWithoutProperties(props, _excluded$4L);
|
|
10484
10532
|
|
|
10485
10533
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10486
10534
|
width: size,
|
|
@@ -10504,14 +10552,14 @@ Organization.defaultProps = {
|
|
|
10504
10552
|
size: '24'
|
|
10505
10553
|
};
|
|
10506
10554
|
|
|
10507
|
-
const _excluded$
|
|
10555
|
+
const _excluded$4M = ["color", "size"];
|
|
10508
10556
|
|
|
10509
10557
|
const ProfessionalConsulting = props => {
|
|
10510
10558
|
const {
|
|
10511
10559
|
color,
|
|
10512
10560
|
size
|
|
10513
10561
|
} = props,
|
|
10514
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10562
|
+
otherProps = _objectWithoutProperties(props, _excluded$4M);
|
|
10515
10563
|
|
|
10516
10564
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10517
10565
|
width: size,
|
|
@@ -10535,14 +10583,14 @@ ProfessionalConsulting.defaultProps = {
|
|
|
10535
10583
|
size: '24'
|
|
10536
10584
|
};
|
|
10537
10585
|
|
|
10538
|
-
const _excluded$
|
|
10586
|
+
const _excluded$4N = ["color", "size"];
|
|
10539
10587
|
|
|
10540
10588
|
const MessengerList = props => {
|
|
10541
10589
|
const {
|
|
10542
10590
|
color,
|
|
10543
10591
|
size
|
|
10544
10592
|
} = props,
|
|
10545
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10593
|
+
otherProps = _objectWithoutProperties(props, _excluded$4N);
|
|
10546
10594
|
|
|
10547
10595
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10548
10596
|
width: size,
|
|
@@ -10572,14 +10620,14 @@ MessengerList.defaultProps = {
|
|
|
10572
10620
|
size: '24'
|
|
10573
10621
|
};
|
|
10574
10622
|
|
|
10575
|
-
const _excluded$
|
|
10623
|
+
const _excluded$4O = ["color", "size"];
|
|
10576
10624
|
|
|
10577
10625
|
const Integromat = props => {
|
|
10578
10626
|
const {
|
|
10579
10627
|
color,
|
|
10580
10628
|
size
|
|
10581
10629
|
} = props,
|
|
10582
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10630
|
+
otherProps = _objectWithoutProperties(props, _excluded$4O);
|
|
10583
10631
|
|
|
10584
10632
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10585
10633
|
width: size,
|
|
@@ -10603,14 +10651,14 @@ Integromat.defaultProps = {
|
|
|
10603
10651
|
size: '24'
|
|
10604
10652
|
};
|
|
10605
10653
|
|
|
10606
|
-
const _excluded$
|
|
10654
|
+
const _excluded$4P = ["color", "size"];
|
|
10607
10655
|
|
|
10608
10656
|
const Hubspot = props => {
|
|
10609
10657
|
const {
|
|
10610
10658
|
color,
|
|
10611
10659
|
size
|
|
10612
10660
|
} = props,
|
|
10613
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10661
|
+
otherProps = _objectWithoutProperties(props, _excluded$4P);
|
|
10614
10662
|
|
|
10615
10663
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10616
10664
|
width: size,
|
|
@@ -10634,14 +10682,14 @@ Hubspot.defaultProps = {
|
|
|
10634
10682
|
size: '24'
|
|
10635
10683
|
};
|
|
10636
10684
|
|
|
10637
|
-
const _excluded$
|
|
10685
|
+
const _excluded$4Q = ["color", "size"];
|
|
10638
10686
|
|
|
10639
10687
|
const Klaviyo = props => {
|
|
10640
10688
|
const {
|
|
10641
10689
|
color,
|
|
10642
10690
|
size
|
|
10643
10691
|
} = props,
|
|
10644
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10692
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Q);
|
|
10645
10693
|
|
|
10646
10694
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10647
10695
|
width: size,
|
|
@@ -10689,14 +10737,14 @@ Klaviyo.defaultProps = {
|
|
|
10689
10737
|
size: '24'
|
|
10690
10738
|
};
|
|
10691
10739
|
|
|
10692
|
-
const _excluded$
|
|
10740
|
+
const _excluded$4R = ["color", "size"];
|
|
10693
10741
|
|
|
10694
10742
|
const Activecampaign = props => {
|
|
10695
10743
|
const {
|
|
10696
10744
|
color,
|
|
10697
10745
|
size
|
|
10698
10746
|
} = props,
|
|
10699
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10747
|
+
otherProps = _objectWithoutProperties(props, _excluded$4R);
|
|
10700
10748
|
|
|
10701
10749
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10702
10750
|
width: size,
|
|
@@ -10722,14 +10770,14 @@ Activecampaign.defaultProps = {
|
|
|
10722
10770
|
size: '24'
|
|
10723
10771
|
};
|
|
10724
10772
|
|
|
10725
|
-
const _excluded$
|
|
10773
|
+
const _excluded$4S = ["color", "size"];
|
|
10726
10774
|
|
|
10727
10775
|
const ChatGpt = props => {
|
|
10728
10776
|
const {
|
|
10729
10777
|
color,
|
|
10730
10778
|
size
|
|
10731
10779
|
} = props,
|
|
10732
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10780
|
+
otherProps = _objectWithoutProperties(props, _excluded$4S);
|
|
10733
10781
|
|
|
10734
10782
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10735
10783
|
width: size,
|
|
@@ -10753,14 +10801,14 @@ ChatGpt.defaultProps = {
|
|
|
10753
10801
|
size: '24'
|
|
10754
10802
|
};
|
|
10755
10803
|
|
|
10756
|
-
const _excluded$
|
|
10804
|
+
const _excluded$4T = ["color", "size"];
|
|
10757
10805
|
|
|
10758
10806
|
const MailChimp = props => {
|
|
10759
10807
|
const {
|
|
10760
10808
|
color,
|
|
10761
10809
|
size
|
|
10762
10810
|
} = props,
|
|
10763
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10811
|
+
otherProps = _objectWithoutProperties(props, _excluded$4T);
|
|
10764
10812
|
|
|
10765
10813
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10766
10814
|
width: size,
|
|
@@ -10802,14 +10850,14 @@ MailChimp.defaultProps = {
|
|
|
10802
10850
|
size: '24'
|
|
10803
10851
|
};
|
|
10804
10852
|
|
|
10805
|
-
const _excluded$
|
|
10853
|
+
const _excluded$4U = ["color", "size"];
|
|
10806
10854
|
|
|
10807
10855
|
const ConvertKit = props => {
|
|
10808
10856
|
const {
|
|
10809
10857
|
color,
|
|
10810
10858
|
size
|
|
10811
10859
|
} = props,
|
|
10812
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10860
|
+
otherProps = _objectWithoutProperties(props, _excluded$4U);
|
|
10813
10861
|
|
|
10814
10862
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10815
10863
|
width: size,
|
|
@@ -10833,14 +10881,14 @@ ConvertKit.defaultProps = {
|
|
|
10833
10881
|
size: '24'
|
|
10834
10882
|
};
|
|
10835
10883
|
|
|
10836
|
-
const _excluded$
|
|
10884
|
+
const _excluded$4V = ["color", "size"];
|
|
10837
10885
|
|
|
10838
10886
|
const GoogleSheets = props => {
|
|
10839
10887
|
const {
|
|
10840
10888
|
color,
|
|
10841
10889
|
size
|
|
10842
10890
|
} = props,
|
|
10843
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10891
|
+
otherProps = _objectWithoutProperties(props, _excluded$4V);
|
|
10844
10892
|
|
|
10845
10893
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10846
10894
|
width: size,
|
|
@@ -10875,14 +10923,14 @@ GoogleSheets.defaultProps = {
|
|
|
10875
10923
|
size: '24'
|
|
10876
10924
|
};
|
|
10877
10925
|
|
|
10878
|
-
const _excluded$
|
|
10926
|
+
const _excluded$4W = ["color", "size"];
|
|
10879
10927
|
|
|
10880
10928
|
const Salesforce = props => {
|
|
10881
10929
|
const {
|
|
10882
10930
|
color,
|
|
10883
10931
|
size
|
|
10884
10932
|
} = props,
|
|
10885
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10933
|
+
otherProps = _objectWithoutProperties(props, _excluded$4W);
|
|
10886
10934
|
|
|
10887
10935
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10888
10936
|
width: size,
|
|
@@ -10915,14 +10963,14 @@ Salesforce.defaultProps = {
|
|
|
10915
10963
|
size: '24'
|
|
10916
10964
|
};
|
|
10917
10965
|
|
|
10918
|
-
const _excluded$
|
|
10966
|
+
const _excluded$4X = ["color", "size"];
|
|
10919
10967
|
|
|
10920
10968
|
const Pipedrive = props => {
|
|
10921
10969
|
const {
|
|
10922
10970
|
color,
|
|
10923
10971
|
size
|
|
10924
10972
|
} = props,
|
|
10925
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10973
|
+
otherProps = _objectWithoutProperties(props, _excluded$4X);
|
|
10926
10974
|
|
|
10927
10975
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10928
10976
|
width: size,
|
|
@@ -10949,14 +10997,14 @@ Pipedrive.defaultProps = {
|
|
|
10949
10997
|
size: '24'
|
|
10950
10998
|
};
|
|
10951
10999
|
|
|
10952
|
-
const _excluded$
|
|
11000
|
+
const _excluded$4Y = ["color", "size"];
|
|
10953
11001
|
|
|
10954
11002
|
const Wiseagent = props => {
|
|
10955
11003
|
const {
|
|
10956
11004
|
color,
|
|
10957
11005
|
size
|
|
10958
11006
|
} = props,
|
|
10959
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11007
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Y);
|
|
10960
11008
|
|
|
10961
11009
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10962
11010
|
width: size,
|
|
@@ -10986,14 +11034,14 @@ Wiseagent.defaultProps = {
|
|
|
10986
11034
|
size: '24'
|
|
10987
11035
|
};
|
|
10988
11036
|
|
|
10989
|
-
const _excluded$
|
|
11037
|
+
const _excluded$4Z = ["color", "size"];
|
|
10990
11038
|
|
|
10991
11039
|
const Flodesk = props => {
|
|
10992
11040
|
const {
|
|
10993
11041
|
color,
|
|
10994
11042
|
size
|
|
10995
11043
|
} = props,
|
|
10996
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11044
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Z);
|
|
10997
11045
|
|
|
10998
11046
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10999
11047
|
width: size,
|
|
@@ -11017,14 +11065,14 @@ Flodesk.defaultProps = {
|
|
|
11017
11065
|
size: '24'
|
|
11018
11066
|
};
|
|
11019
11067
|
|
|
11020
|
-
const _excluded$
|
|
11068
|
+
const _excluded$4_ = ["color", "size"];
|
|
11021
11069
|
|
|
11022
11070
|
const Apptivo = props => {
|
|
11023
11071
|
const {
|
|
11024
11072
|
color,
|
|
11025
11073
|
size
|
|
11026
11074
|
} = props,
|
|
11027
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11075
|
+
otherProps = _objectWithoutProperties(props, _excluded$4_);
|
|
11028
11076
|
|
|
11029
11077
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11030
11078
|
width: size,
|
|
@@ -11051,14 +11099,14 @@ Apptivo.defaultProps = {
|
|
|
11051
11099
|
size: '24'
|
|
11052
11100
|
};
|
|
11053
11101
|
|
|
11054
|
-
const _excluded$
|
|
11102
|
+
const _excluded$4$ = ["color", "size"];
|
|
11055
11103
|
|
|
11056
11104
|
const Zillow = props => {
|
|
11057
11105
|
const {
|
|
11058
11106
|
color,
|
|
11059
11107
|
size
|
|
11060
11108
|
} = props,
|
|
11061
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11109
|
+
otherProps = _objectWithoutProperties(props, _excluded$4$);
|
|
11062
11110
|
|
|
11063
11111
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11064
11112
|
width: size,
|
|
@@ -11084,14 +11132,14 @@ Zillow.defaultProps = {
|
|
|
11084
11132
|
size: '24'
|
|
11085
11133
|
};
|
|
11086
11134
|
|
|
11087
|
-
const _excluded$
|
|
11135
|
+
const _excluded$50 = ["color", "size"];
|
|
11088
11136
|
|
|
11089
11137
|
const Canva = props => {
|
|
11090
11138
|
const {
|
|
11091
11139
|
color,
|
|
11092
11140
|
size
|
|
11093
11141
|
} = props,
|
|
11094
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11142
|
+
otherProps = _objectWithoutProperties(props, _excluded$50);
|
|
11095
11143
|
|
|
11096
11144
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11097
11145
|
width: size,
|
|
@@ -11186,14 +11234,14 @@ Canva.defaultProps = {
|
|
|
11186
11234
|
size: '24'
|
|
11187
11235
|
};
|
|
11188
11236
|
|
|
11189
|
-
const _excluded$
|
|
11237
|
+
const _excluded$51 = ["color", "size"];
|
|
11190
11238
|
|
|
11191
11239
|
const Kajabi = props => {
|
|
11192
11240
|
const {
|
|
11193
11241
|
color,
|
|
11194
11242
|
size
|
|
11195
11243
|
} = props,
|
|
11196
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11244
|
+
otherProps = _objectWithoutProperties(props, _excluded$51);
|
|
11197
11245
|
|
|
11198
11246
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11199
11247
|
width: size,
|
|
@@ -11224,14 +11272,14 @@ Kajabi.defaultProps = {
|
|
|
11224
11272
|
size: '24'
|
|
11225
11273
|
};
|
|
11226
11274
|
|
|
11227
|
-
const _excluded$
|
|
11275
|
+
const _excluded$52 = ["color", "size"];
|
|
11228
11276
|
|
|
11229
11277
|
const Magento = props => {
|
|
11230
11278
|
const {
|
|
11231
11279
|
color,
|
|
11232
11280
|
size
|
|
11233
11281
|
} = props,
|
|
11234
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11282
|
+
otherProps = _objectWithoutProperties(props, _excluded$52);
|
|
11235
11283
|
|
|
11236
11284
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11237
11285
|
width: size,
|
|
@@ -11255,14 +11303,14 @@ Magento.defaultProps = {
|
|
|
11255
11303
|
size: '24'
|
|
11256
11304
|
};
|
|
11257
11305
|
|
|
11258
|
-
const _excluded$
|
|
11306
|
+
const _excluded$53 = ["color", "size"];
|
|
11259
11307
|
|
|
11260
11308
|
const ArrowDownRight = props => {
|
|
11261
11309
|
const {
|
|
11262
11310
|
color,
|
|
11263
11311
|
size
|
|
11264
11312
|
} = props,
|
|
11265
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11313
|
+
otherProps = _objectWithoutProperties(props, _excluded$53);
|
|
11266
11314
|
|
|
11267
11315
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11268
11316
|
width: size,
|
|
@@ -11289,14 +11337,14 @@ ArrowDownRight.defaultProps = {
|
|
|
11289
11337
|
size: '24'
|
|
11290
11338
|
};
|
|
11291
11339
|
|
|
11292
|
-
const _excluded$
|
|
11340
|
+
const _excluded$54 = ["color", "size"];
|
|
11293
11341
|
|
|
11294
11342
|
const ReturnKey = props => {
|
|
11295
11343
|
const {
|
|
11296
11344
|
color,
|
|
11297
11345
|
size
|
|
11298
11346
|
} = props,
|
|
11299
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11347
|
+
otherProps = _objectWithoutProperties(props, _excluded$54);
|
|
11300
11348
|
|
|
11301
11349
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11302
11350
|
width: size,
|
|
@@ -11320,14 +11368,14 @@ ReturnKey.defaultProps = {
|
|
|
11320
11368
|
size: '24'
|
|
11321
11369
|
};
|
|
11322
11370
|
|
|
11323
|
-
const _excluded$
|
|
11371
|
+
const _excluded$55 = ["color", "size"];
|
|
11324
11372
|
|
|
11325
11373
|
const Unread = props => {
|
|
11326
11374
|
const {
|
|
11327
11375
|
color,
|
|
11328
11376
|
size
|
|
11329
11377
|
} = props,
|
|
11330
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11378
|
+
otherProps = _objectWithoutProperties(props, _excluded$55);
|
|
11331
11379
|
|
|
11332
11380
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11333
11381
|
width: size,
|
|
@@ -11353,14 +11401,14 @@ Unread.defaultProps = {
|
|
|
11353
11401
|
size: '24'
|
|
11354
11402
|
};
|
|
11355
11403
|
|
|
11356
|
-
const _excluded$
|
|
11404
|
+
const _excluded$56 = ["color", "size"];
|
|
11357
11405
|
|
|
11358
11406
|
const Privacy = props => {
|
|
11359
11407
|
const {
|
|
11360
11408
|
color,
|
|
11361
11409
|
size
|
|
11362
11410
|
} = props,
|
|
11363
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11411
|
+
otherProps = _objectWithoutProperties(props, _excluded$56);
|
|
11364
11412
|
|
|
11365
11413
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11366
11414
|
width: size,
|
|
@@ -11390,14 +11438,14 @@ Privacy.defaultProps = {
|
|
|
11390
11438
|
size: '24'
|
|
11391
11439
|
};
|
|
11392
11440
|
|
|
11393
|
-
const _excluded$
|
|
11441
|
+
const _excluded$57 = ["color", "size"];
|
|
11394
11442
|
|
|
11395
11443
|
const Location = props => {
|
|
11396
11444
|
const {
|
|
11397
11445
|
color,
|
|
11398
11446
|
size
|
|
11399
11447
|
} = props,
|
|
11400
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11448
|
+
otherProps = _objectWithoutProperties(props, _excluded$57);
|
|
11401
11449
|
|
|
11402
11450
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11403
11451
|
width: size,
|
|
@@ -11428,14 +11476,14 @@ Location.defaultProps = {
|
|
|
11428
11476
|
size: '24'
|
|
11429
11477
|
};
|
|
11430
11478
|
|
|
11431
|
-
const _excluded$
|
|
11479
|
+
const _excluded$58 = ["color", "size"];
|
|
11432
11480
|
|
|
11433
11481
|
const TikTok = props => {
|
|
11434
11482
|
const {
|
|
11435
11483
|
color,
|
|
11436
11484
|
size
|
|
11437
11485
|
} = props,
|
|
11438
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11486
|
+
otherProps = _objectWithoutProperties(props, _excluded$58);
|
|
11439
11487
|
|
|
11440
11488
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11441
11489
|
width: size,
|
|
@@ -11477,14 +11525,14 @@ TikTok.defaultProps = {
|
|
|
11477
11525
|
size: '24'
|
|
11478
11526
|
};
|
|
11479
11527
|
|
|
11480
|
-
const _excluded$
|
|
11528
|
+
const _excluded$59 = ["color", "size"];
|
|
11481
11529
|
|
|
11482
11530
|
const TikTokChannel = props => {
|
|
11483
11531
|
const {
|
|
11484
11532
|
color,
|
|
11485
11533
|
size
|
|
11486
11534
|
} = props,
|
|
11487
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11535
|
+
otherProps = _objectWithoutProperties(props, _excluded$59);
|
|
11488
11536
|
|
|
11489
11537
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11490
11538
|
width: size,
|
|
@@ -11525,14 +11573,14 @@ TikTokChannel.defaultProps = {
|
|
|
11525
11573
|
size: '24'
|
|
11526
11574
|
};
|
|
11527
11575
|
|
|
11528
|
-
const _excluded$
|
|
11576
|
+
const _excluded$5a = ["color", "size"];
|
|
11529
11577
|
|
|
11530
11578
|
const TikTokChannel2 = props => {
|
|
11531
11579
|
const {
|
|
11532
11580
|
color,
|
|
11533
11581
|
size
|
|
11534
11582
|
} = props,
|
|
11535
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11583
|
+
otherProps = _objectWithoutProperties(props, _excluded$5a);
|
|
11536
11584
|
|
|
11537
11585
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11538
11586
|
width: size,
|
|
@@ -11558,14 +11606,14 @@ TikTokChannel2.defaultProps = {
|
|
|
11558
11606
|
size: '24'
|
|
11559
11607
|
};
|
|
11560
11608
|
|
|
11561
|
-
const _excluded$
|
|
11609
|
+
const _excluded$5b = ["color", "size"];
|
|
11562
11610
|
|
|
11563
11611
|
const AutomationsPausedFilled = props => {
|
|
11564
11612
|
const {
|
|
11565
11613
|
color,
|
|
11566
11614
|
size
|
|
11567
11615
|
} = props,
|
|
11568
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11616
|
+
otherProps = _objectWithoutProperties(props, _excluded$5b);
|
|
11569
11617
|
|
|
11570
11618
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11571
11619
|
width: size,
|
|
@@ -11592,14 +11640,14 @@ AutomationsPausedFilled.defaultProps = {
|
|
|
11592
11640
|
size: '24'
|
|
11593
11641
|
};
|
|
11594
11642
|
|
|
11595
|
-
const _excluded$
|
|
11643
|
+
const _excluded$5c = ["color", "size"];
|
|
11596
11644
|
|
|
11597
11645
|
const AutomationsStoppedFilled = props => {
|
|
11598
11646
|
const {
|
|
11599
11647
|
color,
|
|
11600
11648
|
size
|
|
11601
11649
|
} = props,
|
|
11602
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11650
|
+
otherProps = _objectWithoutProperties(props, _excluded$5c);
|
|
11603
11651
|
|
|
11604
11652
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11605
11653
|
width: size,
|
|
@@ -11623,4 +11671,35 @@ AutomationsStoppedFilled.defaultProps = {
|
|
|
11623
11671
|
size: '24'
|
|
11624
11672
|
};
|
|
11625
11673
|
|
|
11626
|
-
|
|
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 };
|