@manychat/icons 4.23.0 → 4.24.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 +265 -195
- package/dist/index.js +265 -194
- package/package.json +1 -1
- package/umd/mcicons.js +263 -194
- package/umd/mcicons.min.js +1 -1
package/dist/index.es.js
CHANGED
|
@@ -72,8 +72,11 @@ const Create = props => {
|
|
|
72
72
|
xmlns: "http://www.w3.org/2000/svg",
|
|
73
73
|
preserveAspectRatio: "xMidYMid meet"
|
|
74
74
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
75
|
-
d: "
|
|
76
|
-
|
|
75
|
+
d: "M117.572 81V49C117.572 44.5817 113.99 41 109.572 41H39C34.5817 41 31 44.5817 31 49V99.0182C31 103.436 34.5817 107.018 39 107.018H91M105 106H128M117 95V118M32 56H116",
|
|
76
|
+
stroke: color,
|
|
77
|
+
strokeWidth: "4",
|
|
78
|
+
strokeLinecap: "round",
|
|
79
|
+
strokeLinejoin: "round"
|
|
77
80
|
}));
|
|
78
81
|
};
|
|
79
82
|
|
|
@@ -103,8 +106,11 @@ const GtCheckbox = props => {
|
|
|
103
106
|
xmlns: "http://www.w3.org/2000/svg",
|
|
104
107
|
preserveAspectRatio: "xMidYMid meet"
|
|
105
108
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
106
|
-
d: "
|
|
107
|
-
|
|
109
|
+
d: "M58.9412 73.5294L66.9363 81.5245C68.4984 83.0866 71.031 83.0866 72.5931 81.5245L90.4706 63.647M48 108H100C104.418 108 108 104.418 108 100V48C108 43.5817 104.418 40 100 40H48C43.5817 40 40 43.5817 40 48V100C40 104.418 43.5817 108 48 108Z",
|
|
110
|
+
stroke: color,
|
|
111
|
+
strokeWidth: "4",
|
|
112
|
+
strokeLinecap: "round",
|
|
113
|
+
strokeLinejoin: "round"
|
|
108
114
|
}));
|
|
109
115
|
};
|
|
110
116
|
|
|
@@ -134,8 +140,10 @@ const GtFbComment = props => {
|
|
|
134
140
|
xmlns: "http://www.w3.org/2000/svg",
|
|
135
141
|
preserveAspectRatio: "xMidYMid meet"
|
|
136
142
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
137
|
-
d: "M56
|
|
138
|
-
|
|
143
|
+
d: "M56 55H92M56 67H92M56 79H92M54 105.371C54 106.946 55.7362 107.903 57.068 107.062L72.9535 94.4344C73.3074 94.1531 73.7461 94 74.1981 94H99C103.418 94 107 90.4183 107 86V49C107 44.5817 103.418 41 99 41H49C44.5817 41 41 44.5817 41 49V86C41 90.4183 44.5817 94 49 94H52C53.1046 94 54 94.8954 54 96V105.371Z",
|
|
144
|
+
stroke: color,
|
|
145
|
+
strokeWidth: "4",
|
|
146
|
+
strokeLinecap: "round"
|
|
139
147
|
}));
|
|
140
148
|
};
|
|
141
149
|
|
|
@@ -165,8 +173,17 @@ const GtAdsJson = props => {
|
|
|
165
173
|
xmlns: "http://www.w3.org/2000/svg",
|
|
166
174
|
preserveAspectRatio: "xMidYMid meet"
|
|
167
175
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
168
|
-
d: "M60.6353 69.
|
|
169
|
-
|
|
176
|
+
d: "M60.6353 69.8767L72.0356 47.5517C72.1508 47.3129 72.1508 47.0742 72.1508 46.8354L71.2348 36.6747C71.0918 35.0879 71.9106 33.5305 73.4696 33.2017C75.0463 32.8691 77.1464 32.8212 79.0601 34.0612C83.3208 36.8071 84.8179 41.4631 84.8179 47.1935C84.8179 51.4914 83.8966 56.028 83.6663 58.0576H102.437C105.546 58.0576 108.31 60.2065 108.885 63.4299C109.346 66.1757 108.194 68.6828 106.237 69.996C107.849 71.1899 109 73.1001 109 75.3684C109 77.8754 107.619 80.1438 105.546 81.2182C106.237 82.2927 106.697 83.6059 106.697 84.9192C106.697 88.1425 104.394 90.8884 101.4 91.3659C101.976 92.5598 102.321 93.873 102.091 95.3056C101.631 98.6484 98.7516 101.036 95.5273 101.036H67.5446C64.0899 101.036 60.6353 98.6484 60.6353 95.0669V69.8767Z",
|
|
177
|
+
stroke: color,
|
|
178
|
+
strokeWidth: "4",
|
|
179
|
+
strokeLinecap: "round",
|
|
180
|
+
strokeLinejoin: "round"
|
|
181
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
182
|
+
d: "M39.0005 75.2927C39.0005 70.8744 42.5822 67.2927 47.0005 67.2927H52.7647C57.183 67.2927 60.7647 70.8744 60.7647 75.2927V99.2927C60.7647 103.711 57.183 107.293 52.7647 107.293H41.0005C39.8959 107.293 39.0005 106.397 39.0005 105.293V75.2927Z",
|
|
183
|
+
stroke: color,
|
|
184
|
+
strokeWidth: "4",
|
|
185
|
+
strokeLinecap: "round",
|
|
186
|
+
strokeLinejoin: "round"
|
|
170
187
|
}));
|
|
171
188
|
};
|
|
172
189
|
|
|
@@ -259,8 +276,11 @@ const GtModal = props => {
|
|
|
259
276
|
stroke: color,
|
|
260
277
|
strokeWidth: "4"
|
|
261
278
|
}), /*#__PURE__*/React.createElement("path", {
|
|
262
|
-
d: "M69.9312
|
|
263
|
-
|
|
279
|
+
d: "M69.9312 70.8057H78.7506M63.0005 65.3057H85.931M65.5007 59.8193H83.1396",
|
|
280
|
+
stroke: color,
|
|
281
|
+
strokeWidth: "4",
|
|
282
|
+
strokeLinecap: "round",
|
|
283
|
+
strokeLinejoin: "round"
|
|
264
284
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
265
285
|
x: "62.0005",
|
|
266
286
|
y: "79.3223",
|
|
@@ -305,8 +325,11 @@ const GtSlideIn = props => {
|
|
|
305
325
|
strokeLinejoin: "round",
|
|
306
326
|
strokeDasharray: "4 8"
|
|
307
327
|
}), /*#__PURE__*/React.createElement("path", {
|
|
308
|
-
d: "M81.7778
|
|
309
|
-
|
|
328
|
+
d: "M81.7778 80.5H90.5973M74.8472 73H97.7777",
|
|
329
|
+
stroke: color,
|
|
330
|
+
strokeWidth: "4",
|
|
331
|
+
strokeLinecap: "round",
|
|
332
|
+
strokeLinejoin: "round"
|
|
310
333
|
}), /*#__PURE__*/React.createElement("path", {
|
|
311
334
|
d: "M66.0005 64.6943C66.0005 63.5898 66.8959 62.6943 68.0005 62.6943H104.334C105.438 62.6943 106.334 63.5898 106.334 64.6943V105.5H66.0005V64.6943Z",
|
|
312
335
|
stroke: color,
|
|
@@ -359,8 +382,11 @@ const GtBox = props => {
|
|
|
359
382
|
strokeLinejoin: "round",
|
|
360
383
|
strokeDasharray: "4 8"
|
|
361
384
|
}), /*#__PURE__*/React.createElement("path", {
|
|
362
|
-
d: "M85.7778
|
|
363
|
-
|
|
385
|
+
d: "M85.7778 75.5H94.5973M78.8472 68H101.778",
|
|
386
|
+
stroke: color,
|
|
387
|
+
strokeWidth: "4",
|
|
388
|
+
strokeLinecap: "round",
|
|
389
|
+
strokeLinejoin: "round"
|
|
364
390
|
}), /*#__PURE__*/React.createElement("path", {
|
|
365
391
|
d: "M70.0005 62C70.0005 60.8954 70.8959 60 72.0005 60H108C109.105 60 110 60.8954 110 62V97C110 98.1046 109.105 99 108 99H72.0005C70.8959 99 70.0005 98.1046 70.0005 97V62Z",
|
|
366
392
|
stroke: color,
|
|
@@ -438,8 +464,11 @@ const GtRef = props => {
|
|
|
438
464
|
xmlns: "http://www.w3.org/2000/svg",
|
|
439
465
|
preserveAspectRatio: "xMidYMid meet"
|
|
440
466
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
441
|
-
d: "
|
|
442
|
-
|
|
467
|
+
d: "M64.9338 97.6869C62.2648 98.5373 59.3926 99 56.4005 99H43.6005C29.462 99 18.0005 88.6681 18.0005 75.9231V72.0769C18.0005 59.3319 29.462 49 43.6005 49H56.4005C70.539 49 82.0005 59.3319 82.0005 72.0769V75.9231C82.0005 78.6203 81.4872 81.2094 80.5438 83.6154M83.0672 50.3131C85.7362 49.4627 88.6084 49 91.6005 49H104.4C118.539 49 130 59.3319 130 72.0769V75.9231C130 88.6681 118.539 99 104.4 99H91.6005C77.462 99 66.0005 88.6681 66.0005 75.9231V72.0769C66.0005 69.2462 66.5659 66.5344 67.6005 64.0285",
|
|
468
|
+
stroke: color,
|
|
469
|
+
strokeWidth: "4",
|
|
470
|
+
strokeLinecap: "round",
|
|
471
|
+
strokeLinejoin: "round"
|
|
443
472
|
}));
|
|
444
473
|
};
|
|
445
474
|
|
|
@@ -631,8 +660,11 @@ const GtLanding = props => {
|
|
|
631
660
|
strokeLinecap: "round",
|
|
632
661
|
strokeLinejoin: "round"
|
|
633
662
|
}), /*#__PURE__*/React.createElement("path", {
|
|
634
|
-
d: "
|
|
635
|
-
|
|
663
|
+
d: "M65.9731 87.5L65.9731 57.5",
|
|
664
|
+
stroke: color,
|
|
665
|
+
strokeWidth: "4",
|
|
666
|
+
strokeLinecap: "round",
|
|
667
|
+
strokeLinejoin: "round"
|
|
636
668
|
}), /*#__PURE__*/React.createElement("path", {
|
|
637
669
|
d: "M52.0005 91.5808C56.761 83.9587 64.8426 78.9492 73.9723 78.9492C83.102 78.9492 91.1837 83.9587 95.9441 91.5808",
|
|
638
670
|
stroke: color,
|
|
@@ -2474,8 +2506,9 @@ const Calendar = props => {
|
|
|
2474
2506
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2475
2507
|
preserveAspectRatio: "xMidYMid meet"
|
|
2476
2508
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
2477
|
-
d: "
|
|
2478
|
-
|
|
2509
|
+
d: "M13.5578 8.63266H10.4423M18.5829 8.63266H15.4673M13.5578 13.0204H10.4423M8.63316 13.0204H5.51758M18.5829 13.0204H15.4673M13.5578 17.3061H10.4423M8.63316 17.3061H5.51758M18.5829 17.3061H15.4673M7.12561 2V6.28571M16.9749 2V6.28571M2.80408 4.7551H21.2965V21.1837H2.80408V4.7551Z",
|
|
2510
|
+
stroke: color,
|
|
2511
|
+
strokeWidth: "1.5"
|
|
2479
2512
|
}));
|
|
2480
2513
|
};
|
|
2481
2514
|
|
|
@@ -2915,8 +2948,9 @@ const Audio = props => {
|
|
|
2915
2948
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2916
2949
|
preserveAspectRatio: "xMidYMid meet"
|
|
2917
2950
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
2918
|
-
d: "
|
|
2919
|
-
|
|
2951
|
+
d: "M10.4238 8.23762H3.8136V15.7624H10.4238M10.4238 8.23762L20.2882 3.18811V20.7129L10.4238 15.7624M10.4238 8.23762V15.7624",
|
|
2952
|
+
stroke: color,
|
|
2953
|
+
strokeWidth: "1.5"
|
|
2920
2954
|
}));
|
|
2921
2955
|
};
|
|
2922
2956
|
|
|
@@ -8214,13 +8248,46 @@ Pause.defaultProps = {
|
|
|
8214
8248
|
|
|
8215
8249
|
const _excluded$3O = ["color", "size"];
|
|
8216
8250
|
|
|
8217
|
-
const
|
|
8251
|
+
const Stop2 = props => {
|
|
8218
8252
|
const {
|
|
8219
8253
|
color,
|
|
8220
8254
|
size
|
|
8221
8255
|
} = props,
|
|
8222
8256
|
otherProps = _objectWithoutProperties(props, _excluded$3O);
|
|
8223
8257
|
|
|
8258
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8259
|
+
width: size,
|
|
8260
|
+
height: size,
|
|
8261
|
+
viewBox: "0 0 24 24",
|
|
8262
|
+
fill: "none",
|
|
8263
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8264
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
8265
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8266
|
+
fillRule: "evenodd",
|
|
8267
|
+
clipRule: "evenodd",
|
|
8268
|
+
d: "M18.5 5.5H5.5V18.5H18.5V5.5ZM4 4V20H20V4H4Z",
|
|
8269
|
+
fill: color
|
|
8270
|
+
}));
|
|
8271
|
+
};
|
|
8272
|
+
|
|
8273
|
+
Stop2.propTypes = {
|
|
8274
|
+
color: PropTypes.string,
|
|
8275
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
8276
|
+
};
|
|
8277
|
+
Stop2.defaultProps = {
|
|
8278
|
+
color: 'currentColor',
|
|
8279
|
+
size: '24'
|
|
8280
|
+
};
|
|
8281
|
+
|
|
8282
|
+
const _excluded$3P = ["color", "size"];
|
|
8283
|
+
|
|
8284
|
+
const TriggersLines = props => {
|
|
8285
|
+
const {
|
|
8286
|
+
color,
|
|
8287
|
+
size
|
|
8288
|
+
} = props,
|
|
8289
|
+
otherProps = _objectWithoutProperties(props, _excluded$3P);
|
|
8290
|
+
|
|
8224
8291
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8225
8292
|
width: size,
|
|
8226
8293
|
height: size,
|
|
@@ -8245,14 +8312,14 @@ TriggersLines.defaultProps = {
|
|
|
8245
8312
|
size: '24'
|
|
8246
8313
|
};
|
|
8247
8314
|
|
|
8248
|
-
const _excluded$
|
|
8315
|
+
const _excluded$3Q = ["color", "size"];
|
|
8249
8316
|
|
|
8250
8317
|
const StopRecord = props => {
|
|
8251
8318
|
const {
|
|
8252
8319
|
color,
|
|
8253
8320
|
size
|
|
8254
8321
|
} = props,
|
|
8255
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8322
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Q);
|
|
8256
8323
|
|
|
8257
8324
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8258
8325
|
width: size,
|
|
@@ -8281,14 +8348,14 @@ StopRecord.defaultProps = {
|
|
|
8281
8348
|
size: '24'
|
|
8282
8349
|
};
|
|
8283
8350
|
|
|
8284
|
-
const _excluded$
|
|
8351
|
+
const _excluded$3R = ["color", "size"];
|
|
8285
8352
|
|
|
8286
8353
|
const Cloud = props => {
|
|
8287
8354
|
const {
|
|
8288
8355
|
color,
|
|
8289
8356
|
size
|
|
8290
8357
|
} = props,
|
|
8291
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8358
|
+
otherProps = _objectWithoutProperties(props, _excluded$3R);
|
|
8292
8359
|
|
|
8293
8360
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8294
8361
|
width: size,
|
|
@@ -8312,14 +8379,14 @@ Cloud.defaultProps = {
|
|
|
8312
8379
|
size: '24'
|
|
8313
8380
|
};
|
|
8314
8381
|
|
|
8315
|
-
const _excluded$
|
|
8382
|
+
const _excluded$3S = ["color", "size"];
|
|
8316
8383
|
|
|
8317
8384
|
const CloudError = props => {
|
|
8318
8385
|
const {
|
|
8319
8386
|
color,
|
|
8320
8387
|
size
|
|
8321
8388
|
} = props,
|
|
8322
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8389
|
+
otherProps = _objectWithoutProperties(props, _excluded$3S);
|
|
8323
8390
|
|
|
8324
8391
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8325
8392
|
width: size,
|
|
@@ -8343,14 +8410,14 @@ CloudError.defaultProps = {
|
|
|
8343
8410
|
size: '24'
|
|
8344
8411
|
};
|
|
8345
8412
|
|
|
8346
|
-
const _excluded$
|
|
8413
|
+
const _excluded$3T = ["color", "size"];
|
|
8347
8414
|
|
|
8348
8415
|
const CloudUpload = props => {
|
|
8349
8416
|
const {
|
|
8350
8417
|
color,
|
|
8351
8418
|
size
|
|
8352
8419
|
} = props,
|
|
8353
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8420
|
+
otherProps = _objectWithoutProperties(props, _excluded$3T);
|
|
8354
8421
|
|
|
8355
8422
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8356
8423
|
width: size,
|
|
@@ -8374,14 +8441,14 @@ CloudUpload.defaultProps = {
|
|
|
8374
8441
|
size: '24'
|
|
8375
8442
|
};
|
|
8376
8443
|
|
|
8377
|
-
const _excluded$
|
|
8444
|
+
const _excluded$3U = ["color", "size"];
|
|
8378
8445
|
|
|
8379
8446
|
const CloudDownload = props => {
|
|
8380
8447
|
const {
|
|
8381
8448
|
color,
|
|
8382
8449
|
size
|
|
8383
8450
|
} = props,
|
|
8384
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8451
|
+
otherProps = _objectWithoutProperties(props, _excluded$3U);
|
|
8385
8452
|
|
|
8386
8453
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8387
8454
|
width: size,
|
|
@@ -8405,14 +8472,14 @@ CloudDownload.defaultProps = {
|
|
|
8405
8472
|
size: '24'
|
|
8406
8473
|
};
|
|
8407
8474
|
|
|
8408
|
-
const _excluded$
|
|
8475
|
+
const _excluded$3V = ["color", "size"];
|
|
8409
8476
|
|
|
8410
8477
|
const Popular = props => {
|
|
8411
8478
|
const {
|
|
8412
8479
|
color,
|
|
8413
8480
|
size
|
|
8414
8481
|
} = props,
|
|
8415
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8482
|
+
otherProps = _objectWithoutProperties(props, _excluded$3V);
|
|
8416
8483
|
|
|
8417
8484
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8418
8485
|
width: size,
|
|
@@ -8438,14 +8505,14 @@ Popular.defaultProps = {
|
|
|
8438
8505
|
size: '24'
|
|
8439
8506
|
};
|
|
8440
8507
|
|
|
8441
|
-
const _excluded$
|
|
8508
|
+
const _excluded$3W = ["color", "size"];
|
|
8442
8509
|
|
|
8443
8510
|
const PopularFilled = props => {
|
|
8444
8511
|
const {
|
|
8445
8512
|
color,
|
|
8446
8513
|
size
|
|
8447
8514
|
} = props,
|
|
8448
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8515
|
+
otherProps = _objectWithoutProperties(props, _excluded$3W);
|
|
8449
8516
|
|
|
8450
8517
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8451
8518
|
width: size,
|
|
@@ -8471,14 +8538,14 @@ PopularFilled.defaultProps = {
|
|
|
8471
8538
|
size: '24'
|
|
8472
8539
|
};
|
|
8473
8540
|
|
|
8474
|
-
const _excluded$
|
|
8541
|
+
const _excluded$3X = ["color", "size"];
|
|
8475
8542
|
|
|
8476
8543
|
const AlignLeft = props => {
|
|
8477
8544
|
const {
|
|
8478
8545
|
color,
|
|
8479
8546
|
size
|
|
8480
8547
|
} = props,
|
|
8481
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8548
|
+
otherProps = _objectWithoutProperties(props, _excluded$3X);
|
|
8482
8549
|
|
|
8483
8550
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8484
8551
|
width: size,
|
|
@@ -8511,14 +8578,14 @@ AlignLeft.defaultProps = {
|
|
|
8511
8578
|
size: '24'
|
|
8512
8579
|
};
|
|
8513
8580
|
|
|
8514
|
-
const _excluded$
|
|
8581
|
+
const _excluded$3Y = ["color", "size"];
|
|
8515
8582
|
|
|
8516
8583
|
const AlignCenter = props => {
|
|
8517
8584
|
const {
|
|
8518
8585
|
color,
|
|
8519
8586
|
size
|
|
8520
8587
|
} = props,
|
|
8521
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8588
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Y);
|
|
8522
8589
|
|
|
8523
8590
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8524
8591
|
width: size,
|
|
@@ -8551,14 +8618,14 @@ AlignCenter.defaultProps = {
|
|
|
8551
8618
|
size: '24'
|
|
8552
8619
|
};
|
|
8553
8620
|
|
|
8554
|
-
const _excluded$
|
|
8621
|
+
const _excluded$3Z = ["color", "size"];
|
|
8555
8622
|
|
|
8556
8623
|
const AlignRight = props => {
|
|
8557
8624
|
const {
|
|
8558
8625
|
color,
|
|
8559
8626
|
size
|
|
8560
8627
|
} = props,
|
|
8561
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8628
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Z);
|
|
8562
8629
|
|
|
8563
8630
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8564
8631
|
width: size,
|
|
@@ -8591,14 +8658,14 @@ AlignRight.defaultProps = {
|
|
|
8591
8658
|
size: '24'
|
|
8592
8659
|
};
|
|
8593
8660
|
|
|
8594
|
-
const _excluded$
|
|
8661
|
+
const _excluded$3_ = ["color", "size"];
|
|
8595
8662
|
|
|
8596
8663
|
const AlignWide = props => {
|
|
8597
8664
|
const {
|
|
8598
8665
|
color,
|
|
8599
8666
|
size
|
|
8600
8667
|
} = props,
|
|
8601
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8668
|
+
otherProps = _objectWithoutProperties(props, _excluded$3_);
|
|
8602
8669
|
|
|
8603
8670
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8604
8671
|
width: size,
|
|
@@ -8631,14 +8698,14 @@ AlignWide.defaultProps = {
|
|
|
8631
8698
|
size: '24'
|
|
8632
8699
|
};
|
|
8633
8700
|
|
|
8634
|
-
const _excluded$
|
|
8701
|
+
const _excluded$3$ = ["color", "size"];
|
|
8635
8702
|
|
|
8636
8703
|
const Spacing = props => {
|
|
8637
8704
|
const {
|
|
8638
8705
|
color,
|
|
8639
8706
|
size
|
|
8640
8707
|
} = props,
|
|
8641
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8708
|
+
otherProps = _objectWithoutProperties(props, _excluded$3$);
|
|
8642
8709
|
|
|
8643
8710
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8644
8711
|
width: size,
|
|
@@ -8662,14 +8729,14 @@ Spacing.defaultProps = {
|
|
|
8662
8729
|
size: '24'
|
|
8663
8730
|
};
|
|
8664
8731
|
|
|
8665
|
-
const _excluded$
|
|
8732
|
+
const _excluded$40 = ["color", "size"];
|
|
8666
8733
|
|
|
8667
8734
|
const Bold = props => {
|
|
8668
8735
|
const {
|
|
8669
8736
|
color,
|
|
8670
8737
|
size
|
|
8671
8738
|
} = props,
|
|
8672
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8739
|
+
otherProps = _objectWithoutProperties(props, _excluded$40);
|
|
8673
8740
|
|
|
8674
8741
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8675
8742
|
width: size,
|
|
@@ -8693,14 +8760,14 @@ Bold.defaultProps = {
|
|
|
8693
8760
|
size: '24'
|
|
8694
8761
|
};
|
|
8695
8762
|
|
|
8696
|
-
const _excluded$
|
|
8763
|
+
const _excluded$41 = ["color", "size"];
|
|
8697
8764
|
|
|
8698
8765
|
const Italic = props => {
|
|
8699
8766
|
const {
|
|
8700
8767
|
color,
|
|
8701
8768
|
size
|
|
8702
8769
|
} = props,
|
|
8703
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8770
|
+
otherProps = _objectWithoutProperties(props, _excluded$41);
|
|
8704
8771
|
|
|
8705
8772
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8706
8773
|
width: size,
|
|
@@ -8724,14 +8791,14 @@ Italic.defaultProps = {
|
|
|
8724
8791
|
size: '24'
|
|
8725
8792
|
};
|
|
8726
8793
|
|
|
8727
|
-
const _excluded$
|
|
8794
|
+
const _excluded$42 = ["color", "size"];
|
|
8728
8795
|
|
|
8729
8796
|
const Underline = props => {
|
|
8730
8797
|
const {
|
|
8731
8798
|
color,
|
|
8732
8799
|
size
|
|
8733
8800
|
} = props,
|
|
8734
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8801
|
+
otherProps = _objectWithoutProperties(props, _excluded$42);
|
|
8735
8802
|
|
|
8736
8803
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8737
8804
|
width: size,
|
|
@@ -8758,14 +8825,14 @@ Underline.defaultProps = {
|
|
|
8758
8825
|
size: '24'
|
|
8759
8826
|
};
|
|
8760
8827
|
|
|
8761
|
-
const _excluded$
|
|
8828
|
+
const _excluded$43 = ["color", "size"];
|
|
8762
8829
|
|
|
8763
8830
|
const SendMessage = props => {
|
|
8764
8831
|
const {
|
|
8765
8832
|
color,
|
|
8766
8833
|
size
|
|
8767
8834
|
} = props,
|
|
8768
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8835
|
+
otherProps = _objectWithoutProperties(props, _excluded$43);
|
|
8769
8836
|
|
|
8770
8837
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8771
8838
|
width: size,
|
|
@@ -8800,14 +8867,14 @@ SendMessage.defaultProps = {
|
|
|
8800
8867
|
size: '24'
|
|
8801
8868
|
};
|
|
8802
8869
|
|
|
8803
|
-
const _excluded$
|
|
8870
|
+
const _excluded$44 = ["color", "size"];
|
|
8804
8871
|
|
|
8805
8872
|
const Undo = props => {
|
|
8806
8873
|
const {
|
|
8807
8874
|
color,
|
|
8808
8875
|
size
|
|
8809
8876
|
} = props,
|
|
8810
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8877
|
+
otherProps = _objectWithoutProperties(props, _excluded$44);
|
|
8811
8878
|
|
|
8812
8879
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8813
8880
|
width: size,
|
|
@@ -8834,14 +8901,14 @@ Undo.defaultProps = {
|
|
|
8834
8901
|
size: '24'
|
|
8835
8902
|
};
|
|
8836
8903
|
|
|
8837
|
-
const _excluded$
|
|
8904
|
+
const _excluded$45 = ["color", "size"];
|
|
8838
8905
|
|
|
8839
8906
|
const Redo = props => {
|
|
8840
8907
|
const {
|
|
8841
8908
|
color,
|
|
8842
8909
|
size
|
|
8843
8910
|
} = props,
|
|
8844
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8911
|
+
otherProps = _objectWithoutProperties(props, _excluded$45);
|
|
8845
8912
|
|
|
8846
8913
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8847
8914
|
width: size,
|
|
@@ -8868,14 +8935,14 @@ Redo.defaultProps = {
|
|
|
8868
8935
|
size: '24'
|
|
8869
8936
|
};
|
|
8870
8937
|
|
|
8871
|
-
const _excluded$
|
|
8938
|
+
const _excluded$46 = ["color", "size"];
|
|
8872
8939
|
|
|
8873
8940
|
const Analytics = props => {
|
|
8874
8941
|
const {
|
|
8875
8942
|
color,
|
|
8876
8943
|
size
|
|
8877
8944
|
} = props,
|
|
8878
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8945
|
+
otherProps = _objectWithoutProperties(props, _excluded$46);
|
|
8879
8946
|
|
|
8880
8947
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8881
8948
|
width: size,
|
|
@@ -8911,14 +8978,14 @@ Analytics.defaultProps = {
|
|
|
8911
8978
|
size: '24'
|
|
8912
8979
|
};
|
|
8913
8980
|
|
|
8914
|
-
const _excluded$
|
|
8981
|
+
const _excluded$47 = ["color", "size"];
|
|
8915
8982
|
|
|
8916
8983
|
const SystemField = props => {
|
|
8917
8984
|
const {
|
|
8918
8985
|
color,
|
|
8919
8986
|
size
|
|
8920
8987
|
} = props,
|
|
8921
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8988
|
+
otherProps = _objectWithoutProperties(props, _excluded$47);
|
|
8922
8989
|
|
|
8923
8990
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8924
8991
|
width: size,
|
|
@@ -8942,14 +9009,14 @@ SystemField.defaultProps = {
|
|
|
8942
9009
|
size: '24'
|
|
8943
9010
|
};
|
|
8944
9011
|
|
|
8945
|
-
const _excluded$
|
|
9012
|
+
const _excluded$48 = ["color", "size"];
|
|
8946
9013
|
|
|
8947
9014
|
const CustomField = props => {
|
|
8948
9015
|
const {
|
|
8949
9016
|
color,
|
|
8950
9017
|
size
|
|
8951
9018
|
} = props,
|
|
8952
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9019
|
+
otherProps = _objectWithoutProperties(props, _excluded$48);
|
|
8953
9020
|
|
|
8954
9021
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8955
9022
|
width: size,
|
|
@@ -8973,14 +9040,14 @@ CustomField.defaultProps = {
|
|
|
8973
9040
|
size: '24'
|
|
8974
9041
|
};
|
|
8975
9042
|
|
|
8976
|
-
const _excluded$
|
|
9043
|
+
const _excluded$49 = ["color", "size"];
|
|
8977
9044
|
|
|
8978
9045
|
const CustomFieldRemove = props => {
|
|
8979
9046
|
const {
|
|
8980
9047
|
color,
|
|
8981
9048
|
size
|
|
8982
9049
|
} = props,
|
|
8983
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9050
|
+
otherProps = _objectWithoutProperties(props, _excluded$49);
|
|
8984
9051
|
|
|
8985
9052
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8986
9053
|
width: size,
|
|
@@ -9004,14 +9071,14 @@ CustomFieldRemove.defaultProps = {
|
|
|
9004
9071
|
size: '24'
|
|
9005
9072
|
};
|
|
9006
9073
|
|
|
9007
|
-
const _excluded$
|
|
9074
|
+
const _excluded$4a = ["color", "size"];
|
|
9008
9075
|
|
|
9009
9076
|
const MessengerChannel = props => {
|
|
9010
9077
|
const {
|
|
9011
9078
|
color,
|
|
9012
9079
|
size
|
|
9013
9080
|
} = props,
|
|
9014
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9081
|
+
otherProps = _objectWithoutProperties(props, _excluded$4a);
|
|
9015
9082
|
|
|
9016
9083
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9017
9084
|
width: size,
|
|
@@ -9055,14 +9122,14 @@ MessengerChannel.defaultProps = {
|
|
|
9055
9122
|
size: '24'
|
|
9056
9123
|
};
|
|
9057
9124
|
|
|
9058
|
-
const _excluded$
|
|
9125
|
+
const _excluded$4b = ["color", "size"];
|
|
9059
9126
|
|
|
9060
9127
|
const EmailChannel = props => {
|
|
9061
9128
|
const {
|
|
9062
9129
|
color,
|
|
9063
9130
|
size
|
|
9064
9131
|
} = props,
|
|
9065
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9132
|
+
otherProps = _objectWithoutProperties(props, _excluded$4b);
|
|
9066
9133
|
|
|
9067
9134
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9068
9135
|
width: size,
|
|
@@ -9106,14 +9173,14 @@ EmailChannel.defaultProps = {
|
|
|
9106
9173
|
size: '24'
|
|
9107
9174
|
};
|
|
9108
9175
|
|
|
9109
|
-
const _excluded$
|
|
9176
|
+
const _excluded$4c = ["color", "size"];
|
|
9110
9177
|
|
|
9111
9178
|
const GuestChatChannel = props => {
|
|
9112
9179
|
const {
|
|
9113
9180
|
color,
|
|
9114
9181
|
size
|
|
9115
9182
|
} = props,
|
|
9116
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9183
|
+
otherProps = _objectWithoutProperties(props, _excluded$4c);
|
|
9117
9184
|
|
|
9118
9185
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9119
9186
|
width: size,
|
|
@@ -9131,8 +9198,11 @@ const GuestChatChannel = props => {
|
|
|
9131
9198
|
d: "M6.80564 16.192C6.96256 15.028 7.29186 13.8375 7.91667 13.462C8.84933 12.9016 10.4088 12.5866 12 12.5866C10.8068 12.5866 9.66667 11.6845 9.66667 10.2519V9.08462C9.66667 7.65201 10.8068 6.75 12 6.75C13.1932 6.75 14.3333 7.65201 14.3333 9.08462V10.2519C14.3333 11.6845 13.1932 12.5866 12 12.5866C13.5912 12.5866 15.1507 12.9016 16.0833 13.462C16.6858 13.8241 16.9865 15.1533 17.1644 16.1633C17.2156 16.4535 17.0377 16.7357 16.7513 16.8049C16.1492 16.9503 15.5299 17.0485 14.9167 17.1099C13.0513 17.2967 10.9487 17.2967 9.08333 17.1099C8.45929 17.0474 7.82898 16.9468 7.21694 16.7972C6.94456 16.7306 6.76818 16.4699 6.80564 16.192Z",
|
|
9132
9199
|
fill: "white"
|
|
9133
9200
|
}), /*#__PURE__*/React.createElement("path", {
|
|
9134
|
-
d: "
|
|
9135
|
-
|
|
9201
|
+
d: "M12 12.5866C13.1932 12.5866 14.3333 11.6845 14.3333 10.2519C14.3333 10.1723 14.3333 10.4217 14.3333 9.08462C14.3333 7.65201 13.1932 6.75 12 6.75C10.8068 6.75 9.66667 7.65201 9.66667 9.08462C9.66667 9.56216 9.66667 10.2519 9.66667 10.2519C9.66667 11.6845 10.8068 12.5866 12 12.5866ZM12 12.5866C10.4088 12.5866 8.84933 12.9016 7.91667 13.462C7.29186 13.8375 6.96256 15.028 6.80564 16.192C6.76818 16.4699 6.94456 16.7306 7.21694 16.7972C7.82898 16.9468 8.45929 17.0474 9.08333 17.1099C10.9487 17.2967 13.0513 17.2967 14.9167 17.1099C15.5299 17.0485 16.1492 16.9503 16.7513 16.8049C17.0377 16.7357 17.2156 16.4535 17.1644 16.1633C16.9865 15.1533 16.6858 13.8241 16.0833 13.462C15.1507 12.9016 13.5912 12.5866 12 12.5866Z",
|
|
9202
|
+
stroke: "white",
|
|
9203
|
+
strokeWidth: "0.875",
|
|
9204
|
+
strokeLinecap: "round",
|
|
9205
|
+
strokeLinejoin: "round"
|
|
9136
9206
|
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
9137
9207
|
id: "paint0_linear_GuestChatChannel_7619_1724",
|
|
9138
9208
|
x1: "4",
|
|
@@ -9157,14 +9227,14 @@ GuestChatChannel.defaultProps = {
|
|
|
9157
9227
|
size: '24'
|
|
9158
9228
|
};
|
|
9159
9229
|
|
|
9160
|
-
const _excluded$
|
|
9230
|
+
const _excluded$4d = ["color", "size"];
|
|
9161
9231
|
|
|
9162
9232
|
const SmsChannel = props => {
|
|
9163
9233
|
const {
|
|
9164
9234
|
color,
|
|
9165
9235
|
size
|
|
9166
9236
|
} = props,
|
|
9167
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9237
|
+
otherProps = _objectWithoutProperties(props, _excluded$4d);
|
|
9168
9238
|
|
|
9169
9239
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9170
9240
|
width: size,
|
|
@@ -9203,14 +9273,14 @@ SmsChannel.defaultProps = {
|
|
|
9203
9273
|
size: '24'
|
|
9204
9274
|
};
|
|
9205
9275
|
|
|
9206
|
-
const _excluded$
|
|
9276
|
+
const _excluded$4e = ["color", "size"];
|
|
9207
9277
|
|
|
9208
9278
|
const Triggers = props => {
|
|
9209
9279
|
const {
|
|
9210
9280
|
color,
|
|
9211
9281
|
size
|
|
9212
9282
|
} = props,
|
|
9213
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9283
|
+
otherProps = _objectWithoutProperties(props, _excluded$4e);
|
|
9214
9284
|
|
|
9215
9285
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9216
9286
|
width: size,
|
|
@@ -9236,14 +9306,14 @@ Triggers.defaultProps = {
|
|
|
9236
9306
|
size: '24'
|
|
9237
9307
|
};
|
|
9238
9308
|
|
|
9239
|
-
const _excluded$
|
|
9309
|
+
const _excluded$4f = ["color", "size"];
|
|
9240
9310
|
|
|
9241
9311
|
const StartFlow = props => {
|
|
9242
9312
|
const {
|
|
9243
9313
|
color,
|
|
9244
9314
|
size
|
|
9245
9315
|
} = props,
|
|
9246
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9316
|
+
otherProps = _objectWithoutProperties(props, _excluded$4f);
|
|
9247
9317
|
|
|
9248
9318
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9249
9319
|
width: size,
|
|
@@ -9274,14 +9344,14 @@ StartFlow.defaultProps = {
|
|
|
9274
9344
|
size: '24'
|
|
9275
9345
|
};
|
|
9276
9346
|
|
|
9277
|
-
const _excluded$
|
|
9347
|
+
const _excluded$4g = ["color", "size"];
|
|
9278
9348
|
|
|
9279
9349
|
const WhatsAppChannel = props => {
|
|
9280
9350
|
const {
|
|
9281
9351
|
color,
|
|
9282
9352
|
size
|
|
9283
9353
|
} = props,
|
|
9284
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9354
|
+
otherProps = _objectWithoutProperties(props, _excluded$4g);
|
|
9285
9355
|
|
|
9286
9356
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9287
9357
|
width: size,
|
|
@@ -9322,14 +9392,14 @@ WhatsAppChannel.defaultProps = {
|
|
|
9322
9392
|
size: '24'
|
|
9323
9393
|
};
|
|
9324
9394
|
|
|
9325
|
-
const _excluded$
|
|
9395
|
+
const _excluded$4h = ["color", "size"];
|
|
9326
9396
|
|
|
9327
9397
|
const InstagramChannel = props => {
|
|
9328
9398
|
const {
|
|
9329
9399
|
color,
|
|
9330
9400
|
size
|
|
9331
9401
|
} = props,
|
|
9332
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9402
|
+
otherProps = _objectWithoutProperties(props, _excluded$4h);
|
|
9333
9403
|
|
|
9334
9404
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9335
9405
|
width: size,
|
|
@@ -9406,14 +9476,14 @@ InstagramChannel.defaultProps = {
|
|
|
9406
9476
|
size: '24'
|
|
9407
9477
|
};
|
|
9408
9478
|
|
|
9409
|
-
const _excluded$
|
|
9479
|
+
const _excluded$4i = ["color", "size"];
|
|
9410
9480
|
|
|
9411
9481
|
const WebChat = props => {
|
|
9412
9482
|
const {
|
|
9413
9483
|
color,
|
|
9414
9484
|
size
|
|
9415
9485
|
} = props,
|
|
9416
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9486
|
+
otherProps = _objectWithoutProperties(props, _excluded$4i);
|
|
9417
9487
|
|
|
9418
9488
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9419
9489
|
width: size,
|
|
@@ -9454,14 +9524,14 @@ WebChat.defaultProps = {
|
|
|
9454
9524
|
size: '24'
|
|
9455
9525
|
};
|
|
9456
9526
|
|
|
9457
|
-
const _excluded$
|
|
9527
|
+
const _excluded$4j = ["color", "size"];
|
|
9458
9528
|
|
|
9459
9529
|
const TelegramChannel = props => {
|
|
9460
9530
|
const {
|
|
9461
9531
|
color,
|
|
9462
9532
|
size
|
|
9463
9533
|
} = props,
|
|
9464
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9534
|
+
otherProps = _objectWithoutProperties(props, _excluded$4j);
|
|
9465
9535
|
|
|
9466
9536
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9467
9537
|
width: size,
|
|
@@ -9502,14 +9572,14 @@ TelegramChannel.defaultProps = {
|
|
|
9502
9572
|
size: '24'
|
|
9503
9573
|
};
|
|
9504
9574
|
|
|
9505
|
-
const _excluded$
|
|
9575
|
+
const _excluded$4k = ["color", "size"];
|
|
9506
9576
|
|
|
9507
9577
|
const Apple = props => {
|
|
9508
9578
|
const {
|
|
9509
9579
|
color,
|
|
9510
9580
|
size
|
|
9511
9581
|
} = props,
|
|
9512
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9582
|
+
otherProps = _objectWithoutProperties(props, _excluded$4k);
|
|
9513
9583
|
|
|
9514
9584
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9515
9585
|
width: size,
|
|
@@ -9533,14 +9603,14 @@ Apple.defaultProps = {
|
|
|
9533
9603
|
size: '24'
|
|
9534
9604
|
};
|
|
9535
9605
|
|
|
9536
|
-
const _excluded$
|
|
9606
|
+
const _excluded$4l = ["color", "size"];
|
|
9537
9607
|
|
|
9538
9608
|
const Google = props => {
|
|
9539
9609
|
const {
|
|
9540
9610
|
color,
|
|
9541
9611
|
size
|
|
9542
9612
|
} = props,
|
|
9543
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9613
|
+
otherProps = _objectWithoutProperties(props, _excluded$4l);
|
|
9544
9614
|
|
|
9545
9615
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9546
9616
|
width: size,
|
|
@@ -9581,14 +9651,14 @@ Google.defaultProps = {
|
|
|
9581
9651
|
size: '24'
|
|
9582
9652
|
};
|
|
9583
9653
|
|
|
9584
|
-
const _excluded$
|
|
9654
|
+
const _excluded$4m = ["color", "size"];
|
|
9585
9655
|
|
|
9586
9656
|
const Facebook = props => {
|
|
9587
9657
|
const {
|
|
9588
9658
|
color,
|
|
9589
9659
|
size
|
|
9590
9660
|
} = props,
|
|
9591
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9661
|
+
otherProps = _objectWithoutProperties(props, _excluded$4m);
|
|
9592
9662
|
|
|
9593
9663
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9594
9664
|
width: size,
|
|
@@ -9614,14 +9684,14 @@ Facebook.defaultProps = {
|
|
|
9614
9684
|
size: '24'
|
|
9615
9685
|
};
|
|
9616
9686
|
|
|
9617
|
-
const _excluded$
|
|
9687
|
+
const _excluded$4n = ["color", "size"];
|
|
9618
9688
|
|
|
9619
9689
|
const OmnichannelWidget = props => {
|
|
9620
9690
|
const {
|
|
9621
9691
|
color,
|
|
9622
9692
|
size
|
|
9623
9693
|
} = props,
|
|
9624
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9694
|
+
otherProps = _objectWithoutProperties(props, _excluded$4n);
|
|
9625
9695
|
|
|
9626
9696
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9627
9697
|
width: size,
|
|
@@ -9645,14 +9715,14 @@ OmnichannelWidget.defaultProps = {
|
|
|
9645
9715
|
size: '24'
|
|
9646
9716
|
};
|
|
9647
9717
|
|
|
9648
|
-
const _excluded$
|
|
9718
|
+
const _excluded$4o = ["color", "size"];
|
|
9649
9719
|
|
|
9650
9720
|
const IncreaseEngagement = props => {
|
|
9651
9721
|
const {
|
|
9652
9722
|
color,
|
|
9653
9723
|
size
|
|
9654
9724
|
} = props,
|
|
9655
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9725
|
+
otherProps = _objectWithoutProperties(props, _excluded$4o);
|
|
9656
9726
|
|
|
9657
9727
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9658
9728
|
width: size,
|
|
@@ -9676,14 +9746,14 @@ IncreaseEngagement.defaultProps = {
|
|
|
9676
9746
|
size: '24'
|
|
9677
9747
|
};
|
|
9678
9748
|
|
|
9679
|
-
const _excluded$
|
|
9749
|
+
const _excluded$4p = ["color", "size"];
|
|
9680
9750
|
|
|
9681
9751
|
const ShowcaseProducts = props => {
|
|
9682
9752
|
const {
|
|
9683
9753
|
color,
|
|
9684
9754
|
size
|
|
9685
9755
|
} = props,
|
|
9686
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9756
|
+
otherProps = _objectWithoutProperties(props, _excluded$4p);
|
|
9687
9757
|
|
|
9688
9758
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9689
9759
|
width: size,
|
|
@@ -9707,14 +9777,14 @@ ShowcaseProducts.defaultProps = {
|
|
|
9707
9777
|
size: '24'
|
|
9708
9778
|
};
|
|
9709
9779
|
|
|
9710
|
-
const _excluded$
|
|
9780
|
+
const _excluded$4q = ["color", "size"];
|
|
9711
9781
|
|
|
9712
9782
|
const Faq = props => {
|
|
9713
9783
|
const {
|
|
9714
9784
|
color,
|
|
9715
9785
|
size
|
|
9716
9786
|
} = props,
|
|
9717
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9787
|
+
otherProps = _objectWithoutProperties(props, _excluded$4q);
|
|
9718
9788
|
|
|
9719
9789
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9720
9790
|
width: size,
|
|
@@ -9738,14 +9808,14 @@ Faq.defaultProps = {
|
|
|
9738
9808
|
size: '24'
|
|
9739
9809
|
};
|
|
9740
9810
|
|
|
9741
|
-
const _excluded$
|
|
9811
|
+
const _excluded$4r = ["color", "size"];
|
|
9742
9812
|
|
|
9743
9813
|
const WebsiteRedirect = props => {
|
|
9744
9814
|
const {
|
|
9745
9815
|
color,
|
|
9746
9816
|
size
|
|
9747
9817
|
} = props,
|
|
9748
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9818
|
+
otherProps = _objectWithoutProperties(props, _excluded$4r);
|
|
9749
9819
|
|
|
9750
9820
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9751
9821
|
width: size,
|
|
@@ -9769,14 +9839,14 @@ WebsiteRedirect.defaultProps = {
|
|
|
9769
9839
|
size: '24'
|
|
9770
9840
|
};
|
|
9771
9841
|
|
|
9772
|
-
const _excluded$
|
|
9842
|
+
const _excluded$4s = ["color", "size"];
|
|
9773
9843
|
|
|
9774
9844
|
const Telegram = props => {
|
|
9775
9845
|
const {
|
|
9776
9846
|
color,
|
|
9777
9847
|
size
|
|
9778
9848
|
} = props,
|
|
9779
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9849
|
+
otherProps = _objectWithoutProperties(props, _excluded$4s);
|
|
9780
9850
|
|
|
9781
9851
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9782
9852
|
width: size,
|
|
@@ -9802,14 +9872,14 @@ Telegram.defaultProps = {
|
|
|
9802
9872
|
size: '24'
|
|
9803
9873
|
};
|
|
9804
9874
|
|
|
9805
|
-
const _excluded$
|
|
9875
|
+
const _excluded$4t = ["color", "size"];
|
|
9806
9876
|
|
|
9807
9877
|
const Tap = props => {
|
|
9808
9878
|
const {
|
|
9809
9879
|
color,
|
|
9810
9880
|
size
|
|
9811
9881
|
} = props,
|
|
9812
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9882
|
+
otherProps = _objectWithoutProperties(props, _excluded$4t);
|
|
9813
9883
|
|
|
9814
9884
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9815
9885
|
width: size,
|
|
@@ -9838,14 +9908,14 @@ Tap.defaultProps = {
|
|
|
9838
9908
|
size: '24'
|
|
9839
9909
|
};
|
|
9840
9910
|
|
|
9841
|
-
const _excluded$
|
|
9911
|
+
const _excluded$4u = ["color", "size"];
|
|
9842
9912
|
|
|
9843
9913
|
const NewOrphanMobile = props => {
|
|
9844
9914
|
const {
|
|
9845
9915
|
color,
|
|
9846
9916
|
size
|
|
9847
9917
|
} = props,
|
|
9848
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9918
|
+
otherProps = _objectWithoutProperties(props, _excluded$4u);
|
|
9849
9919
|
|
|
9850
9920
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9851
9921
|
width: size,
|
|
@@ -9877,14 +9947,14 @@ NewOrphanMobile.defaultProps = {
|
|
|
9877
9947
|
size: '24'
|
|
9878
9948
|
};
|
|
9879
9949
|
|
|
9880
|
-
const _excluded$
|
|
9950
|
+
const _excluded$4v = ["color", "size"];
|
|
9881
9951
|
|
|
9882
9952
|
const Export = props => {
|
|
9883
9953
|
const {
|
|
9884
9954
|
color,
|
|
9885
9955
|
size
|
|
9886
9956
|
} = props,
|
|
9887
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9957
|
+
otherProps = _objectWithoutProperties(props, _excluded$4v);
|
|
9888
9958
|
|
|
9889
9959
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9890
9960
|
width: size,
|
|
@@ -9911,14 +9981,14 @@ Export.defaultProps = {
|
|
|
9911
9981
|
size: '24'
|
|
9912
9982
|
};
|
|
9913
9983
|
|
|
9914
|
-
const _excluded$
|
|
9984
|
+
const _excluded$4w = ["color", "size"];
|
|
9915
9985
|
|
|
9916
9986
|
const Ai = props => {
|
|
9917
9987
|
const {
|
|
9918
9988
|
color,
|
|
9919
9989
|
size
|
|
9920
9990
|
} = props,
|
|
9921
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9991
|
+
otherProps = _objectWithoutProperties(props, _excluded$4w);
|
|
9922
9992
|
|
|
9923
9993
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9924
9994
|
width: size,
|
|
@@ -9949,14 +10019,14 @@ Ai.defaultProps = {
|
|
|
9949
10019
|
size: '24'
|
|
9950
10020
|
};
|
|
9951
10021
|
|
|
9952
|
-
const _excluded$
|
|
10022
|
+
const _excluded$4x = ["color", "size"];
|
|
9953
10023
|
|
|
9954
10024
|
const AiFilled = props => {
|
|
9955
10025
|
const {
|
|
9956
10026
|
color,
|
|
9957
10027
|
size
|
|
9958
10028
|
} = props,
|
|
9959
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10029
|
+
otherProps = _objectWithoutProperties(props, _excluded$4x);
|
|
9960
10030
|
|
|
9961
10031
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9962
10032
|
width: size,
|
|
@@ -9985,14 +10055,14 @@ AiFilled.defaultProps = {
|
|
|
9985
10055
|
size: '24'
|
|
9986
10056
|
};
|
|
9987
10057
|
|
|
9988
|
-
const _excluded$
|
|
10058
|
+
const _excluded$4y = ["color", "size"];
|
|
9989
10059
|
|
|
9990
10060
|
const Bigcommerce = props => {
|
|
9991
10061
|
const {
|
|
9992
10062
|
color,
|
|
9993
10063
|
size
|
|
9994
10064
|
} = props,
|
|
9995
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10065
|
+
otherProps = _objectWithoutProperties(props, _excluded$4y);
|
|
9996
10066
|
|
|
9997
10067
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9998
10068
|
width: size,
|
|
@@ -10016,14 +10086,14 @@ Bigcommerce.defaultProps = {
|
|
|
10016
10086
|
size: '24'
|
|
10017
10087
|
};
|
|
10018
10088
|
|
|
10019
|
-
const _excluded$
|
|
10089
|
+
const _excluded$4z = ["color", "size"];
|
|
10020
10090
|
|
|
10021
10091
|
const Woocommerce = props => {
|
|
10022
10092
|
const {
|
|
10023
10093
|
color,
|
|
10024
10094
|
size
|
|
10025
10095
|
} = props,
|
|
10026
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10096
|
+
otherProps = _objectWithoutProperties(props, _excluded$4z);
|
|
10027
10097
|
|
|
10028
10098
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10029
10099
|
width: size,
|
|
@@ -10050,14 +10120,14 @@ Woocommerce.defaultProps = {
|
|
|
10050
10120
|
size: '24'
|
|
10051
10121
|
};
|
|
10052
10122
|
|
|
10053
|
-
const _excluded$
|
|
10123
|
+
const _excluded$4A = ["color", "size"];
|
|
10054
10124
|
|
|
10055
10125
|
const Amazon = props => {
|
|
10056
10126
|
const {
|
|
10057
10127
|
color,
|
|
10058
10128
|
size
|
|
10059
10129
|
} = props,
|
|
10060
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10130
|
+
otherProps = _objectWithoutProperties(props, _excluded$4A);
|
|
10061
10131
|
|
|
10062
10132
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10063
10133
|
width: size,
|
|
@@ -10084,14 +10154,14 @@ Amazon.defaultProps = {
|
|
|
10084
10154
|
size: '24'
|
|
10085
10155
|
};
|
|
10086
10156
|
|
|
10087
|
-
const _excluded$
|
|
10157
|
+
const _excluded$4B = ["color", "size"];
|
|
10088
10158
|
|
|
10089
10159
|
const Hotmart = props => {
|
|
10090
10160
|
const {
|
|
10091
10161
|
color,
|
|
10092
10162
|
size
|
|
10093
10163
|
} = props,
|
|
10094
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10164
|
+
otherProps = _objectWithoutProperties(props, _excluded$4B);
|
|
10095
10165
|
|
|
10096
10166
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10097
10167
|
width: size,
|
|
@@ -10115,14 +10185,14 @@ Hotmart.defaultProps = {
|
|
|
10115
10185
|
size: '24'
|
|
10116
10186
|
};
|
|
10117
10187
|
|
|
10118
|
-
const _excluded$
|
|
10188
|
+
const _excluded$4C = ["color", "size"];
|
|
10119
10189
|
|
|
10120
10190
|
const Creator = props => {
|
|
10121
10191
|
const {
|
|
10122
10192
|
color,
|
|
10123
10193
|
size
|
|
10124
10194
|
} = props,
|
|
10125
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10195
|
+
otherProps = _objectWithoutProperties(props, _excluded$4C);
|
|
10126
10196
|
|
|
10127
10197
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10128
10198
|
width: size,
|
|
@@ -10146,14 +10216,14 @@ Creator.defaultProps = {
|
|
|
10146
10216
|
size: '24'
|
|
10147
10217
|
};
|
|
10148
10218
|
|
|
10149
|
-
const _excluded$
|
|
10219
|
+
const _excluded$4D = ["color", "size"];
|
|
10150
10220
|
|
|
10151
10221
|
const InstagramDmList = props => {
|
|
10152
10222
|
const {
|
|
10153
10223
|
color,
|
|
10154
10224
|
size
|
|
10155
10225
|
} = props,
|
|
10156
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10226
|
+
otherProps = _objectWithoutProperties(props, _excluded$4D);
|
|
10157
10227
|
|
|
10158
10228
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10159
10229
|
width: size,
|
|
@@ -10188,14 +10258,14 @@ InstagramDmList.defaultProps = {
|
|
|
10188
10258
|
size: '24'
|
|
10189
10259
|
};
|
|
10190
10260
|
|
|
10191
|
-
const _excluded$
|
|
10261
|
+
const _excluded$4E = ["color", "size"];
|
|
10192
10262
|
|
|
10193
10263
|
const RealEstate = props => {
|
|
10194
10264
|
const {
|
|
10195
10265
|
color,
|
|
10196
10266
|
size
|
|
10197
10267
|
} = props,
|
|
10198
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10268
|
+
otherProps = _objectWithoutProperties(props, _excluded$4E);
|
|
10199
10269
|
|
|
10200
10270
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10201
10271
|
width: size,
|
|
@@ -10219,14 +10289,14 @@ RealEstate.defaultProps = {
|
|
|
10219
10289
|
size: '24'
|
|
10220
10290
|
};
|
|
10221
10291
|
|
|
10222
|
-
const _excluded$
|
|
10292
|
+
const _excluded$4F = ["color", "size"];
|
|
10223
10293
|
|
|
10224
10294
|
const Basics = props => {
|
|
10225
10295
|
const {
|
|
10226
10296
|
color,
|
|
10227
10297
|
size
|
|
10228
10298
|
} = props,
|
|
10229
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10299
|
+
otherProps = _objectWithoutProperties(props, _excluded$4F);
|
|
10230
10300
|
|
|
10231
10301
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10232
10302
|
width: size,
|
|
@@ -10262,14 +10332,14 @@ Basics.defaultProps = {
|
|
|
10262
10332
|
size: '24'
|
|
10263
10333
|
};
|
|
10264
10334
|
|
|
10265
|
-
const _excluded$
|
|
10335
|
+
const _excluded$4G = ["color", "size"];
|
|
10266
10336
|
|
|
10267
10337
|
const Fitness = props => {
|
|
10268
10338
|
const {
|
|
10269
10339
|
color,
|
|
10270
10340
|
size
|
|
10271
10341
|
} = props,
|
|
10272
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10342
|
+
otherProps = _objectWithoutProperties(props, _excluded$4G);
|
|
10273
10343
|
|
|
10274
10344
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10275
10345
|
width: size,
|
|
@@ -10293,14 +10363,14 @@ Fitness.defaultProps = {
|
|
|
10293
10363
|
size: '24'
|
|
10294
10364
|
};
|
|
10295
10365
|
|
|
10296
|
-
const _excluded$
|
|
10366
|
+
const _excluded$4H = ["color", "size"];
|
|
10297
10367
|
|
|
10298
10368
|
const Hotel = props => {
|
|
10299
10369
|
const {
|
|
10300
10370
|
color,
|
|
10301
10371
|
size
|
|
10302
10372
|
} = props,
|
|
10303
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10373
|
+
otherProps = _objectWithoutProperties(props, _excluded$4H);
|
|
10304
10374
|
|
|
10305
10375
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10306
10376
|
width: size,
|
|
@@ -10324,14 +10394,14 @@ Hotel.defaultProps = {
|
|
|
10324
10394
|
size: '24'
|
|
10325
10395
|
};
|
|
10326
10396
|
|
|
10327
|
-
const _excluded$
|
|
10397
|
+
const _excluded$4I = ["color", "size"];
|
|
10328
10398
|
|
|
10329
10399
|
const Organization = props => {
|
|
10330
10400
|
const {
|
|
10331
10401
|
color,
|
|
10332
10402
|
size
|
|
10333
10403
|
} = props,
|
|
10334
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10404
|
+
otherProps = _objectWithoutProperties(props, _excluded$4I);
|
|
10335
10405
|
|
|
10336
10406
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10337
10407
|
width: size,
|
|
@@ -10355,14 +10425,14 @@ Organization.defaultProps = {
|
|
|
10355
10425
|
size: '24'
|
|
10356
10426
|
};
|
|
10357
10427
|
|
|
10358
|
-
const _excluded$
|
|
10428
|
+
const _excluded$4J = ["color", "size"];
|
|
10359
10429
|
|
|
10360
10430
|
const ProfessionalConsulting = props => {
|
|
10361
10431
|
const {
|
|
10362
10432
|
color,
|
|
10363
10433
|
size
|
|
10364
10434
|
} = props,
|
|
10365
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10435
|
+
otherProps = _objectWithoutProperties(props, _excluded$4J);
|
|
10366
10436
|
|
|
10367
10437
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10368
10438
|
width: size,
|
|
@@ -10386,14 +10456,14 @@ ProfessionalConsulting.defaultProps = {
|
|
|
10386
10456
|
size: '24'
|
|
10387
10457
|
};
|
|
10388
10458
|
|
|
10389
|
-
const _excluded$
|
|
10459
|
+
const _excluded$4K = ["color", "size"];
|
|
10390
10460
|
|
|
10391
10461
|
const MessengerList = props => {
|
|
10392
10462
|
const {
|
|
10393
10463
|
color,
|
|
10394
10464
|
size
|
|
10395
10465
|
} = props,
|
|
10396
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10466
|
+
otherProps = _objectWithoutProperties(props, _excluded$4K);
|
|
10397
10467
|
|
|
10398
10468
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10399
10469
|
width: size,
|
|
@@ -10423,14 +10493,14 @@ MessengerList.defaultProps = {
|
|
|
10423
10493
|
size: '24'
|
|
10424
10494
|
};
|
|
10425
10495
|
|
|
10426
|
-
const _excluded$
|
|
10496
|
+
const _excluded$4L = ["color", "size"];
|
|
10427
10497
|
|
|
10428
10498
|
const Integromat = props => {
|
|
10429
10499
|
const {
|
|
10430
10500
|
color,
|
|
10431
10501
|
size
|
|
10432
10502
|
} = props,
|
|
10433
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10503
|
+
otherProps = _objectWithoutProperties(props, _excluded$4L);
|
|
10434
10504
|
|
|
10435
10505
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10436
10506
|
width: size,
|
|
@@ -10454,14 +10524,14 @@ Integromat.defaultProps = {
|
|
|
10454
10524
|
size: '24'
|
|
10455
10525
|
};
|
|
10456
10526
|
|
|
10457
|
-
const _excluded$
|
|
10527
|
+
const _excluded$4M = ["color", "size"];
|
|
10458
10528
|
|
|
10459
10529
|
const Hubspot = props => {
|
|
10460
10530
|
const {
|
|
10461
10531
|
color,
|
|
10462
10532
|
size
|
|
10463
10533
|
} = props,
|
|
10464
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10534
|
+
otherProps = _objectWithoutProperties(props, _excluded$4M);
|
|
10465
10535
|
|
|
10466
10536
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10467
10537
|
width: size,
|
|
@@ -10485,14 +10555,14 @@ Hubspot.defaultProps = {
|
|
|
10485
10555
|
size: '24'
|
|
10486
10556
|
};
|
|
10487
10557
|
|
|
10488
|
-
const _excluded$
|
|
10558
|
+
const _excluded$4N = ["color", "size"];
|
|
10489
10559
|
|
|
10490
10560
|
const Klaviyo = props => {
|
|
10491
10561
|
const {
|
|
10492
10562
|
color,
|
|
10493
10563
|
size
|
|
10494
10564
|
} = props,
|
|
10495
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10565
|
+
otherProps = _objectWithoutProperties(props, _excluded$4N);
|
|
10496
10566
|
|
|
10497
10567
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10498
10568
|
width: size,
|
|
@@ -10540,14 +10610,14 @@ Klaviyo.defaultProps = {
|
|
|
10540
10610
|
size: '24'
|
|
10541
10611
|
};
|
|
10542
10612
|
|
|
10543
|
-
const _excluded$
|
|
10613
|
+
const _excluded$4O = ["color", "size"];
|
|
10544
10614
|
|
|
10545
10615
|
const Activecampaign = props => {
|
|
10546
10616
|
const {
|
|
10547
10617
|
color,
|
|
10548
10618
|
size
|
|
10549
10619
|
} = props,
|
|
10550
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10620
|
+
otherProps = _objectWithoutProperties(props, _excluded$4O);
|
|
10551
10621
|
|
|
10552
10622
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10553
10623
|
width: size,
|
|
@@ -10573,14 +10643,14 @@ Activecampaign.defaultProps = {
|
|
|
10573
10643
|
size: '24'
|
|
10574
10644
|
};
|
|
10575
10645
|
|
|
10576
|
-
const _excluded$
|
|
10646
|
+
const _excluded$4P = ["color", "size"];
|
|
10577
10647
|
|
|
10578
10648
|
const ChatGpt = props => {
|
|
10579
10649
|
const {
|
|
10580
10650
|
color,
|
|
10581
10651
|
size
|
|
10582
10652
|
} = props,
|
|
10583
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10653
|
+
otherProps = _objectWithoutProperties(props, _excluded$4P);
|
|
10584
10654
|
|
|
10585
10655
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10586
10656
|
width: size,
|
|
@@ -10604,14 +10674,14 @@ ChatGpt.defaultProps = {
|
|
|
10604
10674
|
size: '24'
|
|
10605
10675
|
};
|
|
10606
10676
|
|
|
10607
|
-
const _excluded$
|
|
10677
|
+
const _excluded$4Q = ["color", "size"];
|
|
10608
10678
|
|
|
10609
10679
|
const MailChimp = props => {
|
|
10610
10680
|
const {
|
|
10611
10681
|
color,
|
|
10612
10682
|
size
|
|
10613
10683
|
} = props,
|
|
10614
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10684
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Q);
|
|
10615
10685
|
|
|
10616
10686
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10617
10687
|
width: size,
|
|
@@ -10653,14 +10723,14 @@ MailChimp.defaultProps = {
|
|
|
10653
10723
|
size: '24'
|
|
10654
10724
|
};
|
|
10655
10725
|
|
|
10656
|
-
const _excluded$
|
|
10726
|
+
const _excluded$4R = ["color", "size"];
|
|
10657
10727
|
|
|
10658
10728
|
const ConvertKit = props => {
|
|
10659
10729
|
const {
|
|
10660
10730
|
color,
|
|
10661
10731
|
size
|
|
10662
10732
|
} = props,
|
|
10663
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10733
|
+
otherProps = _objectWithoutProperties(props, _excluded$4R);
|
|
10664
10734
|
|
|
10665
10735
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10666
10736
|
width: size,
|
|
@@ -10684,14 +10754,14 @@ ConvertKit.defaultProps = {
|
|
|
10684
10754
|
size: '24'
|
|
10685
10755
|
};
|
|
10686
10756
|
|
|
10687
|
-
const _excluded$
|
|
10757
|
+
const _excluded$4S = ["color", "size"];
|
|
10688
10758
|
|
|
10689
10759
|
const GoogleSheets = props => {
|
|
10690
10760
|
const {
|
|
10691
10761
|
color,
|
|
10692
10762
|
size
|
|
10693
10763
|
} = props,
|
|
10694
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10764
|
+
otherProps = _objectWithoutProperties(props, _excluded$4S);
|
|
10695
10765
|
|
|
10696
10766
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10697
10767
|
width: size,
|
|
@@ -10726,14 +10796,14 @@ GoogleSheets.defaultProps = {
|
|
|
10726
10796
|
size: '24'
|
|
10727
10797
|
};
|
|
10728
10798
|
|
|
10729
|
-
const _excluded$
|
|
10799
|
+
const _excluded$4T = ["color", "size"];
|
|
10730
10800
|
|
|
10731
10801
|
const Salesforce = props => {
|
|
10732
10802
|
const {
|
|
10733
10803
|
color,
|
|
10734
10804
|
size
|
|
10735
10805
|
} = props,
|
|
10736
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10806
|
+
otherProps = _objectWithoutProperties(props, _excluded$4T);
|
|
10737
10807
|
|
|
10738
10808
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10739
10809
|
width: size,
|
|
@@ -10766,14 +10836,14 @@ Salesforce.defaultProps = {
|
|
|
10766
10836
|
size: '24'
|
|
10767
10837
|
};
|
|
10768
10838
|
|
|
10769
|
-
const _excluded$
|
|
10839
|
+
const _excluded$4U = ["color", "size"];
|
|
10770
10840
|
|
|
10771
10841
|
const Pipedrive = props => {
|
|
10772
10842
|
const {
|
|
10773
10843
|
color,
|
|
10774
10844
|
size
|
|
10775
10845
|
} = props,
|
|
10776
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10846
|
+
otherProps = _objectWithoutProperties(props, _excluded$4U);
|
|
10777
10847
|
|
|
10778
10848
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10779
10849
|
width: size,
|
|
@@ -10800,14 +10870,14 @@ Pipedrive.defaultProps = {
|
|
|
10800
10870
|
size: '24'
|
|
10801
10871
|
};
|
|
10802
10872
|
|
|
10803
|
-
const _excluded$
|
|
10873
|
+
const _excluded$4V = ["color", "size"];
|
|
10804
10874
|
|
|
10805
10875
|
const Wiseagent = props => {
|
|
10806
10876
|
const {
|
|
10807
10877
|
color,
|
|
10808
10878
|
size
|
|
10809
10879
|
} = props,
|
|
10810
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10880
|
+
otherProps = _objectWithoutProperties(props, _excluded$4V);
|
|
10811
10881
|
|
|
10812
10882
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10813
10883
|
width: size,
|
|
@@ -10837,14 +10907,14 @@ Wiseagent.defaultProps = {
|
|
|
10837
10907
|
size: '24'
|
|
10838
10908
|
};
|
|
10839
10909
|
|
|
10840
|
-
const _excluded$
|
|
10910
|
+
const _excluded$4W = ["color", "size"];
|
|
10841
10911
|
|
|
10842
10912
|
const Flodesk = props => {
|
|
10843
10913
|
const {
|
|
10844
10914
|
color,
|
|
10845
10915
|
size
|
|
10846
10916
|
} = props,
|
|
10847
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10917
|
+
otherProps = _objectWithoutProperties(props, _excluded$4W);
|
|
10848
10918
|
|
|
10849
10919
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10850
10920
|
width: size,
|
|
@@ -10868,14 +10938,14 @@ Flodesk.defaultProps = {
|
|
|
10868
10938
|
size: '24'
|
|
10869
10939
|
};
|
|
10870
10940
|
|
|
10871
|
-
const _excluded$
|
|
10941
|
+
const _excluded$4X = ["color", "size"];
|
|
10872
10942
|
|
|
10873
10943
|
const Apptivo = props => {
|
|
10874
10944
|
const {
|
|
10875
10945
|
color,
|
|
10876
10946
|
size
|
|
10877
10947
|
} = props,
|
|
10878
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10948
|
+
otherProps = _objectWithoutProperties(props, _excluded$4X);
|
|
10879
10949
|
|
|
10880
10950
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10881
10951
|
width: size,
|
|
@@ -10902,14 +10972,14 @@ Apptivo.defaultProps = {
|
|
|
10902
10972
|
size: '24'
|
|
10903
10973
|
};
|
|
10904
10974
|
|
|
10905
|
-
const _excluded$
|
|
10975
|
+
const _excluded$4Y = ["color", "size"];
|
|
10906
10976
|
|
|
10907
10977
|
const Zillow = props => {
|
|
10908
10978
|
const {
|
|
10909
10979
|
color,
|
|
10910
10980
|
size
|
|
10911
10981
|
} = props,
|
|
10912
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10982
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Y);
|
|
10913
10983
|
|
|
10914
10984
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10915
10985
|
width: size,
|
|
@@ -10935,14 +11005,14 @@ Zillow.defaultProps = {
|
|
|
10935
11005
|
size: '24'
|
|
10936
11006
|
};
|
|
10937
11007
|
|
|
10938
|
-
const _excluded$
|
|
11008
|
+
const _excluded$4Z = ["color", "size"];
|
|
10939
11009
|
|
|
10940
11010
|
const Canva = props => {
|
|
10941
11011
|
const {
|
|
10942
11012
|
color,
|
|
10943
11013
|
size
|
|
10944
11014
|
} = props,
|
|
10945
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11015
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Z);
|
|
10946
11016
|
|
|
10947
11017
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10948
11018
|
width: size,
|
|
@@ -11037,14 +11107,14 @@ Canva.defaultProps = {
|
|
|
11037
11107
|
size: '24'
|
|
11038
11108
|
};
|
|
11039
11109
|
|
|
11040
|
-
const _excluded$
|
|
11110
|
+
const _excluded$4_ = ["color", "size"];
|
|
11041
11111
|
|
|
11042
11112
|
const Kajabi = props => {
|
|
11043
11113
|
const {
|
|
11044
11114
|
color,
|
|
11045
11115
|
size
|
|
11046
11116
|
} = props,
|
|
11047
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11117
|
+
otherProps = _objectWithoutProperties(props, _excluded$4_);
|
|
11048
11118
|
|
|
11049
11119
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11050
11120
|
width: size,
|
|
@@ -11075,14 +11145,14 @@ Kajabi.defaultProps = {
|
|
|
11075
11145
|
size: '24'
|
|
11076
11146
|
};
|
|
11077
11147
|
|
|
11078
|
-
const _excluded$
|
|
11148
|
+
const _excluded$4$ = ["color", "size"];
|
|
11079
11149
|
|
|
11080
11150
|
const Magento = props => {
|
|
11081
11151
|
const {
|
|
11082
11152
|
color,
|
|
11083
11153
|
size
|
|
11084
11154
|
} = props,
|
|
11085
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11155
|
+
otherProps = _objectWithoutProperties(props, _excluded$4$);
|
|
11086
11156
|
|
|
11087
11157
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11088
11158
|
width: size,
|
|
@@ -11106,14 +11176,14 @@ Magento.defaultProps = {
|
|
|
11106
11176
|
size: '24'
|
|
11107
11177
|
};
|
|
11108
11178
|
|
|
11109
|
-
const _excluded$
|
|
11179
|
+
const _excluded$50 = ["color", "size"];
|
|
11110
11180
|
|
|
11111
11181
|
const ArrowDownRight = props => {
|
|
11112
11182
|
const {
|
|
11113
11183
|
color,
|
|
11114
11184
|
size
|
|
11115
11185
|
} = props,
|
|
11116
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11186
|
+
otherProps = _objectWithoutProperties(props, _excluded$50);
|
|
11117
11187
|
|
|
11118
11188
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11119
11189
|
width: size,
|
|
@@ -11140,14 +11210,14 @@ ArrowDownRight.defaultProps = {
|
|
|
11140
11210
|
size: '24'
|
|
11141
11211
|
};
|
|
11142
11212
|
|
|
11143
|
-
const _excluded$
|
|
11213
|
+
const _excluded$51 = ["color", "size"];
|
|
11144
11214
|
|
|
11145
11215
|
const ReturnKey = props => {
|
|
11146
11216
|
const {
|
|
11147
11217
|
color,
|
|
11148
11218
|
size
|
|
11149
11219
|
} = props,
|
|
11150
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11220
|
+
otherProps = _objectWithoutProperties(props, _excluded$51);
|
|
11151
11221
|
|
|
11152
11222
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11153
11223
|
width: size,
|
|
@@ -11171,14 +11241,14 @@ ReturnKey.defaultProps = {
|
|
|
11171
11241
|
size: '24'
|
|
11172
11242
|
};
|
|
11173
11243
|
|
|
11174
|
-
const _excluded$
|
|
11244
|
+
const _excluded$52 = ["color", "size"];
|
|
11175
11245
|
|
|
11176
11246
|
const Unread = props => {
|
|
11177
11247
|
const {
|
|
11178
11248
|
color,
|
|
11179
11249
|
size
|
|
11180
11250
|
} = props,
|
|
11181
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11251
|
+
otherProps = _objectWithoutProperties(props, _excluded$52);
|
|
11182
11252
|
|
|
11183
11253
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11184
11254
|
width: size,
|
|
@@ -11204,14 +11274,14 @@ Unread.defaultProps = {
|
|
|
11204
11274
|
size: '24'
|
|
11205
11275
|
};
|
|
11206
11276
|
|
|
11207
|
-
const _excluded$
|
|
11277
|
+
const _excluded$53 = ["color", "size"];
|
|
11208
11278
|
|
|
11209
11279
|
const Privacy = props => {
|
|
11210
11280
|
const {
|
|
11211
11281
|
color,
|
|
11212
11282
|
size
|
|
11213
11283
|
} = props,
|
|
11214
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11284
|
+
otherProps = _objectWithoutProperties(props, _excluded$53);
|
|
11215
11285
|
|
|
11216
11286
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11217
11287
|
width: size,
|
|
@@ -11241,14 +11311,14 @@ Privacy.defaultProps = {
|
|
|
11241
11311
|
size: '24'
|
|
11242
11312
|
};
|
|
11243
11313
|
|
|
11244
|
-
const _excluded$
|
|
11314
|
+
const _excluded$54 = ["color", "size"];
|
|
11245
11315
|
|
|
11246
11316
|
const Location = props => {
|
|
11247
11317
|
const {
|
|
11248
11318
|
color,
|
|
11249
11319
|
size
|
|
11250
11320
|
} = props,
|
|
11251
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11321
|
+
otherProps = _objectWithoutProperties(props, _excluded$54);
|
|
11252
11322
|
|
|
11253
11323
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11254
11324
|
width: size,
|
|
@@ -11279,14 +11349,14 @@ Location.defaultProps = {
|
|
|
11279
11349
|
size: '24'
|
|
11280
11350
|
};
|
|
11281
11351
|
|
|
11282
|
-
const _excluded$
|
|
11352
|
+
const _excluded$55 = ["color", "size"];
|
|
11283
11353
|
|
|
11284
11354
|
const TikTok = props => {
|
|
11285
11355
|
const {
|
|
11286
11356
|
color,
|
|
11287
11357
|
size
|
|
11288
11358
|
} = props,
|
|
11289
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11359
|
+
otherProps = _objectWithoutProperties(props, _excluded$55);
|
|
11290
11360
|
|
|
11291
11361
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11292
11362
|
width: size,
|
|
@@ -11328,14 +11398,14 @@ TikTok.defaultProps = {
|
|
|
11328
11398
|
size: '24'
|
|
11329
11399
|
};
|
|
11330
11400
|
|
|
11331
|
-
const _excluded$
|
|
11401
|
+
const _excluded$56 = ["color", "size"];
|
|
11332
11402
|
|
|
11333
11403
|
const TikTokChannel = props => {
|
|
11334
11404
|
const {
|
|
11335
11405
|
color,
|
|
11336
11406
|
size
|
|
11337
11407
|
} = props,
|
|
11338
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11408
|
+
otherProps = _objectWithoutProperties(props, _excluded$56);
|
|
11339
11409
|
|
|
11340
11410
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11341
11411
|
width: size,
|
|
@@ -11376,14 +11446,14 @@ TikTokChannel.defaultProps = {
|
|
|
11376
11446
|
size: '24'
|
|
11377
11447
|
};
|
|
11378
11448
|
|
|
11379
|
-
const _excluded$
|
|
11449
|
+
const _excluded$57 = ["color", "size"];
|
|
11380
11450
|
|
|
11381
11451
|
const TikTokChannel2 = props => {
|
|
11382
11452
|
const {
|
|
11383
11453
|
color,
|
|
11384
11454
|
size
|
|
11385
11455
|
} = props,
|
|
11386
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11456
|
+
otherProps = _objectWithoutProperties(props, _excluded$57);
|
|
11387
11457
|
|
|
11388
11458
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11389
11459
|
width: size,
|
|
@@ -11395,7 +11465,7 @@ const TikTokChannel2 = props => {
|
|
|
11395
11465
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11396
11466
|
fillRule: "evenodd",
|
|
11397
11467
|
clipRule: "evenodd",
|
|
11398
|
-
d: "
|
|
11468
|
+
d: "M16.2263 2.29688H11.7806L11.7754 15.4009C11.7307 16.4323 10.879 17.2572 9.83945 17.2572C9.51548 17.2572 9.21053 17.1765 8.94039 17.0343C8.3194 16.7075 7.89858 16.0588 7.89858 15.3164C7.89858 14.2841 8.71046 13.4359 9.7285 13.3785L10.3608 13.3428V8.9139L9.67356 8.93153C6.22747 9.01996 3.45264 11.8494 3.45264 15.3164C3.45264 17.4791 4.53391 19.391 6.17823 20.5454C7.21507 21.2734 8.47812 21.7032 9.83945 21.7032C13.3618 21.7032 16.2263 18.8387 16.2263 15.3164V10.1932C17.3241 10.7499 18.5652 11.0639 19.8775 11.0639H20.5475V6.61797H19.8775C19.1448 6.61797 18.4632 6.40053 17.8903 6.02696C17.0661 5.48963 16.4732 4.63085 16.2884 3.63302C16.2481 3.41518 16.2263 3.19288 16.2263 2.96688V2.29688ZM13.1149 15.4396L13.1154 15.4272L13.1201 3.63688H14.9322C14.9432 3.71763 14.9562 3.79769 14.9708 3.87696C15.2243 5.24608 16.0361 6.41774 17.1584 7.14944C17.7634 7.54397 18.4595 7.81186 19.2075 7.91301V9.69102C17.9994 9.57164 16.8844 9.13287 15.947 8.46003L14.8863 7.69874V15.3164C14.8863 18.0987 12.6218 20.3632 9.83945 20.3632C8.76445 20.3632 7.76846 20.0246 6.94817 19.4487C5.64402 18.5331 4.79264 17.0219 4.79264 15.3164C4.79264 12.8128 6.62633 10.7281 9.02075 10.3358V12.1388C7.60614 12.5033 6.55858 13.7891 6.55858 15.3164C6.55858 16.5788 7.27526 17.6723 8.31635 18.2201C8.77094 18.4594 9.2892 18.5972 9.83945 18.5972C11.6089 18.5972 13.0493 17.1908 13.1149 15.4396Z",
|
|
11399
11469
|
fill: color
|
|
11400
11470
|
}));
|
|
11401
11471
|
};
|
|
@@ -11409,4 +11479,4 @@ TikTokChannel2.defaultProps = {
|
|
|
11409
11479
|
size: '24'
|
|
11410
11480
|
};
|
|
11411
11481
|
|
|
11412
|
-
export { Action, ActionMarkConversationAsDone, Activecampaign, AddCircle, AddTag, Ads, AdsAd, AdsAdSet, Ai, AiFilled, 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, Flodesk, 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, 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, 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 };
|
|
11482
|
+
export { Action, ActionMarkConversationAsDone, Activecampaign, AddCircle, AddTag, Ads, AdsAd, AdsAdSet, Ai, AiFilled, 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, Flodesk, 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, 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 };
|