@manychat/icons 4.37.1 → 4.38.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 +60 -31
- package/dist/index.js +60 -30
- package/package.json +1 -1
- package/umd/mcicons.js +60 -30
- package/umd/mcicons.min.js +1 -1
package/umd/mcicons.js
CHANGED
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
return t;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
var _excluded$
|
|
37
|
+
var _excluded$5s = ["color", "size"];
|
|
38
38
|
|
|
39
39
|
/**
|
|
40
40
|
* @typedef {Object} CreateProps
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
50
50
|
_ref$size = _ref.size,
|
|
51
51
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
52
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
52
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5s);
|
|
53
53
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
54
54
|
width: size,
|
|
55
55
|
height: size,
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
}));
|
|
67
67
|
};
|
|
68
68
|
|
|
69
|
-
var _excluded$
|
|
69
|
+
var _excluded$5r = ["color", "size"];
|
|
70
70
|
|
|
71
71
|
/**
|
|
72
72
|
* @typedef {Object} GtCheckboxProps
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
82
82
|
_ref$size = _ref.size,
|
|
83
83
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
84
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
84
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5r);
|
|
85
85
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
86
86
|
width: size,
|
|
87
87
|
height: size,
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
}));
|
|
99
99
|
};
|
|
100
100
|
|
|
101
|
-
var _excluded$
|
|
101
|
+
var _excluded$5q = ["color", "size"];
|
|
102
102
|
|
|
103
103
|
/**
|
|
104
104
|
* @typedef {Object} GtFbCommentProps
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
114
114
|
_ref$size = _ref.size,
|
|
115
115
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
116
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
116
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5q);
|
|
117
117
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
118
118
|
width: size,
|
|
119
119
|
height: size,
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
}));
|
|
130
130
|
};
|
|
131
131
|
|
|
132
|
-
var _excluded$
|
|
132
|
+
var _excluded$5p = ["color", "size"];
|
|
133
133
|
|
|
134
134
|
/**
|
|
135
135
|
* @typedef {Object} GtAdsJsonProps
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
145
145
|
_ref$size = _ref.size,
|
|
146
146
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
147
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
147
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5p);
|
|
148
148
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
149
149
|
width: size,
|
|
150
150
|
height: size,
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
}));
|
|
168
168
|
};
|
|
169
169
|
|
|
170
|
-
var _excluded$
|
|
170
|
+
var _excluded$5o = ["color", "size"];
|
|
171
171
|
|
|
172
172
|
/**
|
|
173
173
|
* @typedef {Object} GtBarProps
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
183
183
|
_ref$size = _ref.size,
|
|
184
184
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
185
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
185
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5o);
|
|
186
186
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
187
187
|
width: size,
|
|
188
188
|
height: size,
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
}));
|
|
214
214
|
};
|
|
215
215
|
|
|
216
|
-
var _excluded$
|
|
216
|
+
var _excluded$5n = ["color", "size"];
|
|
217
217
|
|
|
218
218
|
/**
|
|
219
219
|
* @typedef {Object} GtModalProps
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
229
229
|
_ref$size = _ref.size,
|
|
230
230
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
231
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
231
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5n);
|
|
232
232
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
233
233
|
width: size,
|
|
234
234
|
height: size,
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
}));
|
|
269
269
|
};
|
|
270
270
|
|
|
271
|
-
var _excluded$
|
|
271
|
+
var _excluded$5m = ["color", "size"];
|
|
272
272
|
|
|
273
273
|
/**
|
|
274
274
|
* @typedef {Object} GtSlideInProps
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
284
284
|
_ref$size = _ref.size,
|
|
285
285
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
286
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
286
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5m);
|
|
287
287
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
288
288
|
width: size,
|
|
289
289
|
height: size,
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
}));
|
|
320
320
|
};
|
|
321
321
|
|
|
322
|
-
var _excluded$
|
|
322
|
+
var _excluded$5l = ["color", "size"];
|
|
323
323
|
|
|
324
324
|
/**
|
|
325
325
|
* @typedef {Object} GtBoxProps
|
|
@@ -334,7 +334,7 @@
|
|
|
334
334
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
335
335
|
_ref$size = _ref.size,
|
|
336
336
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
337
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
337
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5l);
|
|
338
338
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
339
339
|
width: size,
|
|
340
340
|
height: size,
|
|
@@ -374,7 +374,7 @@
|
|
|
374
374
|
}));
|
|
375
375
|
};
|
|
376
376
|
|
|
377
|
-
var _excluded$
|
|
377
|
+
var _excluded$5k = ["color", "size"];
|
|
378
378
|
|
|
379
379
|
/**
|
|
380
380
|
* @typedef {Object} GtFbCodeProps
|
|
@@ -389,7 +389,7 @@
|
|
|
389
389
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
390
390
|
_ref$size = _ref.size,
|
|
391
391
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
392
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
392
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5k);
|
|
393
393
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
394
394
|
width: size,
|
|
395
395
|
height: size,
|
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
}));
|
|
409
409
|
};
|
|
410
410
|
|
|
411
|
-
var _excluded$
|
|
411
|
+
var _excluded$5j = ["color", "size"];
|
|
412
412
|
|
|
413
413
|
/**
|
|
414
414
|
* @typedef {Object} GtRefProps
|
|
@@ -423,7 +423,7 @@
|
|
|
423
423
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
424
424
|
_ref$size = _ref.size,
|
|
425
425
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
426
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
426
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5j);
|
|
427
427
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
428
428
|
width: size,
|
|
429
429
|
height: size,
|
|
@@ -440,7 +440,7 @@
|
|
|
440
440
|
}));
|
|
441
441
|
};
|
|
442
442
|
|
|
443
|
-
var _excluded$
|
|
443
|
+
var _excluded$5i = ["color", "size"];
|
|
444
444
|
|
|
445
445
|
/**
|
|
446
446
|
* @typedef {Object} GtCustomerChatProps
|
|
@@ -455,7 +455,7 @@
|
|
|
455
455
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
456
456
|
_ref$size = _ref.size,
|
|
457
457
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
458
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
458
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5i);
|
|
459
459
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
460
460
|
width: size,
|
|
461
461
|
height: size,
|
|
@@ -474,7 +474,7 @@
|
|
|
474
474
|
}));
|
|
475
475
|
};
|
|
476
476
|
|
|
477
|
-
var _excluded$
|
|
477
|
+
var _excluded$5h = ["color", "size"];
|
|
478
478
|
|
|
479
479
|
/**
|
|
480
480
|
* @typedef {Object} GtButtonProps
|
|
@@ -489,7 +489,7 @@
|
|
|
489
489
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
490
490
|
_ref$size = _ref.size,
|
|
491
491
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
492
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
492
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5h);
|
|
493
493
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
494
494
|
width: size,
|
|
495
495
|
height: size,
|
|
@@ -520,7 +520,7 @@
|
|
|
520
520
|
}));
|
|
521
521
|
};
|
|
522
522
|
|
|
523
|
-
var _excluded$
|
|
523
|
+
var _excluded$5g = ["color", "size"];
|
|
524
524
|
|
|
525
525
|
/**
|
|
526
526
|
* @typedef {Object} GtTakeoverProps
|
|
@@ -535,7 +535,7 @@
|
|
|
535
535
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
536
536
|
_ref$size = _ref.size,
|
|
537
537
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
538
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
538
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5g);
|
|
539
539
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
540
540
|
width: size,
|
|
541
541
|
height: size,
|
|
@@ -583,7 +583,7 @@
|
|
|
583
583
|
}));
|
|
584
584
|
};
|
|
585
585
|
|
|
586
|
-
var _excluded$
|
|
586
|
+
var _excluded$5f = ["color", "size"];
|
|
587
587
|
|
|
588
588
|
/**
|
|
589
589
|
* @typedef {Object} GtLandingProps
|
|
@@ -598,7 +598,7 @@
|
|
|
598
598
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
599
599
|
_ref$size = _ref.size,
|
|
600
600
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
601
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
601
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5f);
|
|
602
602
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
603
603
|
width: size,
|
|
604
604
|
height: size,
|
|
@@ -634,7 +634,7 @@
|
|
|
634
634
|
}));
|
|
635
635
|
};
|
|
636
636
|
|
|
637
|
-
var _excluded$
|
|
637
|
+
var _excluded$5e = ["color", "size"];
|
|
638
638
|
|
|
639
639
|
/**
|
|
640
640
|
* @typedef {Object} CheckCircleProps
|
|
@@ -649,7 +649,7 @@
|
|
|
649
649
|
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
650
650
|
_ref$size = _ref.size,
|
|
651
651
|
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
652
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
652
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5e);
|
|
653
653
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
654
654
|
width: size,
|
|
655
655
|
height: size,
|
|
@@ -663,6 +663,35 @@
|
|
|
663
663
|
}));
|
|
664
664
|
};
|
|
665
665
|
|
|
666
|
+
var _excluded$5d = ["color", "size"];
|
|
667
|
+
|
|
668
|
+
/**
|
|
669
|
+
* @typedef {Object} IncompleteProps
|
|
670
|
+
* @property {string} [color='currentColor']
|
|
671
|
+
* @property {string|number} [size='24']
|
|
672
|
+
*
|
|
673
|
+
* @param {IncompleteProps} props
|
|
674
|
+
* @returns {JSX.Element}
|
|
675
|
+
*/
|
|
676
|
+
var Incomplete = function Incomplete(_ref) {
|
|
677
|
+
var _ref$color = _ref.color,
|
|
678
|
+
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
|
679
|
+
_ref$size = _ref.size,
|
|
680
|
+
size = _ref$size === void 0 ? '24' : _ref$size,
|
|
681
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5d);
|
|
682
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
683
|
+
width: size,
|
|
684
|
+
height: size,
|
|
685
|
+
viewBox: "0 0 24 24",
|
|
686
|
+
fill: "none",
|
|
687
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
688
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
689
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
690
|
+
d: "M20.5 12C20.5 7.30558 16.6944 3.5 12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5V22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22V20.5C16.6944 20.5 20.5 16.6944 20.5 12Z",
|
|
691
|
+
fill: color
|
|
692
|
+
}));
|
|
693
|
+
};
|
|
694
|
+
|
|
666
695
|
var _excluded$5c = ["color", "size"];
|
|
667
696
|
|
|
668
697
|
/**
|
|
@@ -11579,6 +11608,7 @@
|
|
|
11579
11608
|
exports.IgLiveComments = IgLiveComments;
|
|
11580
11609
|
exports.Image = Image;
|
|
11581
11610
|
exports.Inbox = Inbox;
|
|
11611
|
+
exports.Incomplete = Incomplete;
|
|
11582
11612
|
exports.IncreaseEngagement = IncreaseEngagement;
|
|
11583
11613
|
exports.Info = Info;
|
|
11584
11614
|
exports.InstagramChannel = InstagramChannel;
|