@manychat/icons 4.25.0 → 4.25.2
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 +3 -3
- package/dist/index.es.js +70 -61
- package/dist/index.js +71 -62
- package/package.json +1 -1
- package/umd/mcicons.js +69 -60
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -329,12 +329,12 @@ export const Canva: Icon
|
|
|
329
329
|
export const Kajabi: Icon
|
|
330
330
|
export const Magento: Icon
|
|
331
331
|
export const ArrowDownRight: Icon
|
|
332
|
-
export const ReturnKey: Icon
|
|
333
332
|
export const Unread: Icon
|
|
334
333
|
export const Privacy: Icon
|
|
335
334
|
export const Location: Icon
|
|
336
335
|
export const TikTok: Icon
|
|
337
336
|
export const TikTokChannel: Icon
|
|
338
337
|
export const TikTokChannel2: Icon
|
|
339
|
-
export const
|
|
340
|
-
export const
|
|
338
|
+
export const AutomationsPausedFilled: Icon
|
|
339
|
+
export const AutomationsStoppedFilled: Icon
|
|
340
|
+
export const ReturnKey: Icon
|
package/dist/index.es.js
CHANGED
|
@@ -2506,9 +2506,10 @@ const Calendar = props => {
|
|
|
2506
2506
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2507
2507
|
preserveAspectRatio: "xMidYMid meet"
|
|
2508
2508
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2509
|
+
fillRule: "evenodd",
|
|
2510
|
+
clipRule: "evenodd",
|
|
2511
|
+
d: "M6.37561 4.0051V2H7.87561V4.0051H16.2249V2H17.7249V4.0051H22.0465V21.9337H2.05408V4.0051H6.37561ZM6.37561 5.5051H3.55408V20.4337H20.5465V5.5051H17.7249V6.28571H16.2249V5.5051H7.87561V6.28571H6.37561V5.5051ZM10.4423 7.88266H13.5578V9.38266H10.4423V7.88266ZM15.4673 7.88266H18.5829V9.38266H15.4673V7.88266ZM5.51758 12.2704H8.63316V13.7704H5.51758V12.2704ZM10.4423 12.2704H13.5578V13.7704H10.4423V12.2704ZM15.4673 12.2704H18.5829V13.7704H15.4673V12.2704ZM5.51758 16.5561H8.63316V18.0561H5.51758V16.5561ZM10.4423 16.5561H13.5578V18.0561H10.4423V16.5561ZM15.4673 16.5561H18.5829V18.0561H15.4673V16.5561Z",
|
|
2512
|
+
fill: color
|
|
2512
2513
|
}));
|
|
2513
2514
|
};
|
|
2514
2515
|
|
|
@@ -9998,14 +9999,22 @@ const Ai = props => {
|
|
|
9998
9999
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9999
10000
|
preserveAspectRatio: "xMidYMid meet"
|
|
10000
10001
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10001
|
-
|
|
10002
|
-
clipRule: "evenodd",
|
|
10003
|
-
d: "M22 6.47856C19.73 6.1718 17.8282 4.26995 17.5214 2H17.3987C17.092 4.26995 15.1288 6.1718 12.9202 6.47856V6.60126C15.1901 6.90801 17.092 8.87121 17.3987 11.0798H17.5214C17.8282 8.80986 19.7914 6.90801 22 6.60126V6.47856ZM17.4601 5.00615C17.8895 5.61965 18.4417 6.11046 18.9939 6.53991C18.3804 6.96936 17.8895 7.52151 17.4601 8.07366C17.0306 7.46016 16.4785 6.96936 15.9263 6.53991C16.4785 6.11046 17.0306 5.61965 17.4601 5.00615Z",
|
|
10002
|
+
d: "M11.5344 14.8908C12.1074 15.2367 12.7418 15.4096 13.4376 15.4096C14.1333 15.4096 14.7643 15.2367 15.3305 14.8908C15.9035 14.5378 16.3605 14.0684 16.7016 13.4825C17.0427 12.8896 17.2132 12.2296 17.2132 11.5025C17.2132 10.7825 17.0427 10.1296 16.7016 9.54373C16.3605 8.95078 15.9035 8.47784 15.3305 8.1249C14.7643 7.77196 14.1333 7.59549 13.4376 7.59549C12.7418 7.59549 12.1074 7.77196 11.5344 8.1249C10.9682 8.47784 10.5146 8.95078 10.1735 9.54373C9.83245 10.1296 9.66191 10.7825 9.66191 11.5025C9.66191 12.2296 9.83245 12.8896 10.1735 13.4825C10.5146 14.0684 10.9682 14.5378 11.5344 14.8908Z",
|
|
10004
10003
|
fill: color
|
|
10005
10004
|
}), /*#__PURE__*/React.createElement("path", {
|
|
10006
|
-
|
|
10007
|
-
|
|
10008
|
-
|
|
10005
|
+
d: "M2.55059 12.5084C2.95988 12.7555 3.4135 12.879 3.91146 12.879C4.4026 12.879 4.85282 12.752 5.2621 12.4978C5.67139 12.2437 5.99881 11.9049 6.24439 11.4814C6.48996 11.0578 6.61274 10.5884 6.61274 10.0731C6.61274 9.5649 6.48996 9.09902 6.24439 8.67549C5.99881 8.25196 5.67139 7.91667 5.2621 7.66961C4.85282 7.41549 4.4026 7.28843 3.91146 7.28843C3.4135 7.28843 2.95988 7.41549 2.55059 7.66961C2.14131 7.91667 1.81388 8.25196 1.56831 8.67549C1.32274 9.09902 1.19995 9.5649 1.19995 10.0731C1.19995 10.5884 1.32274 11.0614 1.56831 11.492C1.81388 11.9155 2.14131 12.2543 2.55059 12.5084Z",
|
|
10006
|
+
fill: color
|
|
10007
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10008
|
+
d: "M6.4388 22.0484C6.88219 22.3237 7.36992 22.4614 7.90199 22.4614C8.43406 22.4614 8.91838 22.3237 9.35495 22.0484C9.79152 21.7802 10.1394 21.4167 10.3986 20.9578C10.6647 20.499 10.7977 19.9943 10.7977 19.4437C10.7977 18.8931 10.6647 18.392 10.3986 17.9402C10.1394 17.4884 9.79152 17.1284 9.35495 16.8602C8.91838 16.5849 8.43406 16.4473 7.90199 16.4473C7.36992 16.4473 6.88219 16.5849 6.4388 16.8602C5.9954 17.1284 5.64069 17.4884 5.37466 17.9402C5.11544 18.392 4.98583 18.8931 4.98583 19.4437C4.98583 19.9943 5.11544 20.499 5.37466 20.9578C5.64069 21.4167 5.9954 21.7802 6.4388 22.0484Z",
|
|
10009
|
+
fill: color
|
|
10010
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10011
|
+
d: "M18.7276 22.6837C18.8094 22.7614 18.9117 22.8002 19.0345 22.8002C19.1437 22.8002 19.2392 22.7614 19.321 22.6837C19.4029 22.6131 19.4506 22.5178 19.4643 22.3978C19.5461 21.7625 19.6246 21.2684 19.6996 20.9155C19.7815 20.5625 19.9077 20.2978 20.0782 20.1214C20.2556 19.9449 20.525 19.8037 20.8865 19.6978C21.2481 19.599 21.7563 19.4861 22.4111 19.359C22.5271 19.3378 22.6192 19.2884 22.6874 19.2108C22.7624 19.1261 22.8 19.0273 22.8 18.9143C22.8 18.7943 22.7624 18.6955 22.6874 18.6178C22.6124 18.5402 22.5169 18.4908 22.4009 18.4696C21.7597 18.3778 21.2583 18.2896 20.8968 18.2049C20.5352 18.1131 20.2658 17.9755 20.0884 17.792C19.9111 17.6084 19.7815 17.3331 19.6996 16.9661C19.6246 16.599 19.5461 16.0908 19.4643 15.4414C19.4506 15.3214 19.4029 15.2225 19.321 15.1449C19.246 15.0673 19.1505 15.0284 19.0345 15.0284C18.9117 15.0284 18.8094 15.0708 18.7276 15.1555C18.6525 15.2331 18.6116 15.332 18.6048 15.452C18.5297 16.0873 18.4513 16.5814 18.3694 16.9343C18.2944 17.2873 18.1648 17.552 17.9806 17.7284C17.8033 17.9049 17.5304 18.0425 17.1621 18.1414C16.8005 18.2331 16.2957 18.3426 15.6477 18.4696C15.5317 18.4908 15.4396 18.5437 15.3714 18.6284C15.3032 18.7131 15.2691 18.8084 15.2691 18.9143C15.2691 19.0343 15.3066 19.1331 15.3817 19.2108C15.4567 19.2884 15.559 19.3378 15.6886 19.359C16.3298 19.4649 16.8278 19.5637 17.1825 19.6555C17.5441 19.7543 17.8135 19.8955 17.9909 20.079C18.1682 20.2625 18.2944 20.5308 18.3694 20.8837C18.4513 21.2437 18.5297 21.7414 18.6048 22.3767C18.6116 22.5037 18.6525 22.6061 18.7276 22.6837Z",
|
|
10012
|
+
fill: color
|
|
10013
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10014
|
+
d: "M7.69735 6.92843C7.75874 6.9849 7.83377 7.01314 7.92245 7.01314C8.01113 7.01314 8.08617 6.9849 8.14756 6.92843C8.20895 6.87196 8.24988 6.79784 8.27034 6.70608C8.35902 6.22608 8.43406 5.85549 8.49545 5.59431C8.56367 5.32608 8.65916 5.12843 8.78195 5.00137C8.90474 4.87431 9.09232 4.77902 9.34472 4.71549C9.60393 4.6449 9.96547 4.5602 10.4293 4.46137C10.5248 4.44725 10.5999 4.40843 10.6544 4.3449C10.709 4.27431 10.7363 4.19314 10.7363 4.10137C10.7363 4.01667 10.709 3.94255 10.6544 3.87902C10.5999 3.80843 10.5248 3.76608 10.4293 3.75196C9.96547 3.65314 9.60393 3.57196 9.34472 3.50843C9.09232 3.43784 8.90474 3.33902 8.78195 3.21196C8.65916 3.07784 8.56367 2.8802 8.49545 2.61902C8.43406 2.35784 8.35902 1.98725 8.27034 1.50725C8.24988 1.41549 8.20895 1.34137 8.14756 1.2849C8.08617 1.22843 8.01113 1.2002 7.92245 1.2002C7.83377 1.2002 7.75874 1.22843 7.69735 1.2849C7.63595 1.34137 7.59503 1.41549 7.57456 1.50725C7.4927 1.98725 7.41767 2.35784 7.34945 2.61902C7.28124 2.8802 7.18574 3.07784 7.06295 3.21196C6.94017 3.33902 6.74917 3.43784 6.48996 3.50843C6.23756 3.57196 5.87944 3.65314 5.41558 3.75196C5.32008 3.76608 5.24505 3.80843 5.19048 3.87902C5.13591 3.94255 5.10862 4.01667 5.10862 4.10137C5.10862 4.19314 5.13591 4.27431 5.19048 4.3449C5.24505 4.40843 5.32008 4.44725 5.41558 4.46137C5.87944 4.5602 6.23756 4.6449 6.48996 4.71549C6.74917 4.77902 6.94017 4.87431 7.06295 5.00137C7.18574 5.12843 7.28124 5.32608 7.34945 5.59431C7.41767 5.85549 7.4927 6.22608 7.57456 6.70608C7.59503 6.79784 7.63595 6.87196 7.69735 6.92843Z",
|
|
10015
|
+
fill: color
|
|
10016
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10017
|
+
d: "M21.8586 9.68137C22.2133 8.98255 22.3907 8.21667 22.3907 7.38372C22.3907 6.46608 22.1724 5.62961 21.7358 4.87431C21.2992 4.11196 20.7126 3.5049 19.9759 3.05314C19.246 2.60137 18.4342 2.37549 17.5406 2.37549C16.763 2.37549 16.0399 2.55196 15.3714 2.9049C14.7098 3.25784 14.1538 3.74137 13.7036 4.35549C13.2534 4.96255 12.9567 5.64725 12.8134 6.40961C12.9908 6.38137 13.1988 6.36725 13.4376 6.36725C14.1265 6.36725 14.7677 6.50137 15.3612 6.76961C15.9615 7.03078 16.4901 7.39784 16.9472 7.87078C17.4042 8.34372 17.7589 8.89078 18.0113 9.51196C18.2705 10.1331 18.4001 10.7967 18.4001 11.5025C18.4001 11.6437 18.3933 11.7814 18.3797 11.9155C18.3729 12.0496 18.3592 12.1802 18.3387 12.3073C19.1027 12.1802 19.7917 11.8873 20.4056 11.4284C21.0196 10.9625 21.5039 10.3802 21.8586 9.68137Z",
|
|
10009
10018
|
fill: color
|
|
10010
10019
|
}));
|
|
10011
10020
|
};
|
|
@@ -11212,43 +11221,12 @@ ArrowDownRight.defaultProps = {
|
|
|
11212
11221
|
|
|
11213
11222
|
const _excluded$51 = ["color", "size"];
|
|
11214
11223
|
|
|
11215
|
-
const ReturnKey = props => {
|
|
11216
|
-
const {
|
|
11217
|
-
color,
|
|
11218
|
-
size
|
|
11219
|
-
} = props,
|
|
11220
|
-
otherProps = _objectWithoutProperties(props, _excluded$51);
|
|
11221
|
-
|
|
11222
|
-
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11223
|
-
width: size,
|
|
11224
|
-
height: size,
|
|
11225
|
-
viewBox: "0 0 24 24",
|
|
11226
|
-
fill: "none",
|
|
11227
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
11228
|
-
preserveAspectRatio: "xMidYMid meet"
|
|
11229
|
-
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11230
|
-
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",
|
|
11231
|
-
fill: color
|
|
11232
|
-
}));
|
|
11233
|
-
};
|
|
11234
|
-
|
|
11235
|
-
ReturnKey.propTypes = {
|
|
11236
|
-
color: PropTypes.string,
|
|
11237
|
-
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
11238
|
-
};
|
|
11239
|
-
ReturnKey.defaultProps = {
|
|
11240
|
-
color: 'currentColor',
|
|
11241
|
-
size: '24'
|
|
11242
|
-
};
|
|
11243
|
-
|
|
11244
|
-
const _excluded$52 = ["color", "size"];
|
|
11245
|
-
|
|
11246
11224
|
const Unread = props => {
|
|
11247
11225
|
const {
|
|
11248
11226
|
color,
|
|
11249
11227
|
size
|
|
11250
11228
|
} = props,
|
|
11251
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11229
|
+
otherProps = _objectWithoutProperties(props, _excluded$51);
|
|
11252
11230
|
|
|
11253
11231
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11254
11232
|
width: size,
|
|
@@ -11274,14 +11252,14 @@ Unread.defaultProps = {
|
|
|
11274
11252
|
size: '24'
|
|
11275
11253
|
};
|
|
11276
11254
|
|
|
11277
|
-
const _excluded$
|
|
11255
|
+
const _excluded$52 = ["color", "size"];
|
|
11278
11256
|
|
|
11279
11257
|
const Privacy = props => {
|
|
11280
11258
|
const {
|
|
11281
11259
|
color,
|
|
11282
11260
|
size
|
|
11283
11261
|
} = props,
|
|
11284
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11262
|
+
otherProps = _objectWithoutProperties(props, _excluded$52);
|
|
11285
11263
|
|
|
11286
11264
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11287
11265
|
width: size,
|
|
@@ -11311,14 +11289,14 @@ Privacy.defaultProps = {
|
|
|
11311
11289
|
size: '24'
|
|
11312
11290
|
};
|
|
11313
11291
|
|
|
11314
|
-
const _excluded$
|
|
11292
|
+
const _excluded$53 = ["color", "size"];
|
|
11315
11293
|
|
|
11316
11294
|
const Location = props => {
|
|
11317
11295
|
const {
|
|
11318
11296
|
color,
|
|
11319
11297
|
size
|
|
11320
11298
|
} = props,
|
|
11321
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11299
|
+
otherProps = _objectWithoutProperties(props, _excluded$53);
|
|
11322
11300
|
|
|
11323
11301
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11324
11302
|
width: size,
|
|
@@ -11349,14 +11327,14 @@ Location.defaultProps = {
|
|
|
11349
11327
|
size: '24'
|
|
11350
11328
|
};
|
|
11351
11329
|
|
|
11352
|
-
const _excluded$
|
|
11330
|
+
const _excluded$54 = ["color", "size"];
|
|
11353
11331
|
|
|
11354
11332
|
const TikTok = props => {
|
|
11355
11333
|
const {
|
|
11356
11334
|
color,
|
|
11357
11335
|
size
|
|
11358
11336
|
} = props,
|
|
11359
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11337
|
+
otherProps = _objectWithoutProperties(props, _excluded$54);
|
|
11360
11338
|
|
|
11361
11339
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11362
11340
|
width: size,
|
|
@@ -11398,14 +11376,14 @@ TikTok.defaultProps = {
|
|
|
11398
11376
|
size: '24'
|
|
11399
11377
|
};
|
|
11400
11378
|
|
|
11401
|
-
const _excluded$
|
|
11379
|
+
const _excluded$55 = ["color", "size"];
|
|
11402
11380
|
|
|
11403
11381
|
const TikTokChannel = props => {
|
|
11404
11382
|
const {
|
|
11405
11383
|
color,
|
|
11406
11384
|
size
|
|
11407
11385
|
} = props,
|
|
11408
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11386
|
+
otherProps = _objectWithoutProperties(props, _excluded$55);
|
|
11409
11387
|
|
|
11410
11388
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11411
11389
|
width: size,
|
|
@@ -11446,14 +11424,14 @@ TikTokChannel.defaultProps = {
|
|
|
11446
11424
|
size: '24'
|
|
11447
11425
|
};
|
|
11448
11426
|
|
|
11449
|
-
const _excluded$
|
|
11427
|
+
const _excluded$56 = ["color", "size"];
|
|
11450
11428
|
|
|
11451
11429
|
const TikTokChannel2 = props => {
|
|
11452
11430
|
const {
|
|
11453
11431
|
color,
|
|
11454
11432
|
size
|
|
11455
11433
|
} = props,
|
|
11456
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11434
|
+
otherProps = _objectWithoutProperties(props, _excluded$56);
|
|
11457
11435
|
|
|
11458
11436
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11459
11437
|
width: size,
|
|
@@ -11479,14 +11457,14 @@ TikTokChannel2.defaultProps = {
|
|
|
11479
11457
|
size: '24'
|
|
11480
11458
|
};
|
|
11481
11459
|
|
|
11482
|
-
const _excluded$
|
|
11460
|
+
const _excluded$57 = ["color", "size"];
|
|
11483
11461
|
|
|
11484
|
-
const
|
|
11462
|
+
const AutomationsPausedFilled = props => {
|
|
11485
11463
|
const {
|
|
11486
11464
|
color,
|
|
11487
11465
|
size
|
|
11488
11466
|
} = props,
|
|
11489
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11467
|
+
otherProps = _objectWithoutProperties(props, _excluded$57);
|
|
11490
11468
|
|
|
11491
11469
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11492
11470
|
width: size,
|
|
@@ -11504,18 +11482,49 @@ const PauseSmall = props => {
|
|
|
11504
11482
|
}));
|
|
11505
11483
|
};
|
|
11506
11484
|
|
|
11507
|
-
|
|
11485
|
+
AutomationsPausedFilled.propTypes = {
|
|
11508
11486
|
color: PropTypes.string,
|
|
11509
11487
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
11510
11488
|
};
|
|
11511
|
-
|
|
11489
|
+
AutomationsPausedFilled.defaultProps = {
|
|
11490
|
+
color: 'currentColor',
|
|
11491
|
+
size: '24'
|
|
11492
|
+
};
|
|
11493
|
+
|
|
11494
|
+
const _excluded$58 = ["color", "size"];
|
|
11495
|
+
|
|
11496
|
+
const AutomationsStoppedFilled = props => {
|
|
11497
|
+
const {
|
|
11498
|
+
color,
|
|
11499
|
+
size
|
|
11500
|
+
} = props,
|
|
11501
|
+
otherProps = _objectWithoutProperties(props, _excluded$58);
|
|
11502
|
+
|
|
11503
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11504
|
+
width: size,
|
|
11505
|
+
height: size,
|
|
11506
|
+
viewBox: "0 0 24 24",
|
|
11507
|
+
fill: "none",
|
|
11508
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11509
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
11510
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11511
|
+
d: "M3 3H21V21H3V3Z",
|
|
11512
|
+
fill: color
|
|
11513
|
+
}));
|
|
11514
|
+
};
|
|
11515
|
+
|
|
11516
|
+
AutomationsStoppedFilled.propTypes = {
|
|
11517
|
+
color: PropTypes.string,
|
|
11518
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
11519
|
+
};
|
|
11520
|
+
AutomationsStoppedFilled.defaultProps = {
|
|
11512
11521
|
color: 'currentColor',
|
|
11513
11522
|
size: '24'
|
|
11514
11523
|
};
|
|
11515
11524
|
|
|
11516
11525
|
const _excluded$59 = ["color", "size"];
|
|
11517
11526
|
|
|
11518
|
-
const
|
|
11527
|
+
const ReturnKey = props => {
|
|
11519
11528
|
const {
|
|
11520
11529
|
color,
|
|
11521
11530
|
size
|
|
@@ -11530,18 +11539,18 @@ const StopSmall = props => {
|
|
|
11530
11539
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11531
11540
|
preserveAspectRatio: "xMidYMid meet"
|
|
11532
11541
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11533
|
-
d: "
|
|
11542
|
+
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",
|
|
11534
11543
|
fill: color
|
|
11535
11544
|
}));
|
|
11536
11545
|
};
|
|
11537
11546
|
|
|
11538
|
-
|
|
11547
|
+
ReturnKey.propTypes = {
|
|
11539
11548
|
color: PropTypes.string,
|
|
11540
11549
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
11541
11550
|
};
|
|
11542
|
-
|
|
11551
|
+
ReturnKey.defaultProps = {
|
|
11543
11552
|
color: 'currentColor',
|
|
11544
11553
|
size: '24'
|
|
11545
11554
|
};
|
|
11546
11555
|
|
|
11547
|
-
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,
|
|
11556
|
+
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, AutomationsPausedFilled, AutomationsStoppedFilled, 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 };
|
package/dist/index.js
CHANGED
|
@@ -2512,9 +2512,10 @@ const Calendar = props => {
|
|
|
2512
2512
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2513
2513
|
preserveAspectRatio: "xMidYMid meet"
|
|
2514
2514
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2515
|
+
fillRule: "evenodd",
|
|
2516
|
+
clipRule: "evenodd",
|
|
2517
|
+
d: "M6.37561 4.0051V2H7.87561V4.0051H16.2249V2H17.7249V4.0051H22.0465V21.9337H2.05408V4.0051H6.37561ZM6.37561 5.5051H3.55408V20.4337H20.5465V5.5051H17.7249V6.28571H16.2249V5.5051H7.87561V6.28571H6.37561V5.5051ZM10.4423 7.88266H13.5578V9.38266H10.4423V7.88266ZM15.4673 7.88266H18.5829V9.38266H15.4673V7.88266ZM5.51758 12.2704H8.63316V13.7704H5.51758V12.2704ZM10.4423 12.2704H13.5578V13.7704H10.4423V12.2704ZM15.4673 12.2704H18.5829V13.7704H15.4673V12.2704ZM5.51758 16.5561H8.63316V18.0561H5.51758V16.5561ZM10.4423 16.5561H13.5578V18.0561H10.4423V16.5561ZM15.4673 16.5561H18.5829V18.0561H15.4673V16.5561Z",
|
|
2518
|
+
fill: color
|
|
2518
2519
|
}));
|
|
2519
2520
|
};
|
|
2520
2521
|
|
|
@@ -10004,14 +10005,22 @@ const Ai = props => {
|
|
|
10004
10005
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10005
10006
|
preserveAspectRatio: "xMidYMid meet"
|
|
10006
10007
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10007
|
-
|
|
10008
|
-
clipRule: "evenodd",
|
|
10009
|
-
d: "M22 6.47856C19.73 6.1718 17.8282 4.26995 17.5214 2H17.3987C17.092 4.26995 15.1288 6.1718 12.9202 6.47856V6.60126C15.1901 6.90801 17.092 8.87121 17.3987 11.0798H17.5214C17.8282 8.80986 19.7914 6.90801 22 6.60126V6.47856ZM17.4601 5.00615C17.8895 5.61965 18.4417 6.11046 18.9939 6.53991C18.3804 6.96936 17.8895 7.52151 17.4601 8.07366C17.0306 7.46016 16.4785 6.96936 15.9263 6.53991C16.4785 6.11046 17.0306 5.61965 17.4601 5.00615Z",
|
|
10008
|
+
d: "M11.5344 14.8908C12.1074 15.2367 12.7418 15.4096 13.4376 15.4096C14.1333 15.4096 14.7643 15.2367 15.3305 14.8908C15.9035 14.5378 16.3605 14.0684 16.7016 13.4825C17.0427 12.8896 17.2132 12.2296 17.2132 11.5025C17.2132 10.7825 17.0427 10.1296 16.7016 9.54373C16.3605 8.95078 15.9035 8.47784 15.3305 8.1249C14.7643 7.77196 14.1333 7.59549 13.4376 7.59549C12.7418 7.59549 12.1074 7.77196 11.5344 8.1249C10.9682 8.47784 10.5146 8.95078 10.1735 9.54373C9.83245 10.1296 9.66191 10.7825 9.66191 11.5025C9.66191 12.2296 9.83245 12.8896 10.1735 13.4825C10.5146 14.0684 10.9682 14.5378 11.5344 14.8908Z",
|
|
10010
10009
|
fill: color
|
|
10011
10010
|
}), /*#__PURE__*/React.createElement("path", {
|
|
10012
|
-
|
|
10013
|
-
|
|
10014
|
-
|
|
10011
|
+
d: "M2.55059 12.5084C2.95988 12.7555 3.4135 12.879 3.91146 12.879C4.4026 12.879 4.85282 12.752 5.2621 12.4978C5.67139 12.2437 5.99881 11.9049 6.24439 11.4814C6.48996 11.0578 6.61274 10.5884 6.61274 10.0731C6.61274 9.5649 6.48996 9.09902 6.24439 8.67549C5.99881 8.25196 5.67139 7.91667 5.2621 7.66961C4.85282 7.41549 4.4026 7.28843 3.91146 7.28843C3.4135 7.28843 2.95988 7.41549 2.55059 7.66961C2.14131 7.91667 1.81388 8.25196 1.56831 8.67549C1.32274 9.09902 1.19995 9.5649 1.19995 10.0731C1.19995 10.5884 1.32274 11.0614 1.56831 11.492C1.81388 11.9155 2.14131 12.2543 2.55059 12.5084Z",
|
|
10012
|
+
fill: color
|
|
10013
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10014
|
+
d: "M6.4388 22.0484C6.88219 22.3237 7.36992 22.4614 7.90199 22.4614C8.43406 22.4614 8.91838 22.3237 9.35495 22.0484C9.79152 21.7802 10.1394 21.4167 10.3986 20.9578C10.6647 20.499 10.7977 19.9943 10.7977 19.4437C10.7977 18.8931 10.6647 18.392 10.3986 17.9402C10.1394 17.4884 9.79152 17.1284 9.35495 16.8602C8.91838 16.5849 8.43406 16.4473 7.90199 16.4473C7.36992 16.4473 6.88219 16.5849 6.4388 16.8602C5.9954 17.1284 5.64069 17.4884 5.37466 17.9402C5.11544 18.392 4.98583 18.8931 4.98583 19.4437C4.98583 19.9943 5.11544 20.499 5.37466 20.9578C5.64069 21.4167 5.9954 21.7802 6.4388 22.0484Z",
|
|
10015
|
+
fill: color
|
|
10016
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10017
|
+
d: "M18.7276 22.6837C18.8094 22.7614 18.9117 22.8002 19.0345 22.8002C19.1437 22.8002 19.2392 22.7614 19.321 22.6837C19.4029 22.6131 19.4506 22.5178 19.4643 22.3978C19.5461 21.7625 19.6246 21.2684 19.6996 20.9155C19.7815 20.5625 19.9077 20.2978 20.0782 20.1214C20.2556 19.9449 20.525 19.8037 20.8865 19.6978C21.2481 19.599 21.7563 19.4861 22.4111 19.359C22.5271 19.3378 22.6192 19.2884 22.6874 19.2108C22.7624 19.1261 22.8 19.0273 22.8 18.9143C22.8 18.7943 22.7624 18.6955 22.6874 18.6178C22.6124 18.5402 22.5169 18.4908 22.4009 18.4696C21.7597 18.3778 21.2583 18.2896 20.8968 18.2049C20.5352 18.1131 20.2658 17.9755 20.0884 17.792C19.9111 17.6084 19.7815 17.3331 19.6996 16.9661C19.6246 16.599 19.5461 16.0908 19.4643 15.4414C19.4506 15.3214 19.4029 15.2225 19.321 15.1449C19.246 15.0673 19.1505 15.0284 19.0345 15.0284C18.9117 15.0284 18.8094 15.0708 18.7276 15.1555C18.6525 15.2331 18.6116 15.332 18.6048 15.452C18.5297 16.0873 18.4513 16.5814 18.3694 16.9343C18.2944 17.2873 18.1648 17.552 17.9806 17.7284C17.8033 17.9049 17.5304 18.0425 17.1621 18.1414C16.8005 18.2331 16.2957 18.3426 15.6477 18.4696C15.5317 18.4908 15.4396 18.5437 15.3714 18.6284C15.3032 18.7131 15.2691 18.8084 15.2691 18.9143C15.2691 19.0343 15.3066 19.1331 15.3817 19.2108C15.4567 19.2884 15.559 19.3378 15.6886 19.359C16.3298 19.4649 16.8278 19.5637 17.1825 19.6555C17.5441 19.7543 17.8135 19.8955 17.9909 20.079C18.1682 20.2625 18.2944 20.5308 18.3694 20.8837C18.4513 21.2437 18.5297 21.7414 18.6048 22.3767C18.6116 22.5037 18.6525 22.6061 18.7276 22.6837Z",
|
|
10018
|
+
fill: color
|
|
10019
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10020
|
+
d: "M7.69735 6.92843C7.75874 6.9849 7.83377 7.01314 7.92245 7.01314C8.01113 7.01314 8.08617 6.9849 8.14756 6.92843C8.20895 6.87196 8.24988 6.79784 8.27034 6.70608C8.35902 6.22608 8.43406 5.85549 8.49545 5.59431C8.56367 5.32608 8.65916 5.12843 8.78195 5.00137C8.90474 4.87431 9.09232 4.77902 9.34472 4.71549C9.60393 4.6449 9.96547 4.5602 10.4293 4.46137C10.5248 4.44725 10.5999 4.40843 10.6544 4.3449C10.709 4.27431 10.7363 4.19314 10.7363 4.10137C10.7363 4.01667 10.709 3.94255 10.6544 3.87902C10.5999 3.80843 10.5248 3.76608 10.4293 3.75196C9.96547 3.65314 9.60393 3.57196 9.34472 3.50843C9.09232 3.43784 8.90474 3.33902 8.78195 3.21196C8.65916 3.07784 8.56367 2.8802 8.49545 2.61902C8.43406 2.35784 8.35902 1.98725 8.27034 1.50725C8.24988 1.41549 8.20895 1.34137 8.14756 1.2849C8.08617 1.22843 8.01113 1.2002 7.92245 1.2002C7.83377 1.2002 7.75874 1.22843 7.69735 1.2849C7.63595 1.34137 7.59503 1.41549 7.57456 1.50725C7.4927 1.98725 7.41767 2.35784 7.34945 2.61902C7.28124 2.8802 7.18574 3.07784 7.06295 3.21196C6.94017 3.33902 6.74917 3.43784 6.48996 3.50843C6.23756 3.57196 5.87944 3.65314 5.41558 3.75196C5.32008 3.76608 5.24505 3.80843 5.19048 3.87902C5.13591 3.94255 5.10862 4.01667 5.10862 4.10137C5.10862 4.19314 5.13591 4.27431 5.19048 4.3449C5.24505 4.40843 5.32008 4.44725 5.41558 4.46137C5.87944 4.5602 6.23756 4.6449 6.48996 4.71549C6.74917 4.77902 6.94017 4.87431 7.06295 5.00137C7.18574 5.12843 7.28124 5.32608 7.34945 5.59431C7.41767 5.85549 7.4927 6.22608 7.57456 6.70608C7.59503 6.79784 7.63595 6.87196 7.69735 6.92843Z",
|
|
10021
|
+
fill: color
|
|
10022
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10023
|
+
d: "M21.8586 9.68137C22.2133 8.98255 22.3907 8.21667 22.3907 7.38372C22.3907 6.46608 22.1724 5.62961 21.7358 4.87431C21.2992 4.11196 20.7126 3.5049 19.9759 3.05314C19.246 2.60137 18.4342 2.37549 17.5406 2.37549C16.763 2.37549 16.0399 2.55196 15.3714 2.9049C14.7098 3.25784 14.1538 3.74137 13.7036 4.35549C13.2534 4.96255 12.9567 5.64725 12.8134 6.40961C12.9908 6.38137 13.1988 6.36725 13.4376 6.36725C14.1265 6.36725 14.7677 6.50137 15.3612 6.76961C15.9615 7.03078 16.4901 7.39784 16.9472 7.87078C17.4042 8.34372 17.7589 8.89078 18.0113 9.51196C18.2705 10.1331 18.4001 10.7967 18.4001 11.5025C18.4001 11.6437 18.3933 11.7814 18.3797 11.9155C18.3729 12.0496 18.3592 12.1802 18.3387 12.3073C19.1027 12.1802 19.7917 11.8873 20.4056 11.4284C21.0196 10.9625 21.5039 10.3802 21.8586 9.68137Z",
|
|
10015
10024
|
fill: color
|
|
10016
10025
|
}));
|
|
10017
10026
|
};
|
|
@@ -11218,43 +11227,12 @@ ArrowDownRight.defaultProps = {
|
|
|
11218
11227
|
|
|
11219
11228
|
const _excluded$51 = ["color", "size"];
|
|
11220
11229
|
|
|
11221
|
-
const ReturnKey = props => {
|
|
11222
|
-
const {
|
|
11223
|
-
color,
|
|
11224
|
-
size
|
|
11225
|
-
} = props,
|
|
11226
|
-
otherProps = _objectWithoutProperties(props, _excluded$51);
|
|
11227
|
-
|
|
11228
|
-
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11229
|
-
width: size,
|
|
11230
|
-
height: size,
|
|
11231
|
-
viewBox: "0 0 24 24",
|
|
11232
|
-
fill: "none",
|
|
11233
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
11234
|
-
preserveAspectRatio: "xMidYMid meet"
|
|
11235
|
-
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11236
|
-
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",
|
|
11237
|
-
fill: color
|
|
11238
|
-
}));
|
|
11239
|
-
};
|
|
11240
|
-
|
|
11241
|
-
ReturnKey.propTypes = {
|
|
11242
|
-
color: PropTypes.string,
|
|
11243
|
-
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
11244
|
-
};
|
|
11245
|
-
ReturnKey.defaultProps = {
|
|
11246
|
-
color: 'currentColor',
|
|
11247
|
-
size: '24'
|
|
11248
|
-
};
|
|
11249
|
-
|
|
11250
|
-
const _excluded$52 = ["color", "size"];
|
|
11251
|
-
|
|
11252
11230
|
const Unread = props => {
|
|
11253
11231
|
const {
|
|
11254
11232
|
color,
|
|
11255
11233
|
size
|
|
11256
11234
|
} = props,
|
|
11257
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11235
|
+
otherProps = _objectWithoutProperties(props, _excluded$51);
|
|
11258
11236
|
|
|
11259
11237
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11260
11238
|
width: size,
|
|
@@ -11280,14 +11258,14 @@ Unread.defaultProps = {
|
|
|
11280
11258
|
size: '24'
|
|
11281
11259
|
};
|
|
11282
11260
|
|
|
11283
|
-
const _excluded$
|
|
11261
|
+
const _excluded$52 = ["color", "size"];
|
|
11284
11262
|
|
|
11285
11263
|
const Privacy = props => {
|
|
11286
11264
|
const {
|
|
11287
11265
|
color,
|
|
11288
11266
|
size
|
|
11289
11267
|
} = props,
|
|
11290
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11268
|
+
otherProps = _objectWithoutProperties(props, _excluded$52);
|
|
11291
11269
|
|
|
11292
11270
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11293
11271
|
width: size,
|
|
@@ -11317,14 +11295,14 @@ Privacy.defaultProps = {
|
|
|
11317
11295
|
size: '24'
|
|
11318
11296
|
};
|
|
11319
11297
|
|
|
11320
|
-
const _excluded$
|
|
11298
|
+
const _excluded$53 = ["color", "size"];
|
|
11321
11299
|
|
|
11322
11300
|
const Location = props => {
|
|
11323
11301
|
const {
|
|
11324
11302
|
color,
|
|
11325
11303
|
size
|
|
11326
11304
|
} = props,
|
|
11327
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11305
|
+
otherProps = _objectWithoutProperties(props, _excluded$53);
|
|
11328
11306
|
|
|
11329
11307
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11330
11308
|
width: size,
|
|
@@ -11355,14 +11333,14 @@ Location.defaultProps = {
|
|
|
11355
11333
|
size: '24'
|
|
11356
11334
|
};
|
|
11357
11335
|
|
|
11358
|
-
const _excluded$
|
|
11336
|
+
const _excluded$54 = ["color", "size"];
|
|
11359
11337
|
|
|
11360
11338
|
const TikTok = props => {
|
|
11361
11339
|
const {
|
|
11362
11340
|
color,
|
|
11363
11341
|
size
|
|
11364
11342
|
} = props,
|
|
11365
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11343
|
+
otherProps = _objectWithoutProperties(props, _excluded$54);
|
|
11366
11344
|
|
|
11367
11345
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11368
11346
|
width: size,
|
|
@@ -11404,14 +11382,14 @@ TikTok.defaultProps = {
|
|
|
11404
11382
|
size: '24'
|
|
11405
11383
|
};
|
|
11406
11384
|
|
|
11407
|
-
const _excluded$
|
|
11385
|
+
const _excluded$55 = ["color", "size"];
|
|
11408
11386
|
|
|
11409
11387
|
const TikTokChannel = props => {
|
|
11410
11388
|
const {
|
|
11411
11389
|
color,
|
|
11412
11390
|
size
|
|
11413
11391
|
} = props,
|
|
11414
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11392
|
+
otherProps = _objectWithoutProperties(props, _excluded$55);
|
|
11415
11393
|
|
|
11416
11394
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11417
11395
|
width: size,
|
|
@@ -11452,14 +11430,14 @@ TikTokChannel.defaultProps = {
|
|
|
11452
11430
|
size: '24'
|
|
11453
11431
|
};
|
|
11454
11432
|
|
|
11455
|
-
const _excluded$
|
|
11433
|
+
const _excluded$56 = ["color", "size"];
|
|
11456
11434
|
|
|
11457
11435
|
const TikTokChannel2 = props => {
|
|
11458
11436
|
const {
|
|
11459
11437
|
color,
|
|
11460
11438
|
size
|
|
11461
11439
|
} = props,
|
|
11462
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11440
|
+
otherProps = _objectWithoutProperties(props, _excluded$56);
|
|
11463
11441
|
|
|
11464
11442
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11465
11443
|
width: size,
|
|
@@ -11485,14 +11463,14 @@ TikTokChannel2.defaultProps = {
|
|
|
11485
11463
|
size: '24'
|
|
11486
11464
|
};
|
|
11487
11465
|
|
|
11488
|
-
const _excluded$
|
|
11466
|
+
const _excluded$57 = ["color", "size"];
|
|
11489
11467
|
|
|
11490
|
-
const
|
|
11468
|
+
const AutomationsPausedFilled = props => {
|
|
11491
11469
|
const {
|
|
11492
11470
|
color,
|
|
11493
11471
|
size
|
|
11494
11472
|
} = props,
|
|
11495
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11473
|
+
otherProps = _objectWithoutProperties(props, _excluded$57);
|
|
11496
11474
|
|
|
11497
11475
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11498
11476
|
width: size,
|
|
@@ -11510,18 +11488,49 @@ const PauseSmall = props => {
|
|
|
11510
11488
|
}));
|
|
11511
11489
|
};
|
|
11512
11490
|
|
|
11513
|
-
|
|
11491
|
+
AutomationsPausedFilled.propTypes = {
|
|
11514
11492
|
color: PropTypes.string,
|
|
11515
11493
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
11516
11494
|
};
|
|
11517
|
-
|
|
11495
|
+
AutomationsPausedFilled.defaultProps = {
|
|
11496
|
+
color: 'currentColor',
|
|
11497
|
+
size: '24'
|
|
11498
|
+
};
|
|
11499
|
+
|
|
11500
|
+
const _excluded$58 = ["color", "size"];
|
|
11501
|
+
|
|
11502
|
+
const AutomationsStoppedFilled = props => {
|
|
11503
|
+
const {
|
|
11504
|
+
color,
|
|
11505
|
+
size
|
|
11506
|
+
} = props,
|
|
11507
|
+
otherProps = _objectWithoutProperties(props, _excluded$58);
|
|
11508
|
+
|
|
11509
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11510
|
+
width: size,
|
|
11511
|
+
height: size,
|
|
11512
|
+
viewBox: "0 0 24 24",
|
|
11513
|
+
fill: "none",
|
|
11514
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11515
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
11516
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11517
|
+
d: "M3 3H21V21H3V3Z",
|
|
11518
|
+
fill: color
|
|
11519
|
+
}));
|
|
11520
|
+
};
|
|
11521
|
+
|
|
11522
|
+
AutomationsStoppedFilled.propTypes = {
|
|
11523
|
+
color: PropTypes.string,
|
|
11524
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
11525
|
+
};
|
|
11526
|
+
AutomationsStoppedFilled.defaultProps = {
|
|
11518
11527
|
color: 'currentColor',
|
|
11519
11528
|
size: '24'
|
|
11520
11529
|
};
|
|
11521
11530
|
|
|
11522
11531
|
const _excluded$59 = ["color", "size"];
|
|
11523
11532
|
|
|
11524
|
-
const
|
|
11533
|
+
const ReturnKey = props => {
|
|
11525
11534
|
const {
|
|
11526
11535
|
color,
|
|
11527
11536
|
size
|
|
@@ -11536,16 +11545,16 @@ const StopSmall = props => {
|
|
|
11536
11545
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11537
11546
|
preserveAspectRatio: "xMidYMid meet"
|
|
11538
11547
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11539
|
-
d: "
|
|
11548
|
+
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",
|
|
11540
11549
|
fill: color
|
|
11541
11550
|
}));
|
|
11542
11551
|
};
|
|
11543
11552
|
|
|
11544
|
-
|
|
11553
|
+
ReturnKey.propTypes = {
|
|
11545
11554
|
color: PropTypes.string,
|
|
11546
11555
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
11547
11556
|
};
|
|
11548
|
-
|
|
11557
|
+
ReturnKey.defaultProps = {
|
|
11549
11558
|
color: 'currentColor',
|
|
11550
11559
|
size: '24'
|
|
11551
11560
|
};
|
|
@@ -11585,6 +11594,8 @@ exports.Attention = Attention;
|
|
|
11585
11594
|
exports.Audience = Audience;
|
|
11586
11595
|
exports.Audio = Audio;
|
|
11587
11596
|
exports.Automation = Automation;
|
|
11597
|
+
exports.AutomationsPausedFilled = AutomationsPausedFilled;
|
|
11598
|
+
exports.AutomationsStoppedFilled = AutomationsStoppedFilled;
|
|
11588
11599
|
exports.Basics = Basics;
|
|
11589
11600
|
exports.Bigcommerce = Bigcommerce;
|
|
11590
11601
|
exports.Bold = Bold;
|
|
@@ -11776,7 +11787,6 @@ exports.OrphanTableView = OrphanTableView;
|
|
|
11776
11787
|
exports.OrphanTriggerZap = OrphanTriggerZap;
|
|
11777
11788
|
exports.OtnRequest = OtnRequest;
|
|
11778
11789
|
exports.Pause = Pause;
|
|
11779
|
-
exports.PauseSmall = PauseSmall;
|
|
11780
11790
|
exports.PhoneOutgoing = PhoneOutgoing;
|
|
11781
11791
|
exports.Pin = Pin;
|
|
11782
11792
|
exports.Pipedrive = Pipedrive;
|
|
@@ -11830,7 +11840,6 @@ exports.StartFlow = StartFlow;
|
|
|
11830
11840
|
exports.Stop = Stop;
|
|
11831
11841
|
exports.Stop2 = Stop2;
|
|
11832
11842
|
exports.StopRecord = StopRecord;
|
|
11833
|
-
exports.StopSmall = StopSmall;
|
|
11834
11843
|
exports.SystemField = SystemField;
|
|
11835
11844
|
exports.TableView = TableView;
|
|
11836
11845
|
exports.Tap = Tap;
|