@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.js
CHANGED
|
@@ -78,8 +78,11 @@ const Create = props => {
|
|
|
78
78
|
xmlns: "http://www.w3.org/2000/svg",
|
|
79
79
|
preserveAspectRatio: "xMidYMid meet"
|
|
80
80
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
81
|
-
d: "
|
|
82
|
-
|
|
81
|
+
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",
|
|
82
|
+
stroke: color,
|
|
83
|
+
strokeWidth: "4",
|
|
84
|
+
strokeLinecap: "round",
|
|
85
|
+
strokeLinejoin: "round"
|
|
83
86
|
}));
|
|
84
87
|
};
|
|
85
88
|
|
|
@@ -109,8 +112,11 @@ const GtCheckbox = props => {
|
|
|
109
112
|
xmlns: "http://www.w3.org/2000/svg",
|
|
110
113
|
preserveAspectRatio: "xMidYMid meet"
|
|
111
114
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
112
|
-
d: "
|
|
113
|
-
|
|
115
|
+
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",
|
|
116
|
+
stroke: color,
|
|
117
|
+
strokeWidth: "4",
|
|
118
|
+
strokeLinecap: "round",
|
|
119
|
+
strokeLinejoin: "round"
|
|
114
120
|
}));
|
|
115
121
|
};
|
|
116
122
|
|
|
@@ -140,8 +146,10 @@ const GtFbComment = props => {
|
|
|
140
146
|
xmlns: "http://www.w3.org/2000/svg",
|
|
141
147
|
preserveAspectRatio: "xMidYMid meet"
|
|
142
148
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
143
|
-
d: "M56
|
|
144
|
-
|
|
149
|
+
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",
|
|
150
|
+
stroke: color,
|
|
151
|
+
strokeWidth: "4",
|
|
152
|
+
strokeLinecap: "round"
|
|
145
153
|
}));
|
|
146
154
|
};
|
|
147
155
|
|
|
@@ -171,8 +179,17 @@ const GtAdsJson = props => {
|
|
|
171
179
|
xmlns: "http://www.w3.org/2000/svg",
|
|
172
180
|
preserveAspectRatio: "xMidYMid meet"
|
|
173
181
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
174
|
-
d: "M60.6353 69.
|
|
175
|
-
|
|
182
|
+
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",
|
|
183
|
+
stroke: color,
|
|
184
|
+
strokeWidth: "4",
|
|
185
|
+
strokeLinecap: "round",
|
|
186
|
+
strokeLinejoin: "round"
|
|
187
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
188
|
+
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",
|
|
189
|
+
stroke: color,
|
|
190
|
+
strokeWidth: "4",
|
|
191
|
+
strokeLinecap: "round",
|
|
192
|
+
strokeLinejoin: "round"
|
|
176
193
|
}));
|
|
177
194
|
};
|
|
178
195
|
|
|
@@ -265,8 +282,11 @@ const GtModal = props => {
|
|
|
265
282
|
stroke: color,
|
|
266
283
|
strokeWidth: "4"
|
|
267
284
|
}), /*#__PURE__*/React.createElement("path", {
|
|
268
|
-
d: "M69.9312
|
|
269
|
-
|
|
285
|
+
d: "M69.9312 70.8057H78.7506M63.0005 65.3057H85.931M65.5007 59.8193H83.1396",
|
|
286
|
+
stroke: color,
|
|
287
|
+
strokeWidth: "4",
|
|
288
|
+
strokeLinecap: "round",
|
|
289
|
+
strokeLinejoin: "round"
|
|
270
290
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
271
291
|
x: "62.0005",
|
|
272
292
|
y: "79.3223",
|
|
@@ -311,8 +331,11 @@ const GtSlideIn = props => {
|
|
|
311
331
|
strokeLinejoin: "round",
|
|
312
332
|
strokeDasharray: "4 8"
|
|
313
333
|
}), /*#__PURE__*/React.createElement("path", {
|
|
314
|
-
d: "M81.7778
|
|
315
|
-
|
|
334
|
+
d: "M81.7778 80.5H90.5973M74.8472 73H97.7777",
|
|
335
|
+
stroke: color,
|
|
336
|
+
strokeWidth: "4",
|
|
337
|
+
strokeLinecap: "round",
|
|
338
|
+
strokeLinejoin: "round"
|
|
316
339
|
}), /*#__PURE__*/React.createElement("path", {
|
|
317
340
|
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",
|
|
318
341
|
stroke: color,
|
|
@@ -365,8 +388,11 @@ const GtBox = props => {
|
|
|
365
388
|
strokeLinejoin: "round",
|
|
366
389
|
strokeDasharray: "4 8"
|
|
367
390
|
}), /*#__PURE__*/React.createElement("path", {
|
|
368
|
-
d: "M85.7778
|
|
369
|
-
|
|
391
|
+
d: "M85.7778 75.5H94.5973M78.8472 68H101.778",
|
|
392
|
+
stroke: color,
|
|
393
|
+
strokeWidth: "4",
|
|
394
|
+
strokeLinecap: "round",
|
|
395
|
+
strokeLinejoin: "round"
|
|
370
396
|
}), /*#__PURE__*/React.createElement("path", {
|
|
371
397
|
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",
|
|
372
398
|
stroke: color,
|
|
@@ -444,8 +470,11 @@ const GtRef = props => {
|
|
|
444
470
|
xmlns: "http://www.w3.org/2000/svg",
|
|
445
471
|
preserveAspectRatio: "xMidYMid meet"
|
|
446
472
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
447
|
-
d: "
|
|
448
|
-
|
|
473
|
+
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",
|
|
474
|
+
stroke: color,
|
|
475
|
+
strokeWidth: "4",
|
|
476
|
+
strokeLinecap: "round",
|
|
477
|
+
strokeLinejoin: "round"
|
|
449
478
|
}));
|
|
450
479
|
};
|
|
451
480
|
|
|
@@ -637,8 +666,11 @@ const GtLanding = props => {
|
|
|
637
666
|
strokeLinecap: "round",
|
|
638
667
|
strokeLinejoin: "round"
|
|
639
668
|
}), /*#__PURE__*/React.createElement("path", {
|
|
640
|
-
d: "
|
|
641
|
-
|
|
669
|
+
d: "M65.9731 87.5L65.9731 57.5",
|
|
670
|
+
stroke: color,
|
|
671
|
+
strokeWidth: "4",
|
|
672
|
+
strokeLinecap: "round",
|
|
673
|
+
strokeLinejoin: "round"
|
|
642
674
|
}), /*#__PURE__*/React.createElement("path", {
|
|
643
675
|
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",
|
|
644
676
|
stroke: color,
|
|
@@ -2480,8 +2512,9 @@ const Calendar = props => {
|
|
|
2480
2512
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2481
2513
|
preserveAspectRatio: "xMidYMid meet"
|
|
2482
2514
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
2483
|
-
d: "
|
|
2484
|
-
|
|
2515
|
+
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",
|
|
2516
|
+
stroke: color,
|
|
2517
|
+
strokeWidth: "1.5"
|
|
2485
2518
|
}));
|
|
2486
2519
|
};
|
|
2487
2520
|
|
|
@@ -2921,8 +2954,9 @@ const Audio = props => {
|
|
|
2921
2954
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2922
2955
|
preserveAspectRatio: "xMidYMid meet"
|
|
2923
2956
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
2924
|
-
d: "
|
|
2925
|
-
|
|
2957
|
+
d: "M10.4238 8.23762H3.8136V15.7624H10.4238M10.4238 8.23762L20.2882 3.18811V20.7129L10.4238 15.7624M10.4238 8.23762V15.7624",
|
|
2958
|
+
stroke: color,
|
|
2959
|
+
strokeWidth: "1.5"
|
|
2926
2960
|
}));
|
|
2927
2961
|
};
|
|
2928
2962
|
|
|
@@ -8220,13 +8254,46 @@ Pause.defaultProps = {
|
|
|
8220
8254
|
|
|
8221
8255
|
const _excluded$3O = ["color", "size"];
|
|
8222
8256
|
|
|
8223
|
-
const
|
|
8257
|
+
const Stop2 = props => {
|
|
8224
8258
|
const {
|
|
8225
8259
|
color,
|
|
8226
8260
|
size
|
|
8227
8261
|
} = props,
|
|
8228
8262
|
otherProps = _objectWithoutProperties(props, _excluded$3O);
|
|
8229
8263
|
|
|
8264
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8265
|
+
width: size,
|
|
8266
|
+
height: size,
|
|
8267
|
+
viewBox: "0 0 24 24",
|
|
8268
|
+
fill: "none",
|
|
8269
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8270
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
8271
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8272
|
+
fillRule: "evenodd",
|
|
8273
|
+
clipRule: "evenodd",
|
|
8274
|
+
d: "M18.5 5.5H5.5V18.5H18.5V5.5ZM4 4V20H20V4H4Z",
|
|
8275
|
+
fill: color
|
|
8276
|
+
}));
|
|
8277
|
+
};
|
|
8278
|
+
|
|
8279
|
+
Stop2.propTypes = {
|
|
8280
|
+
color: PropTypes.string,
|
|
8281
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
8282
|
+
};
|
|
8283
|
+
Stop2.defaultProps = {
|
|
8284
|
+
color: 'currentColor',
|
|
8285
|
+
size: '24'
|
|
8286
|
+
};
|
|
8287
|
+
|
|
8288
|
+
const _excluded$3P = ["color", "size"];
|
|
8289
|
+
|
|
8290
|
+
const TriggersLines = props => {
|
|
8291
|
+
const {
|
|
8292
|
+
color,
|
|
8293
|
+
size
|
|
8294
|
+
} = props,
|
|
8295
|
+
otherProps = _objectWithoutProperties(props, _excluded$3P);
|
|
8296
|
+
|
|
8230
8297
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8231
8298
|
width: size,
|
|
8232
8299
|
height: size,
|
|
@@ -8251,14 +8318,14 @@ TriggersLines.defaultProps = {
|
|
|
8251
8318
|
size: '24'
|
|
8252
8319
|
};
|
|
8253
8320
|
|
|
8254
|
-
const _excluded$
|
|
8321
|
+
const _excluded$3Q = ["color", "size"];
|
|
8255
8322
|
|
|
8256
8323
|
const StopRecord = props => {
|
|
8257
8324
|
const {
|
|
8258
8325
|
color,
|
|
8259
8326
|
size
|
|
8260
8327
|
} = props,
|
|
8261
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8328
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Q);
|
|
8262
8329
|
|
|
8263
8330
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8264
8331
|
width: size,
|
|
@@ -8287,14 +8354,14 @@ StopRecord.defaultProps = {
|
|
|
8287
8354
|
size: '24'
|
|
8288
8355
|
};
|
|
8289
8356
|
|
|
8290
|
-
const _excluded$
|
|
8357
|
+
const _excluded$3R = ["color", "size"];
|
|
8291
8358
|
|
|
8292
8359
|
const Cloud = props => {
|
|
8293
8360
|
const {
|
|
8294
8361
|
color,
|
|
8295
8362
|
size
|
|
8296
8363
|
} = props,
|
|
8297
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8364
|
+
otherProps = _objectWithoutProperties(props, _excluded$3R);
|
|
8298
8365
|
|
|
8299
8366
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8300
8367
|
width: size,
|
|
@@ -8318,14 +8385,14 @@ Cloud.defaultProps = {
|
|
|
8318
8385
|
size: '24'
|
|
8319
8386
|
};
|
|
8320
8387
|
|
|
8321
|
-
const _excluded$
|
|
8388
|
+
const _excluded$3S = ["color", "size"];
|
|
8322
8389
|
|
|
8323
8390
|
const CloudError = props => {
|
|
8324
8391
|
const {
|
|
8325
8392
|
color,
|
|
8326
8393
|
size
|
|
8327
8394
|
} = props,
|
|
8328
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8395
|
+
otherProps = _objectWithoutProperties(props, _excluded$3S);
|
|
8329
8396
|
|
|
8330
8397
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8331
8398
|
width: size,
|
|
@@ -8349,14 +8416,14 @@ CloudError.defaultProps = {
|
|
|
8349
8416
|
size: '24'
|
|
8350
8417
|
};
|
|
8351
8418
|
|
|
8352
|
-
const _excluded$
|
|
8419
|
+
const _excluded$3T = ["color", "size"];
|
|
8353
8420
|
|
|
8354
8421
|
const CloudUpload = props => {
|
|
8355
8422
|
const {
|
|
8356
8423
|
color,
|
|
8357
8424
|
size
|
|
8358
8425
|
} = props,
|
|
8359
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8426
|
+
otherProps = _objectWithoutProperties(props, _excluded$3T);
|
|
8360
8427
|
|
|
8361
8428
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8362
8429
|
width: size,
|
|
@@ -8380,14 +8447,14 @@ CloudUpload.defaultProps = {
|
|
|
8380
8447
|
size: '24'
|
|
8381
8448
|
};
|
|
8382
8449
|
|
|
8383
|
-
const _excluded$
|
|
8450
|
+
const _excluded$3U = ["color", "size"];
|
|
8384
8451
|
|
|
8385
8452
|
const CloudDownload = props => {
|
|
8386
8453
|
const {
|
|
8387
8454
|
color,
|
|
8388
8455
|
size
|
|
8389
8456
|
} = props,
|
|
8390
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8457
|
+
otherProps = _objectWithoutProperties(props, _excluded$3U);
|
|
8391
8458
|
|
|
8392
8459
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8393
8460
|
width: size,
|
|
@@ -8411,14 +8478,14 @@ CloudDownload.defaultProps = {
|
|
|
8411
8478
|
size: '24'
|
|
8412
8479
|
};
|
|
8413
8480
|
|
|
8414
|
-
const _excluded$
|
|
8481
|
+
const _excluded$3V = ["color", "size"];
|
|
8415
8482
|
|
|
8416
8483
|
const Popular = props => {
|
|
8417
8484
|
const {
|
|
8418
8485
|
color,
|
|
8419
8486
|
size
|
|
8420
8487
|
} = props,
|
|
8421
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8488
|
+
otherProps = _objectWithoutProperties(props, _excluded$3V);
|
|
8422
8489
|
|
|
8423
8490
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8424
8491
|
width: size,
|
|
@@ -8444,14 +8511,14 @@ Popular.defaultProps = {
|
|
|
8444
8511
|
size: '24'
|
|
8445
8512
|
};
|
|
8446
8513
|
|
|
8447
|
-
const _excluded$
|
|
8514
|
+
const _excluded$3W = ["color", "size"];
|
|
8448
8515
|
|
|
8449
8516
|
const PopularFilled = props => {
|
|
8450
8517
|
const {
|
|
8451
8518
|
color,
|
|
8452
8519
|
size
|
|
8453
8520
|
} = props,
|
|
8454
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8521
|
+
otherProps = _objectWithoutProperties(props, _excluded$3W);
|
|
8455
8522
|
|
|
8456
8523
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8457
8524
|
width: size,
|
|
@@ -8477,14 +8544,14 @@ PopularFilled.defaultProps = {
|
|
|
8477
8544
|
size: '24'
|
|
8478
8545
|
};
|
|
8479
8546
|
|
|
8480
|
-
const _excluded$
|
|
8547
|
+
const _excluded$3X = ["color", "size"];
|
|
8481
8548
|
|
|
8482
8549
|
const AlignLeft = props => {
|
|
8483
8550
|
const {
|
|
8484
8551
|
color,
|
|
8485
8552
|
size
|
|
8486
8553
|
} = props,
|
|
8487
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8554
|
+
otherProps = _objectWithoutProperties(props, _excluded$3X);
|
|
8488
8555
|
|
|
8489
8556
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8490
8557
|
width: size,
|
|
@@ -8517,14 +8584,14 @@ AlignLeft.defaultProps = {
|
|
|
8517
8584
|
size: '24'
|
|
8518
8585
|
};
|
|
8519
8586
|
|
|
8520
|
-
const _excluded$
|
|
8587
|
+
const _excluded$3Y = ["color", "size"];
|
|
8521
8588
|
|
|
8522
8589
|
const AlignCenter = props => {
|
|
8523
8590
|
const {
|
|
8524
8591
|
color,
|
|
8525
8592
|
size
|
|
8526
8593
|
} = props,
|
|
8527
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8594
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Y);
|
|
8528
8595
|
|
|
8529
8596
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8530
8597
|
width: size,
|
|
@@ -8557,14 +8624,14 @@ AlignCenter.defaultProps = {
|
|
|
8557
8624
|
size: '24'
|
|
8558
8625
|
};
|
|
8559
8626
|
|
|
8560
|
-
const _excluded$
|
|
8627
|
+
const _excluded$3Z = ["color", "size"];
|
|
8561
8628
|
|
|
8562
8629
|
const AlignRight = props => {
|
|
8563
8630
|
const {
|
|
8564
8631
|
color,
|
|
8565
8632
|
size
|
|
8566
8633
|
} = props,
|
|
8567
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8634
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Z);
|
|
8568
8635
|
|
|
8569
8636
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8570
8637
|
width: size,
|
|
@@ -8597,14 +8664,14 @@ AlignRight.defaultProps = {
|
|
|
8597
8664
|
size: '24'
|
|
8598
8665
|
};
|
|
8599
8666
|
|
|
8600
|
-
const _excluded$
|
|
8667
|
+
const _excluded$3_ = ["color", "size"];
|
|
8601
8668
|
|
|
8602
8669
|
const AlignWide = props => {
|
|
8603
8670
|
const {
|
|
8604
8671
|
color,
|
|
8605
8672
|
size
|
|
8606
8673
|
} = props,
|
|
8607
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8674
|
+
otherProps = _objectWithoutProperties(props, _excluded$3_);
|
|
8608
8675
|
|
|
8609
8676
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8610
8677
|
width: size,
|
|
@@ -8637,14 +8704,14 @@ AlignWide.defaultProps = {
|
|
|
8637
8704
|
size: '24'
|
|
8638
8705
|
};
|
|
8639
8706
|
|
|
8640
|
-
const _excluded$
|
|
8707
|
+
const _excluded$3$ = ["color", "size"];
|
|
8641
8708
|
|
|
8642
8709
|
const Spacing = props => {
|
|
8643
8710
|
const {
|
|
8644
8711
|
color,
|
|
8645
8712
|
size
|
|
8646
8713
|
} = props,
|
|
8647
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8714
|
+
otherProps = _objectWithoutProperties(props, _excluded$3$);
|
|
8648
8715
|
|
|
8649
8716
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8650
8717
|
width: size,
|
|
@@ -8668,14 +8735,14 @@ Spacing.defaultProps = {
|
|
|
8668
8735
|
size: '24'
|
|
8669
8736
|
};
|
|
8670
8737
|
|
|
8671
|
-
const _excluded$
|
|
8738
|
+
const _excluded$40 = ["color", "size"];
|
|
8672
8739
|
|
|
8673
8740
|
const Bold = props => {
|
|
8674
8741
|
const {
|
|
8675
8742
|
color,
|
|
8676
8743
|
size
|
|
8677
8744
|
} = props,
|
|
8678
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8745
|
+
otherProps = _objectWithoutProperties(props, _excluded$40);
|
|
8679
8746
|
|
|
8680
8747
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8681
8748
|
width: size,
|
|
@@ -8699,14 +8766,14 @@ Bold.defaultProps = {
|
|
|
8699
8766
|
size: '24'
|
|
8700
8767
|
};
|
|
8701
8768
|
|
|
8702
|
-
const _excluded$
|
|
8769
|
+
const _excluded$41 = ["color", "size"];
|
|
8703
8770
|
|
|
8704
8771
|
const Italic = props => {
|
|
8705
8772
|
const {
|
|
8706
8773
|
color,
|
|
8707
8774
|
size
|
|
8708
8775
|
} = props,
|
|
8709
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8776
|
+
otherProps = _objectWithoutProperties(props, _excluded$41);
|
|
8710
8777
|
|
|
8711
8778
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8712
8779
|
width: size,
|
|
@@ -8730,14 +8797,14 @@ Italic.defaultProps = {
|
|
|
8730
8797
|
size: '24'
|
|
8731
8798
|
};
|
|
8732
8799
|
|
|
8733
|
-
const _excluded$
|
|
8800
|
+
const _excluded$42 = ["color", "size"];
|
|
8734
8801
|
|
|
8735
8802
|
const Underline = props => {
|
|
8736
8803
|
const {
|
|
8737
8804
|
color,
|
|
8738
8805
|
size
|
|
8739
8806
|
} = props,
|
|
8740
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8807
|
+
otherProps = _objectWithoutProperties(props, _excluded$42);
|
|
8741
8808
|
|
|
8742
8809
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8743
8810
|
width: size,
|
|
@@ -8764,14 +8831,14 @@ Underline.defaultProps = {
|
|
|
8764
8831
|
size: '24'
|
|
8765
8832
|
};
|
|
8766
8833
|
|
|
8767
|
-
const _excluded$
|
|
8834
|
+
const _excluded$43 = ["color", "size"];
|
|
8768
8835
|
|
|
8769
8836
|
const SendMessage = props => {
|
|
8770
8837
|
const {
|
|
8771
8838
|
color,
|
|
8772
8839
|
size
|
|
8773
8840
|
} = props,
|
|
8774
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8841
|
+
otherProps = _objectWithoutProperties(props, _excluded$43);
|
|
8775
8842
|
|
|
8776
8843
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8777
8844
|
width: size,
|
|
@@ -8806,14 +8873,14 @@ SendMessage.defaultProps = {
|
|
|
8806
8873
|
size: '24'
|
|
8807
8874
|
};
|
|
8808
8875
|
|
|
8809
|
-
const _excluded$
|
|
8876
|
+
const _excluded$44 = ["color", "size"];
|
|
8810
8877
|
|
|
8811
8878
|
const Undo = props => {
|
|
8812
8879
|
const {
|
|
8813
8880
|
color,
|
|
8814
8881
|
size
|
|
8815
8882
|
} = props,
|
|
8816
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8883
|
+
otherProps = _objectWithoutProperties(props, _excluded$44);
|
|
8817
8884
|
|
|
8818
8885
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8819
8886
|
width: size,
|
|
@@ -8840,14 +8907,14 @@ Undo.defaultProps = {
|
|
|
8840
8907
|
size: '24'
|
|
8841
8908
|
};
|
|
8842
8909
|
|
|
8843
|
-
const _excluded$
|
|
8910
|
+
const _excluded$45 = ["color", "size"];
|
|
8844
8911
|
|
|
8845
8912
|
const Redo = props => {
|
|
8846
8913
|
const {
|
|
8847
8914
|
color,
|
|
8848
8915
|
size
|
|
8849
8916
|
} = props,
|
|
8850
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8917
|
+
otherProps = _objectWithoutProperties(props, _excluded$45);
|
|
8851
8918
|
|
|
8852
8919
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8853
8920
|
width: size,
|
|
@@ -8874,14 +8941,14 @@ Redo.defaultProps = {
|
|
|
8874
8941
|
size: '24'
|
|
8875
8942
|
};
|
|
8876
8943
|
|
|
8877
|
-
const _excluded$
|
|
8944
|
+
const _excluded$46 = ["color", "size"];
|
|
8878
8945
|
|
|
8879
8946
|
const Analytics = props => {
|
|
8880
8947
|
const {
|
|
8881
8948
|
color,
|
|
8882
8949
|
size
|
|
8883
8950
|
} = props,
|
|
8884
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8951
|
+
otherProps = _objectWithoutProperties(props, _excluded$46);
|
|
8885
8952
|
|
|
8886
8953
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8887
8954
|
width: size,
|
|
@@ -8917,14 +8984,14 @@ Analytics.defaultProps = {
|
|
|
8917
8984
|
size: '24'
|
|
8918
8985
|
};
|
|
8919
8986
|
|
|
8920
|
-
const _excluded$
|
|
8987
|
+
const _excluded$47 = ["color", "size"];
|
|
8921
8988
|
|
|
8922
8989
|
const SystemField = props => {
|
|
8923
8990
|
const {
|
|
8924
8991
|
color,
|
|
8925
8992
|
size
|
|
8926
8993
|
} = props,
|
|
8927
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8994
|
+
otherProps = _objectWithoutProperties(props, _excluded$47);
|
|
8928
8995
|
|
|
8929
8996
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8930
8997
|
width: size,
|
|
@@ -8948,14 +9015,14 @@ SystemField.defaultProps = {
|
|
|
8948
9015
|
size: '24'
|
|
8949
9016
|
};
|
|
8950
9017
|
|
|
8951
|
-
const _excluded$
|
|
9018
|
+
const _excluded$48 = ["color", "size"];
|
|
8952
9019
|
|
|
8953
9020
|
const CustomField = props => {
|
|
8954
9021
|
const {
|
|
8955
9022
|
color,
|
|
8956
9023
|
size
|
|
8957
9024
|
} = props,
|
|
8958
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9025
|
+
otherProps = _objectWithoutProperties(props, _excluded$48);
|
|
8959
9026
|
|
|
8960
9027
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8961
9028
|
width: size,
|
|
@@ -8979,14 +9046,14 @@ CustomField.defaultProps = {
|
|
|
8979
9046
|
size: '24'
|
|
8980
9047
|
};
|
|
8981
9048
|
|
|
8982
|
-
const _excluded$
|
|
9049
|
+
const _excluded$49 = ["color", "size"];
|
|
8983
9050
|
|
|
8984
9051
|
const CustomFieldRemove = props => {
|
|
8985
9052
|
const {
|
|
8986
9053
|
color,
|
|
8987
9054
|
size
|
|
8988
9055
|
} = props,
|
|
8989
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9056
|
+
otherProps = _objectWithoutProperties(props, _excluded$49);
|
|
8990
9057
|
|
|
8991
9058
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8992
9059
|
width: size,
|
|
@@ -9010,14 +9077,14 @@ CustomFieldRemove.defaultProps = {
|
|
|
9010
9077
|
size: '24'
|
|
9011
9078
|
};
|
|
9012
9079
|
|
|
9013
|
-
const _excluded$
|
|
9080
|
+
const _excluded$4a = ["color", "size"];
|
|
9014
9081
|
|
|
9015
9082
|
const MessengerChannel = props => {
|
|
9016
9083
|
const {
|
|
9017
9084
|
color,
|
|
9018
9085
|
size
|
|
9019
9086
|
} = props,
|
|
9020
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9087
|
+
otherProps = _objectWithoutProperties(props, _excluded$4a);
|
|
9021
9088
|
|
|
9022
9089
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9023
9090
|
width: size,
|
|
@@ -9061,14 +9128,14 @@ MessengerChannel.defaultProps = {
|
|
|
9061
9128
|
size: '24'
|
|
9062
9129
|
};
|
|
9063
9130
|
|
|
9064
|
-
const _excluded$
|
|
9131
|
+
const _excluded$4b = ["color", "size"];
|
|
9065
9132
|
|
|
9066
9133
|
const EmailChannel = props => {
|
|
9067
9134
|
const {
|
|
9068
9135
|
color,
|
|
9069
9136
|
size
|
|
9070
9137
|
} = props,
|
|
9071
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9138
|
+
otherProps = _objectWithoutProperties(props, _excluded$4b);
|
|
9072
9139
|
|
|
9073
9140
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9074
9141
|
width: size,
|
|
@@ -9112,14 +9179,14 @@ EmailChannel.defaultProps = {
|
|
|
9112
9179
|
size: '24'
|
|
9113
9180
|
};
|
|
9114
9181
|
|
|
9115
|
-
const _excluded$
|
|
9182
|
+
const _excluded$4c = ["color", "size"];
|
|
9116
9183
|
|
|
9117
9184
|
const GuestChatChannel = props => {
|
|
9118
9185
|
const {
|
|
9119
9186
|
color,
|
|
9120
9187
|
size
|
|
9121
9188
|
} = props,
|
|
9122
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9189
|
+
otherProps = _objectWithoutProperties(props, _excluded$4c);
|
|
9123
9190
|
|
|
9124
9191
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9125
9192
|
width: size,
|
|
@@ -9137,8 +9204,11 @@ const GuestChatChannel = props => {
|
|
|
9137
9204
|
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",
|
|
9138
9205
|
fill: "white"
|
|
9139
9206
|
}), /*#__PURE__*/React.createElement("path", {
|
|
9140
|
-
d: "
|
|
9141
|
-
|
|
9207
|
+
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",
|
|
9208
|
+
stroke: "white",
|
|
9209
|
+
strokeWidth: "0.875",
|
|
9210
|
+
strokeLinecap: "round",
|
|
9211
|
+
strokeLinejoin: "round"
|
|
9142
9212
|
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
9143
9213
|
id: "paint0_linear_GuestChatChannel_7619_1724",
|
|
9144
9214
|
x1: "4",
|
|
@@ -9163,14 +9233,14 @@ GuestChatChannel.defaultProps = {
|
|
|
9163
9233
|
size: '24'
|
|
9164
9234
|
};
|
|
9165
9235
|
|
|
9166
|
-
const _excluded$
|
|
9236
|
+
const _excluded$4d = ["color", "size"];
|
|
9167
9237
|
|
|
9168
9238
|
const SmsChannel = props => {
|
|
9169
9239
|
const {
|
|
9170
9240
|
color,
|
|
9171
9241
|
size
|
|
9172
9242
|
} = props,
|
|
9173
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9243
|
+
otherProps = _objectWithoutProperties(props, _excluded$4d);
|
|
9174
9244
|
|
|
9175
9245
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9176
9246
|
width: size,
|
|
@@ -9209,14 +9279,14 @@ SmsChannel.defaultProps = {
|
|
|
9209
9279
|
size: '24'
|
|
9210
9280
|
};
|
|
9211
9281
|
|
|
9212
|
-
const _excluded$
|
|
9282
|
+
const _excluded$4e = ["color", "size"];
|
|
9213
9283
|
|
|
9214
9284
|
const Triggers = props => {
|
|
9215
9285
|
const {
|
|
9216
9286
|
color,
|
|
9217
9287
|
size
|
|
9218
9288
|
} = props,
|
|
9219
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9289
|
+
otherProps = _objectWithoutProperties(props, _excluded$4e);
|
|
9220
9290
|
|
|
9221
9291
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9222
9292
|
width: size,
|
|
@@ -9242,14 +9312,14 @@ Triggers.defaultProps = {
|
|
|
9242
9312
|
size: '24'
|
|
9243
9313
|
};
|
|
9244
9314
|
|
|
9245
|
-
const _excluded$
|
|
9315
|
+
const _excluded$4f = ["color", "size"];
|
|
9246
9316
|
|
|
9247
9317
|
const StartFlow = props => {
|
|
9248
9318
|
const {
|
|
9249
9319
|
color,
|
|
9250
9320
|
size
|
|
9251
9321
|
} = props,
|
|
9252
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9322
|
+
otherProps = _objectWithoutProperties(props, _excluded$4f);
|
|
9253
9323
|
|
|
9254
9324
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9255
9325
|
width: size,
|
|
@@ -9280,14 +9350,14 @@ StartFlow.defaultProps = {
|
|
|
9280
9350
|
size: '24'
|
|
9281
9351
|
};
|
|
9282
9352
|
|
|
9283
|
-
const _excluded$
|
|
9353
|
+
const _excluded$4g = ["color", "size"];
|
|
9284
9354
|
|
|
9285
9355
|
const WhatsAppChannel = props => {
|
|
9286
9356
|
const {
|
|
9287
9357
|
color,
|
|
9288
9358
|
size
|
|
9289
9359
|
} = props,
|
|
9290
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9360
|
+
otherProps = _objectWithoutProperties(props, _excluded$4g);
|
|
9291
9361
|
|
|
9292
9362
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9293
9363
|
width: size,
|
|
@@ -9328,14 +9398,14 @@ WhatsAppChannel.defaultProps = {
|
|
|
9328
9398
|
size: '24'
|
|
9329
9399
|
};
|
|
9330
9400
|
|
|
9331
|
-
const _excluded$
|
|
9401
|
+
const _excluded$4h = ["color", "size"];
|
|
9332
9402
|
|
|
9333
9403
|
const InstagramChannel = props => {
|
|
9334
9404
|
const {
|
|
9335
9405
|
color,
|
|
9336
9406
|
size
|
|
9337
9407
|
} = props,
|
|
9338
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9408
|
+
otherProps = _objectWithoutProperties(props, _excluded$4h);
|
|
9339
9409
|
|
|
9340
9410
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9341
9411
|
width: size,
|
|
@@ -9412,14 +9482,14 @@ InstagramChannel.defaultProps = {
|
|
|
9412
9482
|
size: '24'
|
|
9413
9483
|
};
|
|
9414
9484
|
|
|
9415
|
-
const _excluded$
|
|
9485
|
+
const _excluded$4i = ["color", "size"];
|
|
9416
9486
|
|
|
9417
9487
|
const WebChat = props => {
|
|
9418
9488
|
const {
|
|
9419
9489
|
color,
|
|
9420
9490
|
size
|
|
9421
9491
|
} = props,
|
|
9422
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9492
|
+
otherProps = _objectWithoutProperties(props, _excluded$4i);
|
|
9423
9493
|
|
|
9424
9494
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9425
9495
|
width: size,
|
|
@@ -9460,14 +9530,14 @@ WebChat.defaultProps = {
|
|
|
9460
9530
|
size: '24'
|
|
9461
9531
|
};
|
|
9462
9532
|
|
|
9463
|
-
const _excluded$
|
|
9533
|
+
const _excluded$4j = ["color", "size"];
|
|
9464
9534
|
|
|
9465
9535
|
const TelegramChannel = props => {
|
|
9466
9536
|
const {
|
|
9467
9537
|
color,
|
|
9468
9538
|
size
|
|
9469
9539
|
} = props,
|
|
9470
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9540
|
+
otherProps = _objectWithoutProperties(props, _excluded$4j);
|
|
9471
9541
|
|
|
9472
9542
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9473
9543
|
width: size,
|
|
@@ -9508,14 +9578,14 @@ TelegramChannel.defaultProps = {
|
|
|
9508
9578
|
size: '24'
|
|
9509
9579
|
};
|
|
9510
9580
|
|
|
9511
|
-
const _excluded$
|
|
9581
|
+
const _excluded$4k = ["color", "size"];
|
|
9512
9582
|
|
|
9513
9583
|
const Apple = props => {
|
|
9514
9584
|
const {
|
|
9515
9585
|
color,
|
|
9516
9586
|
size
|
|
9517
9587
|
} = props,
|
|
9518
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9588
|
+
otherProps = _objectWithoutProperties(props, _excluded$4k);
|
|
9519
9589
|
|
|
9520
9590
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9521
9591
|
width: size,
|
|
@@ -9539,14 +9609,14 @@ Apple.defaultProps = {
|
|
|
9539
9609
|
size: '24'
|
|
9540
9610
|
};
|
|
9541
9611
|
|
|
9542
|
-
const _excluded$
|
|
9612
|
+
const _excluded$4l = ["color", "size"];
|
|
9543
9613
|
|
|
9544
9614
|
const Google = props => {
|
|
9545
9615
|
const {
|
|
9546
9616
|
color,
|
|
9547
9617
|
size
|
|
9548
9618
|
} = props,
|
|
9549
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9619
|
+
otherProps = _objectWithoutProperties(props, _excluded$4l);
|
|
9550
9620
|
|
|
9551
9621
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9552
9622
|
width: size,
|
|
@@ -9587,14 +9657,14 @@ Google.defaultProps = {
|
|
|
9587
9657
|
size: '24'
|
|
9588
9658
|
};
|
|
9589
9659
|
|
|
9590
|
-
const _excluded$
|
|
9660
|
+
const _excluded$4m = ["color", "size"];
|
|
9591
9661
|
|
|
9592
9662
|
const Facebook = props => {
|
|
9593
9663
|
const {
|
|
9594
9664
|
color,
|
|
9595
9665
|
size
|
|
9596
9666
|
} = props,
|
|
9597
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9667
|
+
otherProps = _objectWithoutProperties(props, _excluded$4m);
|
|
9598
9668
|
|
|
9599
9669
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9600
9670
|
width: size,
|
|
@@ -9620,14 +9690,14 @@ Facebook.defaultProps = {
|
|
|
9620
9690
|
size: '24'
|
|
9621
9691
|
};
|
|
9622
9692
|
|
|
9623
|
-
const _excluded$
|
|
9693
|
+
const _excluded$4n = ["color", "size"];
|
|
9624
9694
|
|
|
9625
9695
|
const OmnichannelWidget = props => {
|
|
9626
9696
|
const {
|
|
9627
9697
|
color,
|
|
9628
9698
|
size
|
|
9629
9699
|
} = props,
|
|
9630
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9700
|
+
otherProps = _objectWithoutProperties(props, _excluded$4n);
|
|
9631
9701
|
|
|
9632
9702
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9633
9703
|
width: size,
|
|
@@ -9651,14 +9721,14 @@ OmnichannelWidget.defaultProps = {
|
|
|
9651
9721
|
size: '24'
|
|
9652
9722
|
};
|
|
9653
9723
|
|
|
9654
|
-
const _excluded$
|
|
9724
|
+
const _excluded$4o = ["color", "size"];
|
|
9655
9725
|
|
|
9656
9726
|
const IncreaseEngagement = props => {
|
|
9657
9727
|
const {
|
|
9658
9728
|
color,
|
|
9659
9729
|
size
|
|
9660
9730
|
} = props,
|
|
9661
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9731
|
+
otherProps = _objectWithoutProperties(props, _excluded$4o);
|
|
9662
9732
|
|
|
9663
9733
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9664
9734
|
width: size,
|
|
@@ -9682,14 +9752,14 @@ IncreaseEngagement.defaultProps = {
|
|
|
9682
9752
|
size: '24'
|
|
9683
9753
|
};
|
|
9684
9754
|
|
|
9685
|
-
const _excluded$
|
|
9755
|
+
const _excluded$4p = ["color", "size"];
|
|
9686
9756
|
|
|
9687
9757
|
const ShowcaseProducts = props => {
|
|
9688
9758
|
const {
|
|
9689
9759
|
color,
|
|
9690
9760
|
size
|
|
9691
9761
|
} = props,
|
|
9692
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9762
|
+
otherProps = _objectWithoutProperties(props, _excluded$4p);
|
|
9693
9763
|
|
|
9694
9764
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9695
9765
|
width: size,
|
|
@@ -9713,14 +9783,14 @@ ShowcaseProducts.defaultProps = {
|
|
|
9713
9783
|
size: '24'
|
|
9714
9784
|
};
|
|
9715
9785
|
|
|
9716
|
-
const _excluded$
|
|
9786
|
+
const _excluded$4q = ["color", "size"];
|
|
9717
9787
|
|
|
9718
9788
|
const Faq = props => {
|
|
9719
9789
|
const {
|
|
9720
9790
|
color,
|
|
9721
9791
|
size
|
|
9722
9792
|
} = props,
|
|
9723
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9793
|
+
otherProps = _objectWithoutProperties(props, _excluded$4q);
|
|
9724
9794
|
|
|
9725
9795
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9726
9796
|
width: size,
|
|
@@ -9744,14 +9814,14 @@ Faq.defaultProps = {
|
|
|
9744
9814
|
size: '24'
|
|
9745
9815
|
};
|
|
9746
9816
|
|
|
9747
|
-
const _excluded$
|
|
9817
|
+
const _excluded$4r = ["color", "size"];
|
|
9748
9818
|
|
|
9749
9819
|
const WebsiteRedirect = props => {
|
|
9750
9820
|
const {
|
|
9751
9821
|
color,
|
|
9752
9822
|
size
|
|
9753
9823
|
} = props,
|
|
9754
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9824
|
+
otherProps = _objectWithoutProperties(props, _excluded$4r);
|
|
9755
9825
|
|
|
9756
9826
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9757
9827
|
width: size,
|
|
@@ -9775,14 +9845,14 @@ WebsiteRedirect.defaultProps = {
|
|
|
9775
9845
|
size: '24'
|
|
9776
9846
|
};
|
|
9777
9847
|
|
|
9778
|
-
const _excluded$
|
|
9848
|
+
const _excluded$4s = ["color", "size"];
|
|
9779
9849
|
|
|
9780
9850
|
const Telegram = props => {
|
|
9781
9851
|
const {
|
|
9782
9852
|
color,
|
|
9783
9853
|
size
|
|
9784
9854
|
} = props,
|
|
9785
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9855
|
+
otherProps = _objectWithoutProperties(props, _excluded$4s);
|
|
9786
9856
|
|
|
9787
9857
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9788
9858
|
width: size,
|
|
@@ -9808,14 +9878,14 @@ Telegram.defaultProps = {
|
|
|
9808
9878
|
size: '24'
|
|
9809
9879
|
};
|
|
9810
9880
|
|
|
9811
|
-
const _excluded$
|
|
9881
|
+
const _excluded$4t = ["color", "size"];
|
|
9812
9882
|
|
|
9813
9883
|
const Tap = props => {
|
|
9814
9884
|
const {
|
|
9815
9885
|
color,
|
|
9816
9886
|
size
|
|
9817
9887
|
} = props,
|
|
9818
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9888
|
+
otherProps = _objectWithoutProperties(props, _excluded$4t);
|
|
9819
9889
|
|
|
9820
9890
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9821
9891
|
width: size,
|
|
@@ -9844,14 +9914,14 @@ Tap.defaultProps = {
|
|
|
9844
9914
|
size: '24'
|
|
9845
9915
|
};
|
|
9846
9916
|
|
|
9847
|
-
const _excluded$
|
|
9917
|
+
const _excluded$4u = ["color", "size"];
|
|
9848
9918
|
|
|
9849
9919
|
const NewOrphanMobile = props => {
|
|
9850
9920
|
const {
|
|
9851
9921
|
color,
|
|
9852
9922
|
size
|
|
9853
9923
|
} = props,
|
|
9854
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9924
|
+
otherProps = _objectWithoutProperties(props, _excluded$4u);
|
|
9855
9925
|
|
|
9856
9926
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9857
9927
|
width: size,
|
|
@@ -9883,14 +9953,14 @@ NewOrphanMobile.defaultProps = {
|
|
|
9883
9953
|
size: '24'
|
|
9884
9954
|
};
|
|
9885
9955
|
|
|
9886
|
-
const _excluded$
|
|
9956
|
+
const _excluded$4v = ["color", "size"];
|
|
9887
9957
|
|
|
9888
9958
|
const Export = props => {
|
|
9889
9959
|
const {
|
|
9890
9960
|
color,
|
|
9891
9961
|
size
|
|
9892
9962
|
} = props,
|
|
9893
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9963
|
+
otherProps = _objectWithoutProperties(props, _excluded$4v);
|
|
9894
9964
|
|
|
9895
9965
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9896
9966
|
width: size,
|
|
@@ -9917,14 +9987,14 @@ Export.defaultProps = {
|
|
|
9917
9987
|
size: '24'
|
|
9918
9988
|
};
|
|
9919
9989
|
|
|
9920
|
-
const _excluded$
|
|
9990
|
+
const _excluded$4w = ["color", "size"];
|
|
9921
9991
|
|
|
9922
9992
|
const Ai = props => {
|
|
9923
9993
|
const {
|
|
9924
9994
|
color,
|
|
9925
9995
|
size
|
|
9926
9996
|
} = props,
|
|
9927
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9997
|
+
otherProps = _objectWithoutProperties(props, _excluded$4w);
|
|
9928
9998
|
|
|
9929
9999
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9930
10000
|
width: size,
|
|
@@ -9955,14 +10025,14 @@ Ai.defaultProps = {
|
|
|
9955
10025
|
size: '24'
|
|
9956
10026
|
};
|
|
9957
10027
|
|
|
9958
|
-
const _excluded$
|
|
10028
|
+
const _excluded$4x = ["color", "size"];
|
|
9959
10029
|
|
|
9960
10030
|
const AiFilled = props => {
|
|
9961
10031
|
const {
|
|
9962
10032
|
color,
|
|
9963
10033
|
size
|
|
9964
10034
|
} = props,
|
|
9965
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10035
|
+
otherProps = _objectWithoutProperties(props, _excluded$4x);
|
|
9966
10036
|
|
|
9967
10037
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9968
10038
|
width: size,
|
|
@@ -9991,14 +10061,14 @@ AiFilled.defaultProps = {
|
|
|
9991
10061
|
size: '24'
|
|
9992
10062
|
};
|
|
9993
10063
|
|
|
9994
|
-
const _excluded$
|
|
10064
|
+
const _excluded$4y = ["color", "size"];
|
|
9995
10065
|
|
|
9996
10066
|
const Bigcommerce = props => {
|
|
9997
10067
|
const {
|
|
9998
10068
|
color,
|
|
9999
10069
|
size
|
|
10000
10070
|
} = props,
|
|
10001
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10071
|
+
otherProps = _objectWithoutProperties(props, _excluded$4y);
|
|
10002
10072
|
|
|
10003
10073
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10004
10074
|
width: size,
|
|
@@ -10022,14 +10092,14 @@ Bigcommerce.defaultProps = {
|
|
|
10022
10092
|
size: '24'
|
|
10023
10093
|
};
|
|
10024
10094
|
|
|
10025
|
-
const _excluded$
|
|
10095
|
+
const _excluded$4z = ["color", "size"];
|
|
10026
10096
|
|
|
10027
10097
|
const Woocommerce = props => {
|
|
10028
10098
|
const {
|
|
10029
10099
|
color,
|
|
10030
10100
|
size
|
|
10031
10101
|
} = props,
|
|
10032
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10102
|
+
otherProps = _objectWithoutProperties(props, _excluded$4z);
|
|
10033
10103
|
|
|
10034
10104
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10035
10105
|
width: size,
|
|
@@ -10056,14 +10126,14 @@ Woocommerce.defaultProps = {
|
|
|
10056
10126
|
size: '24'
|
|
10057
10127
|
};
|
|
10058
10128
|
|
|
10059
|
-
const _excluded$
|
|
10129
|
+
const _excluded$4A = ["color", "size"];
|
|
10060
10130
|
|
|
10061
10131
|
const Amazon = props => {
|
|
10062
10132
|
const {
|
|
10063
10133
|
color,
|
|
10064
10134
|
size
|
|
10065
10135
|
} = props,
|
|
10066
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10136
|
+
otherProps = _objectWithoutProperties(props, _excluded$4A);
|
|
10067
10137
|
|
|
10068
10138
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10069
10139
|
width: size,
|
|
@@ -10090,14 +10160,14 @@ Amazon.defaultProps = {
|
|
|
10090
10160
|
size: '24'
|
|
10091
10161
|
};
|
|
10092
10162
|
|
|
10093
|
-
const _excluded$
|
|
10163
|
+
const _excluded$4B = ["color", "size"];
|
|
10094
10164
|
|
|
10095
10165
|
const Hotmart = props => {
|
|
10096
10166
|
const {
|
|
10097
10167
|
color,
|
|
10098
10168
|
size
|
|
10099
10169
|
} = props,
|
|
10100
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10170
|
+
otherProps = _objectWithoutProperties(props, _excluded$4B);
|
|
10101
10171
|
|
|
10102
10172
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10103
10173
|
width: size,
|
|
@@ -10121,14 +10191,14 @@ Hotmart.defaultProps = {
|
|
|
10121
10191
|
size: '24'
|
|
10122
10192
|
};
|
|
10123
10193
|
|
|
10124
|
-
const _excluded$
|
|
10194
|
+
const _excluded$4C = ["color", "size"];
|
|
10125
10195
|
|
|
10126
10196
|
const Creator = props => {
|
|
10127
10197
|
const {
|
|
10128
10198
|
color,
|
|
10129
10199
|
size
|
|
10130
10200
|
} = props,
|
|
10131
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10201
|
+
otherProps = _objectWithoutProperties(props, _excluded$4C);
|
|
10132
10202
|
|
|
10133
10203
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10134
10204
|
width: size,
|
|
@@ -10152,14 +10222,14 @@ Creator.defaultProps = {
|
|
|
10152
10222
|
size: '24'
|
|
10153
10223
|
};
|
|
10154
10224
|
|
|
10155
|
-
const _excluded$
|
|
10225
|
+
const _excluded$4D = ["color", "size"];
|
|
10156
10226
|
|
|
10157
10227
|
const InstagramDmList = props => {
|
|
10158
10228
|
const {
|
|
10159
10229
|
color,
|
|
10160
10230
|
size
|
|
10161
10231
|
} = props,
|
|
10162
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10232
|
+
otherProps = _objectWithoutProperties(props, _excluded$4D);
|
|
10163
10233
|
|
|
10164
10234
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10165
10235
|
width: size,
|
|
@@ -10194,14 +10264,14 @@ InstagramDmList.defaultProps = {
|
|
|
10194
10264
|
size: '24'
|
|
10195
10265
|
};
|
|
10196
10266
|
|
|
10197
|
-
const _excluded$
|
|
10267
|
+
const _excluded$4E = ["color", "size"];
|
|
10198
10268
|
|
|
10199
10269
|
const RealEstate = props => {
|
|
10200
10270
|
const {
|
|
10201
10271
|
color,
|
|
10202
10272
|
size
|
|
10203
10273
|
} = props,
|
|
10204
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10274
|
+
otherProps = _objectWithoutProperties(props, _excluded$4E);
|
|
10205
10275
|
|
|
10206
10276
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10207
10277
|
width: size,
|
|
@@ -10225,14 +10295,14 @@ RealEstate.defaultProps = {
|
|
|
10225
10295
|
size: '24'
|
|
10226
10296
|
};
|
|
10227
10297
|
|
|
10228
|
-
const _excluded$
|
|
10298
|
+
const _excluded$4F = ["color", "size"];
|
|
10229
10299
|
|
|
10230
10300
|
const Basics = props => {
|
|
10231
10301
|
const {
|
|
10232
10302
|
color,
|
|
10233
10303
|
size
|
|
10234
10304
|
} = props,
|
|
10235
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10305
|
+
otherProps = _objectWithoutProperties(props, _excluded$4F);
|
|
10236
10306
|
|
|
10237
10307
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10238
10308
|
width: size,
|
|
@@ -10268,14 +10338,14 @@ Basics.defaultProps = {
|
|
|
10268
10338
|
size: '24'
|
|
10269
10339
|
};
|
|
10270
10340
|
|
|
10271
|
-
const _excluded$
|
|
10341
|
+
const _excluded$4G = ["color", "size"];
|
|
10272
10342
|
|
|
10273
10343
|
const Fitness = props => {
|
|
10274
10344
|
const {
|
|
10275
10345
|
color,
|
|
10276
10346
|
size
|
|
10277
10347
|
} = props,
|
|
10278
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10348
|
+
otherProps = _objectWithoutProperties(props, _excluded$4G);
|
|
10279
10349
|
|
|
10280
10350
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10281
10351
|
width: size,
|
|
@@ -10299,14 +10369,14 @@ Fitness.defaultProps = {
|
|
|
10299
10369
|
size: '24'
|
|
10300
10370
|
};
|
|
10301
10371
|
|
|
10302
|
-
const _excluded$
|
|
10372
|
+
const _excluded$4H = ["color", "size"];
|
|
10303
10373
|
|
|
10304
10374
|
const Hotel = props => {
|
|
10305
10375
|
const {
|
|
10306
10376
|
color,
|
|
10307
10377
|
size
|
|
10308
10378
|
} = props,
|
|
10309
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10379
|
+
otherProps = _objectWithoutProperties(props, _excluded$4H);
|
|
10310
10380
|
|
|
10311
10381
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10312
10382
|
width: size,
|
|
@@ -10330,14 +10400,14 @@ Hotel.defaultProps = {
|
|
|
10330
10400
|
size: '24'
|
|
10331
10401
|
};
|
|
10332
10402
|
|
|
10333
|
-
const _excluded$
|
|
10403
|
+
const _excluded$4I = ["color", "size"];
|
|
10334
10404
|
|
|
10335
10405
|
const Organization = props => {
|
|
10336
10406
|
const {
|
|
10337
10407
|
color,
|
|
10338
10408
|
size
|
|
10339
10409
|
} = props,
|
|
10340
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10410
|
+
otherProps = _objectWithoutProperties(props, _excluded$4I);
|
|
10341
10411
|
|
|
10342
10412
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10343
10413
|
width: size,
|
|
@@ -10361,14 +10431,14 @@ Organization.defaultProps = {
|
|
|
10361
10431
|
size: '24'
|
|
10362
10432
|
};
|
|
10363
10433
|
|
|
10364
|
-
const _excluded$
|
|
10434
|
+
const _excluded$4J = ["color", "size"];
|
|
10365
10435
|
|
|
10366
10436
|
const ProfessionalConsulting = props => {
|
|
10367
10437
|
const {
|
|
10368
10438
|
color,
|
|
10369
10439
|
size
|
|
10370
10440
|
} = props,
|
|
10371
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10441
|
+
otherProps = _objectWithoutProperties(props, _excluded$4J);
|
|
10372
10442
|
|
|
10373
10443
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10374
10444
|
width: size,
|
|
@@ -10392,14 +10462,14 @@ ProfessionalConsulting.defaultProps = {
|
|
|
10392
10462
|
size: '24'
|
|
10393
10463
|
};
|
|
10394
10464
|
|
|
10395
|
-
const _excluded$
|
|
10465
|
+
const _excluded$4K = ["color", "size"];
|
|
10396
10466
|
|
|
10397
10467
|
const MessengerList = props => {
|
|
10398
10468
|
const {
|
|
10399
10469
|
color,
|
|
10400
10470
|
size
|
|
10401
10471
|
} = props,
|
|
10402
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10472
|
+
otherProps = _objectWithoutProperties(props, _excluded$4K);
|
|
10403
10473
|
|
|
10404
10474
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10405
10475
|
width: size,
|
|
@@ -10429,14 +10499,14 @@ MessengerList.defaultProps = {
|
|
|
10429
10499
|
size: '24'
|
|
10430
10500
|
};
|
|
10431
10501
|
|
|
10432
|
-
const _excluded$
|
|
10502
|
+
const _excluded$4L = ["color", "size"];
|
|
10433
10503
|
|
|
10434
10504
|
const Integromat = props => {
|
|
10435
10505
|
const {
|
|
10436
10506
|
color,
|
|
10437
10507
|
size
|
|
10438
10508
|
} = props,
|
|
10439
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10509
|
+
otherProps = _objectWithoutProperties(props, _excluded$4L);
|
|
10440
10510
|
|
|
10441
10511
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10442
10512
|
width: size,
|
|
@@ -10460,14 +10530,14 @@ Integromat.defaultProps = {
|
|
|
10460
10530
|
size: '24'
|
|
10461
10531
|
};
|
|
10462
10532
|
|
|
10463
|
-
const _excluded$
|
|
10533
|
+
const _excluded$4M = ["color", "size"];
|
|
10464
10534
|
|
|
10465
10535
|
const Hubspot = props => {
|
|
10466
10536
|
const {
|
|
10467
10537
|
color,
|
|
10468
10538
|
size
|
|
10469
10539
|
} = props,
|
|
10470
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10540
|
+
otherProps = _objectWithoutProperties(props, _excluded$4M);
|
|
10471
10541
|
|
|
10472
10542
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10473
10543
|
width: size,
|
|
@@ -10491,14 +10561,14 @@ Hubspot.defaultProps = {
|
|
|
10491
10561
|
size: '24'
|
|
10492
10562
|
};
|
|
10493
10563
|
|
|
10494
|
-
const _excluded$
|
|
10564
|
+
const _excluded$4N = ["color", "size"];
|
|
10495
10565
|
|
|
10496
10566
|
const Klaviyo = props => {
|
|
10497
10567
|
const {
|
|
10498
10568
|
color,
|
|
10499
10569
|
size
|
|
10500
10570
|
} = props,
|
|
10501
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10571
|
+
otherProps = _objectWithoutProperties(props, _excluded$4N);
|
|
10502
10572
|
|
|
10503
10573
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10504
10574
|
width: size,
|
|
@@ -10546,14 +10616,14 @@ Klaviyo.defaultProps = {
|
|
|
10546
10616
|
size: '24'
|
|
10547
10617
|
};
|
|
10548
10618
|
|
|
10549
|
-
const _excluded$
|
|
10619
|
+
const _excluded$4O = ["color", "size"];
|
|
10550
10620
|
|
|
10551
10621
|
const Activecampaign = props => {
|
|
10552
10622
|
const {
|
|
10553
10623
|
color,
|
|
10554
10624
|
size
|
|
10555
10625
|
} = props,
|
|
10556
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10626
|
+
otherProps = _objectWithoutProperties(props, _excluded$4O);
|
|
10557
10627
|
|
|
10558
10628
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10559
10629
|
width: size,
|
|
@@ -10579,14 +10649,14 @@ Activecampaign.defaultProps = {
|
|
|
10579
10649
|
size: '24'
|
|
10580
10650
|
};
|
|
10581
10651
|
|
|
10582
|
-
const _excluded$
|
|
10652
|
+
const _excluded$4P = ["color", "size"];
|
|
10583
10653
|
|
|
10584
10654
|
const ChatGpt = props => {
|
|
10585
10655
|
const {
|
|
10586
10656
|
color,
|
|
10587
10657
|
size
|
|
10588
10658
|
} = props,
|
|
10589
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10659
|
+
otherProps = _objectWithoutProperties(props, _excluded$4P);
|
|
10590
10660
|
|
|
10591
10661
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10592
10662
|
width: size,
|
|
@@ -10610,14 +10680,14 @@ ChatGpt.defaultProps = {
|
|
|
10610
10680
|
size: '24'
|
|
10611
10681
|
};
|
|
10612
10682
|
|
|
10613
|
-
const _excluded$
|
|
10683
|
+
const _excluded$4Q = ["color", "size"];
|
|
10614
10684
|
|
|
10615
10685
|
const MailChimp = props => {
|
|
10616
10686
|
const {
|
|
10617
10687
|
color,
|
|
10618
10688
|
size
|
|
10619
10689
|
} = props,
|
|
10620
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10690
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Q);
|
|
10621
10691
|
|
|
10622
10692
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10623
10693
|
width: size,
|
|
@@ -10659,14 +10729,14 @@ MailChimp.defaultProps = {
|
|
|
10659
10729
|
size: '24'
|
|
10660
10730
|
};
|
|
10661
10731
|
|
|
10662
|
-
const _excluded$
|
|
10732
|
+
const _excluded$4R = ["color", "size"];
|
|
10663
10733
|
|
|
10664
10734
|
const ConvertKit = props => {
|
|
10665
10735
|
const {
|
|
10666
10736
|
color,
|
|
10667
10737
|
size
|
|
10668
10738
|
} = props,
|
|
10669
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10739
|
+
otherProps = _objectWithoutProperties(props, _excluded$4R);
|
|
10670
10740
|
|
|
10671
10741
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10672
10742
|
width: size,
|
|
@@ -10690,14 +10760,14 @@ ConvertKit.defaultProps = {
|
|
|
10690
10760
|
size: '24'
|
|
10691
10761
|
};
|
|
10692
10762
|
|
|
10693
|
-
const _excluded$
|
|
10763
|
+
const _excluded$4S = ["color", "size"];
|
|
10694
10764
|
|
|
10695
10765
|
const GoogleSheets = props => {
|
|
10696
10766
|
const {
|
|
10697
10767
|
color,
|
|
10698
10768
|
size
|
|
10699
10769
|
} = props,
|
|
10700
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10770
|
+
otherProps = _objectWithoutProperties(props, _excluded$4S);
|
|
10701
10771
|
|
|
10702
10772
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10703
10773
|
width: size,
|
|
@@ -10732,14 +10802,14 @@ GoogleSheets.defaultProps = {
|
|
|
10732
10802
|
size: '24'
|
|
10733
10803
|
};
|
|
10734
10804
|
|
|
10735
|
-
const _excluded$
|
|
10805
|
+
const _excluded$4T = ["color", "size"];
|
|
10736
10806
|
|
|
10737
10807
|
const Salesforce = props => {
|
|
10738
10808
|
const {
|
|
10739
10809
|
color,
|
|
10740
10810
|
size
|
|
10741
10811
|
} = props,
|
|
10742
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10812
|
+
otherProps = _objectWithoutProperties(props, _excluded$4T);
|
|
10743
10813
|
|
|
10744
10814
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10745
10815
|
width: size,
|
|
@@ -10772,14 +10842,14 @@ Salesforce.defaultProps = {
|
|
|
10772
10842
|
size: '24'
|
|
10773
10843
|
};
|
|
10774
10844
|
|
|
10775
|
-
const _excluded$
|
|
10845
|
+
const _excluded$4U = ["color", "size"];
|
|
10776
10846
|
|
|
10777
10847
|
const Pipedrive = props => {
|
|
10778
10848
|
const {
|
|
10779
10849
|
color,
|
|
10780
10850
|
size
|
|
10781
10851
|
} = props,
|
|
10782
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10852
|
+
otherProps = _objectWithoutProperties(props, _excluded$4U);
|
|
10783
10853
|
|
|
10784
10854
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10785
10855
|
width: size,
|
|
@@ -10806,14 +10876,14 @@ Pipedrive.defaultProps = {
|
|
|
10806
10876
|
size: '24'
|
|
10807
10877
|
};
|
|
10808
10878
|
|
|
10809
|
-
const _excluded$
|
|
10879
|
+
const _excluded$4V = ["color", "size"];
|
|
10810
10880
|
|
|
10811
10881
|
const Wiseagent = props => {
|
|
10812
10882
|
const {
|
|
10813
10883
|
color,
|
|
10814
10884
|
size
|
|
10815
10885
|
} = props,
|
|
10816
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10886
|
+
otherProps = _objectWithoutProperties(props, _excluded$4V);
|
|
10817
10887
|
|
|
10818
10888
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10819
10889
|
width: size,
|
|
@@ -10843,14 +10913,14 @@ Wiseagent.defaultProps = {
|
|
|
10843
10913
|
size: '24'
|
|
10844
10914
|
};
|
|
10845
10915
|
|
|
10846
|
-
const _excluded$
|
|
10916
|
+
const _excluded$4W = ["color", "size"];
|
|
10847
10917
|
|
|
10848
10918
|
const Flodesk = props => {
|
|
10849
10919
|
const {
|
|
10850
10920
|
color,
|
|
10851
10921
|
size
|
|
10852
10922
|
} = props,
|
|
10853
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10923
|
+
otherProps = _objectWithoutProperties(props, _excluded$4W);
|
|
10854
10924
|
|
|
10855
10925
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10856
10926
|
width: size,
|
|
@@ -10874,14 +10944,14 @@ Flodesk.defaultProps = {
|
|
|
10874
10944
|
size: '24'
|
|
10875
10945
|
};
|
|
10876
10946
|
|
|
10877
|
-
const _excluded$
|
|
10947
|
+
const _excluded$4X = ["color", "size"];
|
|
10878
10948
|
|
|
10879
10949
|
const Apptivo = props => {
|
|
10880
10950
|
const {
|
|
10881
10951
|
color,
|
|
10882
10952
|
size
|
|
10883
10953
|
} = props,
|
|
10884
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10954
|
+
otherProps = _objectWithoutProperties(props, _excluded$4X);
|
|
10885
10955
|
|
|
10886
10956
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10887
10957
|
width: size,
|
|
@@ -10908,14 +10978,14 @@ Apptivo.defaultProps = {
|
|
|
10908
10978
|
size: '24'
|
|
10909
10979
|
};
|
|
10910
10980
|
|
|
10911
|
-
const _excluded$
|
|
10981
|
+
const _excluded$4Y = ["color", "size"];
|
|
10912
10982
|
|
|
10913
10983
|
const Zillow = props => {
|
|
10914
10984
|
const {
|
|
10915
10985
|
color,
|
|
10916
10986
|
size
|
|
10917
10987
|
} = props,
|
|
10918
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10988
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Y);
|
|
10919
10989
|
|
|
10920
10990
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10921
10991
|
width: size,
|
|
@@ -10941,14 +11011,14 @@ Zillow.defaultProps = {
|
|
|
10941
11011
|
size: '24'
|
|
10942
11012
|
};
|
|
10943
11013
|
|
|
10944
|
-
const _excluded$
|
|
11014
|
+
const _excluded$4Z = ["color", "size"];
|
|
10945
11015
|
|
|
10946
11016
|
const Canva = props => {
|
|
10947
11017
|
const {
|
|
10948
11018
|
color,
|
|
10949
11019
|
size
|
|
10950
11020
|
} = props,
|
|
10951
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11021
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Z);
|
|
10952
11022
|
|
|
10953
11023
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10954
11024
|
width: size,
|
|
@@ -11043,14 +11113,14 @@ Canva.defaultProps = {
|
|
|
11043
11113
|
size: '24'
|
|
11044
11114
|
};
|
|
11045
11115
|
|
|
11046
|
-
const _excluded$
|
|
11116
|
+
const _excluded$4_ = ["color", "size"];
|
|
11047
11117
|
|
|
11048
11118
|
const Kajabi = props => {
|
|
11049
11119
|
const {
|
|
11050
11120
|
color,
|
|
11051
11121
|
size
|
|
11052
11122
|
} = props,
|
|
11053
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11123
|
+
otherProps = _objectWithoutProperties(props, _excluded$4_);
|
|
11054
11124
|
|
|
11055
11125
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11056
11126
|
width: size,
|
|
@@ -11081,14 +11151,14 @@ Kajabi.defaultProps = {
|
|
|
11081
11151
|
size: '24'
|
|
11082
11152
|
};
|
|
11083
11153
|
|
|
11084
|
-
const _excluded$
|
|
11154
|
+
const _excluded$4$ = ["color", "size"];
|
|
11085
11155
|
|
|
11086
11156
|
const Magento = props => {
|
|
11087
11157
|
const {
|
|
11088
11158
|
color,
|
|
11089
11159
|
size
|
|
11090
11160
|
} = props,
|
|
11091
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11161
|
+
otherProps = _objectWithoutProperties(props, _excluded$4$);
|
|
11092
11162
|
|
|
11093
11163
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11094
11164
|
width: size,
|
|
@@ -11112,14 +11182,14 @@ Magento.defaultProps = {
|
|
|
11112
11182
|
size: '24'
|
|
11113
11183
|
};
|
|
11114
11184
|
|
|
11115
|
-
const _excluded$
|
|
11185
|
+
const _excluded$50 = ["color", "size"];
|
|
11116
11186
|
|
|
11117
11187
|
const ArrowDownRight = props => {
|
|
11118
11188
|
const {
|
|
11119
11189
|
color,
|
|
11120
11190
|
size
|
|
11121
11191
|
} = props,
|
|
11122
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11192
|
+
otherProps = _objectWithoutProperties(props, _excluded$50);
|
|
11123
11193
|
|
|
11124
11194
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11125
11195
|
width: size,
|
|
@@ -11146,14 +11216,14 @@ ArrowDownRight.defaultProps = {
|
|
|
11146
11216
|
size: '24'
|
|
11147
11217
|
};
|
|
11148
11218
|
|
|
11149
|
-
const _excluded$
|
|
11219
|
+
const _excluded$51 = ["color", "size"];
|
|
11150
11220
|
|
|
11151
11221
|
const ReturnKey = props => {
|
|
11152
11222
|
const {
|
|
11153
11223
|
color,
|
|
11154
11224
|
size
|
|
11155
11225
|
} = props,
|
|
11156
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11226
|
+
otherProps = _objectWithoutProperties(props, _excluded$51);
|
|
11157
11227
|
|
|
11158
11228
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11159
11229
|
width: size,
|
|
@@ -11177,14 +11247,14 @@ ReturnKey.defaultProps = {
|
|
|
11177
11247
|
size: '24'
|
|
11178
11248
|
};
|
|
11179
11249
|
|
|
11180
|
-
const _excluded$
|
|
11250
|
+
const _excluded$52 = ["color", "size"];
|
|
11181
11251
|
|
|
11182
11252
|
const Unread = props => {
|
|
11183
11253
|
const {
|
|
11184
11254
|
color,
|
|
11185
11255
|
size
|
|
11186
11256
|
} = props,
|
|
11187
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11257
|
+
otherProps = _objectWithoutProperties(props, _excluded$52);
|
|
11188
11258
|
|
|
11189
11259
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11190
11260
|
width: size,
|
|
@@ -11210,14 +11280,14 @@ Unread.defaultProps = {
|
|
|
11210
11280
|
size: '24'
|
|
11211
11281
|
};
|
|
11212
11282
|
|
|
11213
|
-
const _excluded$
|
|
11283
|
+
const _excluded$53 = ["color", "size"];
|
|
11214
11284
|
|
|
11215
11285
|
const Privacy = props => {
|
|
11216
11286
|
const {
|
|
11217
11287
|
color,
|
|
11218
11288
|
size
|
|
11219
11289
|
} = props,
|
|
11220
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11290
|
+
otherProps = _objectWithoutProperties(props, _excluded$53);
|
|
11221
11291
|
|
|
11222
11292
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11223
11293
|
width: size,
|
|
@@ -11247,14 +11317,14 @@ Privacy.defaultProps = {
|
|
|
11247
11317
|
size: '24'
|
|
11248
11318
|
};
|
|
11249
11319
|
|
|
11250
|
-
const _excluded$
|
|
11320
|
+
const _excluded$54 = ["color", "size"];
|
|
11251
11321
|
|
|
11252
11322
|
const Location = props => {
|
|
11253
11323
|
const {
|
|
11254
11324
|
color,
|
|
11255
11325
|
size
|
|
11256
11326
|
} = props,
|
|
11257
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11327
|
+
otherProps = _objectWithoutProperties(props, _excluded$54);
|
|
11258
11328
|
|
|
11259
11329
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11260
11330
|
width: size,
|
|
@@ -11285,14 +11355,14 @@ Location.defaultProps = {
|
|
|
11285
11355
|
size: '24'
|
|
11286
11356
|
};
|
|
11287
11357
|
|
|
11288
|
-
const _excluded$
|
|
11358
|
+
const _excluded$55 = ["color", "size"];
|
|
11289
11359
|
|
|
11290
11360
|
const TikTok = props => {
|
|
11291
11361
|
const {
|
|
11292
11362
|
color,
|
|
11293
11363
|
size
|
|
11294
11364
|
} = props,
|
|
11295
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11365
|
+
otherProps = _objectWithoutProperties(props, _excluded$55);
|
|
11296
11366
|
|
|
11297
11367
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11298
11368
|
width: size,
|
|
@@ -11334,14 +11404,14 @@ TikTok.defaultProps = {
|
|
|
11334
11404
|
size: '24'
|
|
11335
11405
|
};
|
|
11336
11406
|
|
|
11337
|
-
const _excluded$
|
|
11407
|
+
const _excluded$56 = ["color", "size"];
|
|
11338
11408
|
|
|
11339
11409
|
const TikTokChannel = props => {
|
|
11340
11410
|
const {
|
|
11341
11411
|
color,
|
|
11342
11412
|
size
|
|
11343
11413
|
} = props,
|
|
11344
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11414
|
+
otherProps = _objectWithoutProperties(props, _excluded$56);
|
|
11345
11415
|
|
|
11346
11416
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11347
11417
|
width: size,
|
|
@@ -11382,14 +11452,14 @@ TikTokChannel.defaultProps = {
|
|
|
11382
11452
|
size: '24'
|
|
11383
11453
|
};
|
|
11384
11454
|
|
|
11385
|
-
const _excluded$
|
|
11455
|
+
const _excluded$57 = ["color", "size"];
|
|
11386
11456
|
|
|
11387
11457
|
const TikTokChannel2 = props => {
|
|
11388
11458
|
const {
|
|
11389
11459
|
color,
|
|
11390
11460
|
size
|
|
11391
11461
|
} = props,
|
|
11392
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11462
|
+
otherProps = _objectWithoutProperties(props, _excluded$57);
|
|
11393
11463
|
|
|
11394
11464
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11395
11465
|
width: size,
|
|
@@ -11401,7 +11471,7 @@ const TikTokChannel2 = props => {
|
|
|
11401
11471
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11402
11472
|
fillRule: "evenodd",
|
|
11403
11473
|
clipRule: "evenodd",
|
|
11404
|
-
d: "
|
|
11474
|
+
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",
|
|
11405
11475
|
fill: color
|
|
11406
11476
|
}));
|
|
11407
11477
|
};
|
|
@@ -11692,6 +11762,7 @@ exports.Star = Star;
|
|
|
11692
11762
|
exports.Starred = Starred;
|
|
11693
11763
|
exports.StartFlow = StartFlow;
|
|
11694
11764
|
exports.Stop = Stop;
|
|
11765
|
+
exports.Stop2 = Stop2;
|
|
11695
11766
|
exports.StopRecord = StopRecord;
|
|
11696
11767
|
exports.SystemField = SystemField;
|
|
11697
11768
|
exports.TableView = TableView;
|