@manychat/icons 4.12.0 → 4.13.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 +1 -0
- package/dist/index.es.js +77 -44
- package/dist/index.js +77 -43
- package/package.json +1 -1
- package/umd/mcicons.js +75 -43
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -303,6 +303,7 @@ export const Hotmart: Icon
|
|
|
303
303
|
export const Creator: Icon
|
|
304
304
|
export const InstagramDmList: Icon
|
|
305
305
|
export const RealEstate: Icon
|
|
306
|
+
export const Basics: Icon
|
|
306
307
|
export const Fitness: Icon
|
|
307
308
|
export const Hotel: Icon
|
|
308
309
|
export const Organization: Icon
|
package/dist/index.es.js
CHANGED
|
@@ -10222,13 +10222,46 @@ RealEstate.defaultProps = {
|
|
|
10222
10222
|
|
|
10223
10223
|
const _excluded$4D = ["color", "size"];
|
|
10224
10224
|
|
|
10225
|
-
const
|
|
10225
|
+
const Basics = props => {
|
|
10226
10226
|
const {
|
|
10227
10227
|
color,
|
|
10228
10228
|
size
|
|
10229
10229
|
} = props,
|
|
10230
10230
|
otherProps = _objectWithoutProperties(props, _excluded$4D);
|
|
10231
10231
|
|
|
10232
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10233
|
+
width: size,
|
|
10234
|
+
height: size,
|
|
10235
|
+
viewBox: "0 0 24 24",
|
|
10236
|
+
fill: "none",
|
|
10237
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10238
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10239
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10240
|
+
fillRule: "evenodd",
|
|
10241
|
+
clipRule: "evenodd",
|
|
10242
|
+
d: "M12.1365 1.95117L17.4088 11.4773H6.8642L12.1365 1.95117ZM9.4088 9.97726H14.8642L12.1365 5.04881L9.4088 9.97726ZM2.75 13.25H11.25V21.75H2.75V13.25ZM4.25 14.75V20.25H9.75V14.75H4.25ZM14.25 17.5C14.25 15.9812 15.4812 14.75 17 14.75C18.5188 14.75 19.75 15.9812 19.75 17.5C19.75 19.0188 18.5188 20.25 17 20.25C15.4812 20.25 14.25 19.0188 14.25 17.5ZM17 13.25C14.6528 13.25 12.75 15.1528 12.75 17.5C12.75 19.8472 14.6528 21.75 17 21.75C19.3472 21.75 21.25 19.8472 21.25 17.5C21.25 15.1528 19.3472 13.25 17 13.25Z",
|
|
10243
|
+
fill: color
|
|
10244
|
+
}));
|
|
10245
|
+
};
|
|
10246
|
+
|
|
10247
|
+
Basics.propTypes = {
|
|
10248
|
+
color: PropTypes.string,
|
|
10249
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10250
|
+
};
|
|
10251
|
+
Basics.defaultProps = {
|
|
10252
|
+
color: 'currentColor',
|
|
10253
|
+
size: '24'
|
|
10254
|
+
};
|
|
10255
|
+
|
|
10256
|
+
const _excluded$4E = ["color", "size"];
|
|
10257
|
+
|
|
10258
|
+
const Fitness = props => {
|
|
10259
|
+
const {
|
|
10260
|
+
color,
|
|
10261
|
+
size
|
|
10262
|
+
} = props,
|
|
10263
|
+
otherProps = _objectWithoutProperties(props, _excluded$4E);
|
|
10264
|
+
|
|
10232
10265
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10233
10266
|
width: size,
|
|
10234
10267
|
height: size,
|
|
@@ -10251,14 +10284,14 @@ Fitness.defaultProps = {
|
|
|
10251
10284
|
size: '24'
|
|
10252
10285
|
};
|
|
10253
10286
|
|
|
10254
|
-
const _excluded$
|
|
10287
|
+
const _excluded$4F = ["color", "size"];
|
|
10255
10288
|
|
|
10256
10289
|
const Hotel = props => {
|
|
10257
10290
|
const {
|
|
10258
10291
|
color,
|
|
10259
10292
|
size
|
|
10260
10293
|
} = props,
|
|
10261
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10294
|
+
otherProps = _objectWithoutProperties(props, _excluded$4F);
|
|
10262
10295
|
|
|
10263
10296
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10264
10297
|
width: size,
|
|
@@ -10282,14 +10315,14 @@ Hotel.defaultProps = {
|
|
|
10282
10315
|
size: '24'
|
|
10283
10316
|
};
|
|
10284
10317
|
|
|
10285
|
-
const _excluded$
|
|
10318
|
+
const _excluded$4G = ["color", "size"];
|
|
10286
10319
|
|
|
10287
10320
|
const Organization = props => {
|
|
10288
10321
|
const {
|
|
10289
10322
|
color,
|
|
10290
10323
|
size
|
|
10291
10324
|
} = props,
|
|
10292
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10325
|
+
otherProps = _objectWithoutProperties(props, _excluded$4G);
|
|
10293
10326
|
|
|
10294
10327
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10295
10328
|
width: size,
|
|
@@ -10313,14 +10346,14 @@ Organization.defaultProps = {
|
|
|
10313
10346
|
size: '24'
|
|
10314
10347
|
};
|
|
10315
10348
|
|
|
10316
|
-
const _excluded$
|
|
10349
|
+
const _excluded$4H = ["color", "size"];
|
|
10317
10350
|
|
|
10318
10351
|
const ProfessionalConsulting = props => {
|
|
10319
10352
|
const {
|
|
10320
10353
|
color,
|
|
10321
10354
|
size
|
|
10322
10355
|
} = props,
|
|
10323
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10356
|
+
otherProps = _objectWithoutProperties(props, _excluded$4H);
|
|
10324
10357
|
|
|
10325
10358
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10326
10359
|
width: size,
|
|
@@ -10344,14 +10377,14 @@ ProfessionalConsulting.defaultProps = {
|
|
|
10344
10377
|
size: '24'
|
|
10345
10378
|
};
|
|
10346
10379
|
|
|
10347
|
-
const _excluded$
|
|
10380
|
+
const _excluded$4I = ["color", "size"];
|
|
10348
10381
|
|
|
10349
10382
|
const MessengerList = props => {
|
|
10350
10383
|
const {
|
|
10351
10384
|
color,
|
|
10352
10385
|
size
|
|
10353
10386
|
} = props,
|
|
10354
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10387
|
+
otherProps = _objectWithoutProperties(props, _excluded$4I);
|
|
10355
10388
|
|
|
10356
10389
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10357
10390
|
width: size,
|
|
@@ -10381,14 +10414,14 @@ MessengerList.defaultProps = {
|
|
|
10381
10414
|
size: '24'
|
|
10382
10415
|
};
|
|
10383
10416
|
|
|
10384
|
-
const _excluded$
|
|
10417
|
+
const _excluded$4J = ["color", "size"];
|
|
10385
10418
|
|
|
10386
10419
|
const Integromat = props => {
|
|
10387
10420
|
const {
|
|
10388
10421
|
color,
|
|
10389
10422
|
size
|
|
10390
10423
|
} = props,
|
|
10391
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10424
|
+
otherProps = _objectWithoutProperties(props, _excluded$4J);
|
|
10392
10425
|
|
|
10393
10426
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10394
10427
|
width: size,
|
|
@@ -10412,14 +10445,14 @@ Integromat.defaultProps = {
|
|
|
10412
10445
|
size: '24'
|
|
10413
10446
|
};
|
|
10414
10447
|
|
|
10415
|
-
const _excluded$
|
|
10448
|
+
const _excluded$4K = ["color", "size"];
|
|
10416
10449
|
|
|
10417
10450
|
const Hubspot = props => {
|
|
10418
10451
|
const {
|
|
10419
10452
|
color,
|
|
10420
10453
|
size
|
|
10421
10454
|
} = props,
|
|
10422
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10455
|
+
otherProps = _objectWithoutProperties(props, _excluded$4K);
|
|
10423
10456
|
|
|
10424
10457
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10425
10458
|
width: size,
|
|
@@ -10443,14 +10476,14 @@ Hubspot.defaultProps = {
|
|
|
10443
10476
|
size: '24'
|
|
10444
10477
|
};
|
|
10445
10478
|
|
|
10446
|
-
const _excluded$
|
|
10479
|
+
const _excluded$4L = ["color", "size"];
|
|
10447
10480
|
|
|
10448
10481
|
const Klaviyo = props => {
|
|
10449
10482
|
const {
|
|
10450
10483
|
color,
|
|
10451
10484
|
size
|
|
10452
10485
|
} = props,
|
|
10453
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10486
|
+
otherProps = _objectWithoutProperties(props, _excluded$4L);
|
|
10454
10487
|
|
|
10455
10488
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10456
10489
|
width: size,
|
|
@@ -10498,14 +10531,14 @@ Klaviyo.defaultProps = {
|
|
|
10498
10531
|
size: '24'
|
|
10499
10532
|
};
|
|
10500
10533
|
|
|
10501
|
-
const _excluded$
|
|
10534
|
+
const _excluded$4M = ["color", "size"];
|
|
10502
10535
|
|
|
10503
10536
|
const Activecampaign = props => {
|
|
10504
10537
|
const {
|
|
10505
10538
|
color,
|
|
10506
10539
|
size
|
|
10507
10540
|
} = props,
|
|
10508
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10541
|
+
otherProps = _objectWithoutProperties(props, _excluded$4M);
|
|
10509
10542
|
|
|
10510
10543
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10511
10544
|
width: size,
|
|
@@ -10531,14 +10564,14 @@ Activecampaign.defaultProps = {
|
|
|
10531
10564
|
size: '24'
|
|
10532
10565
|
};
|
|
10533
10566
|
|
|
10534
|
-
const _excluded$
|
|
10567
|
+
const _excluded$4N = ["color", "size"];
|
|
10535
10568
|
|
|
10536
10569
|
const ChatGpt = props => {
|
|
10537
10570
|
const {
|
|
10538
10571
|
color,
|
|
10539
10572
|
size
|
|
10540
10573
|
} = props,
|
|
10541
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10574
|
+
otherProps = _objectWithoutProperties(props, _excluded$4N);
|
|
10542
10575
|
|
|
10543
10576
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10544
10577
|
width: size,
|
|
@@ -10562,14 +10595,14 @@ ChatGpt.defaultProps = {
|
|
|
10562
10595
|
size: '24'
|
|
10563
10596
|
};
|
|
10564
10597
|
|
|
10565
|
-
const _excluded$
|
|
10598
|
+
const _excluded$4O = ["color", "size"];
|
|
10566
10599
|
|
|
10567
10600
|
const MailChimp = props => {
|
|
10568
10601
|
const {
|
|
10569
10602
|
color,
|
|
10570
10603
|
size
|
|
10571
10604
|
} = props,
|
|
10572
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10605
|
+
otherProps = _objectWithoutProperties(props, _excluded$4O);
|
|
10573
10606
|
|
|
10574
10607
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10575
10608
|
width: size,
|
|
@@ -10611,14 +10644,14 @@ MailChimp.defaultProps = {
|
|
|
10611
10644
|
size: '24'
|
|
10612
10645
|
};
|
|
10613
10646
|
|
|
10614
|
-
const _excluded$
|
|
10647
|
+
const _excluded$4P = ["color", "size"];
|
|
10615
10648
|
|
|
10616
10649
|
const ConvertKit = props => {
|
|
10617
10650
|
const {
|
|
10618
10651
|
color,
|
|
10619
10652
|
size
|
|
10620
10653
|
} = props,
|
|
10621
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10654
|
+
otherProps = _objectWithoutProperties(props, _excluded$4P);
|
|
10622
10655
|
|
|
10623
10656
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10624
10657
|
width: size,
|
|
@@ -10642,14 +10675,14 @@ ConvertKit.defaultProps = {
|
|
|
10642
10675
|
size: '24'
|
|
10643
10676
|
};
|
|
10644
10677
|
|
|
10645
|
-
const _excluded$
|
|
10678
|
+
const _excluded$4Q = ["color", "size"];
|
|
10646
10679
|
|
|
10647
10680
|
const GoogleSheets = props => {
|
|
10648
10681
|
const {
|
|
10649
10682
|
color,
|
|
10650
10683
|
size
|
|
10651
10684
|
} = props,
|
|
10652
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10685
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Q);
|
|
10653
10686
|
|
|
10654
10687
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10655
10688
|
width: size,
|
|
@@ -10684,14 +10717,14 @@ GoogleSheets.defaultProps = {
|
|
|
10684
10717
|
size: '24'
|
|
10685
10718
|
};
|
|
10686
10719
|
|
|
10687
|
-
const _excluded$
|
|
10720
|
+
const _excluded$4R = ["color", "size"];
|
|
10688
10721
|
|
|
10689
10722
|
const Salesforce = props => {
|
|
10690
10723
|
const {
|
|
10691
10724
|
color,
|
|
10692
10725
|
size
|
|
10693
10726
|
} = props,
|
|
10694
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10727
|
+
otherProps = _objectWithoutProperties(props, _excluded$4R);
|
|
10695
10728
|
|
|
10696
10729
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10697
10730
|
width: size,
|
|
@@ -10724,14 +10757,14 @@ Salesforce.defaultProps = {
|
|
|
10724
10757
|
size: '24'
|
|
10725
10758
|
};
|
|
10726
10759
|
|
|
10727
|
-
const _excluded$
|
|
10760
|
+
const _excluded$4S = ["color", "size"];
|
|
10728
10761
|
|
|
10729
10762
|
const Pipedrive = props => {
|
|
10730
10763
|
const {
|
|
10731
10764
|
color,
|
|
10732
10765
|
size
|
|
10733
10766
|
} = props,
|
|
10734
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10767
|
+
otherProps = _objectWithoutProperties(props, _excluded$4S);
|
|
10735
10768
|
|
|
10736
10769
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10737
10770
|
width: size,
|
|
@@ -10758,14 +10791,14 @@ Pipedrive.defaultProps = {
|
|
|
10758
10791
|
size: '24'
|
|
10759
10792
|
};
|
|
10760
10793
|
|
|
10761
|
-
const _excluded$
|
|
10794
|
+
const _excluded$4T = ["color", "size"];
|
|
10762
10795
|
|
|
10763
10796
|
const Wiseagent = props => {
|
|
10764
10797
|
const {
|
|
10765
10798
|
color,
|
|
10766
10799
|
size
|
|
10767
10800
|
} = props,
|
|
10768
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10801
|
+
otherProps = _objectWithoutProperties(props, _excluded$4T);
|
|
10769
10802
|
|
|
10770
10803
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10771
10804
|
width: size,
|
|
@@ -10795,14 +10828,14 @@ Wiseagent.defaultProps = {
|
|
|
10795
10828
|
size: '24'
|
|
10796
10829
|
};
|
|
10797
10830
|
|
|
10798
|
-
const _excluded$
|
|
10831
|
+
const _excluded$4U = ["color", "size"];
|
|
10799
10832
|
|
|
10800
10833
|
const Apptivo = props => {
|
|
10801
10834
|
const {
|
|
10802
10835
|
color,
|
|
10803
10836
|
size
|
|
10804
10837
|
} = props,
|
|
10805
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10838
|
+
otherProps = _objectWithoutProperties(props, _excluded$4U);
|
|
10806
10839
|
|
|
10807
10840
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10808
10841
|
width: size,
|
|
@@ -10829,14 +10862,14 @@ Apptivo.defaultProps = {
|
|
|
10829
10862
|
size: '24'
|
|
10830
10863
|
};
|
|
10831
10864
|
|
|
10832
|
-
const _excluded$
|
|
10865
|
+
const _excluded$4V = ["color", "size"];
|
|
10833
10866
|
|
|
10834
10867
|
const Zillow = props => {
|
|
10835
10868
|
const {
|
|
10836
10869
|
color,
|
|
10837
10870
|
size
|
|
10838
10871
|
} = props,
|
|
10839
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10872
|
+
otherProps = _objectWithoutProperties(props, _excluded$4V);
|
|
10840
10873
|
|
|
10841
10874
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10842
10875
|
width: size,
|
|
@@ -10862,14 +10895,14 @@ Zillow.defaultProps = {
|
|
|
10862
10895
|
size: '24'
|
|
10863
10896
|
};
|
|
10864
10897
|
|
|
10865
|
-
const _excluded$
|
|
10898
|
+
const _excluded$4W = ["color", "size"];
|
|
10866
10899
|
|
|
10867
10900
|
const Canva = props => {
|
|
10868
10901
|
const {
|
|
10869
10902
|
color,
|
|
10870
10903
|
size
|
|
10871
10904
|
} = props,
|
|
10872
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10905
|
+
otherProps = _objectWithoutProperties(props, _excluded$4W);
|
|
10873
10906
|
|
|
10874
10907
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10875
10908
|
width: size,
|
|
@@ -10964,14 +10997,14 @@ Canva.defaultProps = {
|
|
|
10964
10997
|
size: '24'
|
|
10965
10998
|
};
|
|
10966
10999
|
|
|
10967
|
-
const _excluded$
|
|
11000
|
+
const _excluded$4X = ["color", "size"];
|
|
10968
11001
|
|
|
10969
11002
|
const Kajabi = props => {
|
|
10970
11003
|
const {
|
|
10971
11004
|
color,
|
|
10972
11005
|
size
|
|
10973
11006
|
} = props,
|
|
10974
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11007
|
+
otherProps = _objectWithoutProperties(props, _excluded$4X);
|
|
10975
11008
|
|
|
10976
11009
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10977
11010
|
width: size,
|
|
@@ -11002,14 +11035,14 @@ Kajabi.defaultProps = {
|
|
|
11002
11035
|
size: '24'
|
|
11003
11036
|
};
|
|
11004
11037
|
|
|
11005
|
-
const _excluded$
|
|
11038
|
+
const _excluded$4Y = ["color", "size"];
|
|
11006
11039
|
|
|
11007
11040
|
const Magento = props => {
|
|
11008
11041
|
const {
|
|
11009
11042
|
color,
|
|
11010
11043
|
size
|
|
11011
11044
|
} = props,
|
|
11012
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11045
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Y);
|
|
11013
11046
|
|
|
11014
11047
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11015
11048
|
width: size,
|
|
@@ -11033,14 +11066,14 @@ Magento.defaultProps = {
|
|
|
11033
11066
|
size: '24'
|
|
11034
11067
|
};
|
|
11035
11068
|
|
|
11036
|
-
const _excluded$
|
|
11069
|
+
const _excluded$4Z = ["color", "size"];
|
|
11037
11070
|
|
|
11038
11071
|
const ArrowDownRight = props => {
|
|
11039
11072
|
const {
|
|
11040
11073
|
color,
|
|
11041
11074
|
size
|
|
11042
11075
|
} = props,
|
|
11043
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11076
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Z);
|
|
11044
11077
|
|
|
11045
11078
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11046
11079
|
width: size,
|
|
@@ -11066,4 +11099,4 @@ ArrowDownRight.defaultProps = {
|
|
|
11066
11099
|
size: '24'
|
|
11067
11100
|
};
|
|
11068
11101
|
|
|
11069
|
-
export { Action, ActionMarkConversationAsDone, Activecampaign, AddCircle, AddTag, Ads, AdsAd, AdsAdSet, Ai, 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, Bigcommerce, Bold, Book, Bot, BotRemove, Broadcasting, BuilderAudio, BuilderCard, BuilderGallery, BuilderInput, BuilderList, BuilderText, 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, Flow, Folder, FolderAdd, FolderAdsCampaign, FolderOpen, Fullscreen, GoToFlow, Google, 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, 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, ProfessionalConsulting, Protect, PublicChangelog, Publish, Qr, Question, RealEstate, Redo, Reels, Retry, 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, StopRecord, SystemField, TableView, Tap, Telegram, TelegramChannel, TelegramChannel2, TemplateMediaBg, TemplateStore, TemplateTextMedia, Templates, Text, ThumbDown, ThumbUp, Tick, Ticket, Time, TimeAdd, Transgender, TriggerFbAds, TriggerFbComments, TriggerFbComments20, TriggerIgStoryReply, TriggerNewSubscriber, Triggers, TriggersLines, Unassign, Underline, Undo, Unpin, Unprotect, Unsubscribed, User, UserAdd, Video, VideoCircleTg, Warning, WebChat, WebsiteRedirect, WelcomeMessage, WhatsAppChannel, WhatsAppWidget, Wiseagent, Woocommerce, Zapier, Zillow };
|
|
11102
|
+
export { Action, ActionMarkConversationAsDone, Activecampaign, AddCircle, AddTag, Ads, AdsAd, AdsAdSet, Ai, 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, Basics, Bigcommerce, Bold, Book, Bot, BotRemove, Broadcasting, BuilderAudio, BuilderCard, BuilderGallery, BuilderInput, BuilderList, BuilderText, 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, Flow, Folder, FolderAdd, FolderAdsCampaign, FolderOpen, Fullscreen, GoToFlow, Google, 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, 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, ProfessionalConsulting, Protect, PublicChangelog, Publish, Qr, Question, RealEstate, Redo, Reels, Retry, 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, StopRecord, SystemField, TableView, Tap, Telegram, TelegramChannel, TelegramChannel2, TemplateMediaBg, TemplateStore, TemplateTextMedia, Templates, Text, ThumbDown, ThumbUp, Tick, Ticket, Time, TimeAdd, Transgender, TriggerFbAds, TriggerFbComments, TriggerFbComments20, TriggerIgStoryReply, TriggerNewSubscriber, Triggers, TriggersLines, Unassign, Underline, Undo, Unpin, Unprotect, Unsubscribed, User, UserAdd, Video, VideoCircleTg, Warning, WebChat, WebsiteRedirect, WelcomeMessage, WhatsAppChannel, WhatsAppWidget, Wiseagent, Woocommerce, Zapier, Zillow };
|