@manychat/icons 4.22.0 → 4.23.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -0
- package/dist/index.es.js +135 -34
- package/dist/index.js +136 -33
- package/package.json +1 -1
- package/umd/mcicons.js +132 -33
- 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
|
|
|
@@ -9137,8 +9171,11 @@ const GuestChatChannel = props => {
|
|
|
9137
9171
|
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
9172
|
fill: "white"
|
|
9139
9173
|
}), /*#__PURE__*/React.createElement("path", {
|
|
9140
|
-
d: "
|
|
9141
|
-
|
|
9174
|
+
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",
|
|
9175
|
+
stroke: "white",
|
|
9176
|
+
strokeWidth: "0.875",
|
|
9177
|
+
strokeLinecap: "round",
|
|
9178
|
+
strokeLinejoin: "round"
|
|
9142
9179
|
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
9143
9180
|
id: "paint0_linear_GuestChatChannel_7619_1724",
|
|
9144
9181
|
x1: "4",
|
|
@@ -11148,13 +11185,44 @@ ArrowDownRight.defaultProps = {
|
|
|
11148
11185
|
|
|
11149
11186
|
const _excluded$50 = ["color", "size"];
|
|
11150
11187
|
|
|
11151
|
-
const
|
|
11188
|
+
const ReturnKey = props => {
|
|
11152
11189
|
const {
|
|
11153
11190
|
color,
|
|
11154
11191
|
size
|
|
11155
11192
|
} = props,
|
|
11156
11193
|
otherProps = _objectWithoutProperties(props, _excluded$50);
|
|
11157
11194
|
|
|
11195
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11196
|
+
width: size,
|
|
11197
|
+
height: size,
|
|
11198
|
+
viewBox: "0 0 24 24",
|
|
11199
|
+
fill: "none",
|
|
11200
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11201
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
11202
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11203
|
+
d: "M7.32484 19.1821L2.5 14.3573L7.32484 9.53242V19.1821ZM5.84652 15.2345V13.48H20.451V15.2345H5.84652ZM18.7452 15.2345V5H20.4997V15.2345H18.7452ZM14.0179 6.75449V5H20.451V6.75449H14.0179Z",
|
|
11204
|
+
fill: color
|
|
11205
|
+
}));
|
|
11206
|
+
};
|
|
11207
|
+
|
|
11208
|
+
ReturnKey.propTypes = {
|
|
11209
|
+
color: PropTypes.string,
|
|
11210
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
11211
|
+
};
|
|
11212
|
+
ReturnKey.defaultProps = {
|
|
11213
|
+
color: 'currentColor',
|
|
11214
|
+
size: '24'
|
|
11215
|
+
};
|
|
11216
|
+
|
|
11217
|
+
const _excluded$51 = ["color", "size"];
|
|
11218
|
+
|
|
11219
|
+
const Unread = props => {
|
|
11220
|
+
const {
|
|
11221
|
+
color,
|
|
11222
|
+
size
|
|
11223
|
+
} = props,
|
|
11224
|
+
otherProps = _objectWithoutProperties(props, _excluded$51);
|
|
11225
|
+
|
|
11158
11226
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11159
11227
|
width: size,
|
|
11160
11228
|
height: size,
|
|
@@ -11179,14 +11247,14 @@ Unread.defaultProps = {
|
|
|
11179
11247
|
size: '24'
|
|
11180
11248
|
};
|
|
11181
11249
|
|
|
11182
|
-
const _excluded$
|
|
11250
|
+
const _excluded$52 = ["color", "size"];
|
|
11183
11251
|
|
|
11184
11252
|
const Privacy = props => {
|
|
11185
11253
|
const {
|
|
11186
11254
|
color,
|
|
11187
11255
|
size
|
|
11188
11256
|
} = props,
|
|
11189
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11257
|
+
otherProps = _objectWithoutProperties(props, _excluded$52);
|
|
11190
11258
|
|
|
11191
11259
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11192
11260
|
width: size,
|
|
@@ -11216,14 +11284,14 @@ Privacy.defaultProps = {
|
|
|
11216
11284
|
size: '24'
|
|
11217
11285
|
};
|
|
11218
11286
|
|
|
11219
|
-
const _excluded$
|
|
11287
|
+
const _excluded$53 = ["color", "size"];
|
|
11220
11288
|
|
|
11221
11289
|
const Location = props => {
|
|
11222
11290
|
const {
|
|
11223
11291
|
color,
|
|
11224
11292
|
size
|
|
11225
11293
|
} = props,
|
|
11226
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11294
|
+
otherProps = _objectWithoutProperties(props, _excluded$53);
|
|
11227
11295
|
|
|
11228
11296
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11229
11297
|
width: size,
|
|
@@ -11254,14 +11322,14 @@ Location.defaultProps = {
|
|
|
11254
11322
|
size: '24'
|
|
11255
11323
|
};
|
|
11256
11324
|
|
|
11257
|
-
const _excluded$
|
|
11325
|
+
const _excluded$54 = ["color", "size"];
|
|
11258
11326
|
|
|
11259
11327
|
const TikTok = props => {
|
|
11260
11328
|
const {
|
|
11261
11329
|
color,
|
|
11262
11330
|
size
|
|
11263
11331
|
} = props,
|
|
11264
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11332
|
+
otherProps = _objectWithoutProperties(props, _excluded$54);
|
|
11265
11333
|
|
|
11266
11334
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11267
11335
|
width: size,
|
|
@@ -11303,14 +11371,14 @@ TikTok.defaultProps = {
|
|
|
11303
11371
|
size: '24'
|
|
11304
11372
|
};
|
|
11305
11373
|
|
|
11306
|
-
const _excluded$
|
|
11374
|
+
const _excluded$55 = ["color", "size"];
|
|
11307
11375
|
|
|
11308
11376
|
const TikTokChannel = props => {
|
|
11309
11377
|
const {
|
|
11310
11378
|
color,
|
|
11311
11379
|
size
|
|
11312
11380
|
} = props,
|
|
11313
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11381
|
+
otherProps = _objectWithoutProperties(props, _excluded$55);
|
|
11314
11382
|
|
|
11315
11383
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11316
11384
|
width: size,
|
|
@@ -11351,6 +11419,39 @@ TikTokChannel.defaultProps = {
|
|
|
11351
11419
|
size: '24'
|
|
11352
11420
|
};
|
|
11353
11421
|
|
|
11422
|
+
const _excluded$56 = ["color", "size"];
|
|
11423
|
+
|
|
11424
|
+
const TikTokChannel2 = props => {
|
|
11425
|
+
const {
|
|
11426
|
+
color,
|
|
11427
|
+
size
|
|
11428
|
+
} = props,
|
|
11429
|
+
otherProps = _objectWithoutProperties(props, _excluded$56);
|
|
11430
|
+
|
|
11431
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11432
|
+
width: size,
|
|
11433
|
+
height: size,
|
|
11434
|
+
viewBox: "0 0 24 24",
|
|
11435
|
+
fill: "none",
|
|
11436
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11437
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
11438
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11439
|
+
fillRule: "evenodd",
|
|
11440
|
+
clipRule: "evenodd",
|
|
11441
|
+
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",
|
|
11442
|
+
fill: color
|
|
11443
|
+
}));
|
|
11444
|
+
};
|
|
11445
|
+
|
|
11446
|
+
TikTokChannel2.propTypes = {
|
|
11447
|
+
color: PropTypes.string,
|
|
11448
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
11449
|
+
};
|
|
11450
|
+
TikTokChannel2.defaultProps = {
|
|
11451
|
+
color: 'currentColor',
|
|
11452
|
+
size: '24'
|
|
11453
|
+
};
|
|
11454
|
+
|
|
11354
11455
|
exports.Action = Action;
|
|
11355
11456
|
exports.ActionMarkConversationAsDone = ActionMarkConversationAsDone;
|
|
11356
11457
|
exports.Activecampaign = Activecampaign;
|
|
@@ -11595,6 +11696,7 @@ exports.RealEstate = RealEstate;
|
|
|
11595
11696
|
exports.Redo = Redo;
|
|
11596
11697
|
exports.Reels = Reels;
|
|
11597
11698
|
exports.Retry = Retry;
|
|
11699
|
+
exports.ReturnKey = ReturnKey;
|
|
11598
11700
|
exports.Rules = Rules;
|
|
11599
11701
|
exports.Salesforce = Salesforce;
|
|
11600
11702
|
exports.Search = Search;
|
|
@@ -11645,6 +11747,7 @@ exports.Tick = Tick;
|
|
|
11645
11747
|
exports.Ticket = Ticket;
|
|
11646
11748
|
exports.TikTok = TikTok;
|
|
11647
11749
|
exports.TikTokChannel = TikTokChannel;
|
|
11750
|
+
exports.TikTokChannel2 = TikTokChannel2;
|
|
11648
11751
|
exports.Time = Time;
|
|
11649
11752
|
exports.TimeAdd = TimeAdd;
|
|
11650
11753
|
exports.Transgender = Transgender;
|