@manychat/icons 4.18.0 → 4.20.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 +140 -66
- package/dist/index.js +141 -65
- package/package.json +1 -1
- package/umd/mcicons.js +137 -65
- package/umd/mcicons.min.js +1 -1
package/dist/index.js
CHANGED
|
@@ -9994,13 +9994,49 @@ Ai.defaultProps = {
|
|
|
9994
9994
|
|
|
9995
9995
|
const _excluded$4w = ["color", "size"];
|
|
9996
9996
|
|
|
9997
|
-
const
|
|
9997
|
+
const AiFilled = props => {
|
|
9998
9998
|
const {
|
|
9999
9999
|
color,
|
|
10000
10000
|
size
|
|
10001
10001
|
} = props,
|
|
10002
10002
|
otherProps = _objectWithoutProperties(props, _excluded$4w);
|
|
10003
10003
|
|
|
10004
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10005
|
+
width: size,
|
|
10006
|
+
height: size,
|
|
10007
|
+
viewBox: "0 0 24 24",
|
|
10008
|
+
fill: "none",
|
|
10009
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10010
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10011
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10012
|
+
d: "M8.38068 9.39744L9.32639 12.6559H7.43498L8.38068 9.39744Z",
|
|
10013
|
+
fill: color
|
|
10014
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10015
|
+
fillRule: "evenodd",
|
|
10016
|
+
clipRule: "evenodd",
|
|
10017
|
+
d: "M1 5C1 2.79086 2.79086 1 5 1H19C21.2091 1 23 2.79086 23 5V19C23 21.2091 21.2091 23 19 23H5C2.79086 23 1 21.2091 1 19V5ZM11.8561 16.1999L9.20003 7.63989H7.58492L4.95398 16.1999H6.41888L7.06688 13.9679H9.71849L10.3665 16.1999H11.8561ZM13 16.1999V14.8639H14.896V8.97589H13V7.63989H18.2V8.97589H16.304V14.8639H18.2V16.1999H13Z",
|
|
10018
|
+
fill: color
|
|
10019
|
+
}));
|
|
10020
|
+
};
|
|
10021
|
+
|
|
10022
|
+
AiFilled.propTypes = {
|
|
10023
|
+
color: PropTypes.string,
|
|
10024
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10025
|
+
};
|
|
10026
|
+
AiFilled.defaultProps = {
|
|
10027
|
+
color: 'currentColor',
|
|
10028
|
+
size: '24'
|
|
10029
|
+
};
|
|
10030
|
+
|
|
10031
|
+
const _excluded$4x = ["color", "size"];
|
|
10032
|
+
|
|
10033
|
+
const Bigcommerce = props => {
|
|
10034
|
+
const {
|
|
10035
|
+
color,
|
|
10036
|
+
size
|
|
10037
|
+
} = props,
|
|
10038
|
+
otherProps = _objectWithoutProperties(props, _excluded$4x);
|
|
10039
|
+
|
|
10004
10040
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10005
10041
|
width: size,
|
|
10006
10042
|
height: size,
|
|
@@ -10023,14 +10059,14 @@ Bigcommerce.defaultProps = {
|
|
|
10023
10059
|
size: '24'
|
|
10024
10060
|
};
|
|
10025
10061
|
|
|
10026
|
-
const _excluded$
|
|
10062
|
+
const _excluded$4y = ["color", "size"];
|
|
10027
10063
|
|
|
10028
10064
|
const Woocommerce = props => {
|
|
10029
10065
|
const {
|
|
10030
10066
|
color,
|
|
10031
10067
|
size
|
|
10032
10068
|
} = props,
|
|
10033
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10069
|
+
otherProps = _objectWithoutProperties(props, _excluded$4y);
|
|
10034
10070
|
|
|
10035
10071
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10036
10072
|
width: size,
|
|
@@ -10057,14 +10093,14 @@ Woocommerce.defaultProps = {
|
|
|
10057
10093
|
size: '24'
|
|
10058
10094
|
};
|
|
10059
10095
|
|
|
10060
|
-
const _excluded$
|
|
10096
|
+
const _excluded$4z = ["color", "size"];
|
|
10061
10097
|
|
|
10062
10098
|
const Amazon = props => {
|
|
10063
10099
|
const {
|
|
10064
10100
|
color,
|
|
10065
10101
|
size
|
|
10066
10102
|
} = props,
|
|
10067
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10103
|
+
otherProps = _objectWithoutProperties(props, _excluded$4z);
|
|
10068
10104
|
|
|
10069
10105
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10070
10106
|
width: size,
|
|
@@ -10091,14 +10127,14 @@ Amazon.defaultProps = {
|
|
|
10091
10127
|
size: '24'
|
|
10092
10128
|
};
|
|
10093
10129
|
|
|
10094
|
-
const _excluded$
|
|
10130
|
+
const _excluded$4A = ["color", "size"];
|
|
10095
10131
|
|
|
10096
10132
|
const Hotmart = props => {
|
|
10097
10133
|
const {
|
|
10098
10134
|
color,
|
|
10099
10135
|
size
|
|
10100
10136
|
} = props,
|
|
10101
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10137
|
+
otherProps = _objectWithoutProperties(props, _excluded$4A);
|
|
10102
10138
|
|
|
10103
10139
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10104
10140
|
width: size,
|
|
@@ -10122,14 +10158,14 @@ Hotmart.defaultProps = {
|
|
|
10122
10158
|
size: '24'
|
|
10123
10159
|
};
|
|
10124
10160
|
|
|
10125
|
-
const _excluded$
|
|
10161
|
+
const _excluded$4B = ["color", "size"];
|
|
10126
10162
|
|
|
10127
10163
|
const Creator = props => {
|
|
10128
10164
|
const {
|
|
10129
10165
|
color,
|
|
10130
10166
|
size
|
|
10131
10167
|
} = props,
|
|
10132
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10168
|
+
otherProps = _objectWithoutProperties(props, _excluded$4B);
|
|
10133
10169
|
|
|
10134
10170
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10135
10171
|
width: size,
|
|
@@ -10153,14 +10189,14 @@ Creator.defaultProps = {
|
|
|
10153
10189
|
size: '24'
|
|
10154
10190
|
};
|
|
10155
10191
|
|
|
10156
|
-
const _excluded$
|
|
10192
|
+
const _excluded$4C = ["color", "size"];
|
|
10157
10193
|
|
|
10158
10194
|
const InstagramDmList = props => {
|
|
10159
10195
|
const {
|
|
10160
10196
|
color,
|
|
10161
10197
|
size
|
|
10162
10198
|
} = props,
|
|
10163
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10199
|
+
otherProps = _objectWithoutProperties(props, _excluded$4C);
|
|
10164
10200
|
|
|
10165
10201
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10166
10202
|
width: size,
|
|
@@ -10195,14 +10231,14 @@ InstagramDmList.defaultProps = {
|
|
|
10195
10231
|
size: '24'
|
|
10196
10232
|
};
|
|
10197
10233
|
|
|
10198
|
-
const _excluded$
|
|
10234
|
+
const _excluded$4D = ["color", "size"];
|
|
10199
10235
|
|
|
10200
10236
|
const RealEstate = props => {
|
|
10201
10237
|
const {
|
|
10202
10238
|
color,
|
|
10203
10239
|
size
|
|
10204
10240
|
} = props,
|
|
10205
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10241
|
+
otherProps = _objectWithoutProperties(props, _excluded$4D);
|
|
10206
10242
|
|
|
10207
10243
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10208
10244
|
width: size,
|
|
@@ -10226,14 +10262,14 @@ RealEstate.defaultProps = {
|
|
|
10226
10262
|
size: '24'
|
|
10227
10263
|
};
|
|
10228
10264
|
|
|
10229
|
-
const _excluded$
|
|
10265
|
+
const _excluded$4E = ["color", "size"];
|
|
10230
10266
|
|
|
10231
10267
|
const Basics = props => {
|
|
10232
10268
|
const {
|
|
10233
10269
|
color,
|
|
10234
10270
|
size
|
|
10235
10271
|
} = props,
|
|
10236
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10272
|
+
otherProps = _objectWithoutProperties(props, _excluded$4E);
|
|
10237
10273
|
|
|
10238
10274
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10239
10275
|
width: size,
|
|
@@ -10269,14 +10305,14 @@ Basics.defaultProps = {
|
|
|
10269
10305
|
size: '24'
|
|
10270
10306
|
};
|
|
10271
10307
|
|
|
10272
|
-
const _excluded$
|
|
10308
|
+
const _excluded$4F = ["color", "size"];
|
|
10273
10309
|
|
|
10274
10310
|
const Fitness = props => {
|
|
10275
10311
|
const {
|
|
10276
10312
|
color,
|
|
10277
10313
|
size
|
|
10278
10314
|
} = props,
|
|
10279
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10315
|
+
otherProps = _objectWithoutProperties(props, _excluded$4F);
|
|
10280
10316
|
|
|
10281
10317
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10282
10318
|
width: size,
|
|
@@ -10300,14 +10336,14 @@ Fitness.defaultProps = {
|
|
|
10300
10336
|
size: '24'
|
|
10301
10337
|
};
|
|
10302
10338
|
|
|
10303
|
-
const _excluded$
|
|
10339
|
+
const _excluded$4G = ["color", "size"];
|
|
10304
10340
|
|
|
10305
10341
|
const Hotel = props => {
|
|
10306
10342
|
const {
|
|
10307
10343
|
color,
|
|
10308
10344
|
size
|
|
10309
10345
|
} = props,
|
|
10310
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10346
|
+
otherProps = _objectWithoutProperties(props, _excluded$4G);
|
|
10311
10347
|
|
|
10312
10348
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10313
10349
|
width: size,
|
|
@@ -10331,14 +10367,14 @@ Hotel.defaultProps = {
|
|
|
10331
10367
|
size: '24'
|
|
10332
10368
|
};
|
|
10333
10369
|
|
|
10334
|
-
const _excluded$
|
|
10370
|
+
const _excluded$4H = ["color", "size"];
|
|
10335
10371
|
|
|
10336
10372
|
const Organization = props => {
|
|
10337
10373
|
const {
|
|
10338
10374
|
color,
|
|
10339
10375
|
size
|
|
10340
10376
|
} = props,
|
|
10341
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10377
|
+
otherProps = _objectWithoutProperties(props, _excluded$4H);
|
|
10342
10378
|
|
|
10343
10379
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10344
10380
|
width: size,
|
|
@@ -10362,14 +10398,14 @@ Organization.defaultProps = {
|
|
|
10362
10398
|
size: '24'
|
|
10363
10399
|
};
|
|
10364
10400
|
|
|
10365
|
-
const _excluded$
|
|
10401
|
+
const _excluded$4I = ["color", "size"];
|
|
10366
10402
|
|
|
10367
10403
|
const ProfessionalConsulting = props => {
|
|
10368
10404
|
const {
|
|
10369
10405
|
color,
|
|
10370
10406
|
size
|
|
10371
10407
|
} = props,
|
|
10372
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10408
|
+
otherProps = _objectWithoutProperties(props, _excluded$4I);
|
|
10373
10409
|
|
|
10374
10410
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10375
10411
|
width: size,
|
|
@@ -10393,14 +10429,14 @@ ProfessionalConsulting.defaultProps = {
|
|
|
10393
10429
|
size: '24'
|
|
10394
10430
|
};
|
|
10395
10431
|
|
|
10396
|
-
const _excluded$
|
|
10432
|
+
const _excluded$4J = ["color", "size"];
|
|
10397
10433
|
|
|
10398
10434
|
const MessengerList = props => {
|
|
10399
10435
|
const {
|
|
10400
10436
|
color,
|
|
10401
10437
|
size
|
|
10402
10438
|
} = props,
|
|
10403
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10439
|
+
otherProps = _objectWithoutProperties(props, _excluded$4J);
|
|
10404
10440
|
|
|
10405
10441
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10406
10442
|
width: size,
|
|
@@ -10430,14 +10466,14 @@ MessengerList.defaultProps = {
|
|
|
10430
10466
|
size: '24'
|
|
10431
10467
|
};
|
|
10432
10468
|
|
|
10433
|
-
const _excluded$
|
|
10469
|
+
const _excluded$4K = ["color", "size"];
|
|
10434
10470
|
|
|
10435
10471
|
const Integromat = props => {
|
|
10436
10472
|
const {
|
|
10437
10473
|
color,
|
|
10438
10474
|
size
|
|
10439
10475
|
} = props,
|
|
10440
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10476
|
+
otherProps = _objectWithoutProperties(props, _excluded$4K);
|
|
10441
10477
|
|
|
10442
10478
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10443
10479
|
width: size,
|
|
@@ -10461,14 +10497,14 @@ Integromat.defaultProps = {
|
|
|
10461
10497
|
size: '24'
|
|
10462
10498
|
};
|
|
10463
10499
|
|
|
10464
|
-
const _excluded$
|
|
10500
|
+
const _excluded$4L = ["color", "size"];
|
|
10465
10501
|
|
|
10466
10502
|
const Hubspot = props => {
|
|
10467
10503
|
const {
|
|
10468
10504
|
color,
|
|
10469
10505
|
size
|
|
10470
10506
|
} = props,
|
|
10471
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10507
|
+
otherProps = _objectWithoutProperties(props, _excluded$4L);
|
|
10472
10508
|
|
|
10473
10509
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10474
10510
|
width: size,
|
|
@@ -10492,14 +10528,14 @@ Hubspot.defaultProps = {
|
|
|
10492
10528
|
size: '24'
|
|
10493
10529
|
};
|
|
10494
10530
|
|
|
10495
|
-
const _excluded$
|
|
10531
|
+
const _excluded$4M = ["color", "size"];
|
|
10496
10532
|
|
|
10497
10533
|
const Klaviyo = props => {
|
|
10498
10534
|
const {
|
|
10499
10535
|
color,
|
|
10500
10536
|
size
|
|
10501
10537
|
} = props,
|
|
10502
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10538
|
+
otherProps = _objectWithoutProperties(props, _excluded$4M);
|
|
10503
10539
|
|
|
10504
10540
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10505
10541
|
width: size,
|
|
@@ -10547,14 +10583,14 @@ Klaviyo.defaultProps = {
|
|
|
10547
10583
|
size: '24'
|
|
10548
10584
|
};
|
|
10549
10585
|
|
|
10550
|
-
const _excluded$
|
|
10586
|
+
const _excluded$4N = ["color", "size"];
|
|
10551
10587
|
|
|
10552
10588
|
const Activecampaign = props => {
|
|
10553
10589
|
const {
|
|
10554
10590
|
color,
|
|
10555
10591
|
size
|
|
10556
10592
|
} = props,
|
|
10557
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10593
|
+
otherProps = _objectWithoutProperties(props, _excluded$4N);
|
|
10558
10594
|
|
|
10559
10595
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10560
10596
|
width: size,
|
|
@@ -10580,14 +10616,14 @@ Activecampaign.defaultProps = {
|
|
|
10580
10616
|
size: '24'
|
|
10581
10617
|
};
|
|
10582
10618
|
|
|
10583
|
-
const _excluded$
|
|
10619
|
+
const _excluded$4O = ["color", "size"];
|
|
10584
10620
|
|
|
10585
10621
|
const ChatGpt = props => {
|
|
10586
10622
|
const {
|
|
10587
10623
|
color,
|
|
10588
10624
|
size
|
|
10589
10625
|
} = props,
|
|
10590
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10626
|
+
otherProps = _objectWithoutProperties(props, _excluded$4O);
|
|
10591
10627
|
|
|
10592
10628
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10593
10629
|
width: size,
|
|
@@ -10611,14 +10647,14 @@ ChatGpt.defaultProps = {
|
|
|
10611
10647
|
size: '24'
|
|
10612
10648
|
};
|
|
10613
10649
|
|
|
10614
|
-
const _excluded$
|
|
10650
|
+
const _excluded$4P = ["color", "size"];
|
|
10615
10651
|
|
|
10616
10652
|
const MailChimp = props => {
|
|
10617
10653
|
const {
|
|
10618
10654
|
color,
|
|
10619
10655
|
size
|
|
10620
10656
|
} = props,
|
|
10621
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10657
|
+
otherProps = _objectWithoutProperties(props, _excluded$4P);
|
|
10622
10658
|
|
|
10623
10659
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10624
10660
|
width: size,
|
|
@@ -10660,14 +10696,14 @@ MailChimp.defaultProps = {
|
|
|
10660
10696
|
size: '24'
|
|
10661
10697
|
};
|
|
10662
10698
|
|
|
10663
|
-
const _excluded$
|
|
10699
|
+
const _excluded$4Q = ["color", "size"];
|
|
10664
10700
|
|
|
10665
10701
|
const ConvertKit = props => {
|
|
10666
10702
|
const {
|
|
10667
10703
|
color,
|
|
10668
10704
|
size
|
|
10669
10705
|
} = props,
|
|
10670
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10706
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Q);
|
|
10671
10707
|
|
|
10672
10708
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10673
10709
|
width: size,
|
|
@@ -10691,14 +10727,14 @@ ConvertKit.defaultProps = {
|
|
|
10691
10727
|
size: '24'
|
|
10692
10728
|
};
|
|
10693
10729
|
|
|
10694
|
-
const _excluded$
|
|
10730
|
+
const _excluded$4R = ["color", "size"];
|
|
10695
10731
|
|
|
10696
10732
|
const GoogleSheets = props => {
|
|
10697
10733
|
const {
|
|
10698
10734
|
color,
|
|
10699
10735
|
size
|
|
10700
10736
|
} = props,
|
|
10701
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10737
|
+
otherProps = _objectWithoutProperties(props, _excluded$4R);
|
|
10702
10738
|
|
|
10703
10739
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10704
10740
|
width: size,
|
|
@@ -10733,14 +10769,14 @@ GoogleSheets.defaultProps = {
|
|
|
10733
10769
|
size: '24'
|
|
10734
10770
|
};
|
|
10735
10771
|
|
|
10736
|
-
const _excluded$
|
|
10772
|
+
const _excluded$4S = ["color", "size"];
|
|
10737
10773
|
|
|
10738
10774
|
const Salesforce = props => {
|
|
10739
10775
|
const {
|
|
10740
10776
|
color,
|
|
10741
10777
|
size
|
|
10742
10778
|
} = props,
|
|
10743
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10779
|
+
otherProps = _objectWithoutProperties(props, _excluded$4S);
|
|
10744
10780
|
|
|
10745
10781
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10746
10782
|
width: size,
|
|
@@ -10773,14 +10809,14 @@ Salesforce.defaultProps = {
|
|
|
10773
10809
|
size: '24'
|
|
10774
10810
|
};
|
|
10775
10811
|
|
|
10776
|
-
const _excluded$
|
|
10812
|
+
const _excluded$4T = ["color", "size"];
|
|
10777
10813
|
|
|
10778
10814
|
const Pipedrive = props => {
|
|
10779
10815
|
const {
|
|
10780
10816
|
color,
|
|
10781
10817
|
size
|
|
10782
10818
|
} = props,
|
|
10783
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10819
|
+
otherProps = _objectWithoutProperties(props, _excluded$4T);
|
|
10784
10820
|
|
|
10785
10821
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10786
10822
|
width: size,
|
|
@@ -10807,14 +10843,14 @@ Pipedrive.defaultProps = {
|
|
|
10807
10843
|
size: '24'
|
|
10808
10844
|
};
|
|
10809
10845
|
|
|
10810
|
-
const _excluded$
|
|
10846
|
+
const _excluded$4U = ["color", "size"];
|
|
10811
10847
|
|
|
10812
10848
|
const Wiseagent = props => {
|
|
10813
10849
|
const {
|
|
10814
10850
|
color,
|
|
10815
10851
|
size
|
|
10816
10852
|
} = props,
|
|
10817
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10853
|
+
otherProps = _objectWithoutProperties(props, _excluded$4U);
|
|
10818
10854
|
|
|
10819
10855
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10820
10856
|
width: size,
|
|
@@ -10844,14 +10880,14 @@ Wiseagent.defaultProps = {
|
|
|
10844
10880
|
size: '24'
|
|
10845
10881
|
};
|
|
10846
10882
|
|
|
10847
|
-
const _excluded$
|
|
10883
|
+
const _excluded$4V = ["color", "size"];
|
|
10848
10884
|
|
|
10849
10885
|
const Flodesk = props => {
|
|
10850
10886
|
const {
|
|
10851
10887
|
color,
|
|
10852
10888
|
size
|
|
10853
10889
|
} = props,
|
|
10854
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10890
|
+
otherProps = _objectWithoutProperties(props, _excluded$4V);
|
|
10855
10891
|
|
|
10856
10892
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10857
10893
|
width: size,
|
|
@@ -10875,14 +10911,14 @@ Flodesk.defaultProps = {
|
|
|
10875
10911
|
size: '24'
|
|
10876
10912
|
};
|
|
10877
10913
|
|
|
10878
|
-
const _excluded$
|
|
10914
|
+
const _excluded$4W = ["color", "size"];
|
|
10879
10915
|
|
|
10880
10916
|
const Apptivo = props => {
|
|
10881
10917
|
const {
|
|
10882
10918
|
color,
|
|
10883
10919
|
size
|
|
10884
10920
|
} = props,
|
|
10885
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10921
|
+
otherProps = _objectWithoutProperties(props, _excluded$4W);
|
|
10886
10922
|
|
|
10887
10923
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10888
10924
|
width: size,
|
|
@@ -10909,14 +10945,14 @@ Apptivo.defaultProps = {
|
|
|
10909
10945
|
size: '24'
|
|
10910
10946
|
};
|
|
10911
10947
|
|
|
10912
|
-
const _excluded$
|
|
10948
|
+
const _excluded$4X = ["color", "size"];
|
|
10913
10949
|
|
|
10914
10950
|
const Zillow = props => {
|
|
10915
10951
|
const {
|
|
10916
10952
|
color,
|
|
10917
10953
|
size
|
|
10918
10954
|
} = props,
|
|
10919
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10955
|
+
otherProps = _objectWithoutProperties(props, _excluded$4X);
|
|
10920
10956
|
|
|
10921
10957
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10922
10958
|
width: size,
|
|
@@ -10942,14 +10978,14 @@ Zillow.defaultProps = {
|
|
|
10942
10978
|
size: '24'
|
|
10943
10979
|
};
|
|
10944
10980
|
|
|
10945
|
-
const _excluded$
|
|
10981
|
+
const _excluded$4Y = ["color", "size"];
|
|
10946
10982
|
|
|
10947
10983
|
const Canva = props => {
|
|
10948
10984
|
const {
|
|
10949
10985
|
color,
|
|
10950
10986
|
size
|
|
10951
10987
|
} = props,
|
|
10952
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10988
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Y);
|
|
10953
10989
|
|
|
10954
10990
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10955
10991
|
width: size,
|
|
@@ -11044,14 +11080,14 @@ Canva.defaultProps = {
|
|
|
11044
11080
|
size: '24'
|
|
11045
11081
|
};
|
|
11046
11082
|
|
|
11047
|
-
const _excluded$
|
|
11083
|
+
const _excluded$4Z = ["color", "size"];
|
|
11048
11084
|
|
|
11049
11085
|
const Kajabi = props => {
|
|
11050
11086
|
const {
|
|
11051
11087
|
color,
|
|
11052
11088
|
size
|
|
11053
11089
|
} = props,
|
|
11054
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11090
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Z);
|
|
11055
11091
|
|
|
11056
11092
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11057
11093
|
width: size,
|
|
@@ -11082,14 +11118,14 @@ Kajabi.defaultProps = {
|
|
|
11082
11118
|
size: '24'
|
|
11083
11119
|
};
|
|
11084
11120
|
|
|
11085
|
-
const _excluded$
|
|
11121
|
+
const _excluded$4_ = ["color", "size"];
|
|
11086
11122
|
|
|
11087
11123
|
const Magento = props => {
|
|
11088
11124
|
const {
|
|
11089
11125
|
color,
|
|
11090
11126
|
size
|
|
11091
11127
|
} = props,
|
|
11092
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11128
|
+
otherProps = _objectWithoutProperties(props, _excluded$4_);
|
|
11093
11129
|
|
|
11094
11130
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11095
11131
|
width: size,
|
|
@@ -11113,14 +11149,14 @@ Magento.defaultProps = {
|
|
|
11113
11149
|
size: '24'
|
|
11114
11150
|
};
|
|
11115
11151
|
|
|
11116
|
-
const _excluded$
|
|
11152
|
+
const _excluded$4$ = ["color", "size"];
|
|
11117
11153
|
|
|
11118
11154
|
const ArrowDownRight = props => {
|
|
11119
11155
|
const {
|
|
11120
11156
|
color,
|
|
11121
11157
|
size
|
|
11122
11158
|
} = props,
|
|
11123
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11159
|
+
otherProps = _objectWithoutProperties(props, _excluded$4$);
|
|
11124
11160
|
|
|
11125
11161
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11126
11162
|
width: size,
|
|
@@ -11147,14 +11183,14 @@ ArrowDownRight.defaultProps = {
|
|
|
11147
11183
|
size: '24'
|
|
11148
11184
|
};
|
|
11149
11185
|
|
|
11150
|
-
const _excluded$
|
|
11186
|
+
const _excluded$50 = ["color", "size"];
|
|
11151
11187
|
|
|
11152
11188
|
const Unread = props => {
|
|
11153
11189
|
const {
|
|
11154
11190
|
color,
|
|
11155
11191
|
size
|
|
11156
11192
|
} = props,
|
|
11157
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11193
|
+
otherProps = _objectWithoutProperties(props, _excluded$50);
|
|
11158
11194
|
|
|
11159
11195
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11160
11196
|
width: size,
|
|
@@ -11180,14 +11216,14 @@ Unread.defaultProps = {
|
|
|
11180
11216
|
size: '24'
|
|
11181
11217
|
};
|
|
11182
11218
|
|
|
11183
|
-
const _excluded$
|
|
11219
|
+
const _excluded$51 = ["color", "size"];
|
|
11184
11220
|
|
|
11185
11221
|
const Privacy = props => {
|
|
11186
11222
|
const {
|
|
11187
11223
|
color,
|
|
11188
11224
|
size
|
|
11189
11225
|
} = props,
|
|
11190
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11226
|
+
otherProps = _objectWithoutProperties(props, _excluded$51);
|
|
11191
11227
|
|
|
11192
11228
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11193
11229
|
width: size,
|
|
@@ -11217,6 +11253,44 @@ Privacy.defaultProps = {
|
|
|
11217
11253
|
size: '24'
|
|
11218
11254
|
};
|
|
11219
11255
|
|
|
11256
|
+
const _excluded$52 = ["color", "size"];
|
|
11257
|
+
|
|
11258
|
+
const Location = props => {
|
|
11259
|
+
const {
|
|
11260
|
+
color,
|
|
11261
|
+
size
|
|
11262
|
+
} = props,
|
|
11263
|
+
otherProps = _objectWithoutProperties(props, _excluded$52);
|
|
11264
|
+
|
|
11265
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11266
|
+
width: size,
|
|
11267
|
+
height: size,
|
|
11268
|
+
viewBox: "0 0 24 24",
|
|
11269
|
+
fill: "none",
|
|
11270
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11271
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
11272
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11273
|
+
fillRule: "evenodd",
|
|
11274
|
+
clipRule: "evenodd",
|
|
11275
|
+
d: "M15.0031 9C15.0031 10.6569 13.6599 12 12.0031 12C10.3462 12 9.00305 10.6569 9.00305 9C9.00305 7.34315 10.3462 6 12.0031 6C13.6599 6 15.0031 7.34315 15.0031 9ZM13.5031 9C13.5031 9.82843 12.8315 10.5 12.0031 10.5C11.1746 10.5 10.5031 9.82843 10.5031 9C10.5031 8.17157 11.1746 7.5 12.0031 7.5C12.8315 7.5 13.5031 8.17157 13.5031 9Z",
|
|
11276
|
+
fill: color
|
|
11277
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
11278
|
+
fillRule: "evenodd",
|
|
11279
|
+
clipRule: "evenodd",
|
|
11280
|
+
d: "M12.0312 2L12.0157 2.00001L12.0002 2.00005C6.01756 2.01909 2.00684 7.51041 6.00016 13.5C8.22689 16.6811 10.0488 19.2551 11.0797 20.7068C11.6691 21.5368 12.0002 22 12.0002 22C12.0002 22 12.3311 21.5368 12.9205 20.7068C13.9513 19.2551 15.7733 16.6811 18 13.5C21.9933 7.51041 18.0138 2.01904 12.0312 2ZM6.54296 6.26055C7.48247 4.66342 9.47296 3.50477 12.0157 3.50001C14.5584 3.50477 16.5177 4.66342 17.4572 6.26055C18.367 7.80711 18.4877 10.0559 16.7611 12.6542C15.0173 15.1453 13.5227 17.2627 12.4636 18.758L11.9999 19.4117L11.5366 18.758C10.4774 17.2627 8.98285 15.1453 7.2391 12.6542C5.51243 10.0559 5.63319 7.80711 6.54296 6.26055Z",
|
|
11281
|
+
fill: color
|
|
11282
|
+
}));
|
|
11283
|
+
};
|
|
11284
|
+
|
|
11285
|
+
Location.propTypes = {
|
|
11286
|
+
color: PropTypes.string,
|
|
11287
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
11288
|
+
};
|
|
11289
|
+
Location.defaultProps = {
|
|
11290
|
+
color: 'currentColor',
|
|
11291
|
+
size: '24'
|
|
11292
|
+
};
|
|
11293
|
+
|
|
11220
11294
|
exports.Action = Action;
|
|
11221
11295
|
exports.ActionMarkConversationAsDone = ActionMarkConversationAsDone;
|
|
11222
11296
|
exports.Activecampaign = Activecampaign;
|
|
@@ -11226,6 +11300,7 @@ exports.Ads = Ads;
|
|
|
11226
11300
|
exports.AdsAd = AdsAd;
|
|
11227
11301
|
exports.AdsAdSet = AdsAdSet;
|
|
11228
11302
|
exports.Ai = Ai;
|
|
11303
|
+
exports.AiFilled = AiFilled;
|
|
11229
11304
|
exports.AlignCenter = AlignCenter;
|
|
11230
11305
|
exports.AlignLeft = AlignLeft;
|
|
11231
11306
|
exports.AlignRight = AlignRight;
|
|
@@ -11379,6 +11454,7 @@ exports.Keywords = Keywords;
|
|
|
11379
11454
|
exports.Klaviyo = Klaviyo;
|
|
11380
11455
|
exports.Link = Link;
|
|
11381
11456
|
exports.LiveChat = LiveChat;
|
|
11457
|
+
exports.Location = Location;
|
|
11382
11458
|
exports.Logout = Logout;
|
|
11383
11459
|
exports.Magento = Magento;
|
|
11384
11460
|
exports.MagicWand = MagicWand;
|